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.
6725 6726 6727 |
# File 'sig/types.rbs', line 6725 def inference_benchmark @inference_benchmark end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
6723 6724 6725 |
# File 'sig/types.rbs', line 6723 def job_name @job_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
6724 6725 6726 |
# File 'sig/types.rbs', line 6724 def status @status end |
#step_type ⇒ "BENCHMARK"
Returns the value of attribute step_type.
6722 6723 6724 |
# File 'sig/types.rbs', line 6722 def step_type @step_type end |