Interface protos.google.cloud.aiplatform.v1.IActiveLearningConfig (1.7.2)

Properties of an ActiveLearningConfig.

Package

@google-cloud/aiplatform!

Properties

maxDataItemCount

maxDataItemCount?: (number|Long|string|null);

ActiveLearningConfig maxDataItemCount

Property Value
TypeDescription
(number|Long|string|null)

maxDataItemPercentage

maxDataItemPercentage?: (number|null);

ActiveLearningConfig maxDataItemPercentage

Property Value
TypeDescription
(number|null)

sampleConfig

sampleConfig?: (google.cloud.aiplatform.v1.ISampleConfig|null);

ActiveLearningConfig sampleConfig

Property Value
TypeDescription
(google.cloud.aiplatform.v1.ISampleConfig|null)

trainingConfig

trainingConfig?: (google.cloud.aiplatform.v1.ITrainingConfig|null);

ActiveLearningConfig trainingConfig

Property Value
TypeDescription
(google.cloud.aiplatform.v1.ITrainingConfig|null)