GoogleCloudAiplatformV1Trial class

A message representing a Trial.

A Trial contains a unique set of Parameters that has been or will be evaluated, along with the objective metrics got by running the Trial.

Constructors

GoogleCloudAiplatformV1Trial({String? clientId, String? customJob, String? endTime, GoogleCloudAiplatformV1Measurement? finalMeasurement, String? id, String? infeasibleReason, List<GoogleCloudAiplatformV1Measurement>? measurements, String? name, List<GoogleCloudAiplatformV1TrialParameter>? parameters, String? startTime, String? state, Map<String, String>? webAccessUris})
GoogleCloudAiplatformV1Trial.fromJson(Map json_)

Properties

clientId String?
The identifier of the client that originally requested this Trial.
getter/setter pair
customJob String?
The CustomJob name linked to the Trial.
getter/setter pair
endTime String?
Time when the Trial's status changed to SUCCEEDED or INFEASIBLE.
getter/setter pair
finalMeasurement GoogleCloudAiplatformV1Measurement?
The final measurement containing the objective value.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The identifier of the Trial assigned by the service.
getter/setter pair
infeasibleReason String?
A human readable string describing why the Trial is infeasible.
getter/setter pair
measurements List<GoogleCloudAiplatformV1Measurement>?
A list of measurements that are strictly lexicographically ordered by their induced tuples (steps, elapsed_duration).
getter/setter pair
name String?
Resource name of the Trial assigned by the service.
getter/setter pair
parameters List<GoogleCloudAiplatformV1TrialParameter>?
The parameters of the Trial.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
Time when the Trial was started.
getter/setter pair
state String?
The detailed state of the Trial.
getter/setter pair
webAccessUris Map<String, String>?
URIs for accessing interactive shells (one URI for each training node).
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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