AIFunctionReturnParameterMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides read-only metadata for a AIFunction's return parameter.
public ref class AIFunctionReturnParameterMetadata sealed
public sealed class AIFunctionReturnParameterMetadata
type AIFunctionReturnParameterMetadata = class
Public NotInheritable Class AIFunctionReturnParameterMetadata
- Inheritance
-
AIFunctionReturnParameterMetadata
Constructors
AIFunctionReturnParameterMetadata() |
Initializes a new instance of the AIFunctionReturnParameterMetadata class. |
AIFunctionReturnParameterMetadata(AIFunctionReturnParameterMetadata) |
Initializes a new instance of the AIFunctionReturnParameterMetadata class as a copy of another AIFunctionReturnParameterMetadata. |
Properties
Description |
Gets a description of the return parameter, suitable for use in describing the purpose to a model. |
Empty |
Gets an empty return parameter metadata instance. |
ParameterType |
Gets the .NET type of the return parameter. |
Schema |
Gets a JSON Schema describing the type of the return parameter. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |