Interface VectorData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VectorData.Builder,,VectorData> SdkBuilder<VectorData.Builder,,VectorData> SdkPojo
- Enclosing class:
VectorData
@Mutable
@NotThreadSafe
public static interface VectorData.Builder
extends SdkPojo, CopyableBuilder<VectorData.Builder,VectorData>
-
Method Summary
Modifier and TypeMethodDescriptionThe vector data as 32-bit floating point numbers.float32(Collection<Float> float32) The vector data as 32-bit floating point numbers.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
float32
The vector data as 32-bit floating point numbers. The number of elements in this array must exactly match the dimension of the vector index where the operation is being performed.
- Parameters:
float32- The vector data as 32-bit floating point numbers. The number of elements in this array must exactly match the dimension of the vector index where the operation is being performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
float32
The vector data as 32-bit floating point numbers. The number of elements in this array must exactly match the dimension of the vector index where the operation is being performed.
- Parameters:
float32- The vector data as 32-bit floating point numbers. The number of elements in this array must exactly match the dimension of the vector index where the operation is being performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-