Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.HarnessBedrockApiFormat
Packages that use HarnessBedrockApiFormat
-
Uses of HarnessBedrockApiFormat in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessBedrockApiFormatModifier and TypeMethodDescriptionfinal HarnessBedrockApiFormatHarnessBedrockModelConfig.apiFormat()The API format to use when calling the Bedrock provider.static HarnessBedrockApiFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static HarnessBedrockApiFormatReturns the enum constant of this type with the specified name.static HarnessBedrockApiFormat[]HarnessBedrockApiFormat.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 HarnessBedrockApiFormatModifier and TypeMethodDescriptionstatic Set<HarnessBedrockApiFormat>HarnessBedrockApiFormat.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessBedrockApiFormatModifier and TypeMethodDescriptionHarnessBedrockModelConfig.Builder.apiFormat(HarnessBedrockApiFormat apiFormat) The API format to use when calling the Bedrock provider.