Class: Aws::Types::RecommendationJobInferenceBenchmark
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationJobInferenceBenchmark
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_configuration ⇒ Types::EndpointOutputConfiguration
Returns the value of attribute endpoint_configuration.
-
#endpoint_metrics ⇒ Types::InferenceMetrics
Returns the value of attribute endpoint_metrics.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#invocation_end_time ⇒ ::Time
Returns the value of attribute invocation_end_time.
-
#invocation_start_time ⇒ ::Time
Returns the value of attribute invocation_start_time.
-
#metrics ⇒ Types::RecommendationMetrics
Returns the value of attribute metrics.
-
#model_configuration ⇒ Types::ModelConfiguration
Returns the value of attribute model_configuration.
Instance Attribute Details
#endpoint_configuration ⇒ Types::EndpointOutputConfiguration
Returns the value of attribute endpoint_configuration.
10438 10439 10440 |
# File 'sig/types.rbs', line 10438 def endpoint_configuration @endpoint_configuration end |
#endpoint_metrics ⇒ Types::InferenceMetrics
Returns the value of attribute endpoint_metrics.
10437 10438 10439 |
# File 'sig/types.rbs', line 10437 def endpoint_metrics @endpoint_metrics end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
10440 10441 10442 |
# File 'sig/types.rbs', line 10440 def failure_reason @failure_reason end |
#invocation_end_time ⇒ ::Time
Returns the value of attribute invocation_end_time.
10441 10442 10443 |
# File 'sig/types.rbs', line 10441 def invocation_end_time @invocation_end_time end |
#invocation_start_time ⇒ ::Time
Returns the value of attribute invocation_start_time.
10442 10443 10444 |
# File 'sig/types.rbs', line 10442 def invocation_start_time @invocation_start_time end |
#metrics ⇒ Types::RecommendationMetrics
Returns the value of attribute metrics.
10436 10437 10438 |
# File 'sig/types.rbs', line 10436 def metrics @metrics end |
#model_configuration ⇒ Types::ModelConfiguration
Returns the value of attribute model_configuration.
10439 10440 10441 |
# File 'sig/types.rbs', line 10439 def model_configuration @model_configuration end |