Class: Aws::Types::BatchTransformInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchTransformInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_captured_destination_s3_uri ⇒ ::String
Returns the value of attribute data_captured_destination_s3_uri.
-
#dataset_format ⇒ Types::MonitoringDatasetFormat
Returns the value of attribute dataset_format.
-
#end_time_offset ⇒ ::String
Returns the value of attribute end_time_offset.
-
#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
#data_captured_destination_s3_uri ⇒ ::String
Returns the value of attribute data_captured_destination_s3_uri.
941 942 943 |
# File 'sig/types.rbs', line 941 def data_captured_destination_s3_uri @data_captured_destination_s3_uri end |
#dataset_format ⇒ Types::MonitoringDatasetFormat
Returns the value of attribute dataset_format.
942 943 944 |
# File 'sig/types.rbs', line 942 def dataset_format @dataset_format end |
#end_time_offset ⇒ ::String
Returns the value of attribute end_time_offset.
951 952 953 |
# File 'sig/types.rbs', line 951 def end_time_offset @end_time_offset end |
#exclude_features_attribute ⇒ ::String
Returns the value of attribute exclude_features_attribute.
952 953 954 |
# File 'sig/types.rbs', line 952 def exclude_features_attribute @exclude_features_attribute end |
#features_attribute ⇒ ::String
Returns the value of attribute features_attribute.
946 947 948 |
# File 'sig/types.rbs', line 946 def features_attribute @features_attribute end |
#inference_attribute ⇒ ::String
Returns the value of attribute inference_attribute.
947 948 949 |
# File 'sig/types.rbs', line 947 def inference_attribute @inference_attribute end |
#local_path ⇒ ::String
Returns the value of attribute local_path.
943 944 945 |
# File 'sig/types.rbs', line 943 def local_path @local_path end |
#probability_attribute ⇒ ::String
Returns the value of attribute probability_attribute.
948 949 950 |
# File 'sig/types.rbs', line 948 def probability_attribute @probability_attribute end |
#probability_threshold_attribute ⇒ ::Float
Returns the value of attribute probability_threshold_attribute.
949 950 951 |
# File 'sig/types.rbs', line 949 def probability_threshold_attribute @probability_threshold_attribute end |
#s3_data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute s3_data_distribution_type.
945 946 947 |
# File 'sig/types.rbs', line 945 def s3_data_distribution_type @s3_data_distribution_type end |
#s3_input_mode ⇒ "Pipe", "File"
Returns the value of attribute s3_input_mode.
944 945 946 |
# File 'sig/types.rbs', line 944 def s3_input_mode @s3_input_mode end |
#start_time_offset ⇒ ::String
Returns the value of attribute start_time_offset.
950 951 952 |
# File 'sig/types.rbs', line 950 def start_time_offset @start_time_offset end |