Cloud AI Platform v1 API - Class TrainingConfig (2.8.0)

public sealed class TrainingConfig : IMessage<TrainingConfig>, IEquatable<TrainingConfig>, IDeepCloneable<TrainingConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 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.

Inheritance

Object > TrainingConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TrainingConfig()

public TrainingConfig()

TrainingConfig(TrainingConfig)

public TrainingConfig(TrainingConfig other)
Parameter
NameDescription
otherTrainingConfig

Properties

TimeoutTrainingMilliHours

public long TimeoutTrainingMilliHours { get; set; }

The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.

Property Value
TypeDescription
Int64