Class InvokeEndpointAsyncResponse

    • Method Detail

      • inferenceId

        public final 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.

        Returns:
        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.
      • outputLocation

        public final String outputLocation()

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

        Returns:
        The Amazon S3 URI where the inference response payload is stored.
      • failureLocation

        public final String failureLocation()

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

        Returns:
        The Amazon S3 URI where the inference failure response payload is stored.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object