ex_aws_sagemaker_runtime v1.0.1 ExAws.SageMakerRuntime View Source
Implements an ExAws Service for AWS SageMaker Runtime.
Link to this section Summary
Types
Provides input data, in the format specified in the ContentType
request header. Amazon SageMaker passes all of the data in the body to the model.
The name of the endpoint that was specified when creating the endpoint using the CreateEndpoint API.
Functions
After deploying a model using Amazon SageMaker hosting services, your client applications can use this API to get inferences from the model hosted at the specified endpoint.
Link to this section Types
Specs
body() :: map()
Provides input data, in the format specified in the ContentType
request header. Amazon SageMaker passes all of the data in the body to the model.
Specs
endpoint_name() :: String.t()
The name of the endpoint that was specified when creating the endpoint using the CreateEndpoint API.
Link to this section Functions
Specs
invoke_endpoint(endpoint_name(), body()) :: ExAws.Operation.JSON.t()
After deploying a model using Amazon SageMaker hosting services, your client applications can use this API to get inferences from the model hosted at the specified endpoint.