google_api_machine_learning v0.8.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1BuiltInAlgorithmOutput View Source
Represents output related to a built-in algorithm Job.
Attributes
- framework (String.t): Framework on which the built-in algorithm was trained. Defaults to:
null
. - modelPath (String.t): The Cloud Storage path to the `model/` directory where the training job saves the trained model. Only set for successful jobs that don't use hyperparameter tuning. Defaults to:
null
. - pythonVersion (String.t): Python version on which the built-in algorithm was trained. Defaults to:
null
. - runtimeVersion (String.t): AI Platform runtime version on which the built-in algorithm was trained. 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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.