Uses of Class
com.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest
-
Packages that use ExportFeatureValuesRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ExportFeatureValuesRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ExportFeatureValuesRequest Modifier and Type Method Description ExportFeatureValuesRequest
ExportFeatureValuesRequest.Builder. build()
ExportFeatureValuesRequest
ExportFeatureValuesRequest.Builder. buildPartial()
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. getDefaultInstance()
ExportFeatureValuesRequest
ExportFeatureValuesRequest.Builder. getDefaultInstanceForType()
ExportFeatureValuesRequest
ExportFeatureValuesRequest. getDefaultInstanceForType()
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. parseDelimitedFrom(InputStream input)
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. parseFrom(byte[] data)
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. parseFrom(com.google.protobuf.ByteString data)
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. parseFrom(InputStream input)
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. parseFrom(ByteBuffer data)
static ExportFeatureValuesRequest
ExportFeatureValuesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ExportFeatureValuesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExportFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceClient. exportFeatureValuesCallable()
Exports Feature values from all the entities of a target EntityType.com.google.api.gax.rpc.OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceClient. exportFeatureValuesOperationCallable()
Exports Feature values from all the entities of a target EntityType.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceSettings.Builder. exportFeatureValuesOperationSettings()
Returns the builder for the settings used for calls to exportFeatureValues.com.google.api.gax.rpc.OperationCallSettings<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceSettings. exportFeatureValuesOperationSettings()
Returns the object with the settings used for calls to exportFeatureValues.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceSettings.Builder. exportFeatureValuesSettings()
Returns the builder for the settings used for calls to exportFeatureValues.com.google.api.gax.rpc.UnaryCallSettings<ExportFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceSettings. exportFeatureValuesSettings()
Returns the object with the settings used for calls to exportFeatureValues.static io.grpc.MethodDescriptor<ExportFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceGrpc. getExportFeatureValuesMethod()
com.google.protobuf.Parser<ExportFeatureValuesRequest>
ExportFeatureValuesRequest. getParserForType()
static com.google.protobuf.Parser<ExportFeatureValuesRequest>
ExportFeatureValuesRequest. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ExportFeatureValuesRequest Modifier and Type Method Description default void
FeaturestoreServiceGrpc.AsyncService. exportFeatureValues(ExportFeatureValuesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports Feature values from all the entities of a target EntityType.com.google.longrunning.Operation
FeaturestoreServiceGrpc.FeaturestoreServiceBlockingStub. exportFeatureValues(ExportFeatureValuesRequest request)
Exports Feature values from all the entities of a target EntityType.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
FeaturestoreServiceGrpc.FeaturestoreServiceFutureStub. exportFeatureValues(ExportFeatureValuesRequest request)
Exports Feature values from all the entities of a target EntityType.void
FeaturestoreServiceGrpc.FeaturestoreServiceStub. exportFeatureValues(ExportFeatureValuesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports Feature values from all the entities of a target EntityType.com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceClient. exportFeatureValuesAsync(ExportFeatureValuesRequest request)
Exports Feature values from all the entities of a target EntityType.ExportFeatureValuesRequest.Builder
ExportFeatureValuesRequest.Builder. mergeFrom(ExportFeatureValuesRequest other)
static ExportFeatureValuesRequest.Builder
ExportFeatureValuesRequest. newBuilder(ExportFeatureValuesRequest prototype)
-
Uses of ExportFeatureValuesRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ExportFeatureValuesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExportFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceStub. exportFeatureValuesCallable()
com.google.api.gax.rpc.UnaryCallable<ExportFeatureValuesRequest,com.google.longrunning.Operation>
GrpcFeaturestoreServiceStub. exportFeatureValuesCallable()
com.google.api.gax.rpc.OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceStub. exportFeatureValuesOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
GrpcFeaturestoreServiceStub. exportFeatureValuesOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceStubSettings.Builder. exportFeatureValuesOperationSettings()
Returns the builder for the settings used for calls to exportFeatureValues.com.google.api.gax.rpc.OperationCallSettings<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceStubSettings. exportFeatureValuesOperationSettings()
Returns the object with the settings used for calls to exportFeatureValues.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceStubSettings.Builder. exportFeatureValuesSettings()
Returns the builder for the settings used for calls to exportFeatureValues.com.google.api.gax.rpc.UnaryCallSettings<ExportFeatureValuesRequest,com.google.longrunning.Operation>
FeaturestoreServiceStubSettings. exportFeatureValuesSettings()
Returns the object with the settings used for calls to exportFeatureValues.
-