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)


5785
5786
5787
# File 'sig/types.rbs', line 5785

def end_time_offset
  @end_time_offset
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


5776
5777
5778
# File 'sig/types.rbs', line 5776

def endpoint_name
  @endpoint_name
end

#exclude_features_attribute::String

Returns the value of attribute exclude_features_attribute.

Returns:

  • (::String)


5786
5787
5788
# File 'sig/types.rbs', line 5786

def exclude_features_attribute
  @exclude_features_attribute
end

#features_attribute::String

Returns the value of attribute features_attribute.

Returns:

  • (::String)


5780
5781
5782
# File 'sig/types.rbs', line 5780

def features_attribute
  @features_attribute
end

#inference_attribute::String

Returns the value of attribute inference_attribute.

Returns:

  • (::String)


5781
5782
5783
# File 'sig/types.rbs', line 5781

def inference_attribute
  @inference_attribute
end

#local_path::String

Returns the value of attribute local_path.

Returns:

  • (::String)


5777
5778
5779
# File 'sig/types.rbs', line 5777

def local_path
  @local_path
end

#probability_attribute::String

Returns the value of attribute probability_attribute.

Returns:

  • (::String)


5782
5783
5784
# File 'sig/types.rbs', line 5782

def probability_attribute
  @probability_attribute
end

#probability_threshold_attribute::Float

Returns the value of attribute probability_threshold_attribute.

Returns:

  • (::Float)


5783
5784
5785
# File 'sig/types.rbs', line 5783

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


5779
5780
5781
# File 'sig/types.rbs', line 5779

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


5778
5779
5780
# File 'sig/types.rbs', line 5778

def s3_input_mode
  @s3_input_mode
end

#start_time_offset::String

Returns the value of attribute start_time_offset.

Returns:

  • (::String)


5784
5785
5786
# File 'sig/types.rbs', line 5784

def start_time_offset
  @start_time_offset
end