Class SystemContentBlock
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SystemContentBlock.Builder,SystemContentBlock>
Contains configurations for instructions to provide the model for how to handle input. To learn more, see Using the Converse API.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic enum -
Method Summary
Modifier and TypeMethodDescriptionstatic SystemContentBlock.Builderbuilder()final CachePointBlockCachePoint to include in the system prompt.final booleanfinal booleanequalsBySdkFields(Object obj) static SystemContentBlockfromCachePoint(Consumer<CachePointBlock.Builder> cachePoint) Create an instance of this class withcachePoint()initialized to the given value.static SystemContentBlockfromCachePoint(CachePointBlock cachePoint) Create an instance of this class withcachePoint()initialized to the given value.static SystemContentBlockfromGuardContent(Consumer<GuardrailConverseContentBlock.Builder> guardContent) Create an instance of this class withguardContent()initialized to the given value.static SystemContentBlockfromGuardContent(GuardrailConverseContentBlock guardContent) Create an instance of this class withguardContent()initialized to the given value.static SystemContentBlockCreate an instance of this class withtext()initialized to the given value.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) A content block to assess with the guardrail.final inthashCode()static Class<? extends SystemContentBlock.Builder>final Stringtext()A system prompt for the model.final StringtoString()Returns a string representation of this object.type()Retrieve an enum value representing which member of this object is populated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
text
A system prompt for the model.
- Returns:
- A system prompt for the model.
-
guardContent
A content block to assess with the guardrail. Use with the Converse or ConverseStream API operations.
For more information, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide.
- Returns:
- A content block to assess with the guardrail. Use with the Converse or
ConverseStream API operations.
For more information, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide.
-
cachePoint
CachePoint to include in the system prompt.
- Returns:
- CachePoint to include in the system prompt.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SystemContentBlock.Builder,SystemContentBlock>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
fromText
Create an instance of this class withtext()initialized to the given value.A system prompt for the model.
- Parameters:
text- A system prompt for the model.
-
fromGuardContent
Create an instance of this class withguardContent()initialized to the given value.A content block to assess with the guardrail. Use with the Converse or ConverseStream API operations.
For more information, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide.
- Parameters:
guardContent- A content block to assess with the guardrail. Use with the Converse or ConverseStream API operations.For more information, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide.
-
fromGuardContent
public static SystemContentBlock fromGuardContent(Consumer<GuardrailConverseContentBlock.Builder> guardContent) Create an instance of this class withguardContent()initialized to the given value.A content block to assess with the guardrail. Use with the Converse or ConverseStream API operations.
For more information, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide.
- Parameters:
guardContent- A content block to assess with the guardrail. Use with the Converse or ConverseStream API operations.For more information, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide.
-
fromCachePoint
Create an instance of this class withcachePoint()initialized to the given value.CachePoint to include in the system prompt.
- Parameters:
cachePoint- CachePoint to include in the system prompt.
-
fromCachePoint
Create an instance of this class withcachePoint()initialized to the given value.CachePoint to include in the system prompt.
- Parameters:
cachePoint- CachePoint to include in the system prompt.
-
type
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beSystemContentBlock.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beSystemContentBlock.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set. -
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-