Class: Aws::Types::AIPromptInferenceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:temperature, :top_p, :top_k, :max_tokens_to_sample])

Instance Attribute Summary collapse

Instance Attribute Details

#max_tokens_to_sample::Integer

Returns the value of attribute max_tokens_to_sample.

Returns:

  • (::Integer)


189
190
191
# File 'sig/types.rbs', line 189

def max_tokens_to_sample
  @max_tokens_to_sample
end

#temperature::Float

Returns the value of attribute temperature.

Returns:

  • (::Float)


186
187
188
# File 'sig/types.rbs', line 186

def temperature
  @temperature
end

#top_k::Integer

Returns the value of attribute top_k.

Returns:

  • (::Integer)


188
189
190
# File 'sig/types.rbs', line 188

def top_k
  @top_k
end

#top_p::Float

Returns the value of attribute top_p.

Returns:

  • (::Float)


187
188
189
# File 'sig/types.rbs', line 187

def top_p
  @top_p
end