public sealed class AsyncModelMetadata : IMessage<AsyncModelMetadata>, IEquatable<AsyncModelMetadata>, IDeepCloneable<AsyncModelMetadata>, IBufferMessage, IMessage
The long running operation metadata for async model related methods.
[[["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-04-17 UTC."],[[["This document outlines the `AsyncModelMetadata` class within the `Google.Cloud.Optimization.V1` namespace, providing details on long-running operation metadata for asynchronous model-related methods."],["The latest version documented is 2.6.0, with prior versions listed going back to 1.0.0-beta01."],["`AsyncModelMetadata` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `CreateTime`, `State`, `StateMessage`, and `UpdateTime`, which provide information on the operation's creation, status, error details, and last update."],["There are two constructors available: a parameterless constructor, and one that takes another `AsyncModelMetadata` object as a parameter."]]],[]]