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