Class NasTrial (1.51.0)

NasTrial(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a uCAIP NasJob trial.

Attributes

Name Description
id str
Output only. The identifier of the NasTrial assigned by the service.
state google.cloud.aiplatform_v1beta1.types.NasTrial.State
Output only. The detailed state of the NasTrial.
final_measurement google.cloud.aiplatform_v1beta1.types.Measurement
Output only. The final measurement containing the objective value.
start_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the NasTrial was started.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the NasTrial's status changed to SUCCEEDED or INFEASIBLE.

Classes

State

State(value)

Describes a NasTrial state.

Methods

NasTrial

NasTrial(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a uCAIP NasJob trial.