ProjectsLocationsCatalogsModelsResource 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(GoogleCloudRetailV2Model request, String parent, {bool? dryRun, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a new model.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes an existing model.
-
get(String name, {String? $fields})
→ Future<GoogleCloudRetailV2Model>
-
Gets a model.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudRetailV2ListModelsResponse>
-
Lists all the models linked to this event store.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudRetailV2Model request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudRetailV2Model>
-
Update of model metadata.
-
pause(GoogleCloudRetailV2PauseModelRequest request, String name, {String? $fields})
→ Future<GoogleCloudRetailV2Model>
-
Pauses the training of an existing model.
-
resume(GoogleCloudRetailV2ResumeModelRequest request, String name, {String? $fields})
→ Future<GoogleCloudRetailV2Model>
-
Resumes the training of an existing model.
-
toString()
→ String
-
A string representation of this object.
inherited
-
tune(GoogleCloudRetailV2TuneModelRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Tunes an existing model.