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 release for the Google.Cloud.AutoML.V1 library, with multiple previous versions available, including the current page's version, 2.6.0."],["The `BatchPredictResult` class is a sealed class that represents the result of a batch prediction operation within the Google Cloud AutoML V1 API."],["The `BatchPredictResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer message operations."],["This class has two constructors, one is a parameterless constructor and the second takes a BatchPredictResult object as a parameter, and it also includes a Metadata property of the type `MapField\u003cstring, string\u003e` that is used to store domain-specific prediction response metadata, like max_bounding_box_count."],["The BatchPredictResult is returned by the operation method `PredictionService.BatchPredict` that is contained in the response section of the long running operations."]]],[]]