ProjectsLocationsStudiesResource class

Constructors

ProjectsLocationsStudiesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsStudiesOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trials ProjectsLocationsStudiesTrialsResource
no setter

Methods

create(GoogleCloudAiplatformV1Study request, String parent, {String? $fields}) Future<GoogleCloudAiplatformV1Study>
Creates a Study.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a Study.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1Study>
Gets a Study by name.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudAiplatformV1ListStudiesResponse>
Lists all the studies in a region for an associated project.
lookup(GoogleCloudAiplatformV1LookupStudyRequest request, String parent, {String? $fields}) Future<GoogleCloudAiplatformV1Study>
Looks a study up using the user-defined display_name field instead of the fully qualified resource name.
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