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

MemorySearchToolCallStatus Struct

Definition

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

Constructors

Name Description
MemorySearchToolCallStatus(String)

Initializes a new instance of MemorySearchToolCallStatus.

Properties

Name Description
Completed

Gets the Completed.

Failed

Gets the Failed.

Incomplete

Gets the Incomplete.

InProgress

Gets the InProgress.

Searching

Gets the Searching.

Methods

Name Description
Equals(MemorySearchToolCallStatus)

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

Determines if two MemorySearchToolCallStatus values are the same.

Implicit(String to MemorySearchToolCallStatus)

Converts a string to a MemorySearchToolCallStatus.

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

Determines if two MemorySearchToolCallStatus values are not the same.

Applies to