public sealed class BatchPredictResult : IMessage<BatchPredictResult>, IEquatable<BatchPredictResult>, IDeepCloneable<BatchPredictResult>, IBufferMessage, IMessage
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."],[[["The `BatchPredictResult` class represents the result of a batch prediction operation in the Google Cloud AutoML V1 API."],["Version 3.4.0 is the latest release, with several prior versions including 3.3.0, 3.2.0, 3.1.0, and back to version 2.2.0 available in the documentation."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer operations."],["The `Metadata` property, a `MapField`, provides additional domain-specific information, including the maximum bounding box count for both AutoML Vision Object Detection and AutoML Video Intelligence Object Tracking."],["There are two constructors available for the `BatchPredictResult` class, one being the default constructor and the other allowing you to create a new `BatchPredictResult` instance based off of an existing instance."]]],[]]