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