| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetRecordIdentifier> |
BatchGetRecordRequest.identifiers()
A list of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
List<BatchGetRecordIdentifier> |
BatchGetRecordResponse.unprocessedIdentifiers()
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordRequest.Builder |
BatchGetRecordRequest.Builder.identifiers(BatchGetRecordIdentifier... identifiers)
A list of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
BatchGetRecordResponse.Builder |
BatchGetRecordResponse.Builder.unprocessedIdentifiers(BatchGetRecordIdentifier... unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordRequest.Builder |
BatchGetRecordRequest.Builder.identifiers(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. |
BatchGetRecordResponse.Builder |
BatchGetRecordResponse.Builder.unprocessedIdentifiers(Collection<BatchGetRecordIdentifier> unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
Copyright © 2023. All rights reserved.