Class: Aws::Types::InputConfig
- Inherits:
-
Object
- Object
- Aws::Types::InputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_input_config ⇒ ::String
Returns the value of attribute data_input_config.
-
#framework ⇒ "TENSORFLOW", ...
Returns the value of attribute framework.
-
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#data_input_config ⇒ ::String
Returns the value of attribute data_input_config.
6730 6731 6732 |
# File 'sig/types.rbs', line 6730 def data_input_config @data_input_config end |
#framework ⇒ "TENSORFLOW", ...
Returns the value of attribute framework.
6731 6732 6733 |
# File 'sig/types.rbs', line 6731 def framework @framework end |
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
6732 6733 6734 |
# File 'sig/types.rbs', line 6732 def framework_version @framework_version end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
6729 6730 6731 |
# File 'sig/types.rbs', line 6729 def s3_uri @s3_uri end |