你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AIProjectDeploymentType Struct

Definition

public readonly struct AIProjectDeploymentType : IEquatable<Azure.AI.Projects.AIProjectDeploymentType>
type AIProjectDeploymentType = struct
Public Structure AIProjectDeploymentType
Implements IEquatable(Of AIProjectDeploymentType)
Inheritance
AIProjectDeploymentType
Implements

Constructors

Name Description
AIProjectDeploymentType(String)

Initializes a new instance of AIProjectDeploymentType.

Properties

Name Description
ModelDeployment

Model deployment.

Methods

Name Description
Equals(AIProjectDeploymentType)

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(AIProjectDeploymentType, AIProjectDeploymentType)

Determines if two AIProjectDeploymentType values are the same.

Implicit(String to AIProjectDeploymentType)

Converts a string to a AIProjectDeploymentType.

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

Determines if two AIProjectDeploymentType values are not the same.

Applies to