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.
10420 10421 10422 |
# File 'sig/types.rbs', line 10420 def cost_per_hour @cost_per_hour end |
#cost_per_inference ⇒ ::Float
Returns the value of attribute cost_per_inference.
10421 10422 10423 |
# File 'sig/types.rbs', line 10421 def cost_per_inference @cost_per_inference end |
#cpu_utilization ⇒ ::Float
Returns the value of attribute cpu_utilization.
10424 10425 10426 |
# File 'sig/types.rbs', line 10424 def cpu_utilization @cpu_utilization end |
#max_invocations ⇒ ::Integer
Returns the value of attribute max_invocations.
10422 10423 10424 |
# File 'sig/types.rbs', line 10422 def max_invocations @max_invocations end |
#memory_utilization ⇒ ::Float
Returns the value of attribute memory_utilization.
10425 10426 10427 |
# File 'sig/types.rbs', line 10425 def memory_utilization @memory_utilization end |
#model_latency ⇒ ::Integer
Returns the value of attribute model_latency.
10423 10424 10425 |
# File 'sig/types.rbs', line 10423 def model_latency @model_latency end |
#model_setup_time ⇒ ::Integer
Returns the value of attribute model_setup_time.
10426 10427 10428 |
# File 'sig/types.rbs', line 10426 def model_setup_time @model_setup_time end |