class Aws::SageMaker::Types::AutoMLJobConfig
A collection of settings used for an AutoML job.
@note When making an API call, you may pass AutoMLJobConfig
data as a hash: { completion_criteria: { max_candidates: 1, max_runtime_per_training_job_in_seconds: 1, max_auto_ml_job_runtime_in_seconds: 1, }, security_config: { volume_kms_key_id: "KmsKeyId", enable_inter_container_traffic_encryption: false, vpc_config: { security_group_ids: ["SecurityGroupId"], # required subnets: ["SubnetId"], # required }, }, }
@!attribute [rw] completion_criteria
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate. @return [Types::AutoMLJobCompletionCriteria]
@!attribute [rw] security_config
The security configuration for traffic encryption or Amazon VPC settings. @return [Types::AutoMLSecurityConfig]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLJobConfig AWS API Documentation
Constants
- SENSITIVE