Class ImportProductSetsResponse (3.1.3)

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

NameDescription
reference_images Sequence[google.cloud.vision_v1p4beta1.types.ReferenceImage]
The list of reference_images that are imported successfully.
statuses Sequence[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.

Inheritance

builtins.object > proto.message.Message > ImportProductSetsResponse