- getAccept() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
The desired MIME type of the inference response from the model container.
- getAccept() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The desired MIME type of the inference response from the model container.
- 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.InvokeEndpointAsyncRequest
-
The MIME type of the input data in the request body.
- 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 from the model container.
- getCustomAttributes() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
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.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.
- getEnableExplanations() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
An optional JMESPath expression used to override the EnableExplanations parameter of the
ClarifyExplainerConfig API.
- getEndpointName() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
The name of the endpoint that you specified when you created the endpoint using the
CreateEndpoint API.
- 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.
- getFailureLocation() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncResult
-
The Amazon S3 URI where the inference failure response payload is stored.
- getInferenceId() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
The identifier for the inference request.
- getInferenceId() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncResult
-
Identifier for an inference request.
- 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.
- getInputLocation() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
The Amazon S3 URI where the inference request payload is stored.
- getInvocationTimeoutSeconds() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
Maximum amount of time in seconds a request can be processed before it is marked as expired.
- 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.
- getOutputLocation() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncResult
-
The Amazon S3 URI where the inference response payload is stored.
- getRequestTTLSeconds() - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
Maximum age in seconds a request can be in the queue before it is marked as expired.
- 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.
- InternalDependencyException - Exception in com.amazonaws.services.sagemakerruntime.model
-
Your request caused an exception with an internal dependency.
- InternalDependencyException(String) - Constructor for exception com.amazonaws.services.sagemakerruntime.model.InternalDependencyException
-
Constructs a new InternalDependencyException with the specified error message.
- InternalFailureException - Exception in com.amazonaws.services.sagemakerruntime.model
-
An internal failure occurred.
- InternalFailureException(String) - Constructor for exception com.amazonaws.services.sagemakerruntime.model.InternalFailureException
-
Constructs a new InternalFailureException with the specified error message.
- invokeEndpoint(InvokeEndpointRequest) - Method in class com.amazonaws.services.sagemakerruntime.AbstractAmazonSageMakerRuntime
-
- invokeEndpoint(InvokeEndpointRequest) - Method in interface com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntime
-
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.
- invokeEndpoint(InvokeEndpointRequest) - Method in class com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeClient
-
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.
- invokeEndpointAsync(InvokeEndpointAsyncRequest) - Method in class com.amazonaws.services.sagemakerruntime.AbstractAmazonSageMakerRuntime
-
- invokeEndpointAsync(InvokeEndpointRequest) - Method in class com.amazonaws.services.sagemakerruntime.AbstractAmazonSageMakerRuntimeAsync
-
- invokeEndpointAsync(InvokeEndpointRequest, AsyncHandler<InvokeEndpointRequest, InvokeEndpointResult>) - Method in class com.amazonaws.services.sagemakerruntime.AbstractAmazonSageMakerRuntimeAsync
-
- invokeEndpointAsync(InvokeEndpointAsyncRequest) - Method in interface com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntime
-
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 in an asynchronous manner.
- invokeEndpointAsync(InvokeEndpointRequest) - Method in interface com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeAsync
-
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.
- invokeEndpointAsync(InvokeEndpointRequest, AsyncHandler<InvokeEndpointRequest, InvokeEndpointResult>) - Method in interface com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeAsync
-
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.
- invokeEndpointAsync(InvokeEndpointRequest) - Method in class com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeAsyncClient
-
- invokeEndpointAsync(InvokeEndpointRequest, AsyncHandler<InvokeEndpointRequest, InvokeEndpointResult>) - Method in class com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeAsyncClient
-
- invokeEndpointAsync(InvokeEndpointAsyncRequest) - Method in class com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeClient
-
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 in an asynchronous manner.
- invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest) - Method in class com.amazonaws.services.sagemakerruntime.AbstractAmazonSageMakerRuntimeAsync
-
- invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest, AsyncHandler<InvokeEndpointAsyncRequest, InvokeEndpointAsyncResult>) - Method in class com.amazonaws.services.sagemakerruntime.AbstractAmazonSageMakerRuntimeAsync
-
- invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest) - Method in interface com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeAsync
-
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 in an asynchronous manner.
- invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest, AsyncHandler<InvokeEndpointAsyncRequest, InvokeEndpointAsyncResult>) - Method in interface com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeAsync
-
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 in an asynchronous manner.
- invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest) - Method in class com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeAsyncClient
-
- invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest, AsyncHandler<InvokeEndpointAsyncRequest, InvokeEndpointAsyncResult>) - Method in class com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeAsyncClient
-
- InvokeEndpointAsyncRequest - Class in com.amazonaws.services.sagemakerruntime.model
-
- InvokeEndpointAsyncRequest() - Constructor for class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
- InvokeEndpointAsyncResult - Class in com.amazonaws.services.sagemakerruntime.model
-
- InvokeEndpointAsyncResult() - Constructor for class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncResult
-
- InvokeEndpointRequest - Class in com.amazonaws.services.sagemakerruntime.model
-
- InvokeEndpointRequest() - Constructor for class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
- InvokeEndpointResult - Class in com.amazonaws.services.sagemakerruntime.model
-
- InvokeEndpointResult() - Constructor for class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointResult
-
- 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.InvokeEndpointAsyncRequest
-
The desired MIME type of the inference response from the model container.
- setAccept(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The desired MIME type of the inference response from the model container.
- 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.InvokeEndpointAsyncRequest
-
The MIME type of the input data in the request body.
- 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 from the model container.
- setCustomAttributes(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
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.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.
- setEnableExplanations(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
An optional JMESPath expression used to override the EnableExplanations parameter of the
ClarifyExplainerConfig API.
- setEndpointName(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
The name of the endpoint that you specified when you created the endpoint using the
CreateEndpoint API.
- 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.
- setFailureLocation(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncResult
-
The Amazon S3 URI where the inference failure response payload is stored.
- setInferenceId(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
The identifier for the inference request.
- setInferenceId(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncResult
-
Identifier for an inference request.
- 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.
- setInputLocation(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
The Amazon S3 URI where the inference request payload is stored.
- setInvocationTimeoutSeconds(Integer) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
Maximum amount of time in seconds a request can be processed before it is marked as expired.
- 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.
- setOutputLocation(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncResult
-
The Amazon S3 URI where the inference response payload is stored.
- setRequestTTLSeconds(Integer) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
Maximum age in seconds a request can be in the queue before it is marked as expired.
- 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.InvokeEndpointAsyncRequest
-
The desired MIME type of the inference response from the model container.
- withAccept(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
The desired MIME type of the inference response from the model container.
- 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.InvokeEndpointAsyncRequest
-
The MIME type of the input data in the request body.
- 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 from the model container.
- withCustomAttributes(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
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.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.
- withEnableExplanations(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointRequest
-
An optional JMESPath expression used to override the EnableExplanations parameter of the
ClarifyExplainerConfig API.
- withEndpointName(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
The name of the endpoint that you specified when you created the endpoint using the
CreateEndpoint API.
- 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.
- withFailureLocation(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncResult
-
The Amazon S3 URI where the inference failure response payload is stored.
- withInferenceId(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
The identifier for the inference request.
- withInferenceId(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncResult
-
Identifier for an inference request.
- 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.
- withInputLocation(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
The Amazon S3 URI where the inference request payload is stored.
- withInvocationTimeoutSeconds(Integer) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
Maximum amount of time in seconds a request can be processed before it is marked as expired.
- 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.
- withOutputLocation(String) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncResult
-
The Amazon S3 URI where the inference response payload is stored.
- withRequestTTLSeconds(Integer) - Method in class com.amazonaws.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
Maximum age in seconds a request can be in the queue before it is marked as expired.
- 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.