Class: Aws::Types::InferenceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_length::Integer

Returns the value of attribute maximum_length.

Returns:

  • (::Integer)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def maximum_length
  @maximum_length
end

#stop_sequences::Array[::String]

Returns the value of attribute stop_sequences.

Returns:

  • (::Array[::String])


1414
1415
1416
# File 'sig/types.rbs', line 1414

def stop_sequences
  @stop_sequences
end

#temperature::Float

Returns the value of attribute temperature.

Returns:

  • (::Float)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def temperature
  @temperature
end

#top_k::Integer

Returns the value of attribute top_k.

Returns:

  • (::Integer)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def top_k
  @top_k
end

#top_p::Float

Returns the value of attribute top_p.

Returns:

  • (::Float)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def top_p
  @top_p
end