View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrialParameter (google_api_ai_platform v0.13.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_value will be set if a parameter defined in StudySpec is in type 'INTEGER', 'DOUBLE' or 'DISCRETE'. string_value will be set if a parameter defined in StudySpec is in type 'CATEGORICAL'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrialParameter{
  parameterId: String.t() | nil,
  value: any() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.