Class: Aws::Types::AsyncInferenceConfig
- Inherits:
-
Object
- Object
- Aws::Types::AsyncInferenceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_config ⇒ Types::AsyncInferenceClientConfig
Returns the value of attribute client_config.
-
#output_config ⇒ Types::AsyncInferenceOutputConfig
Returns the value of attribute output_config.
Instance Attribute Details
#client_config ⇒ Types::AsyncInferenceClientConfig
Returns the value of attribute client_config.
522 523 524 |
# File 'sig/types.rbs', line 522 def client_config @client_config end |
#output_config ⇒ Types::AsyncInferenceOutputConfig
Returns the value of attribute output_config.
523 524 525 |
# File 'sig/types.rbs', line 523 def output_config @output_config end |