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.
6760 6761 6762 |
# File 'sig/types.rbs', line 6760 def data_input_config @data_input_config end |
#framework ⇒ "TENSORFLOW", ...
Returns the value of attribute framework.
6761 6762 6763 |
# File 'sig/types.rbs', line 6761 def framework @framework end |
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
6762 6763 6764 |
# File 'sig/types.rbs', line 6762 def framework_version @framework_version end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
6759 6760 6761 |
# File 'sig/types.rbs', line 6759 def s3_uri @s3_uri end |