| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetRecordError.Builder |
BatchGetRecordError.builder() |
BatchGetRecordError.Builder |
BatchGetRecordError.Builder.errorCode(String errorCode)
The error code of an error that has occurred when attempting to retrieve a batch of Records.
|
BatchGetRecordError.Builder |
BatchGetRecordError.Builder.errorMessage(String errorMessage)
The error message of an error that has occurred when attempting to retrieve a record in the batch.
|
BatchGetRecordError.Builder |
BatchGetRecordError.Builder.featureGroupName(String featureGroupName)
The name of the feature group that the record belongs to.
|
BatchGetRecordError.Builder |
BatchGetRecordError.Builder.recordIdentifierValueAsString(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. |
BatchGetRecordError.Builder |
BatchGetRecordError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetRecordError.Builder> |
BatchGetRecordError.serializableBuilderClass() |
Copyright © 2023. All rights reserved.