View Source GoogleApi.ContentWarehouse.V1.Model.IndexingMlVerticalVerticalItem (google_api_content_warehouse v0.4.0)

Attributes

  • id (type: integer(), default: nil) - Unique ID.
  • name (type: String.t, default: nil) - The description name.
  • petacatId (type: integer(), default: nil) - The corresponding Petacat ID.
  • probability (type: number(), default: nil) - The probability of the vertical, whose value is in [0.0, 1.0].

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingMlVerticalVerticalItem{
  id: integer() | nil,
  name: String.t() | nil,
  petacatId: integer() | nil,
  probability: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.