String endpointName
The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.
ByteBuffer body
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.
String contentType
The MIME type of the input data in the request body.
String accept
The desired MIME type of the inference in the response.
ByteBuffer body
Includes the inference provided by the model.
String contentType
The MIME type of the inference returned in the response body.
String invokedProductionVariant
Identifies the production variant that was invoked.
Copyright © 2018. All rights reserved.