Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
aws
/
aws-sdk-php
/
src
/
SageMakerFeatureStoreRuntime
:
SageMakerFeatureStoreRuntimeClient.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Aws\SageMakerFeatureStoreRuntime; use Aws\AwsClient; /** * This client is used to interact with the **Amazon SageMaker Feature Store Runtime** service. * @method \Aws\Result batchGetRecord(array $args = []) * @method \GuzzleHttp\Promise\Promise batchGetRecordAsync(array $args = []) * @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 {}