public sealed class BatchPredictResult : IMessage<BatchPredictResult>, IEquatable<BatchPredictResult>, IDeepCloneable<BatchPredictResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class BatchPredictResult.
Result of the Batch Predict. This message is returned in
[response][google.longrunning.Operation.response] of the operation returned
by the [PredictionService.BatchPredict][google.cloud.automl.v1.PredictionService.BatchPredict].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `BatchPredictResult` class within the Google AutoML v1 API, specifically for version 3.2.0."],["`BatchPredictResult` is a sealed class representing the output of a batch prediction operation, as returned by the `PredictionService.BatchPredict` method."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is designed for Google Protocol Buffers."],["The `BatchPredictResult` class contains a `Metadata` property, which is a `MapField` for storing additional domain-specific prediction response metadata, such as `max_bounding_box_count`."],["There are multiple older versions of this class going all the way back to 2.2.0, with the latest being 3.4.0."]]],[]]