| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CollectionConfig |
FeatureDefinition.collectionConfig()
Configuration for your collection.
|
static CollectionConfig |
CollectionConfig.fromVectorConfig(Consumer<VectorConfig.Builder> vectorConfig)
Create an instance of this class with
vectorConfig() initialized to the given value. |
static CollectionConfig |
CollectionConfig.fromVectorConfig(VectorConfig vectorConfig)
Create an instance of this class with
vectorConfig() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
FeatureDefinition.Builder |
FeatureDefinition.Builder.collectionConfig(CollectionConfig collectionConfig)
Configuration for your collection.
|
Copyright © 2023. All rights reserved.