| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetRecordResponse.Builder |
BatchGetRecordResponse.builder() |
BatchGetRecordResponse.Builder |
BatchGetRecordResponse.Builder.errors(BatchGetRecordError... errors)
A list of errors that have occured when retrieving a batch of Records.
|
BatchGetRecordResponse.Builder |
BatchGetRecordResponse.Builder.errors(Collection<BatchGetRecordError> errors)
A list of errors that have occured when retrieving a batch of Records.
|
BatchGetRecordResponse.Builder |
BatchGetRecordResponse.Builder.errors(Consumer<BatchGetRecordError.Builder>... errors)
A list of errors that have occured when retrieving a batch of Records.
|
BatchGetRecordResponse.Builder |
BatchGetRecordResponse.Builder.records(BatchGetRecordResultDetail... records)
A list of Records you requested to be retrieved in batch.
|
BatchGetRecordResponse.Builder |
BatchGetRecordResponse.Builder.records(Collection<BatchGetRecordResultDetail> records)
A list of Records you requested to be retrieved in batch.
|
BatchGetRecordResponse.Builder |
BatchGetRecordResponse.Builder.records(Consumer<BatchGetRecordResultDetail.Builder>... records)
A list of Records you requested to be retrieved in batch.
|
BatchGetRecordResponse.Builder |
BatchGetRecordResponse.toBuilder() |
BatchGetRecordResponse.Builder |
BatchGetRecordResponse.Builder.unprocessedIdentifiers(BatchGetRecordIdentifier... unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
BatchGetRecordResponse.Builder |
BatchGetRecordResponse.Builder.unprocessedIdentifiers(Collection<BatchGetRecordIdentifier> unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
BatchGetRecordResponse.Builder |
BatchGetRecordResponse.Builder.unprocessedIdentifiers(Consumer<BatchGetRecordIdentifier.Builder>... unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetRecordResponse.Builder> |
BatchGetRecordResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.