Uses of Class
com.google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesResponse
-
Packages that use BatchReadFeatureValuesResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of BatchReadFeatureValuesResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return BatchReadFeatureValuesResponse Modifier and Type Method Description BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse.Builder. build()BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse.Builder. buildPartial()static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. getDefaultInstance()BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse.Builder. getDefaultInstanceForType()BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. getDefaultInstanceForType()static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. parseDelimitedFrom(InputStream input)static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. parseFrom(byte[] data)static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. parseFrom(com.google.protobuf.ByteString data)static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. parseFrom(InputStream input)static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. parseFrom(ByteBuffer data)static BatchReadFeatureValuesResponseBatchReadFeatureValuesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type BatchReadFeatureValuesResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata>FeaturestoreServiceClient. batchReadFeatureValuesAsync(BatchReadFeatureValuesRequest request)Batch reads Feature values from a Featurestore.com.google.api.gax.longrunning.OperationFuture<BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata>FeaturestoreServiceClient. batchReadFeatureValuesAsync(FeaturestoreName featurestore)Batch reads Feature values from a Featurestore.com.google.api.gax.longrunning.OperationFuture<BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata>FeaturestoreServiceClient. batchReadFeatureValuesAsync(String featurestore)Batch reads Feature values from a Featurestore.com.google.api.gax.rpc.OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata>FeaturestoreServiceClient. batchReadFeatureValuesOperationCallable()Batch reads Feature values from a Featurestore.com.google.api.gax.rpc.OperationCallSettings<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata>FeaturestoreServiceSettings. batchReadFeatureValuesOperationSettings()Returns the object with the settings used for calls to batchReadFeatureValues.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata>FeaturestoreServiceSettings.Builder. batchReadFeatureValuesOperationSettings()Returns the builder for the settings used for calls to batchReadFeatureValues.com.google.protobuf.Parser<BatchReadFeatureValuesResponse>BatchReadFeatureValuesResponse. getParserForType()static com.google.protobuf.Parser<BatchReadFeatureValuesResponse>BatchReadFeatureValuesResponse. parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type BatchReadFeatureValuesResponse Modifier and Type Method Description BatchReadFeatureValuesResponse.BuilderBatchReadFeatureValuesResponse.Builder. mergeFrom(BatchReadFeatureValuesResponse other)static BatchReadFeatureValuesResponse.BuilderBatchReadFeatureValuesResponse. newBuilder(BatchReadFeatureValuesResponse prototype) -
Uses of BatchReadFeatureValuesResponse in com.google.cloud.aiplatform.v1beta1.stub
-