View Source GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionFilteredText (google_api_ai_platform v0.5.0)

Details for filtered input text.

Attributes

  • category (type: String.t, default: nil) - Confidence level
  • confidence (type: String.t, default: nil) - Filtered category
  • prompt (type: String.t, default: nil) - Input prompt
  • score (type: float(), default: nil) - Score for category

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionFilteredText{
  category: String.t() | nil,
  confidence: String.t() | nil,
  prompt: String.t() | nil,
  score: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.