View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasTrial (google_api_ai_platform v0.13.0)
Represents a uCAIP NasJob trial.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - Output only. Time when the NasTrial's status changed toSUCCEEDED
orINFEASIBLE
. -
finalMeasurement
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Measurement.t
, default:nil
) - Output only. The final measurement containing the objective value. -
id
(type:String.t
, default:nil
) - Output only. The identifier of the NasTrial assigned by the service. -
startTime
(type:DateTime.t
, default:nil
) - Output only. Time when the NasTrial was started. -
state
(type:String.t
, default:nil
) - Output only. The detailed state of the NasTrial.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasTrial{ endTime: DateTime.t() | nil, finalMeasurement: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Measurement.t() | nil, id: String.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.