| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
FeatureGroup |
FeatureGroup.clone() |
FeatureGroup |
SearchRecord.getFeatureGroup() |
FeatureGroup |
FeatureGroup.withCreationTime(Date creationTime)
The time a
FeatureGroup was created. |
FeatureGroup |
FeatureGroup.withDescription(String description)
A free form description of a
FeatureGroup. |
FeatureGroup |
FeatureGroup.withEventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores the
EventTime of a Record in a FeatureGroup. |
FeatureGroup |
FeatureGroup.withFailureReason(String failureReason)
The reason that the
FeatureGroup failed to be replicated in the OfflineStore. |
FeatureGroup |
FeatureGroup.withFeatureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of
Features. |
FeatureGroup |
FeatureGroup.withFeatureDefinitions(FeatureDefinition... featureDefinitions)
A list of
Features. |
FeatureGroup |
FeatureGroup.withFeatureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of a
FeatureGroup. |
FeatureGroup |
FeatureGroup.withFeatureGroupName(String featureGroupName)
The name of the
FeatureGroup. |
FeatureGroup |
FeatureGroup.withFeatureGroupStatus(FeatureGroupStatus featureGroupStatus)
A
FeatureGroup status. |
FeatureGroup |
FeatureGroup.withFeatureGroupStatus(String featureGroupStatus)
A
FeatureGroup status. |
FeatureGroup |
FeatureGroup.withLastModifiedTime(Date lastModifiedTime)
A timestamp indicating the last time you updated the feature group.
|
FeatureGroup |
FeatureGroup.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value that indicates whether the feature group was updated successfully.
|
FeatureGroup |
FeatureGroup.withOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig) |
FeatureGroup |
FeatureGroup.withOfflineStoreStatus(OfflineStoreStatus offlineStoreStatus) |
FeatureGroup |
FeatureGroup.withOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig) |
FeatureGroup |
FeatureGroup.withRecordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of the
Feature whose value uniquely identifies a Record defined in the
FeatureGroup FeatureDefinitions. |
FeatureGroup |
FeatureGroup.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.
|
FeatureGroup |
FeatureGroup.withTags(Collection<Tag> tags)
Tags used to define a
FeatureGroup. |
FeatureGroup |
FeatureGroup.withTags(Tag... tags)
Tags used to define a
FeatureGroup. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRecord.setFeatureGroup(FeatureGroup featureGroup) |
SearchRecord |
SearchRecord.withFeatureGroup(FeatureGroup featureGroup) |
Copyright © 2023. All rights reserved.