Class: Aws::Types::AsyncInferenceOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::AsyncInferenceOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#notification_config ⇒ Types::AsyncInferenceNotificationConfig
Returns the value of attribute notification_config.
-
#s3_failure_path ⇒ ::String
Returns the value of attribute s3_failure_path.
-
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
535 536 537 |
# File 'sig/types.rbs', line 535 def kms_key_id @kms_key_id end |
#notification_config ⇒ Types::AsyncInferenceNotificationConfig
Returns the value of attribute notification_config.
537 538 539 |
# File 'sig/types.rbs', line 537 def notification_config @notification_config end |
#s3_failure_path ⇒ ::String
Returns the value of attribute s3_failure_path.
538 539 540 |
# File 'sig/types.rbs', line 538 def s3_failure_path @s3_failure_path end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
536 537 538 |
# File 'sig/types.rbs', line 536 def s3_output_path @s3_output_path end |