View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrialParameter (google_api_ai_platform v0.24.0)
A message representing a parameter to be tuned.
Attributes
-
parameterId(type:String.t, default:nil) - Output only. The ID of the parameter. The parameter should be defined in StudySpec's Parameters. -
value(type:any(), default:nil) - Output only. The value of the parameter.number_valuewill be set if a parameter defined in StudySpec is in type 'INTEGER', 'DOUBLE' or 'DISCRETE'.string_valuewill be set if a parameter defined in StudySpec is in type 'CATEGORICAL'.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.