google_api_big_query v0.8.0 GoogleApi.BigQuery.V2.Model.BqmlTrainingRun View Source
Attributes
- iterationResults ([BqmlIterationResult]): [Output-only, Beta] List of each iteration results. Defaults to:
null
. - startTime (DateTime.t): [Output-only, Beta] Training run start time in milliseconds since the epoch. Defaults to:
null
. - state (String.t): [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. Defaults to:
null
. - trainingOptions (BqmlTrainingRunTrainingOptions): Defaults to:
null
.
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: any(),
trainingOptions:
GoogleApi.BigQuery.V2.Model.BqmlTrainingRunTrainingOptions.t()
}
t() :: %GoogleApi.BigQuery.V2.Model.BqmlTrainingRun{ iterationResults: [GoogleApi.BigQuery.V2.Model.BqmlIterationResult.t()], startTime: DateTime.t(), state: any(), 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.