Class: Aws::Types::EndpointInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time_offset::String

Returns the value of attribute end_time_offset.

Returns:

  • (::String)


5766
5767
5768
# File 'sig/types.rbs', line 5766

def end_time_offset
  @end_time_offset
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


5757
5758
5759
# File 'sig/types.rbs', line 5757

def endpoint_name
  @endpoint_name
end

#exclude_features_attribute::String

Returns the value of attribute exclude_features_attribute.

Returns:

  • (::String)


5767
5768
5769
# File 'sig/types.rbs', line 5767

def exclude_features_attribute
  @exclude_features_attribute
end

#features_attribute::String

Returns the value of attribute features_attribute.

Returns:

  • (::String)


5761
5762
5763
# File 'sig/types.rbs', line 5761

def features_attribute
  @features_attribute
end

#inference_attribute::String

Returns the value of attribute inference_attribute.

Returns:

  • (::String)


5762
5763
5764
# File 'sig/types.rbs', line 5762

def inference_attribute
  @inference_attribute
end

#local_path::String

Returns the value of attribute local_path.

Returns:

  • (::String)


5758
5759
5760
# File 'sig/types.rbs', line 5758

def local_path
  @local_path
end

#probability_attribute::String

Returns the value of attribute probability_attribute.

Returns:

  • (::String)


5763
5764
5765
# File 'sig/types.rbs', line 5763

def probability_attribute
  @probability_attribute
end

#probability_threshold_attribute::Float

Returns the value of attribute probability_threshold_attribute.

Returns:

  • (::Float)


5764
5765
5766
# File 'sig/types.rbs', line 5764

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")


5760
5761
5762
# File 'sig/types.rbs', line 5760

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")


5759
5760
5761
# File 'sig/types.rbs', line 5759

def s3_input_mode
  @s3_input_mode
end

#start_time_offset::String

Returns the value of attribute start_time_offset.

Returns:

  • (::String)


5765
5766
5767
# File 'sig/types.rbs', line 5765

def start_time_offset
  @start_time_offset
end