Class: Aws::Types::CreateAutoMLJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutoMLJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_ml_job_config ⇒ Types::AutoMLJobConfig
Returns the value of attribute auto_ml_job_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.
-
#generate_candidate_definitions_only ⇒ Boolean
Returns the value of attribute generate_candidate_definitions_only.
-
#input_data_config ⇒ ::Array[Types::AutoMLChannel]
Returns the value of attribute input_data_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.
-
#problem_type ⇒ "BinaryClassification", ...
Returns the value of attribute problem_type.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#auto_ml_job_config ⇒ Types::AutoMLJobConfig
Returns the value of attribute auto_ml_job_config.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def auto_ml_job_config @auto_ml_job_config end |
#auto_ml_job_name ⇒ ::String
Returns the value of attribute auto_ml_job_name.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 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.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def auto_ml_job_objective @auto_ml_job_objective end |
#generate_candidate_definitions_only ⇒ Boolean
Returns the value of attribute generate_candidate_definitions_only.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def generate_candidate_definitions_only @generate_candidate_definitions_only end |
#input_data_config ⇒ ::Array[Types::AutoMLChannel]
Returns the value of attribute input_data_config.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def input_data_config @input_data_config end |
#model_deploy_config ⇒ Types::ModelDeployConfig
Returns the value of attribute model_deploy_config.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def model_deploy_config @model_deploy_config end |
#output_data_config ⇒ Types::AutoMLOutputDataConfig
Returns the value of attribute output_data_config.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def output_data_config @output_data_config end |
#problem_type ⇒ "BinaryClassification", ...
Returns the value of attribute problem_type.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def problem_type @problem_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def @tags end |