AWS SDK for Kotlin
Toggle table of contents
1.6.92
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockagentcore
/
aws.sdk.kotlin.services.bedrockagentcore.model
/
HarnessOpenAiApiFormat
Harness
Open
Ai
Api
Format
sealed
class
HarnessOpenAiApiFormat
Inheritors
ChatCompletions
Responses
SdkUnknown
Members
Types
Chat
Completions
Link copied to clipboard
object
ChatCompletions
:
HarnessOpenAiApiFormat
Use the Chat Completions API format.
Companion
Link copied to clipboard
object
Companion
Responses
Link copied to clipboard
object
Responses
:
HarnessOpenAiApiFormat
Use the Responses API format.
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
HarnessOpenAiApiFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String