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

PersistentAgentFilePurpose Struct

Definition

The possible values denoting the intended usage of a file.

public readonly struct PersistentAgentFilePurpose : IEquatable<Azure.AI.Agents.Persistent.PersistentAgentFilePurpose>
type PersistentAgentFilePurpose = struct
Public Structure PersistentAgentFilePurpose
Implements IEquatable(Of PersistentAgentFilePurpose)
Inheritance
PersistentAgentFilePurpose
Implements

Constructors

Name Description
PersistentAgentFilePurpose(String)

Initializes a new instance of PersistentAgentFilePurpose.

Properties

Name Description
Agents

Indicates a file is used as input to agents.

AgentsOutput

Indicates a file is used as output by agents.

Vision

Indicates a file is used as input to a vision operation.

Methods

Name Description
Equals(PersistentAgentFilePurpose)

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

Determines if two PersistentAgentFilePurpose values are the same.

Implicit(String to PersistentAgentFilePurpose)

Converts a String to a PersistentAgentFilePurpose.

Inequality(PersistentAgentFilePurpose, PersistentAgentFilePurpose)

Determines if two PersistentAgentFilePurpose values are not the same.

Applies to