| Package | Description |
|---|---|
| com.byteplus.ark.model |
| Modifier and Type | Method and Description |
|---|---|
static MessageForBatchChatCompletionsInput.RoleEnum |
MessageForBatchChatCompletionsInput.RoleEnum.fromValue(String input) |
MessageForBatchChatCompletionsInput.RoleEnum |
MessageForBatchChatCompletionsInput.getRole()
Get role
|
MessageForBatchChatCompletionsInput.RoleEnum |
MessageForBatchChatCompletionsInput.RoleEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static MessageForBatchChatCompletionsInput.RoleEnum |
MessageForBatchChatCompletionsInput.RoleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageForBatchChatCompletionsInput.RoleEnum[] |
MessageForBatchChatCompletionsInput.RoleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MessageForBatchChatCompletionsInput |
MessageForBatchChatCompletionsInput.role(MessageForBatchChatCompletionsInput.RoleEnum role) |
void |
MessageForBatchChatCompletionsInput.setRole(MessageForBatchChatCompletionsInput.RoleEnum role) |
void |
MessageForBatchChatCompletionsInput.RoleEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
MessageForBatchChatCompletionsInput.RoleEnum enumeration) |
Copyright © 2025. All rights reserved.