Uses of Interface
software.amazon.awssdk.services.sagemaker.model.VectorConfig.Builder
-
Packages that use VectorConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of VectorConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return VectorConfig.Builder Modifier and Type Method Description static VectorConfig.BuilderVectorConfig. builder()VectorConfig.BuilderVectorConfig.Builder. dimension(Integer dimension)The number of elements in your vector.VectorConfig.BuilderVectorConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type VectorConfig.Builder Modifier and Type Method Description static Class<? extends VectorConfig.Builder>VectorConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type VectorConfig.Builder Modifier and Type Method Description static CollectionConfigCollectionConfig. fromVectorConfig(Consumer<VectorConfig.Builder> vectorConfig)Create an instance of this class withCollectionConfig.vectorConfig()initialized to the given value.default CollectionConfig.BuilderCollectionConfig.Builder. vectorConfig(Consumer<VectorConfig.Builder> vectorConfig)Configuration for your vector collection type.
-