public sealed class AutoMlTablesMetadata : IMessage<AutoMlTablesMetadata>, IEquatable<AutoMlTablesMetadata>, IDeepCloneable<AutoMlTablesMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AutoMlTablesMetadata.
Output only. The actual training cost of the model, expressed in milli
node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed
to not exceed the train budget.
[[["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-02 UTC."],[[["This documentation provides details for the `AutoMlTablesMetadata` class, which is part of the Google Cloud AI Platform v1beta1 API."],["`AutoMlTablesMetadata` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `AutoMlTablesMetadata()` and a copy constructor `AutoMlTablesMetadata(AutoMlTablesMetadata other)`."],["`AutoMlTablesMetadata` contains a single property, `TrainCostMilliNodeHours`, which represents the training cost in milli node hours and is guaranteed not to exceed the train budget."],["This class provides metadata specific to AutoML Tables, and is located within the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace, and is contained within the Google.Cloud.AIPlatform.V1Beta1.dll assembly."]]],[]]