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

Prediction model parameters for Image Segmentation.

Attributes

  • confidenceThreshold (type: number(), default: nil) - When the model predicts category of pixels of the image, it will only provide predictions for pixels that it is at least this much confident about. All other pixels will be classified as background. Default value is 0.5.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictParamsImageSegmentationPredictionParams{
    confidenceThreshold: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.