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 webpage provides reference documentation for the `BatchPredictResult` class within the Google AutoML v1 API, detailing its usage and properties."],["`BatchPredictResult` is a message returned as the result of the Batch Predict operation, accessible via the `PredictionService.BatchPredict` method."],["The `BatchPredictResult` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, and inherits from `Object`."],["The class includes a `Metadata` property which is a `MapField` for storing additional domain-specific prediction metadata, like `max_bounding_box_count` for object detection."],["There are numerous previous versions of the `BatchPredictResult` class going all the way back to 2.2.0, with the latest being 3.4.0."]]],[]]