Interface StartCodeInterpreterSessionResponse.Builder

  • Method Details

    • codeInterpreterIdentifier

      StartCodeInterpreterSessionResponse.Builder codeInterpreterIdentifier(String codeInterpreterIdentifier)

      The identifier of the code interpreter.

      Parameters:
      codeInterpreterIdentifier - The identifier of the code interpreter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      The unique identifier of the created code interpreter session.

      Parameters:
      sessionId - The unique identifier of the created code interpreter session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The time at which the code interpreter session was created.

      Parameters:
      createdAt - The time at which the code interpreter session was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.