Uses of Class
com.google.cloud.aiplatform.v1.ExportModelRequest
-
Packages that use ExportModelRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ExportModelRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExportModelRequest Modifier and Type Method Description ExportModelRequest
ExportModelRequest.Builder. build()
ExportModelRequest
ExportModelRequest.Builder. buildPartial()
static ExportModelRequest
ExportModelRequest. getDefaultInstance()
ExportModelRequest
ExportModelRequest.Builder. getDefaultInstanceForType()
ExportModelRequest
ExportModelRequest. getDefaultInstanceForType()
static ExportModelRequest
ExportModelRequest. parseDelimitedFrom(InputStream input)
static ExportModelRequest
ExportModelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportModelRequest
ExportModelRequest. parseFrom(byte[] data)
static ExportModelRequest
ExportModelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportModelRequest
ExportModelRequest. parseFrom(com.google.protobuf.ByteString data)
static ExportModelRequest
ExportModelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportModelRequest
ExportModelRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportModelRequest
ExportModelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportModelRequest
ExportModelRequest. parseFrom(InputStream input)
static ExportModelRequest
ExportModelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportModelRequest
ExportModelRequest. parseFrom(ByteBuffer data)
static ExportModelRequest
ExportModelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ExportModelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExportModelRequest,com.google.longrunning.Operation>
ModelServiceClient. exportModelCallable()
Exports a trained, exportable Model to a location specified by the user.com.google.api.gax.rpc.OperationCallable<ExportModelRequest,ExportModelResponse,ExportModelOperationMetadata>
ModelServiceClient. exportModelOperationCallable()
Exports a trained, exportable Model to a location specified by the user.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportModelRequest,ExportModelResponse,ExportModelOperationMetadata>
ModelServiceSettings.Builder. exportModelOperationSettings()
Returns the builder for the settings used for calls to exportModel.com.google.api.gax.rpc.OperationCallSettings<ExportModelRequest,ExportModelResponse,ExportModelOperationMetadata>
ModelServiceSettings. exportModelOperationSettings()
Returns the object with the settings used for calls to exportModel.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportModelRequest,com.google.longrunning.Operation>
ModelServiceSettings.Builder. exportModelSettings()
Returns the builder for the settings used for calls to exportModel.com.google.api.gax.rpc.UnaryCallSettings<ExportModelRequest,com.google.longrunning.Operation>
ModelServiceSettings. exportModelSettings()
Returns the object with the settings used for calls to exportModel.static io.grpc.MethodDescriptor<ExportModelRequest,com.google.longrunning.Operation>
ModelServiceGrpc. getExportModelMethod()
com.google.protobuf.Parser<ExportModelRequest>
ExportModelRequest. getParserForType()
static com.google.protobuf.Parser<ExportModelRequest>
ExportModelRequest. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type ExportModelRequest Modifier and Type Method Description default void
ModelServiceGrpc.AsyncService. exportModel(ExportModelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports a trained, exportable Model to a location specified by the user.com.google.longrunning.Operation
ModelServiceGrpc.ModelServiceBlockingStub. exportModel(ExportModelRequest request)
Exports a trained, exportable Model to a location specified by the user.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
ModelServiceGrpc.ModelServiceFutureStub. exportModel(ExportModelRequest request)
Exports a trained, exportable Model to a location specified by the user.void
ModelServiceGrpc.ModelServiceStub. exportModel(ExportModelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports a trained, exportable Model to a location specified by the user.com.google.api.gax.longrunning.OperationFuture<ExportModelResponse,ExportModelOperationMetadata>
ModelServiceClient. exportModelAsync(ExportModelRequest request)
Exports a trained, exportable Model to a location specified by the user.ExportModelRequest.Builder
ExportModelRequest.Builder. mergeFrom(ExportModelRequest other)
static ExportModelRequest.Builder
ExportModelRequest. newBuilder(ExportModelRequest prototype)
-
Uses of ExportModelRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ExportModelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExportModelRequest,com.google.longrunning.Operation>
GrpcModelServiceStub. exportModelCallable()
com.google.api.gax.rpc.UnaryCallable<ExportModelRequest,com.google.longrunning.Operation>
ModelServiceStub. exportModelCallable()
com.google.api.gax.rpc.OperationCallable<ExportModelRequest,ExportModelResponse,ExportModelOperationMetadata>
GrpcModelServiceStub. exportModelOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportModelRequest,ExportModelResponse,ExportModelOperationMetadata>
ModelServiceStub. exportModelOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportModelRequest,ExportModelResponse,ExportModelOperationMetadata>
ModelServiceStubSettings.Builder. exportModelOperationSettings()
Returns the builder for the settings used for calls to exportModel.com.google.api.gax.rpc.OperationCallSettings<ExportModelRequest,ExportModelResponse,ExportModelOperationMetadata>
ModelServiceStubSettings. exportModelOperationSettings()
Returns the object with the settings used for calls to exportModel.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportModelRequest,com.google.longrunning.Operation>
ModelServiceStubSettings.Builder. exportModelSettings()
Returns the builder for the settings used for calls to exportModel.com.google.api.gax.rpc.UnaryCallSettings<ExportModelRequest,com.google.longrunning.Operation>
ModelServiceStubSettings. exportModelSettings()
Returns the object with the settings used for calls to exportModel.
-