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