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.
6765 6766 6767 |
# File 'sig/types.rbs', line 6765 def inference_benchmark @inference_benchmark end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
6763 6764 6765 |
# File 'sig/types.rbs', line 6763 def job_name @job_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
6764 6765 6766 |
# File 'sig/types.rbs', line 6764 def status @status end |
#step_type ⇒ "BENCHMARK"
Returns the value of attribute step_type.
6762 6763 6764 |
# File 'sig/types.rbs', line 6762 def step_type @step_type end |