public sealed class TrainCustomModelMetadata : IMessage<TrainCustomModelMetadata>, IEquatable<TrainCustomModelMetadata>, IDeepCloneable<TrainCustomModelMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 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 document provides reference documentation for the `TrainCustomModelMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.5.0."],["`TrainCustomModelMetadata` is used to track the progress of the `TrainCustomModel` operation and is returned in the `google.longrunning.Operation.metadata` field."],["The class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `TrainCustomModelMetadata` object as a parameter for copying, and it contains properties to reflect when it was created and updated."],["Multiple versions of this have been created, ranging from 1.0.0-beta06 to the latest 1.6.0."]]],[]]