| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
SystemContentBlock |
SystemContentBlock.clone() |
SystemContentBlock |
SystemContentBlock.withGuardContent(GuardrailConverseContentBlock guardContent)
A content block to assess with the guardrail.
|
SystemContentBlock |
SystemContentBlock.withText(String text)
A system prompt for the model.
|
| Modifier and Type | Method and Description |
|---|---|
List<SystemContentBlock> |
ConverseRequest.getSystem()
A system prompt to pass to the model.
|
| Modifier and Type | Method and Description |
|---|---|
ConverseRequest |
ConverseRequest.withSystem(SystemContentBlock... system)
A system prompt to pass to the model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConverseRequest.setSystem(Collection<SystemContentBlock> system)
A system prompt to pass to the model.
|
ConverseRequest |
ConverseRequest.withSystem(Collection<SystemContentBlock> system)
A system prompt to pass to the model.
|
Copyright © 2025. All rights reserved.