ProjectsLocationsStudiesTrialsResource class

Constructors

ProjectsLocationsStudiesTrialsResource(ApiRequester client)

Properties

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

Methods

addTrialMeasurement(GoogleCloudAiplatformV1AddTrialMeasurementRequest request, String trialName, {String? $fields}) Future<GoogleCloudAiplatformV1Trial>
Adds a measurement of the objective metrics to a Trial.
checkTrialEarlyStoppingState(GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateRequest request, String trialName, {String? $fields}) Future<GoogleLongrunningOperation>
Checks whether a Trial should stop or not.
complete(GoogleCloudAiplatformV1CompleteTrialRequest request, String name, {String? $fields}) Future<GoogleCloudAiplatformV1Trial>
Marks a Trial as complete.
create(GoogleCloudAiplatformV1Trial request, String parent, {String? $fields}) Future<GoogleCloudAiplatformV1Trial>
Adds a user provided Trial to a Study.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a Trial.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1Trial>
Gets a Trial.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudAiplatformV1ListTrialsResponse>
Lists the Trials associated with a Study.
listOptimalTrials(GoogleCloudAiplatformV1ListOptimalTrialsRequest request, String parent, {String? $fields}) Future<GoogleCloudAiplatformV1ListOptimalTrialsResponse>
Lists the pareto-optimal Trials for multi-objective Study or the optimal Trials for single-objective Study.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop(GoogleCloudAiplatformV1StopTrialRequest request, String name, {String? $fields}) Future<GoogleCloudAiplatformV1Trial>
Stops a Trial.
suggest(GoogleCloudAiplatformV1SuggestTrialsRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Adds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier.
toString() String
A string representation of this object.
inherited

Operators

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