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

Preset configuration for example-based explanations

Attributes

  • modality (type: String.t, default: nil) - The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries. If your model does not precisely fit one of these types, it is okay to choose the closest type.
  • query (type: String.t, default: nil) - Preset option controlling parameters for speed-precision trade-off when querying for examples. If omitted, defaults to PRECISE.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Presets{
  modality: String.t() | nil,
  query: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.