Class: Aws::Types::InvokeModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::InvokeModelRequest
- 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.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def accept @accept end |
#body ⇒ ::String
Returns the value of attribute body.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def content_type @content_type end |
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def guardrail_identifier @guardrail_identifier end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def guardrail_version @guardrail_version end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def model_id @model_id end |
#performance_config_latency ⇒ "standard", "optimized"
Returns the value of attribute performance_config_latency.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def performance_config_latency @performance_config_latency end |
#request_metadata ⇒ ::String
Returns the value of attribute request_metadata.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def @request_metadata end |
#service_tier ⇒ "priority", ...
Returns the value of attribute service_tier.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def service_tier @service_tier end |
#trace ⇒ "ENABLED", ...
Returns the value of attribute trace.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def trace @trace end |