summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php b/vendor/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php
new file mode 100644
index 0000000..9d36bcf
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php
@@ -0,0 +1,13 @@
+<?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 = [])
+ * @method \Aws\Result invokeEndpointAsync(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise invokeEndpointAsyncAsync(array $args = [])
+ */
+class SageMakerRuntimeClient extends AwsClient {}