View Source GoogleApi.ContentWarehouse.V1.Model.DrishtiSparseFeatureData (google_api_content_warehouse v0.4.0)
Attributes
-
extra
(type:list(GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t)
, default:nil
) - If extra is present it must be of the same length as label and value. -
generalExtra
(type:GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t
, default:nil
) - -
label
(type:list(String.t)
, default:nil
) - Indexed data. label and value must be of the same length. -
value
(type:list(number())
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DrishtiSparseFeatureData{ extra: [GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t()] | nil, generalExtra: GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t() | nil, label: [String.t()] | nil, value: [number()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.