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.3.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 one and another that accepts another `BatchPredictOperationMetadata` object for copying purposes."],["It includes properties such as `InputConfig` of type `BatchPredictInputConfig` and `OutputInfo` of type `BatchPredictOutputInfo`, to track the input and output information of the operation."],["This page also lists links to documentation for other versions of the `BatchPredictOperationMetadata` class, ranging from version 2.2.0 up to the latest version 3.4.0."]]],[]]