Class GoogleCloudAiplatformV1beta1TrainingConfig
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.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1TrainingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeoutTrainingMilliHours
The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.
Declaration
[JsonProperty("timeoutTrainingMilliHours")]
public virtual long? TimeoutTrainingMilliHours { get; set; }
Property Value
Type | Description |
---|---|
long? |