inferenceConfiguration

@JvmName(name = "rjrcuqlvfcppvoen")
suspend fun inferenceConfiguration(value: Output<AgentInferenceConfigurationArgs>)
@JvmName(name = "ehglouvjjsuvedtx")
suspend fun inferenceConfiguration(value: AgentInferenceConfigurationArgs?)

Parameters

value

Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the promptType . For more information, see Inference parameters for foundation models .


@JvmName(name = "rcutqumeaeqcubrk")
suspend fun inferenceConfiguration(argument: suspend AgentInferenceConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the promptType . For more information, see Inference parameters for foundation models .