Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::ImportProductSetsResponse.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#reference_images
def reference_images() -> ::Array<::Google::Cloud::Vision::V1::ReferenceImage>
- (::Array<::Google::Cloud::Vision::V1::ReferenceImage>) — The list of reference_images that are imported successfully.
#reference_images=
def reference_images=(value) -> ::Array<::Google::Cloud::Vision::V1::ReferenceImage>
- value (::Array<::Google::Cloud::Vision::V1::ReferenceImage>) — The list of reference_images that are imported successfully.
- (::Array<::Google::Cloud::Vision::V1::ReferenceImage>) — The list of reference_images that are imported successfully.
#statuses
def statuses() -> ::Array<::Google::Rpc::Status>
-
(::Array<::Google::Rpc::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.
#statuses=
def statuses=(value) -> ::Array<::Google::Rpc::Status>
-
value (::Array<::Google::Rpc::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.
-
(::Array<::Google::Rpc::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.