Class: Aws::Types::DescribeAutoMLJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAutoMLJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
-
#auto_ml_job_artifacts ⇒ Types::AutoMLJobArtifacts
Returns the value of attribute auto_ml_job_artifacts.
-
#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.
-
#auto_ml_job_secondary_status ⇒ "Starting", ...
Returns the value of attribute auto_ml_job_secondary_status.
-
#auto_ml_job_status ⇒ "Completed", ...
Returns the value of attribute auto_ml_job_status.
-
#best_candidate ⇒ Types::AutoMLCandidate
Returns the value of attribute best_candidate.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#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.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_deploy_config ⇒ Types::ModelDeployConfig
Returns the value of attribute model_deploy_config.
-
#model_deploy_result ⇒ Types::ModelDeployResult
Returns the value of attribute model_deploy_result.
-
#output_data_config ⇒ Types::AutoMLOutputDataConfig
Returns the value of attribute output_data_config.
-
#partial_failure_reasons ⇒ ::Array[Types::AutoMLPartialFailureReason]
Returns the value of attribute partial_failure_reasons.
-
#problem_type ⇒ "BinaryClassification", ...
Returns the value of attribute problem_type.
-
#resolved_attributes ⇒ Types::ResolvedAttributes
Returns the value of attribute resolved_attributes.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
3871 3872 3873 |
# File 'sig/types.rbs', line 3871 def auto_ml_job_arn @auto_ml_job_arn end |
#auto_ml_job_artifacts ⇒ Types::AutoMLJobArtifacts
Returns the value of attribute auto_ml_job_artifacts.
3887 3888 3889 |
# File 'sig/types.rbs', line 3887 def auto_ml_job_artifacts @auto_ml_job_artifacts end |
#auto_ml_job_config ⇒ Types::AutoMLJobConfig
Returns the value of attribute auto_ml_job_config.
3877 3878 3879 |
# File 'sig/types.rbs', line 3877 def auto_ml_job_config @auto_ml_job_config end |
#auto_ml_job_name ⇒ ::String
Returns the value of attribute auto_ml_job_name.
3870 3871 3872 |
# File 'sig/types.rbs', line 3870 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.
3875 3876 3877 |
# File 'sig/types.rbs', line 3875 def auto_ml_job_objective @auto_ml_job_objective end |
#auto_ml_job_secondary_status ⇒ "Starting", ...
Returns the value of attribute auto_ml_job_secondary_status.
3885 3886 3887 |
# File 'sig/types.rbs', line 3885 def auto_ml_job_secondary_status @auto_ml_job_secondary_status end |
#auto_ml_job_status ⇒ "Completed", ...
Returns the value of attribute auto_ml_job_status.
3884 3885 3886 |
# File 'sig/types.rbs', line 3884 def auto_ml_job_status @auto_ml_job_status end |
#best_candidate ⇒ Types::AutoMLCandidate
Returns the value of attribute best_candidate.
3883 3884 3885 |
# File 'sig/types.rbs', line 3883 def best_candidate @best_candidate end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3878 3879 3880 |
# File 'sig/types.rbs', line 3878 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3879 3880 3881 |
# File 'sig/types.rbs', line 3879 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
3881 3882 3883 |
# File 'sig/types.rbs', line 3881 def failure_reason @failure_reason end |
#generate_candidate_definitions_only ⇒ Boolean
Returns the value of attribute generate_candidate_definitions_only.
3886 3887 3888 |
# File 'sig/types.rbs', line 3886 def generate_candidate_definitions_only @generate_candidate_definitions_only end |
#input_data_config ⇒ ::Array[Types::AutoMLChannel]
Returns the value of attribute input_data_config.
3872 3873 3874 |
# File 'sig/types.rbs', line 3872 def input_data_config @input_data_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3880 3881 3882 |
# File 'sig/types.rbs', line 3880 def last_modified_time @last_modified_time end |
#model_deploy_config ⇒ Types::ModelDeployConfig
Returns the value of attribute model_deploy_config.
3889 3890 3891 |
# File 'sig/types.rbs', line 3889 def model_deploy_config @model_deploy_config end |
#model_deploy_result ⇒ Types::ModelDeployResult
Returns the value of attribute model_deploy_result.
3890 3891 3892 |
# File 'sig/types.rbs', line 3890 def model_deploy_result @model_deploy_result end |
#output_data_config ⇒ Types::AutoMLOutputDataConfig
Returns the value of attribute output_data_config.
3873 3874 3875 |
# File 'sig/types.rbs', line 3873 def output_data_config @output_data_config end |
#partial_failure_reasons ⇒ ::Array[Types::AutoMLPartialFailureReason]
Returns the value of attribute partial_failure_reasons.
3882 3883 3884 |
# File 'sig/types.rbs', line 3882 def partial_failure_reasons @partial_failure_reasons end |
#problem_type ⇒ "BinaryClassification", ...
Returns the value of attribute problem_type.
3876 3877 3878 |
# File 'sig/types.rbs', line 3876 def problem_type @problem_type end |
#resolved_attributes ⇒ Types::ResolvedAttributes
Returns the value of attribute resolved_attributes.
3888 3889 3890 |
# File 'sig/types.rbs', line 3888 def resolved_attributes @resolved_attributes end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3874 3875 3876 |
# File 'sig/types.rbs', line 3874 def role_arn @role_arn end |