google_api_machine_learning v0.8.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1TrainingOutput View Source
Represents results of a training job. Output only.
Attributes
- builtInAlgorithmOutput (GoogleCloudMlV1BuiltInAlgorithmOutput): Details related to built-in algorithms jobs. Only set for built-in algorithms jobs. Defaults to:
null
. - 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
. - hyperparameterMetricTag (String.t): The TensorFlow summary tag name used for optimizing hyperparameter tuning trials. See `HyperparameterSpec.hyperparameterMetricTag` for more information. Only set for hyperparameter tuning jobs. Defaults to:
null
. - isBuiltInAlgorithmJob (boolean()): Whether this job is a built-in Algorithm 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{
builtInAlgorithmOutput:
GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1BuiltInAlgorithmOutput.t(),
completedTrialCount: any(),
consumedMLUnits: any(),
hyperparameterMetricTag: any(),
isBuiltInAlgorithmJob: any(),
isHyperparameterTuningJob: any(),
trials: [
GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1HyperparameterOutput.t()
]
}
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1TrainingOutput{ builtInAlgorithmOutput: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1BuiltInAlgorithmOutput.t(), completedTrialCount: any(), consumedMLUnits: any(), hyperparameterMetricTag: any(), isBuiltInAlgorithmJob: 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.