Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::ProductSet.
A ProductSet contains Products. A ProductSet can contain a maximum of 1 million reference images. If the limit is exceeded, periodic indexing will fail.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
- (::String) — The user-provided name for this ProductSet. Must not be empty. Must be at most 4096 characters long.
#display_name=
def display_name=(value) -> ::String
- value (::String) — The user-provided name for this ProductSet. Must not be empty. Must be at most 4096 characters long.
- (::String) — The user-provided name for this ProductSet. Must not be empty. Must be at most 4096 characters long.
#index_error
def index_error() -> ::Google::Rpc::Status
-
(::Google::Rpc::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.
#index_time
def index_time() -> ::Google::Protobuf::Timestamp
-
(::Google::Protobuf::Timestamp) — 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.
#name
def name() -> ::String
-
(::String) — 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.
#name=
def name=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.