class Aws::BedrockAgent::Types::InferenceConfiguration


@see docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/InferenceConfiguration AWS API Documentation
@return [Array<String>]
List of stop sequences
@!attribute [rw] stop_sequences
@return [Integer]
Maximum length of output
@!attribute [rw] maximum_length
@return [Integer]
Sample from the k most likely next tokens
@!attribute [rw] top_k
@return [Float]
Cumulative probability cutoff for token selection
@!attribute [rw] top_p
@return [Float]
Controls randomness, higher values increase diversity
@!attribute [rw] temperature
Configuration for inference in prompt configuration