codegen-resources.docs-2.json Maven / Gradle / Ivy
Show all versions of sagemakerruntime Show documentation
{
"version": "2.0",
"service": " The Amazon SageMaker runtime API.
",
"operations": {
"InvokeEndpoint": "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.
For an overview of Amazon SageMaker, see How It Works.
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.
Cals to InvokeEndpoint
are authenticated by using AWS Signature Version 4. For information, see Authenticating Requests (AWS Signature Version 4) in the Amazon S3 API Reference.
Endpoints are scoped to an individual account, and are not public. The URL does not contain the account ID, but Amazon SageMaker determines the account ID from the authentication token that is supplied by the caller.
"
},
"shapes": {
"BodyBlob": {
"base": null,
"refs": {
"InvokeEndpointInput$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.
",
"InvokeEndpointOutput$Body": "Includes the inference provided by the model.
For information about the format of the response body, see Common Data Formats—Inference.
"
}
},
"CustomAttributesHeader": {
"base": null,
"refs": {
"InvokeEndpointInput$CustomAttributes": "",
"InvokeEndpointOutput$CustomAttributes": ""
}
},
"EndpointName": {
"base": null,
"refs": {
"InvokeEndpointInput$EndpointName": "The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.
"
}
},
"Header": {
"base": null,
"refs": {
"InvokeEndpointInput$ContentType": "The MIME type of the input data in the request body.
",
"InvokeEndpointInput$Accept": "The desired MIME type of the inference in the response.
",
"InvokeEndpointOutput$ContentType": "The MIME type of the inference returned in the response body.
",
"InvokeEndpointOutput$InvokedProductionVariant": "Identifies the production variant that was invoked.
"
}
},
"InternalFailure": {
"base": " An internal failure occurred.
",
"refs": {
}
},
"InvokeEndpointInput": {
"base": null,
"refs": {
}
},
"InvokeEndpointOutput": {
"base": null,
"refs": {
}
},
"LogStreamArn": {
"base": null,
"refs": {
"ModelError$LogStreamArn": " The Amazon Resource Name (ARN) of the log stream.
"
}
},
"Message": {
"base": null,
"refs": {
"InternalFailure$Message": null,
"ModelError$Message": null,
"ModelError$OriginalMessage": " Original message.
",
"ServiceUnavailable$Message": null,
"ValidationError$Message": null
}
},
"ModelError": {
"base": " Model (owned by the customer in the container) returned an error 500.
",
"refs": {
}
},
"ServiceUnavailable": {
"base": " The service is unavailable. Try your call again.
",
"refs": {
}
},
"StatusCode": {
"base": null,
"refs": {
"ModelError$OriginalStatusCode": " Original status code.
"
}
},
"ValidationError": {
"base": " Inspect your request and try again.
",
"refs": {
}
}
}
}