Class: Google::Cloud::Vision::V1p3beta1::ProductSet
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::ProductSet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb
Overview
A ProductSet contains Products. A ProductSet can contain a maximum of 1 million reference images. If the limit is exceeded, periodic indexing will fail.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The user-provided name for this ProductSet.
-
#index_error ⇒ ::Google::Rpc::Status
readonly
Output only.
-
#index_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
The resource name of the ProductSet.
Instance Attribute Details
#display_name ⇒ ::String
105 106 107 108 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 105 class ProductSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#index_error ⇒ ::Google::Rpc::Status (readonly)
105 106 107 108 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 105 class ProductSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#index_time ⇒ ::Google::Protobuf::Timestamp (readonly)
105 106 107 108 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 105 class ProductSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
105 106 107 108 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 105 class ProductSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |