次の方法で共有


AgentPageableListOfVectorStoreFileObject Struct

Definition

The OpenAIPageableListOfVectorStoreFile_object.

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

Constructors

AgentPageableListOfVectorStoreFileObject(String)

Initializes a new instance of AgentPageableListOfVectorStoreFileObject.

Properties

List

list.

Methods

Equals(AgentPageableListOfVectorStoreFileObject)

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

Equality(AgentPageableListOfVectorStoreFileObject, AgentPageableListOfVectorStoreFileObject)

Determines if two AgentPageableListOfVectorStoreFileObject values are the same.

Implicit(String to AgentPageableListOfVectorStoreFileObject)

Converts a String to a AgentPageableListOfVectorStoreFileObject.

Inequality(AgentPageableListOfVectorStoreFileObject, AgentPageableListOfVectorStoreFileObject)

Determines if two AgentPageableListOfVectorStoreFileObject values are not the same.

Applies to