Class: Aws::Types::InvokeModelWithResponseStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::InvokeModelWithResponseStreamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept ⇒ ::String
Returns the value of attribute accept.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
-
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#performance_config_latency ⇒ "standard", "optimized"
Returns the value of attribute performance_config_latency.
-
#request_metadata ⇒ ::String
Returns the value of attribute request_metadata.
-
#service_tier ⇒ "priority", ...
Returns the value of attribute service_tier.
-
#trace ⇒ "ENABLED", ...
Returns the value of attribute trace.
Instance Attribute Details
#accept ⇒ ::String
Returns the value of attribute accept.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def accept @accept end |
#body ⇒ ::String
Returns the value of attribute body.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def content_type @content_type end |
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def guardrail_identifier @guardrail_identifier end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def guardrail_version @guardrail_version end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def model_id @model_id end |
#performance_config_latency ⇒ "standard", "optimized"
Returns the value of attribute performance_config_latency.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def performance_config_latency @performance_config_latency end |
#request_metadata ⇒ ::String
Returns the value of attribute request_metadata.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def @request_metadata end |
#service_tier ⇒ "priority", ...
Returns the value of attribute service_tier.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def service_tier @service_tier end |
#trace ⇒ "ENABLED", ...
Returns the value of attribute trace.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def trace @trace end |