ImportProductSetsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Response message for the ImportProductSets
method.
This message is returned by the
google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation]
method in the returned
google.longrunning.Operation.response][google.longrunning.Operation.response]
field.
Attributes |
|
---|---|
Name | Description |
reference_images |
MutableSequence[google.cloud.vision_v1p3beta1.types.ReferenceImage]
The list of reference_images that are imported successfully. |
statuses |
MutableSequence[google.rpc.status_pb2.Status]
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. |