Uses of Class
software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.SageMakerFeatureStoreRuntimeException
-
Packages that use SageMakerFeatureStoreRuntimeException Package Description software.amazon.awssdk.services.sagemakerfeaturestoreruntime Contains all data plane API operations and data types for the Amazon SageMaker Feature Store.software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model -
-
Uses of SageMakerFeatureStoreRuntimeException in software.amazon.awssdk.services.sagemakerfeaturestoreruntime
Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime that throw SageMakerFeatureStoreRuntimeException Modifier and Type Method Description default BatchGetRecordResponseSageMakerFeatureStoreRuntimeClient. batchGetRecord(Consumer<BatchGetRecordRequest.Builder> batchGetRecordRequest)Retrieves a batch ofRecordsfrom aFeatureGroup.default BatchGetRecordResponseSageMakerFeatureStoreRuntimeClient. batchGetRecord(BatchGetRecordRequest batchGetRecordRequest)Retrieves a batch ofRecordsfrom aFeatureGroup.default DeleteRecordResponseSageMakerFeatureStoreRuntimeClient. deleteRecord(Consumer<DeleteRecordRequest.Builder> deleteRecordRequest)Deletes aRecordfrom aFeatureGroupin theOnlineStore.default DeleteRecordResponseSageMakerFeatureStoreRuntimeClient. deleteRecord(DeleteRecordRequest deleteRecordRequest)Deletes aRecordfrom aFeatureGroupin theOnlineStore.default GetRecordResponseSageMakerFeatureStoreRuntimeClient. getRecord(Consumer<GetRecordRequest.Builder> getRecordRequest)Use forOnlineStoreserving from aFeatureStore.default GetRecordResponseSageMakerFeatureStoreRuntimeClient. getRecord(GetRecordRequest getRecordRequest)Use forOnlineStoreserving from aFeatureStore.default PutRecordResponseSageMakerFeatureStoreRuntimeClient. putRecord(Consumer<PutRecordRequest.Builder> putRecordRequest)ThePutRecordAPI is used to ingest a list ofRecordsinto your feature group.default PutRecordResponseSageMakerFeatureStoreRuntimeClient. putRecord(PutRecordRequest putRecordRequest)ThePutRecordAPI is used to ingest a list ofRecordsinto your feature group. -
Uses of SageMakerFeatureStoreRuntimeException in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model
Subclasses of SageMakerFeatureStoreRuntimeException in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model Modifier and Type Class Description classAccessForbiddenExceptionYou do not have permission to perform an action.classInternalFailureExceptionAn internal failure occurred.classResourceNotFoundExceptionA resource that is required to perform an action was not found.classServiceUnavailableExceptionThe service is currently unavailable.classValidationErrorExceptionThere was an error validating your request.Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return SageMakerFeatureStoreRuntimeException Modifier and Type Method Description SageMakerFeatureStoreRuntimeExceptionSageMakerFeatureStoreRuntimeException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with parameters of type SageMakerFeatureStoreRuntimeException Constructor Description BuilderImpl(SageMakerFeatureStoreRuntimeException ex)
-