Class: Aws::Types::BatchTransformInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_captured_destination_s3_uri::String

Returns the value of attribute data_captured_destination_s3_uri.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def data_captured_destination_s3_uri
  @data_captured_destination_s3_uri
end

#dataset_formatTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:

  • ("FullyReplicated", "ShardedByS3Key")


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.

Returns:

  • ("Pipe", "File")


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.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def start_time_offset
  @start_time_offset
end