Uses of Class
software.amazon.awssdk.services.sagemaker.model.VectorConfig
-
Packages that use VectorConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of VectorConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return VectorConfig Modifier and Type Method Description VectorConfigCollectionConfig. vectorConfig()Configuration for your vector collection type.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type VectorConfig Modifier and Type Method Description static CollectionConfigCollectionConfig. fromVectorConfig(VectorConfig vectorConfig)Create an instance of this class withCollectionConfig.vectorConfig()initialized to the given value.CollectionConfig.BuilderCollectionConfig.Builder. vectorConfig(VectorConfig vectorConfig)Configuration for your vector collection type.
-