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.4.0."],["`TrainCustomModelMetadata` is used to track the progress of the `TrainCustomModel` operation and is returned in the `google.longrunning.Operation.metadata` field."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains properties such as `CreateTime` and `UpdateTime`, both of which use the `Timestamp` type to record the start and last update times of the operation, respectively."],["This documentation also details the two constructors available for creating instances of the `TrainCustomModelMetadata` class."]]],[]]