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

Prediction model parameters for Image Classification.

Attributes

  • confidenceThreshold (type: number(), default: nil) - The Model only returns predictions with at least this confidence score. Default value is 0.0
  • maxPredictions (type: integer(), default: nil) - The Model only returns up to that many top, by confidence score, predictions per instance. If this number is very high, the Model may return fewer predictions. Default value is 10.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictParamsImageClassificationPredictionParams{
    confidenceThreshold: number() | nil,
    maxPredictions: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.