Class: Aws::Types::DescribeAutoMLJobV2Response
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAutoMLJobV2Response
- 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_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_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_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.
-
#auto_ml_problem_type_config ⇒ Types::AutoMLProblemTypeConfig
Returns the value of attribute auto_ml_problem_type_config.
-
#auto_ml_problem_type_config_name ⇒ "ImageClassification", ...
Returns the value of attribute auto_ml_problem_type_config_name.
-
#best_candidate ⇒ Types::AutoMLCandidate
Returns the value of attribute best_candidate.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_split_config ⇒ Types::AutoMLDataSplitConfig
Returns the value of attribute data_split_config.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#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.
-
#resolved_attributes ⇒ Types::AutoMLResolvedAttributes
Returns the value of attribute resolved_attributes.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#security_config ⇒ Types::AutoMLSecurityConfig
Returns the value of attribute security_config.
Instance Attribute Details
#auto_ml_compute_config ⇒ Types::AutoMLComputeConfig
Returns the value of attribute auto_ml_compute_config.
3922 3923 3924 |
# File 'sig/types.rbs', line 3922 def auto_ml_compute_config @auto_ml_compute_config end |
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
3901 3902 3903 |
# File 'sig/types.rbs', line 3901 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.
3916 3917 3918 |
# File 'sig/types.rbs', line 3916 def auto_ml_job_artifacts @auto_ml_job_artifacts end |
#auto_ml_job_input_data_config ⇒ ::Array[Types::AutoMLJobChannel]
Returns the value of attribute auto_ml_job_input_data_config.
3902 3903 3904 |
# File 'sig/types.rbs', line 3902 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.
3900 3901 3902 |
# File 'sig/types.rbs', line 3900 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.
3905 3906 3907 |
# File 'sig/types.rbs', line 3905 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.
3915 3916 3917 |
# File 'sig/types.rbs', line 3915 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.
3914 3915 3916 |
# File 'sig/types.rbs', line 3914 def auto_ml_job_status @auto_ml_job_status end |
#auto_ml_problem_type_config ⇒ Types::AutoMLProblemTypeConfig
Returns the value of attribute auto_ml_problem_type_config.
3906 3907 3908 |
# File 'sig/types.rbs', line 3906 def auto_ml_problem_type_config @auto_ml_problem_type_config end |
#auto_ml_problem_type_config_name ⇒ "ImageClassification", ...
Returns the value of attribute auto_ml_problem_type_config_name.
3907 3908 3909 |
# File 'sig/types.rbs', line 3907 def auto_ml_problem_type_config_name @auto_ml_problem_type_config_name end |
#best_candidate ⇒ Types::AutoMLCandidate
Returns the value of attribute best_candidate.
3913 3914 3915 |
# File 'sig/types.rbs', line 3913 def best_candidate @best_candidate end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3908 3909 3910 |
# File 'sig/types.rbs', line 3908 def creation_time @creation_time end |
#data_split_config ⇒ Types::AutoMLDataSplitConfig
Returns the value of attribute data_split_config.
3920 3921 3922 |
# File 'sig/types.rbs', line 3920 def data_split_config @data_split_config end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3909 3910 3911 |
# File 'sig/types.rbs', line 3909 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
3911 3912 3913 |
# File 'sig/types.rbs', line 3911 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3910 3911 3912 |
# File 'sig/types.rbs', line 3910 def last_modified_time @last_modified_time end |
#model_deploy_config ⇒ Types::ModelDeployConfig
Returns the value of attribute model_deploy_config.
3918 3919 3920 |
# File 'sig/types.rbs', line 3918 def model_deploy_config @model_deploy_config end |
#model_deploy_result ⇒ Types::ModelDeployResult
Returns the value of attribute model_deploy_result.
3919 3920 3921 |
# File 'sig/types.rbs', line 3919 def model_deploy_result @model_deploy_result end |
#output_data_config ⇒ Types::AutoMLOutputDataConfig
Returns the value of attribute output_data_config.
3903 3904 3905 |
# File 'sig/types.rbs', line 3903 def output_data_config @output_data_config end |
#partial_failure_reasons ⇒ ::Array[Types::AutoMLPartialFailureReason]
Returns the value of attribute partial_failure_reasons.
3912 3913 3914 |
# File 'sig/types.rbs', line 3912 def partial_failure_reasons @partial_failure_reasons end |
#resolved_attributes ⇒ Types::AutoMLResolvedAttributes
Returns the value of attribute resolved_attributes.
3917 3918 3919 |
# File 'sig/types.rbs', line 3917 def resolved_attributes @resolved_attributes end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3904 3905 3906 |
# File 'sig/types.rbs', line 3904 def role_arn @role_arn end |
#security_config ⇒ Types::AutoMLSecurityConfig
Returns the value of attribute security_config.
3921 3922 3923 |
# File 'sig/types.rbs', line 3921 def security_config @security_config end |