Enum Class CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate

java.lang.Object
java.lang.Enum<CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate>
org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate
All Implemented Interfaces:
Serializable, Comparable<CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate>, Constable
Enclosing class:
CohereEmbeddingBedrockApi.CohereEmbeddingRequest

public static enum CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate extends Enum<CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate>
Specifies how the API handles inputs longer than the maximum token length. Passing START will discard the start of the input. END will discard the end of the input. In both cases, input is discarded until the remaining input is exactly the maximum input token length for the model.