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.
5785 5786 5787 |
# File 'sig/types.rbs', line 5785 def end_time_offset @end_time_offset end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
5776 5777 5778 |
# File 'sig/types.rbs', line 5776 def endpoint_name @endpoint_name end |
#exclude_features_attribute ⇒ ::String
Returns the value of attribute exclude_features_attribute.
5786 5787 5788 |
# File 'sig/types.rbs', line 5786 def exclude_features_attribute @exclude_features_attribute end |
#features_attribute ⇒ ::String
Returns the value of attribute features_attribute.
5780 5781 5782 |
# File 'sig/types.rbs', line 5780 def features_attribute @features_attribute end |
#inference_attribute ⇒ ::String
Returns the value of attribute inference_attribute.
5781 5782 5783 |
# File 'sig/types.rbs', line 5781 def inference_attribute @inference_attribute end |
#local_path ⇒ ::String
Returns the value of attribute local_path.
5777 5778 5779 |
# File 'sig/types.rbs', line 5777 def local_path @local_path end |
#probability_attribute ⇒ ::String
Returns the value of attribute probability_attribute.
5782 5783 5784 |
# File 'sig/types.rbs', line 5782 def probability_attribute @probability_attribute end |
#probability_threshold_attribute ⇒ ::Float
Returns the value of attribute probability_threshold_attribute.
5783 5784 5785 |
# File 'sig/types.rbs', line 5783 def probability_threshold_attribute @probability_threshold_attribute end |
#s3_data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute s3_data_distribution_type.
5779 5780 5781 |
# File 'sig/types.rbs', line 5779 def s3_data_distribution_type @s3_data_distribution_type end |
#s3_input_mode ⇒ "Pipe", "File"
Returns the value of attribute s3_input_mode.
5778 5779 5780 |
# File 'sig/types.rbs', line 5778 def s3_input_mode @s3_input_mode end |
#start_time_offset ⇒ ::String
Returns the value of attribute start_time_offset.
5784 5785 5786 |
# File 'sig/types.rbs', line 5784 def start_time_offset @start_time_offset end |