public sealed class CreateModelMetadata : IMessage<CreateModelMetadata>, IEquatable<CreateModelMetadata>, IDeepCloneable<CreateModelMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class CreateModelMetadata.
[[["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."],[[["The latest version of the `CreateModelMetadata` class in the Google Cloud Translation v3 API is 3.9.0, with multiple previous versions available for reference."],["`CreateModelMetadata` is a class in the `Google.Cloud.Translate.V3` namespace that holds metadata for the create model operation, inheriting from the base `object` class and implementing various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CreateModelMetadata` class provides properties such as `CreateTime`, `Error`, `State`, and `UpdateTime` to track the creation, error status, current operation state, and last update time, respectively, of the operation."],["`CreateModelMetadata` class can be constructed using `CreateModelMetadata()` or `CreateModelMetadata(CreateModelMetadata other)`, which is used to create a new instance or make a copy of another `CreateModelMetadata` instance, respectively."]]],[]]