class Google::Apis::VisionV1p2beta1::ImportProductSetsResponse
Response message for the `ImportProductSets` method. This message is returned by the google.longrunning.Operations.GetOperation method in the returned google.longrunning.Operation.response
field.
Attributes
The list of reference_images
that are imported successfully. Corresponds to the JSON property `referenceImages` @return [Array<Google::Apis::VisionV1p2beta1::ReferenceImage>]
The rpc status for each ImportProductSet request, including both successes and errors. The number of statuses here matches the number of lines in the csv file, and statuses stores the success or failure status of processing the i- th line of the csv, starting from line 0. Corresponds to the JSON property `statuses` @return [Array<Google::Apis::VisionV1p2beta1::Status>]
Public Class Methods
# File lib/google/apis/vision_v1p2beta1/classes.rb, line 8754 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/vision_v1p2beta1/classes.rb, line 8759 def update!(**args) @reference_images = args[:reference_images] if args.key?(:reference_images) @statuses = args[:statuses] if args.key?(:statuses) end