Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SageMakerRuntimeClient.php « SageMakerRuntime « src « aws-sdk-php « aws - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27c32bb5efff464450aa48c047c416f14d90dd42 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace Aws\SageMakerRuntime;

use Aws\AwsClient;

/**
 * This client is used to interact with the **Amazon SageMaker Runtime** service.
 * @method \Aws\Result invokeEndpoint(array $args = [])
 * @method \GuzzleHttp\Promise\Promise invokeEndpointAsync(array $args = [])
 */
class SageMakerRuntimeClient extends AwsClient {}