Class: Google::Cloud::Vision::V1p3beta1::ImportProductSetsGcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::ImportProductSetsGcsSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb
Overview
The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.
Instance Attribute Summary collapse
-
#csv_file_uri ⇒ ::String
The Google Cloud Storage URI of the input csv file.
Instance Attribute Details
#csv_file_uri ⇒ ::String
535 536 537 538 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 535 class ImportProductSetsGcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |