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
3671 |
# File 'sig/client.rbs', line 3671
def auto_ml_job_arn: () -> ::String
|
#auto_ml_job_artifacts ⇒ Types::AutoMLJobArtifacts
3687 |
# File 'sig/client.rbs', line 3687
def auto_ml_job_artifacts: () -> Types::AutoMLJobArtifacts
|
#auto_ml_job_config ⇒ Types::AutoMLJobConfig
3677 |
# File 'sig/client.rbs', line 3677
def auto_ml_job_config: () -> Types::AutoMLJobConfig
|
#auto_ml_job_name ⇒ ::String
3670 |
# File 'sig/client.rbs', line 3670
def auto_ml_job_name: () -> ::String
|
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
3675 |
# File 'sig/client.rbs', line 3675
def auto_ml_job_objective: () -> Types::AutoMLJobObjective
|
#auto_ml_job_secondary_status ⇒ "Starting", ...
3685 |
# File 'sig/client.rbs', line 3685
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", ...
3684 |
# File 'sig/client.rbs', line 3684
def auto_ml_job_status: () -> ("Completed" | "InProgress" | "Failed" | "Stopped" | "Stopping")
|
#best_candidate ⇒ Types::AutoMLCandidate
3683 |
# File 'sig/client.rbs', line 3683
def best_candidate: () -> Types::AutoMLCandidate
|
#creation_time ⇒ ::Time
3678 |
# File 'sig/client.rbs', line 3678
def creation_time: () -> ::Time
|
#end_time ⇒ ::Time
3679 |
# File 'sig/client.rbs', line 3679
def end_time: () -> ::Time
|
#failure_reason ⇒ ::String
3681 |
# File 'sig/client.rbs', line 3681
def failure_reason: () -> ::String
|
#generate_candidate_definitions_only ⇒ Boolean
3686 |
# File 'sig/client.rbs', line 3686
def generate_candidate_definitions_only: () -> bool
|
#input_data_config ⇒ ::Array[Types::AutoMLChannel]
3672 |
# File 'sig/client.rbs', line 3672
def input_data_config: () -> ::Array[Types::AutoMLChannel]
|
#last_modified_time ⇒ ::Time
3680 |
# File 'sig/client.rbs', line 3680
def last_modified_time: () -> ::Time
|
#model_deploy_config ⇒ Types::ModelDeployConfig
3689 |
# File 'sig/client.rbs', line 3689
def model_deploy_config: () -> Types::ModelDeployConfig
|
#model_deploy_result ⇒ Types::ModelDeployResult
3690 |
# File 'sig/client.rbs', line 3690
def model_deploy_result: () -> Types::ModelDeployResult
|
#output_data_config ⇒ Types::AutoMLOutputDataConfig
3673 |
# File 'sig/client.rbs', line 3673
def output_data_config: () -> Types::AutoMLOutputDataConfig
|
#partial_failure_reasons ⇒ ::Array[Types::AutoMLPartialFailureReason]
3682 |
# File 'sig/client.rbs', line 3682
def partial_failure_reasons: () -> ::Array[Types::AutoMLPartialFailureReason]
|
#problem_type ⇒ "BinaryClassification", ...
3676 |
# File 'sig/client.rbs', line 3676
def problem_type: () -> ("BinaryClassification" | "MulticlassClassification" | "Regression")
|
#resolved_attributes ⇒ Types::ResolvedAttributes
3688 |
# File 'sig/client.rbs', line 3688
def resolved_attributes: () -> Types::ResolvedAttributes
|
#role_arn ⇒ ::String
3674 |
# File 'sig/client.rbs', line 3674
def role_arn: () -> ::String
|