public static interface Guardrail.LlmPromptSecurity.DefaultSecuritySettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDefaultPromptTemplate()
public abstract String getDefaultPromptTemplate()Output only. The default prompt template used by the system. This field is for display purposes to show the user what prompt the system uses by default. It is OUTPUT_ONLY.
string default_prompt_template = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The defaultPromptTemplate. |
getDefaultPromptTemplateBytes()
public abstract ByteString getDefaultPromptTemplateBytes()Output only. The default prompt template used by the system. This field is for display purposes to show the user what prompt the system uses by default. It is OUTPUT_ONLY.
string default_prompt_template = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for defaultPromptTemplate. |