GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictParamsImageSegmentationPredictionParams (google_api_ai_platform v0.27.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.