public sealed class TrainingConfig : IMessage<TrainingConfig>, IEquatable<TrainingConfig>, IDeepCloneable<TrainingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TrainingConfig.
CMLE training config. For every active learning labeling iteration, system
will train a machine learning model on CMLE. The trained model will be used
by data sampling algorithm to select DataItems.
[[["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 documentation is for the `TrainingConfig` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `TrainingConfig` class is used to configure CMLE training for active learning labeling iterations, where a machine learning model is trained and used to select data items."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["`TrainingConfig` includes a `TimeoutTrainingMilliHours` property, which sets the timeout for CMLE training jobs in milli hours."],["The document provides details on the class's constructors, including a default constructor and one that accepts another `TrainingConfig` instance as a parameter."]]],[]]