Class: Aws::Types::InferenceRecommendationsJobStep
- Inherits:
-
Object
- Object
- Aws::Types::InferenceRecommendationsJobStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inference_benchmark ⇒ Types::RecommendationJobInferenceBenchmark
Returns the value of attribute inference_benchmark.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#step_type ⇒ "BENCHMARK"
Returns the value of attribute step_type.
Instance Attribute Details
#inference_benchmark ⇒ Types::RecommendationJobInferenceBenchmark
Returns the value of attribute inference_benchmark.
6710 6711 6712 |
# File 'sig/types.rbs', line 6710 def inference_benchmark @inference_benchmark end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
6708 6709 6710 |
# File 'sig/types.rbs', line 6708 def job_name @job_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
6709 6710 6711 |
# File 'sig/types.rbs', line 6709 def status @status end |
#step_type ⇒ "BENCHMARK"
Returns the value of attribute step_type.
6707 6708 6709 |
# File 'sig/types.rbs', line 6707 def step_type @step_type end |