| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OfflineStoreConfig |
CreateFeatureGroupRequest.offlineStoreConfig()
Use this to configure an
OfflineFeatureStore. |
OfflineStoreConfig |
DescribeFeatureGroupResponse.offlineStoreConfig()
The configuration of the
OfflineStore, inducing the S3 location of the OfflineStore,
Amazon Web Services Glue or Amazon Web Services Hive data catalogue configurations, and the security
configuration. |
OfflineStoreConfig |
FeatureGroup.offlineStoreConfig()
Returns the value of the OfflineStoreConfig property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFeatureGroupRequest.Builder |
CreateFeatureGroupRequest.Builder.offlineStoreConfig(OfflineStoreConfig offlineStoreConfig)
Use this to configure an
OfflineFeatureStore. |
DescribeFeatureGroupResponse.Builder |
DescribeFeatureGroupResponse.Builder.offlineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the
OfflineStore, inducing the S3 location of the OfflineStore
, Amazon Web Services Glue or Amazon Web Services Hive data catalogue configurations, and the security
configuration. |
FeatureGroup.Builder |
FeatureGroup.Builder.offlineStoreConfig(OfflineStoreConfig offlineStoreConfig)
Sets the value of the OfflineStoreConfig property for this object.
|
Copyright © 2022. All rights reserved.