ProjectsLocationsStudiesTrialsResource class

Constructors

ProjectsLocationsStudiesTrialsResource(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

addMeasurement(GoogleCloudMlV1AddTrialMeasurementRequest request, String name, {String? $fields}) Future<GoogleCloudMlV1Trial>
Adds a measurement of the objective metrics to a trial.
checkEarlyStoppingState(GoogleCloudMlV1CheckTrialEarlyStoppingStateRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Checks whether a trial should stop or not.
complete(GoogleCloudMlV1CompleteTrialRequest request, String name, {String? $fields}) Future<GoogleCloudMlV1Trial>
Marks a trial as complete.
create(GoogleCloudMlV1Trial request, String parent, {String? $fields}) Future<GoogleCloudMlV1Trial>
Adds a user provided trial to a study.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a trial.
get(String name, {String? $fields}) Future<GoogleCloudMlV1Trial>
Gets a trial.
list(String parent, {String? $fields}) Future<GoogleCloudMlV1ListTrialsResponse>
Lists the trials associated with a study.
listOptimalTrials(GoogleCloudMlV1ListOptimalTrialsRequest request, String parent, {String? $fields}) Future<GoogleCloudMlV1ListOptimalTrialsResponse>
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(GoogleCloudMlV1StopTrialRequest request, String name, {String? $fields}) Future<GoogleCloudMlV1Trial>
Stops a trial.
suggest(GoogleCloudMlV1SuggestTrialsRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Adds one or more trials to a study, with parameter values suggested by AI Platform Vizier.
toString() String
A string representation of this object.
inherited

Operators

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