Class: Aws::Types::InferenceInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InferenceInputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inference_input_name_configuration ⇒ Types::InferenceInputNameConfiguration
Returns the value of attribute inference_input_name_configuration.
-
#input_time_zone_offset ⇒ ::String
Returns the value of attribute input_time_zone_offset.
-
#s3_input_configuration ⇒ Types::InferenceS3InputConfiguration
Returns the value of attribute s3_input_configuration.
Instance Attribute Details
#inference_input_name_configuration ⇒ Types::InferenceInputNameConfiguration
Returns the value of attribute inference_input_name_configuration.
521 522 523 |
# File 'sig/types.rbs', line 521 def inference_input_name_configuration @inference_input_name_configuration end |
#input_time_zone_offset ⇒ ::String
Returns the value of attribute input_time_zone_offset.
520 521 522 |
# File 'sig/types.rbs', line 520 def input_time_zone_offset @input_time_zone_offset end |
#s3_input_configuration ⇒ Types::InferenceS3InputConfiguration
Returns the value of attribute s3_input_configuration.
519 520 521 |
# File 'sig/types.rbs', line 519 def s3_input_configuration @s3_input_configuration end |