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.
956 957 958 |
# File 'sig/types.rbs', line 956 def data_captured_destination_s3_uri @data_captured_destination_s3_uri end |
#dataset_format ⇒ Types::MonitoringDatasetFormat
Returns the value of attribute dataset_format.
957 958 959 |
# File 'sig/types.rbs', line 957 def dataset_format @dataset_format end |
#end_time_offset ⇒ ::String
Returns the value of attribute end_time_offset.
966 967 968 |
# File 'sig/types.rbs', line 966 def end_time_offset @end_time_offset end |
#exclude_features_attribute ⇒ ::String
Returns the value of attribute exclude_features_attribute.
967 968 969 |
# File 'sig/types.rbs', line 967 def exclude_features_attribute @exclude_features_attribute end |
#features_attribute ⇒ ::String
Returns the value of attribute features_attribute.
961 962 963 |
# File 'sig/types.rbs', line 961 def features_attribute @features_attribute end |
#inference_attribute ⇒ ::String
Returns the value of attribute inference_attribute.
962 963 964 |
# File 'sig/types.rbs', line 962 def inference_attribute @inference_attribute end |
#local_path ⇒ ::String
Returns the value of attribute local_path.
958 959 960 |
# File 'sig/types.rbs', line 958 def local_path @local_path end |
#probability_attribute ⇒ ::String
Returns the value of attribute probability_attribute.
963 964 965 |
# File 'sig/types.rbs', line 963 def probability_attribute @probability_attribute end |
#probability_threshold_attribute ⇒ ::Float
Returns the value of attribute probability_threshold_attribute.
964 965 966 |
# File 'sig/types.rbs', line 964 def probability_threshold_attribute @probability_threshold_attribute end |
#s3_data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute s3_data_distribution_type.
960 961 962 |
# File 'sig/types.rbs', line 960 def s3_data_distribution_type @s3_data_distribution_type end |
#s3_input_mode ⇒ "Pipe", "File"
Returns the value of attribute s3_input_mode.
959 960 961 |
# File 'sig/types.rbs', line 959 def s3_input_mode @s3_input_mode end |
#start_time_offset ⇒ ::String
Returns the value of attribute start_time_offset.
965 966 967 |
# File 'sig/types.rbs', line 965 def start_time_offset @start_time_offset end |