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 an 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. |