public sealed class AutoMlTablesMetadata : IMessage<AutoMlTablesMetadata>, IEquatable<AutoMlTablesMetadata>, IDeepCloneable<AutoMlTablesMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1 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-21 UTC."],[[["This webpage provides reference documentation for the `AutoMlTablesMetadata` class within the Cloud AI Platform v1 API, specifically detailing its structure, functionality, and usage in .NET."],["The `AutoMlTablesMetadata` class is part of the `Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition` namespace and is implemented in the `Google.Cloud.AIPlatform.V1.dll` assembly, and its purpose is to define metadata for AutoML Tables models."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class, providing functionalities like deep cloning, message handling, and equality comparisons."],["The page lists available version-specific documentation for the `AutoMlTablesMetadata` class, ranging from version 1.0.0 up to the latest 3.22.0, allowing users to access the relevant documentation based on their library version."],["The class offers one property, `TrainCostMilliNodeHours`, which represents the actual training cost of the model, measured in milli node hours, ensuring that it does not surpass the allocated training budget."]]],[]]