Uses of Class
com.google.cloud.aiplatform.v1.ExportModelResponse
-
Packages that use ExportModelResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ExportModelResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExportModelResponse Modifier and Type Method Description ExportModelResponseExportModelResponse.Builder. build()ExportModelResponseExportModelResponse.Builder. buildPartial()static ExportModelResponseExportModelResponse. getDefaultInstance()ExportModelResponseExportModelResponse.Builder. getDefaultInstanceForType()ExportModelResponseExportModelResponse. getDefaultInstanceForType()static ExportModelResponseExportModelResponse. parseDelimitedFrom(InputStream input)static ExportModelResponseExportModelResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportModelResponseExportModelResponse. parseFrom(byte[] data)static ExportModelResponseExportModelResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportModelResponseExportModelResponse. parseFrom(com.google.protobuf.ByteString data)static ExportModelResponseExportModelResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportModelResponseExportModelResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ExportModelResponseExportModelResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportModelResponseExportModelResponse. parseFrom(InputStream input)static ExportModelResponseExportModelResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportModelResponseExportModelResponse. parseFrom(ByteBuffer data)static ExportModelResponseExportModelResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ExportModelResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ExportModelResponse,ExportModelOperationMetadata>ModelServiceClient. exportModelAsync(ExportModelRequest request)Exports a trained, exportable Model to a location specified by the user.com.google.api.gax.longrunning.OperationFuture<ExportModelResponse,ExportModelOperationMetadata>ModelServiceClient. exportModelAsync(ModelName name, ExportModelRequest.OutputConfig outputConfig)Exports a trained, exportable Model to a location specified by the user.com.google.api.gax.longrunning.OperationFuture<ExportModelResponse,ExportModelOperationMetadata>ModelServiceClient. exportModelAsync(String name, ExportModelRequest.OutputConfig outputConfig)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.protobuf.Parser<ExportModelResponse>ExportModelResponse. getParserForType()static com.google.protobuf.Parser<ExportModelResponse>ExportModelResponse. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExportModelResponse Modifier and Type Method Description ExportModelResponse.BuilderExportModelResponse.Builder. mergeFrom(ExportModelResponse other)static ExportModelResponse.BuilderExportModelResponse. newBuilder(ExportModelResponse prototype) -
Uses of ExportModelResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ExportModelResponse Modifier and Type Method Description 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.
-