summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/SageMakerMetrics/SageMakerMetricsClient.php
blob: 3a144d0b5b205c224539dd17cf1371ebf4b3b9db (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace Aws\SageMakerMetrics;

use Aws\AwsClient;

/**
 * This client is used to interact with the **Amazon SageMaker Metrics Service** service.
 * @method \Aws\Result batchPutMetrics(array $args = [])
 * @method \GuzzleHttp\Promise\Promise batchPutMetricsAsync(array $args = [])
 */
class SageMakerMetricsClient extends AwsClient {}