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, which is used to represent the results of a batch prediction operation."],["The `BatchPredictResult` class is the result of the `PredictionService.BatchPredict` operation, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `BatchPredictResult` documentation available is version 3.4.0, but several previous versions are also documented, including 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.6.0, 2.5.0, 2.4.0, 2.3.0, and 2.2.0."],["`BatchPredictResult` has two constructors: one default and another that takes another `BatchPredictResult` instance as a parameter."],["The `Metadata` property of `BatchPredictResult` contains additional domain-specific metadata, such as `max_bounding_box_count` for AutoML Vision Object Detection and Video Intelligence Object Tracking."]]],[]]