KernelReturnParameterMetadata 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 KernelFunction's return parameter.
public sealed class KernelReturnParameterMetadata
type KernelReturnParameterMetadata = class
Public NotInheritable Class KernelReturnParameterMetadata
- Inheritance
-
KernelReturnParameterMetadata
Constructors
KernelReturnParameterMetadata() |
Initializes the KernelReturnParameterMetadata. |
KernelReturnParameterMetadata(KernelReturnParameterMetadata) |
Initializes a KernelReturnParameterMetadata as a copy of another KernelReturnParameterMetadata. |
Properties
Description |
Gets a description of the return parameter, suitable for use in describing the purpose to a model. |
ParameterType |
Gets the .NET type of the return parameter. |
Schema |
Gets a JSON Schema describing the type of the return parameter. |