Uses of Class
com.google.cloud.aiplatform.v1.BatchCreateFeaturesRequest
-
Packages that use BatchCreateFeaturesRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of BatchCreateFeaturesRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return BatchCreateFeaturesRequest Modifier and Type Method Description BatchCreateFeaturesRequest
BatchCreateFeaturesRequest.Builder. build()
BatchCreateFeaturesRequest
BatchCreateFeaturesRequest.Builder. buildPartial()
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. getDefaultInstance()
BatchCreateFeaturesRequest
BatchCreateFeaturesRequest.Builder. getDefaultInstanceForType()
BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. getDefaultInstanceForType()
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. parseDelimitedFrom(InputStream input)
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. parseFrom(byte[] data)
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. parseFrom(InputStream input)
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. parseFrom(ByteBuffer data)
static BatchCreateFeaturesRequest
BatchCreateFeaturesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type BatchCreateFeaturesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchCreateFeaturesRequest,com.google.longrunning.Operation>
FeaturestoreServiceClient. batchCreateFeaturesCallable()
Creates a batch of Features in a given EntityType.com.google.api.gax.rpc.OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata>
FeaturestoreServiceClient. batchCreateFeaturesOperationCallable()
Creates a batch of Features in a given EntityType.com.google.api.gax.rpc.OperationCallSettings<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata>
FeaturestoreServiceSettings. batchCreateFeaturesOperationSettings()
Returns the object with the settings used for calls to batchCreateFeatures.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata>
FeaturestoreServiceSettings.Builder. batchCreateFeaturesOperationSettings()
Returns the builder for the settings used for calls to batchCreateFeatures.com.google.api.gax.rpc.UnaryCallSettings<BatchCreateFeaturesRequest,com.google.longrunning.Operation>
FeaturestoreServiceSettings. batchCreateFeaturesSettings()
Returns the object with the settings used for calls to batchCreateFeatures.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCreateFeaturesRequest,com.google.longrunning.Operation>
FeaturestoreServiceSettings.Builder. batchCreateFeaturesSettings()
Returns the builder for the settings used for calls to batchCreateFeatures.static io.grpc.MethodDescriptor<BatchCreateFeaturesRequest,com.google.longrunning.Operation>
FeaturestoreServiceGrpc. getBatchCreateFeaturesMethod()
com.google.protobuf.Parser<BatchCreateFeaturesRequest>
BatchCreateFeaturesRequest. getParserForType()
static com.google.protobuf.Parser<BatchCreateFeaturesRequest>
BatchCreateFeaturesRequest. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type BatchCreateFeaturesRequest Modifier and Type Method Description default void
FeaturestoreServiceGrpc.AsyncService. batchCreateFeatures(BatchCreateFeaturesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a batch of Features in a given EntityType.com.google.longrunning.Operation
FeaturestoreServiceGrpc.FeaturestoreServiceBlockingStub. batchCreateFeatures(BatchCreateFeaturesRequest request)
Creates a batch of Features in a given EntityType.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
FeaturestoreServiceGrpc.FeaturestoreServiceFutureStub. batchCreateFeatures(BatchCreateFeaturesRequest request)
Creates a batch of Features in a given EntityType.void
FeaturestoreServiceGrpc.FeaturestoreServiceStub. batchCreateFeatures(BatchCreateFeaturesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a batch of Features in a given EntityType.com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata>
FeaturestoreServiceClient. batchCreateFeaturesAsync(BatchCreateFeaturesRequest request)
Creates a batch of Features in a given EntityType.BatchCreateFeaturesRequest.Builder
BatchCreateFeaturesRequest.Builder. mergeFrom(BatchCreateFeaturesRequest other)
static BatchCreateFeaturesRequest.Builder
BatchCreateFeaturesRequest. newBuilder(BatchCreateFeaturesRequest prototype)
-
Uses of BatchCreateFeaturesRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type BatchCreateFeaturesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchCreateFeaturesRequest,com.google.longrunning.Operation>
FeaturestoreServiceStub. batchCreateFeaturesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchCreateFeaturesRequest,com.google.longrunning.Operation>
GrpcFeaturestoreServiceStub. batchCreateFeaturesCallable()
com.google.api.gax.rpc.OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata>
FeaturestoreServiceStub. batchCreateFeaturesOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata>
GrpcFeaturestoreServiceStub. batchCreateFeaturesOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata>
FeaturestoreServiceStubSettings. batchCreateFeaturesOperationSettings()
Returns the object with the settings used for calls to batchCreateFeatures.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata>
FeaturestoreServiceStubSettings.Builder. batchCreateFeaturesOperationSettings()
Returns the builder for the settings used for calls to batchCreateFeatures.com.google.api.gax.rpc.UnaryCallSettings<BatchCreateFeaturesRequest,com.google.longrunning.Operation>
FeaturestoreServiceStubSettings. batchCreateFeaturesSettings()
Returns the object with the settings used for calls to batchCreateFeatures.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCreateFeaturesRequest,com.google.longrunning.Operation>
FeaturestoreServiceStubSettings.Builder. batchCreateFeaturesSettings()
Returns the builder for the settings used for calls to batchCreateFeatures.
-