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)


941
942
943
# File 'sig/types.rbs', line 941

def data_captured_destination_s3_uri
  @data_captured_destination_s3_uri
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:

  • ("FullyReplicated", "ShardedByS3Key")


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.

Returns:

  • ("Pipe", "File")


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.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def start_time_offset
  @start_time_offset
end