class GrpcPredictResponse method to_dict to_dict() Returns inference results in dictionary format: { ... <output_name>: <numpy ndarray with result> ... } Return to the main page