You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::AutoMLJobConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLJobConfig
- Defined in:
- (unknown)
Overview
Note:
When passing AutoMLJobConfig as input to an Aws::Client method, you can use a vanilla 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
},
},
}
A collection of settings used for a job.
Returned by:
Instance Attribute Summary collapse
-
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
How long a job is allowed to run, or how many candidates a job is allowed to generate.
-
#security_config ⇒ Types::AutoMLSecurityConfig
Security configuration for traffic encryption or Amazon VPC settings.
Instance Attribute Details
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
How long a job is allowed to run, or how many candidates a job is allowed to generate.
#security_config ⇒ Types::AutoMLSecurityConfig
Security configuration for traffic encryption or Amazon VPC settings.