Class BedrockEmbeddingModelConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.BedrockEmbeddingModelConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BedrockEmbeddingModelConfiguration.Builder,BedrockEmbeddingModelConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class BedrockEmbeddingModelConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BedrockEmbeddingModelConfiguration.Builder,BedrockEmbeddingModelConfiguration>
The vector configuration details for the Bedrock embeddings model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBedrockEmbeddingModelConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BedrockEmbeddingModelConfiguration.Builderbuilder()Integerdimensions()The dimensions details for the vector configuration used on the Bedrock embeddings model.EmbeddingDataTypeembeddingDataType()The data type for the vectors when using a model to convert text into vector embeddings.StringembeddingDataTypeAsString()The data type for the vectors when using a model to convert text into vector embeddings.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BedrockEmbeddingModelConfiguration.Builder>serializableBuilderClass()BedrockEmbeddingModelConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dimensions
public final Integer dimensions()
The dimensions details for the vector configuration used on the Bedrock embeddings model.
- Returns:
- The dimensions details for the vector configuration used on the Bedrock embeddings model.
-
embeddingDataType
public final EmbeddingDataType embeddingDataType()
The data type for the vectors when using a model to convert text into vector embeddings. The model must support the specified data type for vector embeddings. Floating-point (float32) is the default data type, and is supported by most models for vector embeddings. See Supported embeddings models for information on the available models and their vector data types.
If the service returns an enum value that is not available in the current SDK version,
embeddingDataTypewill returnEmbeddingDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromembeddingDataTypeAsString().- Returns:
- The data type for the vectors when using a model to convert text into vector embeddings. The model must support the specified data type for vector embeddings. Floating-point (float32) is the default data type, and is supported by most models for vector embeddings. See Supported embeddings models for information on the available models and their vector data types.
- See Also:
EmbeddingDataType
-
embeddingDataTypeAsString
public final String embeddingDataTypeAsString()
The data type for the vectors when using a model to convert text into vector embeddings. The model must support the specified data type for vector embeddings. Floating-point (float32) is the default data type, and is supported by most models for vector embeddings. See Supported embeddings models for information on the available models and their vector data types.
If the service returns an enum value that is not available in the current SDK version,
embeddingDataTypewill returnEmbeddingDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromembeddingDataTypeAsString().- Returns:
- The data type for the vectors when using a model to convert text into vector embeddings. The model must support the specified data type for vector embeddings. Floating-point (float32) is the default data type, and is supported by most models for vector embeddings. See Supported embeddings models for information on the available models and their vector data types.
- See Also:
EmbeddingDataType
-
toBuilder
public BedrockEmbeddingModelConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BedrockEmbeddingModelConfiguration.Builder,BedrockEmbeddingModelConfiguration>
-
builder
public static BedrockEmbeddingModelConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends BedrockEmbeddingModelConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-