Uses of Class
com.google.cloud.aiplatform.v1beta1.ExportModelRequest
-
Packages that use ExportModelRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ExportModelRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ExportModelRequest Modifier and Type Method Description ExportModelRequestExportModelRequest.Builder. build()ExportModelRequestExportModelRequest.Builder. buildPartial()static ExportModelRequestExportModelRequest. getDefaultInstance()ExportModelRequestExportModelRequest.Builder. getDefaultInstanceForType()ExportModelRequestExportModelRequest. getDefaultInstanceForType()static ExportModelRequestExportModelRequest. parseDelimitedFrom(InputStream input)static ExportModelRequestExportModelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportModelRequestExportModelRequest. parseFrom(byte[] data)static ExportModelRequestExportModelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportModelRequestExportModelRequest. parseFrom(com.google.protobuf.ByteString data)static ExportModelRequestExportModelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportModelRequestExportModelRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ExportModelRequestExportModelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportModelRequestExportModelRequest. parseFrom(InputStream input)static ExportModelRequestExportModelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportModelRequestExportModelRequest. parseFrom(ByteBuffer data)static ExportModelRequestExportModelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 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.v1beta1 with parameters of type ExportModelRequest Modifier and Type Method Description default voidModelServiceGrpc.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.OperationModelServiceGrpc.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.voidModelServiceGrpc.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.BuilderExportModelRequest.Builder. mergeFrom(ExportModelRequest other)static ExportModelRequest.BuilderExportModelRequest. newBuilder(ExportModelRequest prototype) -
Uses of ExportModelRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.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.
-