GoogleApi.BigQuery.V2.Model.DoubleCandidates (google_api_big_query v0.88.0)
View SourceDiscrete candidates of a double hyperparameter.
Attributes
-
candidates(type:list(float()), default:nil) - Candidates for the double parameter in increasing order.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.DoubleCandidates{ candidates: [float()] | nil }