Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CollectionConfig.Builder
-
Packages that use CollectionConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CollectionConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CollectionConfig.Builder Modifier and Type Method Description static CollectionConfig.BuilderCollectionConfig. builder()CollectionConfig.BuilderCollectionConfig. toBuilder()default CollectionConfig.BuilderCollectionConfig.Builder. vectorConfig(Consumer<VectorConfig.Builder> vectorConfig)Configuration for your vector collection type.CollectionConfig.BuilderCollectionConfig.Builder. vectorConfig(VectorConfig vectorConfig)Configuration for your vector collection type.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CollectionConfig.Builder Modifier and Type Method Description static Class<? extends CollectionConfig.Builder>CollectionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CollectionConfig.Builder Modifier and Type Method Description default FeatureDefinition.BuilderFeatureDefinition.Builder. collectionConfig(Consumer<CollectionConfig.Builder> collectionConfig)Configuration for your collection.
-