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 type

t() View Source
t() ::
  %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1BuiltInAlgorithmOutput{
    framework: any(),
    modelPath: any(),
    pythonVersion: any(),
    runtimeVersion: any()
  }

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.