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.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 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.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 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.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 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.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 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.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 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.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def data_split_config @data_split_config end |
#model_deploy_config ⇒ Types::ModelDeployConfig
Returns the value of attribute model_deploy_config.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def model_deploy_config @model_deploy_config end |
#output_data_config ⇒ Types::AutoMLOutputDataConfig
Returns the value of attribute output_data_config.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def output_data_config @output_data_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def role_arn @role_arn end |
#security_config ⇒ Types::AutoMLSecurityConfig
Returns the value of attribute security_config.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def security_config @security_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def @tags end |