google_api_machine_learning v0.7.1 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1PredictionOutput View Source

Represents results of a prediction job.

Attributes

  • errorCount (String.t): The number of data instances which resulted in errors. Defaults to: null.
  • nodeHours (float()): Node hours used by the batch prediction job. Defaults to: null.
  • outputPath (String.t): The output Google Cloud Storage location provided at the job creation time. Defaults to: null.
  • predictionCount (String.t): The number of generated predictions. 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.GoogleCloudMlV1PredictionOutput{
  errorCount: any(),
  nodeHours: any(),
  outputPath: any(),
  predictionCount: 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.