Interface InvokeEndpointAsyncResponse.Builder

  • Method Details

    • inferenceId

      InvokeEndpointAsyncResponse.Builder inferenceId(String inferenceId)

      Identifier for an inference request. This will be the same as the InferenceId specified in the input. Amazon SageMaker will generate an identifier for you if you do not specify one.

      Parameters:
      inferenceId - Identifier for an inference request. This will be the same as the InferenceId specified in the input. Amazon SageMaker will generate an identifier for you if you do not specify one.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputLocation

      InvokeEndpointAsyncResponse.Builder outputLocation(String outputLocation)

      The Amazon S3 URI where the inference response payload is stored.

      Parameters:
      outputLocation - The Amazon S3 URI where the inference response payload is stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureLocation

      InvokeEndpointAsyncResponse.Builder failureLocation(String failureLocation)

      The Amazon S3 URI where the inference failure response payload is stored.

      Parameters:
      failureLocation - The Amazon S3 URI where the inference failure response payload is stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.