public sealed class BatchPredictOperationMetadata : IMessage<BatchPredictOperationMetadata>, IEquatable<BatchPredictOperationMetadata>, IDeepCloneable<BatchPredictOperationMetadata>, IBufferMessage, IMessage
[[["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 documents the `BatchPredictOperationMetadata` class within the `Google.Cloud.AutoML.V1` namespace, specifically for version 2.4.0."],["`BatchPredictOperationMetadata` class provides details regarding a BatchPredict operation and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors: a default constructor and one that takes another `BatchPredictOperationMetadata` object as a parameter, allowing for the creation of a new `BatchPredictOperationMetadata` object from an existing one."],["The `BatchPredictOperationMetadata` class has two primary properties: `InputConfig`, which represents the input configuration, and `OutputInfo`, which contains information about the batch prediction output."],["The documentation also provides links to previous versions, and the latest version, of the `BatchPredictOperationMetadata` documentation, showing the history of the class."]]],[]]