DrishtiLabelSetData

GoogleApi.ContentWarehouse.V1.Model.DrishtiLabelSetData


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. extra (type: list(GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra), default: nil)
    -
  2. generalExtra (type: GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra, default: nil)
    -
  3. targetClass (type: list(String.t), default: nil)
    -
  4. targetClassName (type: list(String.t), default: nil)
    -
  5. targetValue (type: list(number()), default: nil)
    -
  6. targetWeight (type: list(number()), default: nil)
    -
  7. weight (type: number(), default: nil)
    - Weight assigned to this set of labels.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DrishtiLabelSetData{
extra: [GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t()] | nil,
generalExtra: GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t() | nil,
targetClass: [String.t()] | nil,
targetClassName: [String.t()] | nil,
targetValue: [number()] | nil,
targetWeight: [number()] | nil,
weight: number() | nil
}

Function

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

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