Class: Aws::Types::InvokeModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::InvokeModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#performance_config_latency ⇒ "standard", "optimized"
Returns the value of attribute performance_config_latency.
-
#service_tier ⇒ "priority", ...
Returns the value of attribute service_tier.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def content_type @content_type end |
#performance_config_latency ⇒ "standard", "optimized"
Returns the value of attribute performance_config_latency.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def performance_config_latency @performance_config_latency end |
#service_tier ⇒ "priority", ...
Returns the value of attribute service_tier.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def service_tier @service_tier end |