Uses of Class
com.google.cloud.aiplatform.v1beta1.BatchCreateFeaturesOperationMetadata
-
Packages that use BatchCreateFeaturesOperationMetadata Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of BatchCreateFeaturesOperationMetadata in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return BatchCreateFeaturesOperationMetadata Modifier and Type Method Description BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata.Builder. build()
BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata.Builder. buildPartial()
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. getDefaultInstance()
BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata.Builder. getDefaultInstanceForType()
BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. getDefaultInstanceForType()
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. parseDelimitedFrom(InputStream input)
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. parseFrom(byte[] data)
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. parseFrom(com.google.protobuf.ByteString data)
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. parseFrom(InputStream input)
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. parseFrom(ByteBuffer data)
static BatchCreateFeaturesOperationMetadata
BatchCreateFeaturesOperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type BatchCreateFeaturesOperationMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata>
FeaturestoreServiceClient. batchCreateFeaturesAsync(BatchCreateFeaturesRequest request)
Creates a batch of Features in a given EntityType.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.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.protobuf.Parser<BatchCreateFeaturesOperationMetadata>
BatchCreateFeaturesOperationMetadata. getParserForType()
static com.google.protobuf.Parser<BatchCreateFeaturesOperationMetadata>
BatchCreateFeaturesOperationMetadata. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type BatchCreateFeaturesOperationMetadata Modifier and Type Method Description BatchCreateFeaturesOperationMetadata.Builder
BatchCreateFeaturesOperationMetadata.Builder. mergeFrom(BatchCreateFeaturesOperationMetadata other)
static BatchCreateFeaturesOperationMetadata.Builder
BatchCreateFeaturesOperationMetadata. newBuilder(BatchCreateFeaturesOperationMetadata prototype)
-
Uses of BatchCreateFeaturesOperationMetadata in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type BatchCreateFeaturesOperationMetadata Modifier and Type Method Description 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.
-