public static enum CreateEmbeddingRequest.TruncateMode extends Enum<CreateEmbeddingRequest.TruncateMode>
| Modifier and Type | Method and Description |
|---|---|
static CreateEmbeddingRequest.TruncateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateEmbeddingRequest.TruncateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateEmbeddingRequest.TruncateMode NONE
public static final CreateEmbeddingRequest.TruncateMode START
public static final CreateEmbeddingRequest.TruncateMode END
public static CreateEmbeddingRequest.TruncateMode[] values()
for (CreateEmbeddingRequest.TruncateMode c : CreateEmbeddingRequest.TruncateMode.values()) System.out.println(c);
public static CreateEmbeddingRequest.TruncateMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023 Amikos Tech OOD. All rights reserved.