@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsCustomEvalConfigPromptMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONTENT |
static String |
JSON_PROPERTY_CONTENTS |
static String |
JSON_PROPERTY_ROLE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsCustomEvalConfigPromptMessage() |
LLMObsCustomEvalConfigPromptMessage(String role) |
public boolean unparsed
public static final String JSON_PROPERTY_CONTENT
public static final String JSON_PROPERTY_CONTENTS
public static final String JSON_PROPERTY_ROLE
public LLMObsCustomEvalConfigPromptMessage()
public LLMObsCustomEvalConfigPromptMessage(String role)
public LLMObsCustomEvalConfigPromptMessage content(String content)
@Nullable public String getContent()
public void setContent(String content)
public LLMObsCustomEvalConfigPromptMessage contents(List<LLMObsCustomEvalConfigPromptContent> contents)
public LLMObsCustomEvalConfigPromptMessage addContentsItem(LLMObsCustomEvalConfigPromptContent contentsItem)
@Nullable public List<LLMObsCustomEvalConfigPromptContent> getContents()
public void setContents(List<LLMObsCustomEvalConfigPromptContent> contents)
public LLMObsCustomEvalConfigPromptMessage role(String role)
public String getRole()
public void setRole(String role)
public LLMObsCustomEvalConfigPromptMessage putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.