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.
10413 10414 10415 |
# File 'sig/types.rbs', line 10413 def cost_per_hour @cost_per_hour end |
#cost_per_inference ⇒ ::Float
Returns the value of attribute cost_per_inference.
10414 10415 10416 |
# File 'sig/types.rbs', line 10414 def cost_per_inference @cost_per_inference end |
#cpu_utilization ⇒ ::Float
Returns the value of attribute cpu_utilization.
10417 10418 10419 |
# File 'sig/types.rbs', line 10417 def cpu_utilization @cpu_utilization end |
#max_invocations ⇒ ::Integer
Returns the value of attribute max_invocations.
10415 10416 10417 |
# File 'sig/types.rbs', line 10415 def max_invocations @max_invocations end |
#memory_utilization ⇒ ::Float
Returns the value of attribute memory_utilization.
10418 10419 10420 |
# File 'sig/types.rbs', line 10418 def memory_utilization @memory_utilization end |
#model_latency ⇒ ::Integer
Returns the value of attribute model_latency.
10416 10417 10418 |
# File 'sig/types.rbs', line 10416 def model_latency @model_latency end |
#model_setup_time ⇒ ::Integer
Returns the value of attribute model_setup_time.
10419 10420 10421 |
# File 'sig/types.rbs', line 10419 def model_setup_time @model_setup_time end |