View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasTrialDetail (google_api_ai_platform v0.13.0)
Represents a NasTrial details along with its parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.
Attributes
-
name
(type:String.t
, default:nil
) - Output only. Resource name of the NasTrialDetail. -
parameters
(type:String.t
, default:nil
) - The parameters for the NasJob NasTrial. -
searchTrial
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasTrial.t
, default:nil
) - The requested search NasTrial. -
trainTrial
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasTrial.t
, default:nil
) - The train NasTrial corresponding to search_trial. Only populated if search_trial is used for training.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasTrialDetail{ name: String.t() | nil, parameters: String.t() | nil, searchTrial: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasTrial.t() | nil, trainTrial: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasTrial.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.