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 3.0.0 of the library."],["The `BatchPredictOperationMetadata` class provides details about a BatchPredict operation, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `BatchPredictOperationMetadata()` and a copy constructor `BatchPredictOperationMetadata(BatchPredictOperationMetadata other)`."],["It includes properties `InputConfig` to describe the input configuration and `OutputInfo` to provide information about the output of a batch predict operation."],["The page also lists links to older versions of this class, such as 3.4.0 down to 2.2.0."]]],[]]