Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreationMode
-
Packages that use CreationMode Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of CreationMode in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.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.CreationModePromptConfiguration. parserMode()Returns the value of the ParserMode property for this object.CreationModePromptConfiguration. promptCreationMode()Returns the value of the PromptCreationMode property for this object.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.bedrockagent.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.bedrockagent.model with parameters of type CreationMode Modifier and Type Method Description PromptConfiguration.BuilderPromptConfiguration.Builder. parserMode(CreationMode parserMode)Sets the value of the ParserMode property for this object.PromptConfiguration.BuilderPromptConfiguration.Builder. promptCreationMode(CreationMode promptCreationMode)Sets the value of the PromptCreationMode property for this object.
-