Language

ArcDeploymentRuntime Struct

Definition

Inference runtime for an Arc deployment.

public readonly struct ArcDeploymentRuntime : IEquatable<Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentRuntime>
type ArcDeploymentRuntime = struct
Public Structure ArcDeploymentRuntime
Implements IEquatable(Of ArcDeploymentRuntime)
Inheritance
ArcDeploymentRuntime
Implements

Constructors

Name Description
ArcDeploymentRuntime(String)

Initializes a new instance of ArcDeploymentRuntime.

Properties

Name Description
Onnx

ONNX runtime.

Vllm

vLLM runtime.

Methods

Name Description
Equals(ArcDeploymentRuntime)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ArcDeploymentRuntime, ArcDeploymentRuntime)

Determines if two ArcDeploymentRuntime values are the same.

Implicit(String to ArcDeploymentRuntime)

Converts a string to a ArcDeploymentRuntime.

Implicit(String to Nullable<ArcDeploymentRuntime>)
Inequality(ArcDeploymentRuntime, ArcDeploymentRuntime)

Determines if two ArcDeploymentRuntime values are not the same.

Applies to