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