Class: Aws::Types::AutoMLJobSummary

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)


685
686
687
# File 'sig/types.rbs', line 685

def auto_ml_job_arn
  @auto_ml_job_arn
end

#auto_ml_job_name::String

Returns the value of attribute auto_ml_job_name.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def auto_ml_job_name
  @auto_ml_job_name
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")


687
688
689
# File 'sig/types.rbs', line 687

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")


686
687
688
# File 'sig/types.rbs', line 686

def auto_ml_job_status
  @auto_ml_job_status
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


688
689
690
# File 'sig/types.rbs', line 688

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


689
690
691
# File 'sig/types.rbs', line 689

def end_time
  @end_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


690
691
692
# File 'sig/types.rbs', line 690

def last_modified_time
  @last_modified_time
end

#partial_failure_reasons::Array[Types::AutoMLPartialFailureReason]

Returns the value of attribute partial_failure_reasons.

Returns:



692
693
694
# File 'sig/types.rbs', line 692

def partial_failure_reasons
  @partial_failure_reasons
end