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."],[[["Version 3.4.0 is the latest version available for `BatchPredictResult` within the Google Cloud AutoML V1 library."],["`BatchPredictResult` is a sealed class that represents the result of a batch prediction operation and is returned by the `PredictionService.BatchPredict` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which can help in its usage."],["`BatchPredictResult` includes a `Metadata` property, allowing for additional domain-specific prediction response metadata, such as `max_bounding_box_count` for AutoML Vision Object Detection and AutoML Video Intelligence Object Tracking."],["There are two constructors available for `BatchPredictResult`, the default one, and another which takes a `BatchPredictResult` object."]]],[]]