View Source GoogleApi.Vision.V1.Model.ImportProductSetsResponse (google_api_vision v0.25.0)

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.ReferenceImage.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Vision.V1.Model.ImportProductSetsResponse{
  referenceImages: [GoogleApi.Vision.V1.Model.ReferenceImage.t()] | nil,
  statuses: [GoogleApi.Vision.V1.Model.Status.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.