Class: Aws::Types::RecommendationMetrics
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cost_per_hour ⇒ ::Float
Returns the value of attribute cost_per_hour.
-
#cost_per_inference ⇒ ::Float
Returns the value of attribute cost_per_inference.
-
#cpu_utilization ⇒ ::Float
Returns the value of attribute cpu_utilization.
-
#max_invocations ⇒ ::Integer
Returns the value of attribute max_invocations.
-
#memory_utilization ⇒ ::Float
Returns the value of attribute memory_utilization.
-
#model_latency ⇒ ::Integer
Returns the value of attribute model_latency.
-
#model_setup_time ⇒ ::Integer
Returns the value of attribute model_setup_time.
Instance Attribute Details
#cost_per_hour ⇒ ::Float
Returns the value of attribute cost_per_hour.
10435 10436 10437 |
# File 'sig/types.rbs', line 10435 def cost_per_hour @cost_per_hour end |
#cost_per_inference ⇒ ::Float
Returns the value of attribute cost_per_inference.
10436 10437 10438 |
# File 'sig/types.rbs', line 10436 def cost_per_inference @cost_per_inference end |
#cpu_utilization ⇒ ::Float
Returns the value of attribute cpu_utilization.
10439 10440 10441 |
# File 'sig/types.rbs', line 10439 def cpu_utilization @cpu_utilization end |
#max_invocations ⇒ ::Integer
Returns the value of attribute max_invocations.
10437 10438 10439 |
# File 'sig/types.rbs', line 10437 def max_invocations @max_invocations end |
#memory_utilization ⇒ ::Float
Returns the value of attribute memory_utilization.
10440 10441 10442 |
# File 'sig/types.rbs', line 10440 def memory_utilization @memory_utilization end |
#model_latency ⇒ ::Integer
Returns the value of attribute model_latency.
10438 10439 10440 |
# File 'sig/types.rbs', line 10438 def model_latency @model_latency end |
#model_setup_time ⇒ ::Integer
Returns the value of attribute model_setup_time.
10441 10442 10443 |
# File 'sig/types.rbs', line 10441 def model_setup_time @model_setup_time end |