Uses of Class
com.google.cloud.aiplatform.v1.BatchReadFeatureValuesRequest
-
Packages that use BatchReadFeatureValuesRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of BatchReadFeatureValuesRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return BatchReadFeatureValuesRequest Modifier and Type Method Description BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest.Builder. build()
BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest.Builder. buildPartial()
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. getDefaultInstance()
BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest.Builder. getDefaultInstanceForType()
BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. getDefaultInstanceForType()
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. parseDelimitedFrom(InputStream input)
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. parseFrom(byte[] data)
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. parseFrom(InputStream input)
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. parseFrom(ByteBuffer data)
static BatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type BatchReadFeatureValuesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchReadFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceClient. batchReadFeatureValuesCallable()
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.api.gax.rpc.UnaryCallSettings<BatchReadFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceSettings. batchReadFeatureValuesSettings()
Returns the object with the settings used for calls to batchReadFeatureValues.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchReadFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceSettings.Builder. batchReadFeatureValuesSettings()
Returns the builder for the settings used for calls to batchReadFeatureValues.static io.grpc.MethodDescriptor<BatchReadFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceGrpc. getBatchReadFeatureValuesMethod()
com.google.protobuf.Parser<BatchReadFeatureValuesRequest>
BatchReadFeatureValuesRequest. getParserForType()
static com.google.protobuf.Parser<BatchReadFeatureValuesRequest>
BatchReadFeatureValuesRequest. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type BatchReadFeatureValuesRequest Modifier and Type Method Description default void
FeaturestoreServiceGrpc.AsyncService. batchReadFeatureValues(BatchReadFeatureValuesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Batch reads Feature values from a Featurestore.com.google.longrunning.Operation
FeaturestoreServiceGrpc.FeaturestoreServiceBlockingStub. batchReadFeatureValues(BatchReadFeatureValuesRequest request)
Batch reads Feature values from a Featurestore.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
FeaturestoreServiceGrpc.FeaturestoreServiceFutureStub. batchReadFeatureValues(BatchReadFeatureValuesRequest request)
Batch reads Feature values from a Featurestore.void
FeaturestoreServiceGrpc.FeaturestoreServiceStub. batchReadFeatureValues(BatchReadFeatureValuesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Batch reads Feature values from a Featurestore.com.google.api.gax.longrunning.OperationFuture<BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata>
FeaturestoreServiceClient. batchReadFeatureValuesAsync(BatchReadFeatureValuesRequest request)
Batch reads Feature values from a Featurestore.BatchReadFeatureValuesRequest.Builder
BatchReadFeatureValuesRequest.Builder. mergeFrom(BatchReadFeatureValuesRequest other)
static BatchReadFeatureValuesRequest.Builder
BatchReadFeatureValuesRequest. newBuilder(BatchReadFeatureValuesRequest prototype)
-
Uses of BatchReadFeatureValuesRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type BatchReadFeatureValuesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchReadFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceStub. batchReadFeatureValuesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchReadFeatureValuesRequest,com.google.longrunning.Operation>
GrpcFeaturestoreServiceStub. batchReadFeatureValuesCallable()
com.google.api.gax.rpc.OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata>
FeaturestoreServiceStub. batchReadFeatureValuesOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata>
GrpcFeaturestoreServiceStub. batchReadFeatureValuesOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata>
FeaturestoreServiceStubSettings. batchReadFeatureValuesOperationSettings()
Returns the object with the settings used for calls to batchReadFeatureValues.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata>
FeaturestoreServiceStubSettings.Builder. batchReadFeatureValuesOperationSettings()
Returns the builder for the settings used for calls to batchReadFeatureValues.com.google.api.gax.rpc.UnaryCallSettings<BatchReadFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceStubSettings. batchReadFeatureValuesSettings()
Returns the object with the settings used for calls to batchReadFeatureValues.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchReadFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceStubSettings.Builder. batchReadFeatureValuesSettings()
Returns the builder for the settings used for calls to batchReadFeatureValues.
-