Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptInferenceConfiguration.Type
-
Packages that use PromptInferenceConfiguration.Type Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptInferenceConfiguration.Type in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptInferenceConfiguration.Type Modifier and Type Method Description PromptInferenceConfiguration.TypePromptInferenceConfiguration. type()Retrieve an enum value representing which member of this object is populated.static PromptInferenceConfiguration.TypePromptInferenceConfiguration.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PromptInferenceConfiguration.Type[]PromptInferenceConfiguration.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-