ModelsResource class

Constructors

ModelsResource(ApiRequester client)

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

delete(String projectId, String datasetId, String modelId, {String? $fields}) Future<void>
Deletes the model specified by modelId from the dataset.
get(String projectId, String datasetId, String modelId, {String? $fields}) Future<Model>
Gets the specified model resource by model ID.
list(String projectId, String datasetId, {int? maxResults, String? pageToken, String? $fields}) Future<ListModelsResponse>
Lists all models in the specified dataset.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Model request, String projectId, String datasetId, String modelId, {String? $fields}) Future<Model>
Patch specific fields in the specified model.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited