| Package | Description |
|---|---|
| com.amazonaws.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordError |
BatchGetRecordError.clone() |
BatchGetRecordError |
BatchGetRecordError.withErrorCode(String errorCode)
The error code of an error that has occured when attempting to retrieve a batch of Records.
|
BatchGetRecordError |
BatchGetRecordError.withErrorMessage(String errorMessage)
The error message of an error that has occured when attempting to retrieve a record in the batch.
|
BatchGetRecordError |
BatchGetRecordError.withFeatureGroupName(String featureGroupName)
The name of the feature group that the record belongs to.
|
BatchGetRecordError |
BatchGetRecordError.withRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value for the
RecordIdentifier in string format of a Record from a FeatureGroup
that is causing an error when attempting to be retrieved. |
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetRecordError> |
BatchGetRecordResult.getErrors()
A list of errors that have occurred when retrieving a batch of Records.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordResult |
BatchGetRecordResult.withErrors(BatchGetRecordError... errors)
A list of errors that have occurred when retrieving a batch of Records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetRecordResult.setErrors(Collection<BatchGetRecordError> errors)
A list of errors that have occurred when retrieving a batch of Records.
|
BatchGetRecordResult |
BatchGetRecordResult.withErrors(Collection<BatchGetRecordError> errors)
A list of errors that have occurred when retrieving a batch of Records.
|
Copyright © 2022. All rights reserved.