google_api_machine_learning v0.3.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1TrainingOutput View Source
Represents results of a training job. Output only.
Attributes
- completedTrialCount (String.t): The number of hyperparameter tuning trials that completed successfully. Only set for hyperparameter tuning jobs. Defaults to:
null
. - consumedMLUnits (float()): The amount of ML units consumed by the job. Defaults to:
null
. - isHyperparameterTuningJob (boolean()): Whether this job is a hyperparameter tuning job. Defaults to:
null
. - trials ([GoogleCloudMlV1HyperparameterOutput]): Results for individual Hyperparameter trials. Only set for hyperparameter tuning jobs. 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.MachineLearning.V1.Model.GoogleCloudMlV1TrainingOutput{
completedTrialCount: any(),
consumedMLUnits: any(),
isHyperparameterTuningJob: any(),
trials: [
GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1HyperparameterOutput.t()
]
}
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1TrainingOutput{ completedTrialCount: any(), consumedMLUnits: any(), isHyperparameterTuningJob: any(), trials: [ GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1HyperparameterOutput.t() ] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.