Class BatchGetRecordError
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.BatchGetRecordError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchGetRecordError.Builder,BatchGetRecordError>
@Generated("software.amazon.awssdk:codegen") public final class BatchGetRecordError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetRecordError.Builder,BatchGetRecordError>
The error that has occurred when attempting to retrieve a batch of Records.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchGetRecordError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchGetRecordError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()The error code of an error that has occurred when attempting to retrieve a batch of Records.StringerrorMessage()The error message of an error that has occurred when attempting to retrieve a record in the batch.StringfeatureGroupName()The name of the feature group that the record belongs to.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrecordIdentifierValueAsString()The value for theRecordIdentifierin string format of a Record from aFeatureGroupthat is causing an error when attempting to be retrieved.List<SdkField<?>>sdkFields()static Class<? extends BatchGetRecordError.Builder>serializableBuilderClass()BatchGetRecordError.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
featureGroupName
public final String featureGroupName()
The name of the feature group that the record belongs to.
- Returns:
- The name of the feature group that the record belongs to.
-
recordIdentifierValueAsString
public final String recordIdentifierValueAsString()
The value for the
RecordIdentifierin string format of a Record from aFeatureGroupthat is causing an error when attempting to be retrieved.- Returns:
- The value for the
RecordIdentifierin string format of a Record from aFeatureGroupthat is causing an error when attempting to be retrieved.
-
errorCode
public final String errorCode()
The error code of an error that has occurred when attempting to retrieve a batch of Records. For more information on errors, see Errors.
- Returns:
- The error code of an error that has occurred when attempting to retrieve a batch of Records. For more information on errors, see Errors.
-
errorMessage
public final String errorMessage()
The error message of an error that has occurred when attempting to retrieve a record in the batch.
- Returns:
- The error message of an error that has occurred when attempting to retrieve a record in the batch.
-
toBuilder
public BatchGetRecordError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchGetRecordError.Builder,BatchGetRecordError>
-
builder
public static BatchGetRecordError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchGetRecordError.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-