Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.CreationMode
Packages that use CreationMode
-
Uses of CreationMode in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CreationModeModifier and TypeMethodDescriptionstatic CreationModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final 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.final 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.final CreationModeModelInvocationInput.promptCreationMode()Specifies whether the default prompt template wasOVERRIDDEN.final CreationModePromptConfiguration.promptCreationMode()Specifies whether to override the default prompt template for thispromptType.static CreationModeReturns 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 CreationModeMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type CreationModeModifier and TypeMethodDescriptionModelInvocationInput.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.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.Builder.promptCreationMode(CreationMode promptCreationMode) Specifies whether the default prompt template wasOVERRIDDEN.PromptConfiguration.Builder.promptCreationMode(CreationMode promptCreationMode) Specifies whether to override the default prompt template for thispromptType.