Class: Aws::Types::AutoMLCandidate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#candidate_name::String

Returns the value of attribute candidate_name.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def candidate_name
  @candidate_name
end

#candidate_propertiesTypes::CandidateProperties

Returns the value of attribute candidate_properties.



608
609
610
# File 'sig/types.rbs', line 608

def candidate_properties
  @candidate_properties
end

#candidate_status"Completed", ...

Returns the value of attribute candidate_status.

Returns:

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


602
603
604
# File 'sig/types.rbs', line 602

def candidate_status
  @candidate_status
end

#candidate_steps::Array[Types::AutoMLCandidateStep]

Returns the value of attribute candidate_steps.

Returns:



601
602
603
# File 'sig/types.rbs', line 601

def candidate_steps
  @candidate_steps
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


604
605
606
# File 'sig/types.rbs', line 604

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


605
606
607
# File 'sig/types.rbs', line 605

def end_time
  @end_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def failure_reason
  @failure_reason
end

#final_auto_ml_job_objective_metricTypes::FinalAutoMLJobObjectiveMetric

Returns the value of attribute final_auto_ml_job_objective_metric.



599
600
601
# File 'sig/types.rbs', line 599

def final_auto_ml_job_objective_metric
  @final_auto_ml_job_objective_metric
end

#inference_container_definitions::Hash[("CPU" | "GPU"), ::Array[Types::AutoMLContainerDefinition]]

Returns the value of attribute inference_container_definitions.

Returns:



609
610
611
# File 'sig/types.rbs', line 609

def inference_container_definitions
  @inference_container_definitions
end

#inference_containers::Array[Types::AutoMLContainerDefinition]

Returns the value of attribute inference_containers.

Returns:



603
604
605
# File 'sig/types.rbs', line 603

def inference_containers
  @inference_containers
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


606
607
608
# File 'sig/types.rbs', line 606

def last_modified_time
  @last_modified_time
end

#objective_status"Succeeded", ...

Returns the value of attribute objective_status.

Returns:

  • ("Succeeded", "Pending", "Failed")


600
601
602
# File 'sig/types.rbs', line 600

def objective_status
  @objective_status
end