Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.CreationMode
Packages that use CreationMode
-
Uses of CreationMode in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.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 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 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.bedrockagent.model that return types with arguments of type CreationModeMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type CreationModeModifier and TypeMethodDescriptionPromptConfiguration.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.promptCreationMode(CreationMode promptCreationMode) Specifies whether to override the default prompt template for thispromptType.