| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static FeatureGroup.Builder |
FeatureGroup.builder() |
FeatureGroup.Builder |
FeatureGroup.Builder.creationTime(Instant creationTime)
The time a
FeatureGroup was created. |
FeatureGroup.Builder |
FeatureGroup.Builder.description(String description)
A free form description of a
FeatureGroup. |
FeatureGroup.Builder |
FeatureGroup.Builder.eventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores the
EventTime of a Record in a FeatureGroup. |
FeatureGroup.Builder |
FeatureGroup.Builder.failureReason(String failureReason)
The reason that the
FeatureGroup failed to be replicated in the OfflineStore. |
FeatureGroup.Builder |
FeatureGroup.Builder.featureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of
Features. |
FeatureGroup.Builder |
FeatureGroup.Builder.featureDefinitions(Consumer<FeatureDefinition.Builder>... featureDefinitions)
A list of
Features. |
FeatureGroup.Builder |
FeatureGroup.Builder.featureDefinitions(FeatureDefinition... featureDefinitions)
A list of
Features. |
FeatureGroup.Builder |
FeatureGroup.Builder.featureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of a
FeatureGroup. |
FeatureGroup.Builder |
FeatureGroup.Builder.featureGroupName(String featureGroupName)
The name of the
FeatureGroup. |
FeatureGroup.Builder |
FeatureGroup.Builder.featureGroupStatus(FeatureGroupStatus featureGroupStatus)
A
FeatureGroup status. |
FeatureGroup.Builder |
FeatureGroup.Builder.featureGroupStatus(String featureGroupStatus)
A
FeatureGroup status. |
FeatureGroup.Builder |
FeatureGroup.Builder.lastModifiedTime(Instant lastModifiedTime)
A timestamp indicating the last time you updated the feature group.
|
default FeatureGroup.Builder |
FeatureGroup.Builder.lastUpdateStatus(Consumer<LastUpdateStatus.Builder> lastUpdateStatus)
A value that indicates whether the feature group was updated successfully.
|
FeatureGroup.Builder |
FeatureGroup.Builder.lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value that indicates whether the feature group was updated successfully.
|
default FeatureGroup.Builder |
FeatureGroup.Builder.offlineStoreConfig(Consumer<OfflineStoreConfig.Builder> offlineStoreConfig)
Sets the value of the OfflineStoreConfig property for this object.
|
FeatureGroup.Builder |
FeatureGroup.Builder.offlineStoreConfig(OfflineStoreConfig offlineStoreConfig)
Sets the value of the OfflineStoreConfig property for this object.
|
default FeatureGroup.Builder |
FeatureGroup.Builder.offlineStoreStatus(Consumer<OfflineStoreStatus.Builder> offlineStoreStatus)
Sets the value of the OfflineStoreStatus property for this object.
|
FeatureGroup.Builder |
FeatureGroup.Builder.offlineStoreStatus(OfflineStoreStatus offlineStoreStatus)
Sets the value of the OfflineStoreStatus property for this object.
|
default FeatureGroup.Builder |
FeatureGroup.Builder.onlineStoreConfig(Consumer<OnlineStoreConfig.Builder> onlineStoreConfig)
Sets the value of the OnlineStoreConfig property for this object.
|
FeatureGroup.Builder |
FeatureGroup.Builder.onlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
Sets the value of the OnlineStoreConfig property for this object.
|
FeatureGroup.Builder |
FeatureGroup.Builder.recordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of the
Feature whose value uniquely identifies a Record defined in the
FeatureGroup FeatureDefinitions. |
FeatureGroup.Builder |
FeatureGroup.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.
|
FeatureGroup.Builder |
FeatureGroup.Builder.tags(Collection<Tag> tags)
Tags used to define a
FeatureGroup. |
FeatureGroup.Builder |
FeatureGroup.Builder.tags(Consumer<Tag.Builder>... tags)
Tags used to define a
FeatureGroup. |
FeatureGroup.Builder |
FeatureGroup.Builder.tags(Tag... tags)
Tags used to define a
FeatureGroup. |
FeatureGroup.Builder |
FeatureGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FeatureGroup.Builder> |
FeatureGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchRecord.Builder |
SearchRecord.Builder.featureGroup(Consumer<FeatureGroup.Builder> featureGroup)
Sets the value of the FeatureGroup property for this object.
|
Copyright © 2022. All rights reserved.