GoogleApi.BigQuery.V2.Model.ModelExtractOptions (google_api_big_query v0.88.0)

View Source

Options related to model extraction.

Attributes

  • trialId (type: String.t, default: nil) - The 1-based ID of the trial to be exported from a hyperparameter tuning model. If not specified, the trial with id = Model.defaultTrialId is exported. This field is ignored for models not trained with hyperparameter tuning.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.ModelExtractOptions{
  trialId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.