Interface ActionMetadata.Builder

  • Method Details

    • actionType

      ActionMetadata.Builder actionType(String actionType)

      The type of action associated with the quantum task.

      Parameters:
      actionType - The type of action associated with the quantum task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • programCount

      ActionMetadata.Builder programCount(Long programCount)

      The number of programs in a program set. This is only available for a Program Set.

      Parameters:
      programCount - The number of programs in a program set. This is only available for a Program Set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executableCount

      ActionMetadata.Builder executableCount(Long executableCount)

      The number of executables in a program set. This is only available for a Program Set.

      Parameters:
      executableCount - The number of executables in a program set. This is only available for a Program Set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.