| Package | Description |
|---|---|
| com.amazonaws.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordIdentifier |
BatchGetRecordIdentifier.clone() |
BatchGetRecordIdentifier |
BatchGetRecordIdentifier.withFeatureGroupName(String featureGroupName)
A
FeatureGroupName containing 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 of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
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 of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
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 of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
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 of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
BatchGetRecordResult |
BatchGetRecordResult.withUnprocessedIdentifiers(Collection<BatchGetRecordIdentifier> unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
Copyright © 2023. All rights reserved.