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)


700
701
702
# File 'sig/types.rbs', line 700

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)


699
700
701
# File 'sig/types.rbs', line 699

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


702
703
704
# File 'sig/types.rbs', line 702

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


701
702
703
# File 'sig/types.rbs', line 701

def auto_ml_job_status
  @auto_ml_job_status
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


703
704
705
# File 'sig/types.rbs', line 703

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


704
705
706
# File 'sig/types.rbs', line 704

def end_time
  @end_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


705
706
707
# File 'sig/types.rbs', line 705

def last_modified_time
  @last_modified_time
end

#partial_failure_reasons::Array[Types::AutoMLPartialFailureReason]

Returns the value of attribute partial_failure_reasons.

Returns:



707
708
709
# File 'sig/types.rbs', line 707

def partial_failure_reasons
  @partial_failure_reasons
end