Class: Aws::Types::DeepgramSpeechModelConfig
- Inherits:
-
Object
- Object
- Aws::Types::DeepgramSpeechModelConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_token_secret_arn ⇒ ::String
Returns the value of attribute api_token_secret_arn.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
Instance Attribute Details
#api_token_secret_arn ⇒ ::String
Returns the value of attribute api_token_secret_arn.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def api_token_secret_arn @api_token_secret_arn end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def model_id @model_id end |