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