ProjectsModelsVersionsResource 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(GoogleCloudMlV1Version request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a new version of a model from a trained TensorFlow model.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a model version.
-
get(String name, {String? $fields})
→ Future<GoogleCloudMlV1Version>
-
Gets information about a model version.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudMlV1ListVersionsResponse>
-
Gets basic information about all the versions of a model.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudMlV1Version request, String name, {String? updateMask, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Updates the specified Version resource.
-
setDefault(GoogleCloudMlV1SetDefaultVersionRequest request, String name, {String? $fields})
→ Future<GoogleCloudMlV1Version>
-
Designates a version to be the default for the model.
-
toString()
→ String
-
A string representation of this object.
inherited