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.
6745 6746 6747 |
# File 'sig/types.rbs', line 6745 def data_input_config @data_input_config end |
#framework ⇒ "TENSORFLOW", ...
Returns the value of attribute framework.
6746 6747 6748 |
# File 'sig/types.rbs', line 6746 def framework @framework end |
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
6747 6748 6749 |
# File 'sig/types.rbs', line 6747 def framework_version @framework_version end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
6744 6745 6746 |
# File 'sig/types.rbs', line 6744 def s3_uri @s3_uri end |