public sealed class AutoMlTablesMetadata : IMessage<AutoMlTablesMetadata>, IEquatable<AutoMlTablesMetadata>, IDeepCloneable<AutoMlTablesMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-03-31 UTC."],[[["The latest version of the `AutoMlTablesMetadata` class is 1.0.0-beta21, with version 1.0.0-beta20 also available."],["`AutoMlTablesMetadata` is a class within the Vertex AI v1beta1 API, specifically designed for model metadata relevant to AutoML Tables."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling diverse functionalities."],["The class has two constructors, `AutoMlTablesMetadata()` and `AutoMlTablesMetadata(AutoMlTablesMetadata other)`, to create new instances, and copy data from other instances respectively."],["The class features a `TrainCostMilliNodeHours` property, representing the actual model training cost in milli node hours, which is a `long` type and output-only."]]],[]]