ArmQuantumModelFactory.ProviderTargetDescription Method

Definition

Information about a Target. A target is the component that can process a specific type of Job.

public static Azure.ResourceManager.Quantum.Models.ProviderTargetDescription ProviderTargetDescription(string id = default, string name = default, string description = default, System.Collections.Generic.IEnumerable<string> acceptedDataFormats = default, System.Collections.Generic.IEnumerable<string> acceptedContentEncodings = default, int? numQubits = default, string targetProfile = default, System.Collections.Generic.IReadOnlyDictionary<string,BinaryData> metadata = default);
static member ProviderTargetDescription : string * string * string * seq<string> * seq<string> * Nullable<int> * string * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> -> Azure.ResourceManager.Quantum.Models.ProviderTargetDescription
Public Shared Function ProviderTargetDescription (Optional id As String = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional acceptedDataFormats As IEnumerable(Of String) = Nothing, Optional acceptedContentEncodings As IEnumerable(Of String) = Nothing, Optional numQubits As Nullable(Of Integer) = Nothing, Optional targetProfile As String = Nothing, Optional metadata As IReadOnlyDictionary(Of String, BinaryData) = Nothing) As ProviderTargetDescription

Parameters

id
String

Unique target id.

name
String

Display name of this target.

description
String

A description about this target.

acceptedDataFormats
IEnumerable<String>

List of data formats accepted by this target.

acceptedContentEncodings
IEnumerable<String>

List of content encodings accepted by this target.

numQubits
Nullable<Int32>

The qubit number.

targetProfile
String

Target QIR profile.

metadata
IReadOnlyDictionary<String,BinaryData>

The metadata of this target.

Returns

A new ProviderTargetDescription instance for mocking.

Applies to