Class: Aws::Types::DescribeAutoMLJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_arn::String

Returns the value of attribute auto_ml_job_arn.

Returns:

  • (::String)


3888
3889
3890
# File 'sig/types.rbs', line 3888

def auto_ml_job_arn
  @auto_ml_job_arn
end

#auto_ml_job_artifactsTypes::AutoMLJobArtifacts

Returns the value of attribute auto_ml_job_artifacts.



3904
3905
3906
# File 'sig/types.rbs', line 3904

def auto_ml_job_artifacts
  @auto_ml_job_artifacts
end

#auto_ml_job_configTypes::AutoMLJobConfig

Returns the value of attribute auto_ml_job_config.



3894
3895
3896
# File 'sig/types.rbs', line 3894

def auto_ml_job_config
  @auto_ml_job_config
end

#auto_ml_job_name::String

Returns the value of attribute auto_ml_job_name.

Returns:

  • (::String)


3887
3888
3889
# File 'sig/types.rbs', line 3887

def auto_ml_job_name
  @auto_ml_job_name
end

#auto_ml_job_objectiveTypes::AutoMLJobObjective

Returns the value of attribute auto_ml_job_objective.



3892
3893
3894
# File 'sig/types.rbs', line 3892

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.

Returns:

  • ("Starting", "MaxCandidatesReached", "Failed", "Stopped", "MaxAutoMLJobRuntimeReached", "Stopping", "CandidateDefinitionsGenerated", "Completed", "ExplainabilityError", "DeployingModel", "ModelDeploymentError", "GeneratingModelInsightsReport", "ModelInsightsError", "AnalyzingData", "FeatureEngineering", "ModelTuning", "GeneratingExplainabilityReport", "TrainingModels", "PreTraining")


3902
3903
3904
# File 'sig/types.rbs', line 3902

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.

Returns:

  • ("Completed", "InProgress", "Failed", "Stopped", "Stopping")


3901
3902
3903
# File 'sig/types.rbs', line 3901

def auto_ml_job_status
  @auto_ml_job_status
end

#best_candidateTypes::AutoMLCandidate

Returns the value of attribute best_candidate.



3900
3901
3902
# File 'sig/types.rbs', line 3900

def best_candidate
  @best_candidate
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3895
3896
3897
# File 'sig/types.rbs', line 3895

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


3896
3897
3898
# File 'sig/types.rbs', line 3896

def end_time
  @end_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


3898
3899
3900
# File 'sig/types.rbs', line 3898

def failure_reason
  @failure_reason
end

#generate_candidate_definitions_onlyBoolean

Returns the value of attribute generate_candidate_definitions_only.

Returns:

  • (Boolean)


3903
3904
3905
# File 'sig/types.rbs', line 3903

def generate_candidate_definitions_only
  @generate_candidate_definitions_only
end

#input_data_config::Array[Types::AutoMLChannel]

Returns the value of attribute input_data_config.

Returns:



3889
3890
3891
# File 'sig/types.rbs', line 3889

def input_data_config
  @input_data_config
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3897
3898
3899
# File 'sig/types.rbs', line 3897

def last_modified_time
  @last_modified_time
end

#model_deploy_configTypes::ModelDeployConfig

Returns the value of attribute model_deploy_config.



3906
3907
3908
# File 'sig/types.rbs', line 3906

def model_deploy_config
  @model_deploy_config
end

#model_deploy_resultTypes::ModelDeployResult

Returns the value of attribute model_deploy_result.



3907
3908
3909
# File 'sig/types.rbs', line 3907

def model_deploy_result
  @model_deploy_result
end

#output_data_configTypes::AutoMLOutputDataConfig

Returns the value of attribute output_data_config.



3890
3891
3892
# File 'sig/types.rbs', line 3890

def output_data_config
  @output_data_config
end

#partial_failure_reasons::Array[Types::AutoMLPartialFailureReason]

Returns the value of attribute partial_failure_reasons.

Returns:



3899
3900
3901
# File 'sig/types.rbs', line 3899

def partial_failure_reasons
  @partial_failure_reasons
end

#problem_type"BinaryClassification", ...

Returns the value of attribute problem_type.

Returns:

  • ("BinaryClassification", "MulticlassClassification", "Regression")


3893
3894
3895
# File 'sig/types.rbs', line 3893

def problem_type
  @problem_type
end

#resolved_attributesTypes::ResolvedAttributes

Returns the value of attribute resolved_attributes.



3905
3906
3907
# File 'sig/types.rbs', line 3905

def resolved_attributes
  @resolved_attributes
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3891
3892
3893
# File 'sig/types.rbs', line 3891

def role_arn
  @role_arn
end