google_api_big_query v0.16.0 GoogleApi.BigQuery.V2.Model.BqmlTrainingRun View Source
Attributes
iterationResults
(type:list(GoogleApi.BigQuery.V2.Model.BqmlIterationResult.t)
, default:nil
) - [Output-only, Beta] List of each iteration results.startTime
(type:DateTime.t
, default:nil
) - [Output-only, Beta] Training run start time in milliseconds since the epoch.state
(type:String.t
, default:nil
) - [Output-only, Beta] Different state applicable for a training run. IN PROGRESS: Training run is in progress. FAILED: Training run ended due to a non-retryable failure. SUCCEEDED: Training run successfully completed. CANCELLED: Training run cancelled by the user.trainingOptions
(type:GoogleApi.BigQuery.V2.Model.BqmlTrainingRunTrainingOptions.t
, default:nil
) - [Output-only, Beta] Training options used by this training run. These options are mutable for subsequent training runs. Default values are explicitly stored for options not specified in the input query of the first training run. For subsequent training runs, any option not explicitly specified in the input query will be copied from the previous training run.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.BigQuery.V2.Model.BqmlTrainingRun{
iterationResults: [GoogleApi.BigQuery.V2.Model.BqmlIterationResult.t()],
startTime: DateTime.t(),
state: String.t(),
trainingOptions:
GoogleApi.BigQuery.V2.Model.BqmlTrainingRunTrainingOptions.t()
}
t() :: %GoogleApi.BigQuery.V2.Model.BqmlTrainingRun{ iterationResults: [GoogleApi.BigQuery.V2.Model.BqmlIterationResult.t()], startTime: DateTime.t(), state: String.t(), trainingOptions: GoogleApi.BigQuery.V2.Model.BqmlTrainingRunTrainingOptions.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.