Class: Aws::Types::ModelInvocationJobS3InputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelInvocationJobS3InputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
-
#s3_input_format ⇒ "JSONL"
Returns the value of attribute s3_input_format.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
3050 3051 3052 |
# File 'sig/types.rbs', line 3050 def s3_bucket_owner @s3_bucket_owner end |
#s3_input_format ⇒ "JSONL"
Returns the value of attribute s3_input_format.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def s3_input_format @s3_input_format end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def s3_uri @s3_uri end |