ProjectsLocationsStudiesResource class

Constructors

ProjectsLocationsStudiesResource(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
trials ProjectsLocationsStudiesTrialsResource
no setter

Methods

create(GoogleCloudMlV1Study request, String parent, {String? studyId, String? $fields}) Future<GoogleCloudMlV1Study>
Creates a study.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a study.
get(String name, {String? $fields}) Future<GoogleCloudMlV1Study>
Gets a study.
list(String parent, {String? $fields}) Future<GoogleCloudMlV1ListStudiesResponse>
Lists all the studies in a region for an associated project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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