public sealed class BatchPredictOperationMetadata : IMessage<BatchPredictOperationMetadata>, IEquatable<BatchPredictOperationMetadata>, IDeepCloneable<BatchPredictOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class BatchPredictOperationMetadata.
[[["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 documentation for the `BatchPredictOperationMetadata` class within the Google AutoML v1 API, specifically for version 3.2.0."],["The `BatchPredictOperationMetadata` class details information about BatchPredict operations, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation lists various versions of the API, ranging from 2.2.0 to 3.4.0, with 3.4.0 being the latest version available for `BatchPredictOperationMetadata`."],["Key properties of the class include `InputConfig`, which represents the configuration used to start the operation, and `OutputInfo`, which contains additional details about the batch predict's output."],["The class includes two constructors: a default constructor and one that accepts another `BatchPredictOperationMetadata` object as a parameter for initialization."]]],[]]