Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.CreationMode
-
Packages that use CreationMode Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of CreationMode in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CreationMode Modifier and Type Method Description static CreationModeCreationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CreationModeModelInvocationInput. parserMode()Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by thepromptType.CreationModePromptConfiguration. parserMode()Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by thepromptType.CreationModeModelInvocationInput. promptCreationMode()Specifies whether the default prompt template wasOVERRIDDEN.CreationModePromptConfiguration. promptCreationMode()Specifies whether to override the default prompt template for thispromptType.static CreationModeCreationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CreationMode[]CreationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CreationMode Modifier and Type Method Description static Set<CreationMode>CreationMode. knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type CreationMode Modifier and Type Method Description ModelInvocationInput.BuilderModelInvocationInput.Builder. parserMode(CreationMode parserMode)Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by thepromptType.PromptConfiguration.BuilderPromptConfiguration.Builder. parserMode(CreationMode parserMode)Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by thepromptType.ModelInvocationInput.BuilderModelInvocationInput.Builder. promptCreationMode(CreationMode promptCreationMode)Specifies whether the default prompt template wasOVERRIDDEN.PromptConfiguration.BuilderPromptConfiguration.Builder. promptCreationMode(CreationMode promptCreationMode)Specifies whether to override the default prompt template for thispromptType.
-