public class AiAgentLongTextToolEmbeddingsField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiAgentLongTextToolEmbeddingsField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
model
The model used for the AI agent for calculating embeddings.
|
protected AiAgentLongTextToolEmbeddingsStrategyField |
strategy |
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiAgentLongTextToolEmbeddingsField() |
protected |
AiAgentLongTextToolEmbeddingsField(AiAgentLongTextToolEmbeddingsField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getModel() |
AiAgentLongTextToolEmbeddingsStrategyField |
getStrategy() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected AiAgentLongTextToolEmbeddingsStrategyField strategy
public AiAgentLongTextToolEmbeddingsField()
protected AiAgentLongTextToolEmbeddingsField(AiAgentLongTextToolEmbeddingsField.Builder builder)
public AiAgentLongTextToolEmbeddingsStrategyField getStrategy()