View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionTabularClassificationPredictionResult (google_api_ai_platform v0.13.0)

Prediction output format for Tabular Classification.

Attributes

  • classes (type: list(String.t), default: nil) - The name of the classes being classified, contains all possible values of the target column.
  • scores (type: list(number()), default: nil) - The model's confidence in each class being correct, higher value means higher confidence. The N-th score corresponds to the N-th class in classes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionTabularClassificationPredictionResult{
    classes: [String.t()] | nil,
    scores: [number()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.