IndexingMlVerticalVerticalItem

GoogleApi.ContentWarehouse.V1.Model.IndexingMlVerticalVerticalItem


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingMlVerticalVerticalItem