Interface SampleResponse.Builder

  • Method Details

    • contentType

      SampleResponse.Builder contentType(String contentType)

      MIME type of the inference result.

      Parameters:
      contentType - MIME type of the inference result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • body

      The raw inference response body from the model.

      Parameters:
      body - The raw inference response body from the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.