SageMakerRuntimeClient Class
(QtAws::SageMakerRuntime::SageMakerRuntimeClient)The SageMakerRuntimeClient class provides access to the Amazon SageMaker Runtime service. More...
| Header: | #include <SageMakerRuntimeClient> |
| Inherits: | QtAws::Core::AwsAbstractClient |
Public Functions
| SageMakerRuntimeClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) | |
| SageMakerRuntimeClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) |
- 12 public functions inherited from QtAws::Core::AwsAbstractClient
Public Slots
| InvokeEndpointResponse * | invokeEndpoint(const InvokeEndpointRequest &request) |
Additional Inherited Members
- 2 protected functions inherited from QtAws::Core::AwsAbstractClient
Detailed Description
The SageMakerRuntimeClient class provides access to the Amazon SageMaker Runtime service.
Amazon SageMaker runtime API.
Member Function Documentation
SageMakerRuntimeClient::SageMakerRuntimeClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
Constructs a SageMakerRuntimeClient object.
The new client object will region, credentials, and manager for network operations.
The new object will be owned by parent, if set.
SageMakerRuntimeClient::SageMakerRuntimeClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
This function overloads SageMakerRuntimeClient().
This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).
See also QtAws::Core::AwsEndpoint::getEndpoint.
[slot] InvokeEndpointResponse *SageMakerRuntimeClient::invokeEndpoint(const InvokeEndpointRequest &request)
Sends request to the SageMakerRuntimeClient service, and returns a pointer to an InvokeEndpointResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint.
</p
For an overview of Amazon SageMaker, see <a href="http://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works.html">How It Works</a>
</p
Amazon SageMaker strips all POST headers except those supported by the API. Amazon SageMaker might add additional headers. You should not rely on the behavior of headers outside those enumerated in the request syntax.
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.