Class: Aws::Types::EndpointInput
- Inherits:
-
Object
- Object
- Aws::Types::EndpointInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time_offset ⇒ ::String
Returns the value of attribute end_time_offset.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#exclude_features_attribute ⇒ ::String
Returns the value of attribute exclude_features_attribute.
-
#features_attribute ⇒ ::String
Returns the value of attribute features_attribute.
-
#inference_attribute ⇒ ::String
Returns the value of attribute inference_attribute.
-
#local_path ⇒ ::String
Returns the value of attribute local_path.
-
#probability_attribute ⇒ ::String
Returns the value of attribute probability_attribute.
-
#probability_threshold_attribute ⇒ ::Float
Returns the value of attribute probability_threshold_attribute.
-
#s3_data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute s3_data_distribution_type.
-
#s3_input_mode ⇒ "Pipe", "File"
Returns the value of attribute s3_input_mode.
-
#start_time_offset ⇒ ::String
Returns the value of attribute start_time_offset.
Instance Attribute Details
#end_time_offset ⇒ ::String
Returns the value of attribute end_time_offset.
5766 5767 5768 |
# File 'sig/types.rbs', line 5766 def end_time_offset @end_time_offset end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
5757 5758 5759 |
# File 'sig/types.rbs', line 5757 def endpoint_name @endpoint_name end |
#exclude_features_attribute ⇒ ::String
Returns the value of attribute exclude_features_attribute.
5767 5768 5769 |
# File 'sig/types.rbs', line 5767 def exclude_features_attribute @exclude_features_attribute end |
#features_attribute ⇒ ::String
Returns the value of attribute features_attribute.
5761 5762 5763 |
# File 'sig/types.rbs', line 5761 def features_attribute @features_attribute end |
#inference_attribute ⇒ ::String
Returns the value of attribute inference_attribute.
5762 5763 5764 |
# File 'sig/types.rbs', line 5762 def inference_attribute @inference_attribute end |
#local_path ⇒ ::String
Returns the value of attribute local_path.
5758 5759 5760 |
# File 'sig/types.rbs', line 5758 def local_path @local_path end |
#probability_attribute ⇒ ::String
Returns the value of attribute probability_attribute.
5763 5764 5765 |
# File 'sig/types.rbs', line 5763 def probability_attribute @probability_attribute end |
#probability_threshold_attribute ⇒ ::Float
Returns the value of attribute probability_threshold_attribute.
5764 5765 5766 |
# File 'sig/types.rbs', line 5764 def probability_threshold_attribute @probability_threshold_attribute end |
#s3_data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute s3_data_distribution_type.
5760 5761 5762 |
# File 'sig/types.rbs', line 5760 def s3_data_distribution_type @s3_data_distribution_type end |
#s3_input_mode ⇒ "Pipe", "File"
Returns the value of attribute s3_input_mode.
5759 5760 5761 |
# File 'sig/types.rbs', line 5759 def s3_input_mode @s3_input_mode end |
#start_time_offset ⇒ ::String
Returns the value of attribute start_time_offset.
5765 5766 5767 |
# File 'sig/types.rbs', line 5765 def start_time_offset @start_time_offset end |