GoogleApi.BigQuery.V2.Model.ModelExtractOptions (google_api_big_query v0.88.0)
View SourceOptions 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
@type t() :: %GoogleApi.BigQuery.V2.Model.ModelExtractOptions{ trialId: String.t() | nil }