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."],[[["This page provides documentation for the `BatchPredictResult` class within the `Google.Cloud.AutoML.V1` namespace, detailing its role in handling the results of batch prediction operations."],["The `BatchPredictResult` class, part of the Google Cloud AutoML V1 library, is returned as the response of `PredictionService.BatchPredict` operations."],["`BatchPredictResult` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `BatchPredictResult` class offers two constructors, one default and one that copies from another `BatchPredictResult` instance, and contains a `Metadata` property of type `MapField` for additional domain-specific data."],["This document also offers a list of previous versions of this same class within the Google.Cloud.AutoML.V1 namespace, the latest version being 3.4.0."]]],[]]