GoogleApi.BigQuery.V2.Model.DoubleHparamSearchSpace (google_api_big_query v0.88.0)
View SourceSearch space for a double hyperparameter.
Attributes
-
candidates(type:GoogleApi.BigQuery.V2.Model.DoubleCandidates.t, default:nil) - Candidates of the double hyperparameter. -
range(type:GoogleApi.BigQuery.V2.Model.DoubleRange.t, default:nil) - Range of the double hyperparameter.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.DoubleHparamSearchSpace{ candidates: GoogleApi.BigQuery.V2.Model.DoubleCandidates.t() | nil, range: GoogleApi.BigQuery.V2.Model.DoubleRange.t() | nil }