ProjectsLocationsDatasetsDatasetVersionsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(GoogleCloudAiplatformV1DatasetVersion request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Create a version from a Dataset.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a Dataset version.
-
get(String name, {String? readMask, String? $fields})
→ Future<GoogleCloudAiplatformV1DatasetVersion>
-
Gets a Dataset version.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields})
→ Future<GoogleCloudAiplatformV1ListDatasetVersionsResponse>
-
Lists DatasetVersions in a Dataset.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1DatasetVersion request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudAiplatformV1DatasetVersion>
-
Updates a DatasetVersion.
-
restore(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Restores a dataset version.
-
toString()
→ String
-
A string representation of this object.
inherited