Interface CodeInterpreterInvocationInput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CodeInterpreterInvocationInput.Builder,CodeInterpreterInvocationInput>, SdkBuilder<CodeInterpreterInvocationInput.Builder,CodeInterpreterInvocationInput>, SdkPojo
Enclosing class:
CodeInterpreterInvocationInput

public static interface CodeInterpreterInvocationInput.Builder extends SdkPojo, CopyableBuilder<CodeInterpreterInvocationInput.Builder,CodeInterpreterInvocationInput>
  • Method Details

    • code

      The code for the code interpreter to use.

      Parameters:
      code - The code for the code interpreter to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • files

      Files that are uploaded for code interpreter to use.

      Parameters:
      files - Files that are uploaded for code interpreter to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • files

      Files that are uploaded for code interpreter to use.

      Parameters:
      files - Files that are uploaded for code interpreter to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.