View Source GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_PredictionOutput (google_api_machine_learning v0.28.1)

Represents results of a prediction job.

Attributes

  • errorCount (type: String.t, default: nil) - The number of data instances which resulted in errors.
  • nodeHours (type: float(), default: nil) - Node hours used by the batch prediction job.
  • outputPath (type: String.t, default: nil) - The output Google Cloud Storage location provided at the job creation time.
  • predictionCount (type: String.t, default: nil) - The number of generated predictions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_PredictionOutput{
  errorCount: String.t() | nil,
  nodeHours: float() | nil,
  outputPath: String.t() | nil,
  predictionCount: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.