- getAccept() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The desired MIME type of the inference in the response.
- getBody() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
Provides input data, in the format specified in the ContentType request header.
- getBody() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
Includes the inference provided by the model.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.sagemakerruntime.AbstractAmazonSageMakerRuntime
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntime
-
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getContentType() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The MIME type of the input data in the request body.
- getContentType() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
The MIME type of the inference returned in the response body.
- getCustomAttributes() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
Provides additional information about a request for an inference submitted to a model hosted at an Amazon
SageMaker endpoint.
- getCustomAttributes() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
Provides additional information in the response about the inference returned by a model hosted at an Amazon
SageMaker endpoint.
- getEndpointName() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The name of the endpoint that you specified when you created the endpoint using the
CreateEndpoint API.
- getExecutorService() - Method in class com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getInferenceId() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
If you provide a value, it is added to the captured data when you enable data capture on the endpoint.
- getInvokedProductionVariant() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
Identifies the production variant that was invoked.
- getLogStreamArn() - Method in exception com.amazonaws.services.sagemakerruntime.model.ModelErrorException
-
The Amazon Resource Name (ARN) of the log stream.
- getOriginalMessage() - Method in exception com.amazonaws.services.sagemakerruntime.model.ModelErrorException
-
Original message.
- getOriginalStatusCode() - Method in exception com.amazonaws.services.sagemakerruntime.model.ModelErrorException
-
Original status code.
- getTargetContainerHostname() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
If the endpoint hosts multiple containers and is configured to use direct invocation, this parameter specifies
the host name of the container to invoke.
- getTargetModel() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The model to request for inference when invoking a multi-model endpoint.
- getTargetVariant() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
Specify the production variant to send the inference request to when invoking an endpoint that is running two or
more variants.
- ServiceUnavailableException - Exception in com.amazonaws.services.sagemakerruntime.model
-
The service is unavailable.
- ServiceUnavailableException(String) - Constructor for exception com.amazonaws.services.sagemakerruntime.model.ServiceUnavailableException
-
Constructs a new ServiceUnavailableException with the specified error message.
- setAccept(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The desired MIME type of the inference in the response.
- setBody(ByteBuffer) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
Provides input data, in the format specified in the ContentType request header.
- setBody(ByteBuffer) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
Includes the inference provided by the model.
- setContentType(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The MIME type of the input data in the request body.
- setContentType(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
The MIME type of the inference returned in the response body.
- setCustomAttributes(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
Provides additional information about a request for an inference submitted to a model hosted at an Amazon
SageMaker endpoint.
- setCustomAttributes(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
Provides additional information in the response about the inference returned by a model hosted at an Amazon
SageMaker endpoint.
- setEndpointName(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The name of the endpoint that you specified when you created the endpoint using the
CreateEndpoint API.
- setInferenceId(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
If you provide a value, it is added to the captured data when you enable data capture on the endpoint.
- setInvokedProductionVariant(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
Identifies the production variant that was invoked.
- setLogStreamArn(String) - Method in exception com.amazonaws.services.sagemakerruntime.model.ModelErrorException
-
The Amazon Resource Name (ARN) of the log stream.
- setOriginalMessage(String) - Method in exception com.amazonaws.services.sagemakerruntime.model.ModelErrorException
-
Original message.
- setOriginalStatusCode(Integer) - Method in exception com.amazonaws.services.sagemakerruntime.model.ModelErrorException
-
Original status code.
- setTargetContainerHostname(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
If the endpoint hosts multiple containers and is configured to use direct invocation, this parameter specifies
the host name of the container to invoke.
- setTargetModel(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The model to request for inference when invoking a multi-model endpoint.
- setTargetVariant(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
Specify the production variant to send the inference request to when invoking an endpoint that is running two or
more variants.
- shutdown() - Method in class com.amazonaws.services.sagemakerruntime.AbstractAmazonSageMakerRuntime
-
- shutdown() - Method in interface com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntime
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeAsyncClient
-
Shuts down the client, releasing all managed resources.
- shutdown() - Method in class com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeClient
-
- standard() - Static method in class com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeClientBuilder
-
- withAccept(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The desired MIME type of the inference in the response.
- withBody(ByteBuffer) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
Provides input data, in the format specified in the ContentType request header.
- withBody(ByteBuffer) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
Includes the inference provided by the model.
- withContentType(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The MIME type of the input data in the request body.
- withContentType(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
The MIME type of the inference returned in the response body.
- withCustomAttributes(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
Provides additional information about a request for an inference submitted to a model hosted at an Amazon
SageMaker endpoint.
- withCustomAttributes(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
Provides additional information in the response about the inference returned by a model hosted at an Amazon
SageMaker endpoint.
- withEndpointName(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The name of the endpoint that you specified when you created the endpoint using the
CreateEndpoint API.
- withInferenceId(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
If you provide a value, it is added to the captured data when you enable data capture on the endpoint.
- withInvokedProductionVariant(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
Identifies the production variant that was invoked.
- withLogStreamArn(String) - Method in exception com.amazonaws.services.sagemakerruntime.model.ModelErrorException
-
The Amazon Resource Name (ARN) of the log stream.
- withOriginalMessage(String) - Method in exception com.amazonaws.services.sagemakerruntime.model.ModelErrorException
-
Original message.
- withOriginalStatusCode(Integer) - Method in exception com.amazonaws.services.sagemakerruntime.model.ModelErrorException
-
Original status code.
- withTargetContainerHostname(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
If the endpoint hosts multiple containers and is configured to use direct invocation, this parameter specifies
the host name of the container to invoke.
- withTargetModel(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The model to request for inference when invoking a multi-model endpoint.
- withTargetVariant(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
Specify the production variant to send the inference request to when invoking an endpoint that is running two or
more variants.