ProjectsLocationsModelsResource class
Methods
-
copy(GoogleCloudAiplatformV1CopyModelRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Copies an already existing Vertex AI Model into the specified Location.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a Model.
-
deleteVersion(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a Model version.
-
export(GoogleCloudAiplatformV1ExportModelRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Exports a trained, exportable Model to a location specified by the user.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1Model>
-
Gets a Model.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<GoogleIamV1Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields})
→ Future<GoogleCloudAiplatformV1ListModelsResponse>
-
Lists Models in a Location.
-
listVersions(String name, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields})
→ Future<GoogleCloudAiplatformV1ListModelVersionsResponse>
-
Lists versions of the specified model.
-
mergeVersionAliases(GoogleCloudAiplatformV1MergeVersionAliasesRequest request, String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1Model>
-
Merges a set of aliases for a Model version.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1Model request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudAiplatformV1Model>
-
Updates a Model.
-
setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<GoogleIamV1Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(String resource, {List<String>? permissions, String? $fields})
→ Future<GoogleIamV1TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateExplanationDataset(GoogleCloudAiplatformV1UpdateExplanationDatasetRequest request, String model, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Incrementally update the dataset used for an examples model.
-
upload(GoogleCloudAiplatformV1UploadModelRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Uploads a Model artifact into Vertex AI.