Class: Aws::Types::InputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::InputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
-
#tuning_data_s3_uri ⇒ ::String
Returns the value of attribute tuning_data_s3_uri.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
368 369 370 |
# File 'sig/types.rbs', line 368 def data_access_role_arn @data_access_role_arn end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
366 367 368 |
# File 'sig/types.rbs', line 366 def s3_uri @s3_uri end |
#tuning_data_s3_uri ⇒ ::String
Returns the value of attribute tuning_data_s3_uri.
367 368 369 |
# File 'sig/types.rbs', line 367 def tuning_data_s3_uri @tuning_data_s3_uri end |