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-09 UTC."],[[["This page provides reference documentation for the `AutoMlTablesMetadata` class within the Google Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta02."],["The `AutoMlTablesMetadata` class is used to store model metadata for AutoML Tables and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and has two constructors: a default constructor and one that accepts another `AutoMlTablesMetadata` object."],["It contains one property, `TrainCostMilliNodeHours`, which represents the actual training cost of the model in milli node hours, guaranteed to not exceed the train budget."]]],[]]