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 BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse.Builder. build()
BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse.Builder. buildPartial()
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. getDefaultInstance()
BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse.Builder. getDefaultInstanceForType()
BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. getDefaultInstanceForType()
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. parseDelimitedFrom(InputStream input)
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. parseFrom(byte[] data)
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. parseFrom(InputStream input)
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. parseFrom(ByteBuffer data)
static BatchReadFeatureValuesResponse
BatchReadFeatureValuesResponse. 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.Builder
BatchReadFeatureValuesResponse.Builder. mergeFrom(BatchReadFeatureValuesResponse other)
static BatchReadFeatureValuesResponse.Builder
BatchReadFeatureValuesResponse. newBuilder(BatchReadFeatureValuesResponse prototype)
-
Uses of BatchReadFeatureValuesResponse in com.google.cloud.aiplatform.v1beta1.stub
-