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

Prediction model parameters for Image Object Detection.

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. Note that number of returned predictions is also limited by metadata's predictionsLimit. Default value is 10.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.