Class: Aws::Types::TextInferenceConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_tokens::Integer

Returns the value of attribute max_tokens.

Returns:

  • (::Integer)


3535
3536
3537
# File 'sig/types.rbs', line 3535

def max_tokens
  @max_tokens
end

#stop_sequences::Array[::String]

Returns the value of attribute stop_sequences.

Returns:

  • (::Array[::String])


3536
3537
3538
# File 'sig/types.rbs', line 3536

def stop_sequences
  @stop_sequences
end

#temperature::Float

Returns the value of attribute temperature.

Returns:

  • (::Float)


3533
3534
3535
# File 'sig/types.rbs', line 3533

def temperature
  @temperature
end

#top_p::Float

Returns the value of attribute top_p.

Returns:

  • (::Float)


3534
3535
3536
# File 'sig/types.rbs', line 3534

def top_p
  @top_p
end