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

Properties of an ActiveLearningConfig.

Package

@google-cloud/aiplatform

Properties

maxDataItemCount

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

ActiveLearningConfig maxDataItemCount

maxDataItemPercentage

maxDataItemPercentage?: (number|null);

ActiveLearningConfig maxDataItemPercentage

sampleConfig

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

ActiveLearningConfig sampleConfig

trainingConfig

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

ActiveLearningConfig trainingConfig