public sealed class TrainCustomModelMetadata : IMessage<TrainCustomModelMetadata>, IEquatable<TrainCustomModelMetadata>, IDeepCloneable<TrainCustomModelMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class TrainCustomModelMetadata.
Metadata related to the progress of the TrainCustomModel operation. This is
returned by the google.longrunning.Operation.metadata field.
[[["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 documentation covers the `TrainCustomModelMetadata` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["`TrainCustomModelMetadata` provides metadata about the progress of a custom model training operation, as returned by the `google.longrunning.Operation.metadata` field."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities."],["Key properties of the class include `CreateTime` and `UpdateTime`, which are `Timestamp` type properties that track when the training operation was initiated and last updated or finished, respectively."],["The assembly for this class is `Google.Cloud.DiscoveryEngine.V1Beta.dll`, and it is under the namespace `Google.Cloud.DiscoveryEngine.V1Beta`."]]],[]]