Class ConverseResponse

    • Method Detail

      • output

        public final ConverseOutput output()

        The result from the call to Converse.

        Returns:
        The result from the call to Converse.
      • stopReason

        public final StopReason stopReason()

        The reason why the model stopped generating output.

        If the service returns an enum value that is not available in the current SDK version, stopReason will return StopReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stopReasonAsString().

        Returns:
        The reason why the model stopped generating output.
        See Also:
        StopReason
      • stopReasonAsString

        public final String stopReasonAsString()

        The reason why the model stopped generating output.

        If the service returns an enum value that is not available in the current SDK version, stopReason will return StopReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stopReasonAsString().

        Returns:
        The reason why the model stopped generating output.
        See Also:
        StopReason
      • usage

        public final TokenUsage usage()

        The total number of tokens used in the call to Converse. The total includes the tokens input to the model and the tokens generated by the model.

        Returns:
        The total number of tokens used in the call to Converse. The total includes the tokens input to the model and the tokens generated by the model.
      • metrics

        public final ConverseMetrics metrics()

        Metrics for the call to Converse.

        Returns:
        Metrics for the call to Converse.
      • additionalModelResponseFields

        public final Document additionalModelResponseFields()

        Additional fields in the response that are unique to the model.

        Returns:
        Additional fields in the response that are unique to the model.
      • trace

        public final ConverseTrace trace()

        A trace object that contains information about the Guardrail behavior.

        Returns:
        A trace object that contains information about the Guardrail behavior.
      • 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