GoogleApi.Language.V2.Model.XPSVisionErrorAnalysisConfig (google_api_language v0.16.3)

View Source

The vision model error analysis configuration. Next tag: 3

Attributes

  • exampleCount (type: integer(), default: nil) - The number of query examples in error analysis.
  • queryType (type: String.t, default: nil) - The query type used in retrieval. The enum values are frozen in the foreseeable future.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V2.Model.XPSVisionErrorAnalysisConfig{
  exampleCount: integer() | nil,
  queryType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.