| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
ByteContentDoc |
ByteContentDoc.clone() |
ByteContentDoc |
ExternalSource.getByteContent()
The identifier, contentType, and data of the external source wrapper object.
|
ByteContentDoc |
ByteContentDoc.withContentType(String contentType)
The MIME type of the document contained in the wrapper object.
|
ByteContentDoc |
ByteContentDoc.withData(ByteBuffer data)
The byte value of the file to upload, encoded as a Base-64 string.
|
ByteContentDoc |
ByteContentDoc.withIdentifier(String identifier)
The file name of the document contained in the wrapper object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalSource.setByteContent(ByteContentDoc byteContent)
The identifier, contentType, and data of the external source wrapper object.
|
ExternalSource |
ExternalSource.withByteContent(ByteContentDoc byteContent)
The identifier, contentType, and data of the external source wrapper object.
|
Copyright © 2024. All rights reserved.