| Package | Description |
|---|---|
| com.amazonaws.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordIdentifier |
BatchGetRecordIdentifier.clone() |
BatchGetRecordIdentifier |
BatchGetRecordIdentifier.withFeatureGroupName(String featureGroupName)
The name or Amazon Resource Name (ARN) of the
FeatureGroup containing the records you are retrieving
in a batch. |
BatchGetRecordIdentifier |
BatchGetRecordIdentifier.withFeatureNames(Collection<String> featureNames)
List of names of Features to be retrieved.
|
BatchGetRecordIdentifier |
BatchGetRecordIdentifier.withFeatureNames(String... featureNames)
List of names of Features to be retrieved.
|
BatchGetRecordIdentifier |
BatchGetRecordIdentifier.withRecordIdentifiersValueAsString(Collection<String> recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
|
BatchGetRecordIdentifier |
BatchGetRecordIdentifier.withRecordIdentifiersValueAsString(String... recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetRecordIdentifier> |
BatchGetRecordRequest.getIdentifiers()
A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup, the list of names of
Features to be retrieved, and the corresponding RecordIdentifier values as strings. |
List<BatchGetRecordIdentifier> |
BatchGetRecordResult.getUnprocessedIdentifiers()
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordRequest |
BatchGetRecordRequest.withIdentifiers(BatchGetRecordIdentifier... identifiers)
A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup, the list of names of
Features to be retrieved, and the corresponding RecordIdentifier values as strings. |
BatchGetRecordResult |
BatchGetRecordResult.withUnprocessedIdentifiers(BatchGetRecordIdentifier... unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetRecordRequest.setIdentifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup, the list of names of
Features to be retrieved, and the corresponding RecordIdentifier values as strings. |
void |
BatchGetRecordResult.setUnprocessedIdentifiers(Collection<BatchGetRecordIdentifier> unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
BatchGetRecordRequest |
BatchGetRecordRequest.withIdentifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup, the list of names of
Features to be retrieved, and the corresponding RecordIdentifier values as strings. |
BatchGetRecordResult |
BatchGetRecordResult.withUnprocessedIdentifiers(Collection<BatchGetRecordIdentifier> unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
Copyright © 2025. All rights reserved.