| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OnlineStoreConfig |
DescribeFeatureGroupResponse.onlineStoreConfig()
The configuration for the
OnlineStore. |
OnlineStoreConfig |
CreateFeatureGroupRequest.onlineStoreConfig()
You can turn the
OnlineStore on or off by specifying True for the
EnableOnlineStore flag in OnlineStoreConfig; the default value is False. |
OnlineStoreConfig |
FeatureGroup.onlineStoreConfig()
Returns the value of the OnlineStoreConfig property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFeatureGroupResponse.Builder |
DescribeFeatureGroupResponse.Builder.onlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for the
OnlineStore. |
CreateFeatureGroupRequest.Builder |
CreateFeatureGroupRequest.Builder.onlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
You can turn the
OnlineStore on or off by specifying True for the
EnableOnlineStore flag in OnlineStoreConfig; the default value is
False. |
FeatureGroup.Builder |
FeatureGroup.Builder.onlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
Sets the value of the OnlineStoreConfig property for this object.
|
Copyright © 2022. All rights reserved.