| Package | Description |
|---|---|
| com.amazonaws.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordResultDetail |
BatchGetRecordResultDetail.clone() |
BatchGetRecordResultDetail |
BatchGetRecordResultDetail.withExpiresAt(String expiresAt)
The
ExpiresAt ISO string of the requested record. |
BatchGetRecordResultDetail |
BatchGetRecordResultDetail.withFeatureGroupName(String featureGroupName)
The
FeatureGroupName containing Records you retrieved in a batch. |
BatchGetRecordResultDetail |
BatchGetRecordResultDetail.withRecord(Collection<FeatureValue> record)
The
Record retrieved. |
BatchGetRecordResultDetail |
BatchGetRecordResultDetail.withRecord(FeatureValue... record)
The
Record retrieved. |
BatchGetRecordResultDetail |
BatchGetRecordResultDetail.withRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value of the record identifier in string format.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetRecordResultDetail> |
BatchGetRecordResult.getRecords()
A list of Records you requested to be retrieved in batch.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordResult |
BatchGetRecordResult.withRecords(BatchGetRecordResultDetail... records)
A list of Records you requested to be retrieved in batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetRecordResult.setRecords(Collection<BatchGetRecordResultDetail> records)
A list of Records you requested to be retrieved in batch.
|
BatchGetRecordResult |
BatchGetRecordResult.withRecords(Collection<BatchGetRecordResultDetail> records)
A list of Records you requested to be retrieved in batch.
|
Copyright © 2025. All rights reserved.