com.google.api.gax.longrunning.OperationFuture<CopyModelResponse,CopyModelOperationMetadata> |
ModelServiceClient.copyModelAsync(LocationName parent,
ModelName sourceModel) |
Copies an already existing Vertex AI Model into the specified Location.
|
com.google.api.gax.longrunning.OperationFuture<CopyModelResponse,CopyModelOperationMetadata> |
ModelServiceClient.copyModelAsync(String parent,
ModelName sourceModel) |
Copies an already existing Vertex AI Model into the specified Location.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
ModelServiceClient.deleteModelAsync(ModelName name) |
Deletes a Model.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
ModelServiceClient.deleteModelVersionAsync(ModelName name) |
Deletes a Model version.
|
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.
|
Model |
ModelServiceClient.getModel(ModelName name) |
Gets a Model.
|
ModelEvaluation |
ModelServiceClient.importModelEvaluation(ModelName parent,
ModelEvaluation modelEvaluation) |
Imports an externally generated ModelEvaluation.
|
ModelServiceClient.ListModelEvaluationsPagedResponse |
ModelServiceClient.listModelEvaluations(ModelName parent) |
Lists ModelEvaluations in a Model.
|
ModelServiceClient.ListModelVersionsPagedResponse |
ModelServiceClient.listModelVersions(ModelName name) |
Lists versions of the specified model.
|
Model |
ModelServiceClient.mergeVersionAliases(ModelName name,
List<String> versionAliases) |
Merges a set of aliases for a Model version.
|
com.google.api.gax.longrunning.OperationFuture<UpdateExplanationDatasetResponse,UpdateExplanationDatasetOperationMetadata> |
ModelServiceClient.updateExplanationDatasetAsync(ModelName model) |
Incrementally update the dataset used for an examples model.
|