Module: Aws::SageMaker::Client::_DescribeAutoMLJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAutoMLJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auto_ml_job_arn ⇒ ::String
- #auto_ml_job_artifacts ⇒ Types::AutoMLJobArtifacts
- #auto_ml_job_config ⇒ Types::AutoMLJobConfig
- #auto_ml_job_name ⇒ ::String
- #auto_ml_job_objective ⇒ Types::AutoMLJobObjective
- #auto_ml_job_secondary_status ⇒ "Starting", ...
- #auto_ml_job_status ⇒ "Completed", ...
- #best_candidate ⇒ Types::AutoMLCandidate
- #creation_time ⇒ ::Time
- #end_time ⇒ ::Time
- #failure_reason ⇒ ::String
- #generate_candidate_definitions_only ⇒ Boolean
- #input_data_config ⇒ ::Array[Types::AutoMLChannel]
- #last_modified_time ⇒ ::Time
- #model_deploy_config ⇒ Types::ModelDeployConfig
- #model_deploy_result ⇒ Types::ModelDeployResult
- #output_data_config ⇒ Types::AutoMLOutputDataConfig
- #partial_failure_reasons ⇒ ::Array[Types::AutoMLPartialFailureReason]
- #problem_type ⇒ "BinaryClassification", ...
- #resolved_attributes ⇒ Types::ResolvedAttributes
- #role_arn ⇒ ::String
Instance Method Details
#auto_ml_job_arn ⇒ ::String
3715 |
# File 'sig/client.rbs', line 3715
def auto_ml_job_arn: () -> ::String
|
#auto_ml_job_artifacts ⇒ Types::AutoMLJobArtifacts
3731 |
# File 'sig/client.rbs', line 3731
def auto_ml_job_artifacts: () -> Types::AutoMLJobArtifacts
|
#auto_ml_job_config ⇒ Types::AutoMLJobConfig
3721 |
# File 'sig/client.rbs', line 3721
def auto_ml_job_config: () -> Types::AutoMLJobConfig
|
#auto_ml_job_name ⇒ ::String
3714 |
# File 'sig/client.rbs', line 3714
def auto_ml_job_name: () -> ::String
|
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
3719 |
# File 'sig/client.rbs', line 3719
def auto_ml_job_objective: () -> Types::AutoMLJobObjective
|
#auto_ml_job_secondary_status ⇒ "Starting", ...
3729 |
# File 'sig/client.rbs', line 3729
def auto_ml_job_secondary_status: () -> ("Starting" | "MaxCandidatesReached" | "Failed" | "Stopped" | "MaxAutoMLJobRuntimeReached" | "Stopping" | "CandidateDefinitionsGenerated" | "Completed" | "ExplainabilityError" | "DeployingModel" | "ModelDeploymentError" | "GeneratingModelInsightsReport" | "ModelInsightsError" | "AnalyzingData" | "FeatureEngineering" | "ModelTuning" | "GeneratingExplainabilityReport" | "TrainingModels" | "PreTraining")
|
#auto_ml_job_status ⇒ "Completed", ...
3728 |
# File 'sig/client.rbs', line 3728
def auto_ml_job_status: () -> ("Completed" | "InProgress" | "Failed" | "Stopped" | "Stopping")
|
#best_candidate ⇒ Types::AutoMLCandidate
3727 |
# File 'sig/client.rbs', line 3727
def best_candidate: () -> Types::AutoMLCandidate
|
#creation_time ⇒ ::Time
3722 |
# File 'sig/client.rbs', line 3722
def creation_time: () -> ::Time
|
#end_time ⇒ ::Time
3723 |
# File 'sig/client.rbs', line 3723
def end_time: () -> ::Time
|
#failure_reason ⇒ ::String
3725 |
# File 'sig/client.rbs', line 3725
def failure_reason: () -> ::String
|
#generate_candidate_definitions_only ⇒ Boolean
3730 |
# File 'sig/client.rbs', line 3730
def generate_candidate_definitions_only: () -> bool
|
#input_data_config ⇒ ::Array[Types::AutoMLChannel]
3716 |
# File 'sig/client.rbs', line 3716
def input_data_config: () -> ::Array[Types::AutoMLChannel]
|
#last_modified_time ⇒ ::Time
3724 |
# File 'sig/client.rbs', line 3724
def last_modified_time: () -> ::Time
|
#model_deploy_config ⇒ Types::ModelDeployConfig
3733 |
# File 'sig/client.rbs', line 3733
def model_deploy_config: () -> Types::ModelDeployConfig
|
#model_deploy_result ⇒ Types::ModelDeployResult
3734 |
# File 'sig/client.rbs', line 3734
def model_deploy_result: () -> Types::ModelDeployResult
|
#output_data_config ⇒ Types::AutoMLOutputDataConfig
3717 |
# File 'sig/client.rbs', line 3717
def output_data_config: () -> Types::AutoMLOutputDataConfig
|
#partial_failure_reasons ⇒ ::Array[Types::AutoMLPartialFailureReason]
3726 |
# File 'sig/client.rbs', line 3726
def partial_failure_reasons: () -> ::Array[Types::AutoMLPartialFailureReason]
|
#problem_type ⇒ "BinaryClassification", ...
3720 |
# File 'sig/client.rbs', line 3720
def problem_type: () -> ("BinaryClassification" | "MulticlassClassification" | "Regression")
|
#resolved_attributes ⇒ Types::ResolvedAttributes
3732 |
# File 'sig/client.rbs', line 3732
def resolved_attributes: () -> Types::ResolvedAttributes
|
#role_arn ⇒ ::String
3718 |
# File 'sig/client.rbs', line 3718
def role_arn: () -> ::String
|