koog
Toggle table of contents
1.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
koog
koog-bedrock-agentcore-runtime
/
ai.koog.agentcore.runtime
/
InvocationInput
/
Binary
Binary
class
Binary
(
val
bytes
:
ByteArray
,
val
contentType
:
ContentType
)
:
InvocationInput
(
source
)
Request body materialised as raw bytes plus the original
Content-Type
.
Members
Constructors
Binary
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
contentType
:
ContentType
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
content
Type
Link copied to clipboard
val
contentType
:
ContentType
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int