View Source GoogleApi.BigQuery.V2.Model.IntHparamSearchSpace (google_api_big_query v0.79.0)

Search space for an int hyperparameter.

Attributes

  • candidates (type: GoogleApi.BigQuery.V2.Model.IntCandidates.t, default: nil) - Candidates of the int hyperparameter.
  • range (type: GoogleApi.BigQuery.V2.Model.IntRange.t, default: nil) - Range of the int hyperparameter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.IntHparamSearchSpace{
  candidates: GoogleApi.BigQuery.V2.Model.IntCandidates.t() | nil,
  range: GoogleApi.BigQuery.V2.Model.IntRange.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.