Googly.CloudVision.Model.ImportProductSetsResponse (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.ReferenceImage.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

t()

@type t() :: %Googly.CloudVision.Model.ImportProductSetsResponse{
  reference_images: [Googly.CloudVision.Model.ReferenceImage.t()] | nil,
  statuses: [Googly.CloudVision.Model.Status.t()] | nil
}