ActionMetadata

Contains metadata about the quantum task action, including the action type and program statistics.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of action associated with the quantum task.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ActionMetadata.Builder.() -> Unit = {}): ActionMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String