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.
For information about the format of the request body, see Common Data Formats—Inference.
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.
String customAttributes
ByteBuffer body
Includes the inference provided by the model.
For information about the format of the response body, see Common Data Formats—Inference.
String contentType
The MIME type of the inference returned in the response body.
String invokedProductionVariant
Identifies the production variant that was invoked.
String customAttributes
Copyright © 2019. All rights reserved.