google_api_big_query v0.2.0 GoogleApi.BigQuery.V2.Model.TrainingRun View Source
Attributes
- iterationResults ([IterationResult]): [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 (TrainingRunTrainingOptions): 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() :: %GoogleApi.BigQuery.V2.Model.TrainingRun{ iterationResults: [GoogleApi.BigQuery.V2.Model.IterationResult.t()], startTime: DateTime.t(), state: any(), trainingOptions: GoogleApi.BigQuery.V2.Model.TrainingRunTrainingOptions.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.