public class AiAgentInfoModelsField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiAgentInfoModelsField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
The name of the model used for the request.
|
protected String |
provider
The provider that owns the model used for the request.
|
protected String |
supportedPurpose
The supported purpose utilized by the model used for the request.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiAgentInfoModelsField() |
protected |
AiAgentInfoModelsField(AiAgentInfoModelsField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getProvider() |
String |
getSupportedPurpose() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String supportedPurpose
public AiAgentInfoModelsField()
protected AiAgentInfoModelsField(AiAgentInfoModelsField.Builder builder)
public String getProvider()
public String getSupportedPurpose()