Googly. CloudVision. Model. GoogleCloudVisionV1p3beta1ImportProductSetsResponse
(googly_cloud_vision v0.1.0)
Copy Markdown
View Source
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
-
reference_images(type:list(Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1ReferenceImage.t())) - The list of reference_images that are imported successfully. -
statuses(type:list(Googly.CloudVision.Model.Status.t())) - 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[i] stores the success or failure status of processing the i-th line of the csv, starting from line 0.
Summary
Types
@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1ImportProductSetsResponse{ reference_images: [Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1ReferenceImage.t()] | nil, statuses: [Googly.CloudVision.Model.Status.t()] | nil }