View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpec (google_api_ai_platform v0.15.0)
Represents a single parameter to optimize.
Attributes
-
categoricalValueSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecCategoricalValueSpec.t
, default:nil
) - The value spec for a 'CATEGORICAL' parameter. -
conditionalParameterSpecs
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec.t)
, default:nil
) - A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition. -
discreteValueSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecDiscreteValueSpec.t
, default:nil
) - The value spec for a 'DISCRETE' parameter. -
doubleValueSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecDoubleValueSpec.t
, default:nil
) - The value spec for a 'DOUBLE' parameter. -
integerValueSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec.t
, default:nil
) - The value spec for an 'INTEGER' parameter. -
parameterId
(type:String.t
, default:nil
) - Required. The ID of the parameter. Must not contain whitespaces and must be unique amongst all ParameterSpecs. -
scaleType
(type:String.t
, default:nil
) - How the parameter should be scaled. Leave unset forCATEGORICAL
parameters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpec{ categoricalValueSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecCategoricalValueSpec.t() | nil, conditionalParameterSpecs: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec.t() ] | nil, discreteValueSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecDiscreteValueSpec.t() | nil, doubleValueSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecDoubleValueSpec.t() | nil, integerValueSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec.t() | nil, parameterId: String.t() | nil, scaleType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.