Uses of Class
com.google.cloud.aiplatform.v1.CreateFeatureRequest
-
Packages that use CreateFeatureRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of CreateFeatureRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CreateFeatureRequest Modifier and Type Method Description CreateFeatureRequest
CreateFeatureRequest.Builder. build()
CreateFeatureRequest
CreateFeatureRequest.Builder. buildPartial()
static CreateFeatureRequest
CreateFeatureRequest. getDefaultInstance()
CreateFeatureRequest
CreateFeatureRequest.Builder. getDefaultInstanceForType()
CreateFeatureRequest
CreateFeatureRequest. getDefaultInstanceForType()
CreateFeatureRequest
BatchCreateFeaturesRequest.Builder. getRequests(int index)
Required.CreateFeatureRequest
BatchCreateFeaturesRequest. getRequests(int index)
Required.CreateFeatureRequest
BatchCreateFeaturesRequestOrBuilder. getRequests(int index)
Required.static CreateFeatureRequest
CreateFeatureRequest. parseDelimitedFrom(InputStream input)
static CreateFeatureRequest
CreateFeatureRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFeatureRequest
CreateFeatureRequest. parseFrom(byte[] data)
static CreateFeatureRequest
CreateFeatureRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFeatureRequest
CreateFeatureRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateFeatureRequest
CreateFeatureRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFeatureRequest
CreateFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateFeatureRequest
CreateFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFeatureRequest
CreateFeatureRequest. parseFrom(InputStream input)
static CreateFeatureRequest
CreateFeatureRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFeatureRequest
CreateFeatureRequest. parseFrom(ByteBuffer data)
static CreateFeatureRequest
CreateFeatureRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CreateFeatureRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateFeatureRequest,com.google.longrunning.Operation>
FeaturestoreServiceClient. createFeatureCallable()
Creates a new Feature in a given EntityType.com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceClient. createFeatureOperationCallable()
Creates a new Feature in a given EntityType.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceSettings.Builder. createFeatureOperationSettings()
Returns the builder for the settings used for calls to createFeature.com.google.api.gax.rpc.OperationCallSettings<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceSettings. createFeatureOperationSettings()
Returns the object with the settings used for calls to createFeature.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeatureRequest,com.google.longrunning.Operation>
FeaturestoreServiceSettings.Builder. createFeatureSettings()
Returns the builder for the settings used for calls to createFeature.com.google.api.gax.rpc.UnaryCallSettings<CreateFeatureRequest,com.google.longrunning.Operation>
FeaturestoreServiceSettings. createFeatureSettings()
Returns the object with the settings used for calls to createFeature.static io.grpc.MethodDescriptor<CreateFeatureRequest,com.google.longrunning.Operation>
FeaturestoreServiceGrpc. getCreateFeatureMethod()
com.google.protobuf.Parser<CreateFeatureRequest>
CreateFeatureRequest. getParserForType()
List<CreateFeatureRequest>
BatchCreateFeaturesRequest.Builder. getRequestsList()
Required.List<CreateFeatureRequest>
BatchCreateFeaturesRequest. getRequestsList()
Required.List<CreateFeatureRequest>
BatchCreateFeaturesRequestOrBuilder. getRequestsList()
Required.static com.google.protobuf.Parser<CreateFeatureRequest>
CreateFeatureRequest. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type CreateFeatureRequest Modifier and Type Method Description BatchCreateFeaturesRequest.Builder
BatchCreateFeaturesRequest.Builder. addRequests(int index, CreateFeatureRequest value)
Required.BatchCreateFeaturesRequest.Builder
BatchCreateFeaturesRequest.Builder. addRequests(CreateFeatureRequest value)
Required.default void
FeaturestoreServiceGrpc.AsyncService. createFeature(CreateFeatureRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new Feature in a given EntityType.com.google.longrunning.Operation
FeaturestoreServiceGrpc.FeaturestoreServiceBlockingStub. createFeature(CreateFeatureRequest request)
Creates a new Feature in a given EntityType.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
FeaturestoreServiceGrpc.FeaturestoreServiceFutureStub. createFeature(CreateFeatureRequest request)
Creates a new Feature in a given EntityType.void
FeaturestoreServiceGrpc.FeaturestoreServiceStub. createFeature(CreateFeatureRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new Feature in a given EntityType.com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceClient. createFeatureAsync(CreateFeatureRequest request)
Creates a new Feature in a given EntityType.CreateFeatureRequest.Builder
CreateFeatureRequest.Builder. mergeFrom(CreateFeatureRequest other)
static CreateFeatureRequest.Builder
CreateFeatureRequest. newBuilder(CreateFeatureRequest prototype)
BatchCreateFeaturesRequest.Builder
BatchCreateFeaturesRequest.Builder. setRequests(int index, CreateFeatureRequest value)
Required.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type CreateFeatureRequest Modifier and Type Method Description BatchCreateFeaturesRequest.Builder
BatchCreateFeaturesRequest.Builder. addAllRequests(Iterable<? extends CreateFeatureRequest> values)
Required.com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata>
FeaturestoreServiceClient. batchCreateFeaturesAsync(EntityTypeName parent, List<CreateFeatureRequest> requests)
Creates a batch of Features in a given EntityType.com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata>
FeaturestoreServiceClient. batchCreateFeaturesAsync(String parent, List<CreateFeatureRequest> requests)
Creates a batch of Features in a given EntityType. -
Uses of CreateFeatureRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type CreateFeatureRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateFeatureRequest,com.google.longrunning.Operation>
FeaturestoreServiceStub. createFeatureCallable()
com.google.api.gax.rpc.UnaryCallable<CreateFeatureRequest,com.google.longrunning.Operation>
GrpcFeaturestoreServiceStub. createFeatureCallable()
com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceStub. createFeatureOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
GrpcFeaturestoreServiceStub. createFeatureOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceStubSettings.Builder. createFeatureOperationSettings()
Returns the builder for the settings used for calls to createFeature.com.google.api.gax.rpc.OperationCallSettings<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceStubSettings. createFeatureOperationSettings()
Returns the object with the settings used for calls to createFeature.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeatureRequest,com.google.longrunning.Operation>
FeaturestoreServiceStubSettings.Builder. createFeatureSettings()
Returns the builder for the settings used for calls to createFeature.com.google.api.gax.rpc.UnaryCallSettings<CreateFeatureRequest,com.google.longrunning.Operation>
FeaturestoreServiceStubSettings. createFeatureSettings()
Returns the object with the settings used for calls to createFeature.
-