mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-02-06 01:31:06 +01:00
16 lines
612 B
PHP
16 lines
612 B
PHP
<?php
|
|
namespace Aws\SageMakerFeatureStoreRuntime;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **Amazon SageMaker Feature Store Runtime** service.
|
|
* @method \Aws\Result deleteRecord(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteRecordAsync(array $args = [])
|
|
* @method \Aws\Result getRecord(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getRecordAsync(array $args = [])
|
|
* @method \Aws\Result putRecord(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise putRecordAsync(array $args = [])
|
|
*/
|
|
class SageMakerFeatureStoreRuntimeClient extends AwsClient {}
|