Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.LanguageRuntime
Packages that use LanguageRuntime
-
Uses of LanguageRuntime in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return LanguageRuntimeModifier and TypeMethodDescriptionstatic LanguageRuntimeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LanguageRuntimeToolArguments.runtime()The runtime environment to use for code execution.static LanguageRuntimeReturns the enum constant of this type with the specified name.static LanguageRuntime[]LanguageRuntime.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type LanguageRuntimeMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type LanguageRuntimeModifier and TypeMethodDescriptionToolArguments.Builder.runtime(LanguageRuntime runtime) The runtime environment to use for code execution.