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)


583
584
585
# File 'sig/types.rbs', line 583

def candidate_name
  @candidate_name
end

#candidate_propertiesTypes::CandidateProperties

Returns the value of attribute candidate_properties.



593
594
595
# File 'sig/types.rbs', line 593

def candidate_properties
  @candidate_properties
end

#candidate_status"Completed", ...

Returns the value of attribute candidate_status.

Returns:

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


587
588
589
# File 'sig/types.rbs', line 587

def candidate_status
  @candidate_status
end

#candidate_steps::Array[Types::AutoMLCandidateStep]

Returns the value of attribute candidate_steps.

Returns:



586
587
588
# File 'sig/types.rbs', line 586

def candidate_steps
  @candidate_steps
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


589
590
591
# File 'sig/types.rbs', line 589

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


590
591
592
# File 'sig/types.rbs', line 590

def end_time
  @end_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def failure_reason
  @failure_reason
end

#final_auto_ml_job_objective_metricTypes::FinalAutoMLJobObjectiveMetric

Returns the value of attribute final_auto_ml_job_objective_metric.



584
585
586
# File 'sig/types.rbs', line 584

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:



594
595
596
# File 'sig/types.rbs', line 594

def inference_container_definitions
  @inference_container_definitions
end

#inference_containers::Array[Types::AutoMLContainerDefinition]

Returns the value of attribute inference_containers.

Returns:



588
589
590
# File 'sig/types.rbs', line 588

def inference_containers
  @inference_containers
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


591
592
593
# File 'sig/types.rbs', line 591

def last_modified_time
  @last_modified_time
end

#objective_status"Succeeded", ...

Returns the value of attribute objective_status.

Returns:

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


585
586
587
# File 'sig/types.rbs', line 585

def objective_status
  @objective_status
end