Class: Aws::Types::InferenceRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::InferenceRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_configuration ⇒ Types::EndpointOutputConfiguration
Returns the value of attribute endpoint_configuration.
-
#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.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
Instance Attribute Details
#endpoint_configuration ⇒ Types::EndpointOutputConfiguration
Returns the value of attribute endpoint_configuration.
6682 6683 6684 |
# File 'sig/types.rbs', line 6682 def endpoint_configuration @endpoint_configuration end |
#invocation_end_time ⇒ ::Time
Returns the value of attribute invocation_end_time.
6684 6685 6686 |
# File 'sig/types.rbs', line 6684 def invocation_end_time @invocation_end_time end |
#invocation_start_time ⇒ ::Time
Returns the value of attribute invocation_start_time.
6685 6686 6687 |
# File 'sig/types.rbs', line 6685 def invocation_start_time @invocation_start_time end |
#metrics ⇒ Types::RecommendationMetrics
Returns the value of attribute metrics.
6681 6682 6683 |
# File 'sig/types.rbs', line 6681 def metrics @metrics end |
#model_configuration ⇒ Types::ModelConfiguration
Returns the value of attribute model_configuration.
6683 6684 6685 |
# File 'sig/types.rbs', line 6683 def model_configuration @model_configuration end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
6680 6681 6682 |
# File 'sig/types.rbs', line 6680 def recommendation_id @recommendation_id end |