google_api_vision v0.21.0 GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1ImportProductSetsResponse 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
referenceImages
(type:list(GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1ReferenceImage.t)
, default:nil
) - The list of reference_images that are imported successfully.statuses
(type:list(GoogleApi.Vision.V1.Model.Status.t)
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1ImportProductSetsResponse{ referenceImages: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1ReferenceImage.t() ], statuses: [GoogleApi.Vision.V1.Model.Status.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.