Class: Aws::Types::CreateAutoMLJobV2Request
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutoMLJobV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_ml_compute_config ⇒ Types::AutoMLComputeConfig
Returns the value of attribute auto_ml_compute_config.
-
#auto_ml_job_input_data_config ⇒ ::Array[Types::AutoMLJobChannel]
Returns the value of attribute auto_ml_job_input_data_config.
-
#auto_ml_job_name ⇒ ::String
Returns the value of attribute auto_ml_job_name.
-
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Returns the value of attribute auto_ml_job_objective.
-
#auto_ml_problem_type_config ⇒ Types::AutoMLProblemTypeConfig
Returns the value of attribute auto_ml_problem_type_config.
-
#data_split_config ⇒ Types::AutoMLDataSplitConfig
Returns the value of attribute data_split_config.
-
#model_deploy_config ⇒ Types::ModelDeployConfig
Returns the value of attribute model_deploy_config.
-
#output_data_config ⇒ Types::AutoMLOutputDataConfig
Returns the value of attribute output_data_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#security_config ⇒ Types::AutoMLSecurityConfig
Returns the value of attribute security_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#auto_ml_compute_config ⇒ Types::AutoMLComputeConfig
Returns the value of attribute auto_ml_compute_config.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def auto_ml_compute_config @auto_ml_compute_config end |
#auto_ml_job_input_data_config ⇒ ::Array[Types::AutoMLJobChannel]
Returns the value of attribute auto_ml_job_input_data_config.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def auto_ml_job_input_data_config @auto_ml_job_input_data_config end |
#auto_ml_job_name ⇒ ::String
Returns the value of attribute auto_ml_job_name.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def auto_ml_job_name @auto_ml_job_name end |
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Returns the value of attribute auto_ml_job_objective.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def auto_ml_job_objective @auto_ml_job_objective end |
#auto_ml_problem_type_config ⇒ Types::AutoMLProblemTypeConfig
Returns the value of attribute auto_ml_problem_type_config.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def auto_ml_problem_type_config @auto_ml_problem_type_config end |
#data_split_config ⇒ Types::AutoMLDataSplitConfig
Returns the value of attribute data_split_config.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def data_split_config @data_split_config end |
#model_deploy_config ⇒ Types::ModelDeployConfig
Returns the value of attribute model_deploy_config.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def model_deploy_config @model_deploy_config end |
#output_data_config ⇒ Types::AutoMLOutputDataConfig
Returns the value of attribute output_data_config.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def output_data_config @output_data_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def role_arn @role_arn end |
#security_config ⇒ Types::AutoMLSecurityConfig
Returns the value of attribute security_config.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def security_config @security_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def end |