Class: Google::Apis::VisionV1::ImportProductSetsInputConfig
- Inherits:
-
Object
- Object
- Google::Apis::VisionV1::ImportProductSetsInputConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/vision_v1/classes.rb,
generated/google/apis/vision_v1/representations.rb,
generated/google/apis/vision_v1/representations.rb
Overview
The input content for the ImportProductSets
method.
Instance Attribute Summary collapse
-
#gcs_source ⇒ Google::Apis::VisionV1::ImportProductSetsGcsSource
The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImportProductSetsInputConfig
constructor
A new instance of ImportProductSetsInputConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ImportProductSetsInputConfig
Returns a new instance of ImportProductSetsInputConfig
6834 6835 6836 |
# File 'generated/google/apis/vision_v1/classes.rb', line 6834 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_source ⇒ Google::Apis::VisionV1::ImportProductSetsGcsSource
The Google Cloud Storage location for a csv file which preserves a list of
ImportProductSetRequests in each line.
Corresponds to the JSON property gcsSource
6832 6833 6834 |
# File 'generated/google/apis/vision_v1/classes.rb', line 6832 def gcs_source @gcs_source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6839 6840 6841 |
# File 'generated/google/apis/vision_v1/classes.rb', line 6839 def update!(**args) @gcs_source = args[:gcs_source] if args.key?(:gcs_source) end |