| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetRecordIdentifier> |
BatchGetRecordRequest.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. |
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 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. |
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 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. |
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.