google_api_vision v0.2.0 GoogleApi.Vision.V1.Model.ProductSet View Source
A ProductSet contains Products. A ProductSet can contain a maximum of 1 million reference images. If the limit is exceeded, periodic indexing will fail.
Attributes
- displayName (String.t): The user-provided name for this ProductSet. Must not be empty. Must be at most 4096 characters long. Defaults to:
null
. - indexError (Status): Output only. If there was an error with indexing the product set, the field is populated. This field is ignored when creating a ProductSet. Defaults to:
null
. - indexTime (DateTime.t): Output only. The time at which this ProductSet was last indexed. Query results will reflect all updates before this time. If this ProductSet has never been indexed, this field is 0. This field is ignored when creating a ProductSet. Defaults to:
null
. - name (String.t): The resource name of the ProductSet. Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. This field is ignored when creating a ProductSet. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Vision.V1.Model.ProductSet{ displayName: any(), indexError: GoogleApi.Vision.V1.Model.Status.t(), indexTime: DateTime.t(), name: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.