Class: Aws::Types::TrainingDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::TrainingDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invocation_logs_config ⇒ Types::InvocationLogsConfig
Returns the value of attribute invocation_logs_config.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#invocation_logs_config ⇒ Types::InvocationLogsConfig
Returns the value of attribute invocation_logs_config.
3553 3554 3555 |
# File 'sig/types.rbs', line 3553 def invocation_logs_config @invocation_logs_config end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
3552 3553 3554 |
# File 'sig/types.rbs', line 3552 def s3_uri @s3_uri end |