Class: Aws::Types::ModelInvocationJobInputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelInvocationJobInputDataConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: S3InputDataConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_input_data_config ⇒ Types::ModelInvocationJobS3InputDataConfig
Returns the value of attribute s3_input_data_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3_input_data_config ⇒ Types::ModelInvocationJobS3InputDataConfig
Returns the value of attribute s3_input_data_config.
3026 3027 3028 |
# File 'sig/types.rbs', line 3026 def s3_input_data_config @s3_input_data_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3027 3028 3029 |
# File 'sig/types.rbs', line 3027 def unknown @unknown end |