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