System.Management.Automation.Subsystem.Prediction Namespace
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.
Classes
CommandPrediction |
Provides a set of possible predictions for given input. |
PredictionClient |
The class represents a client that interacts with predictors. |
PredictionContext |
Context information about the user input. |
PredictionResult |
The class represents the prediction result from a predictor. |
PredictiveSuggestion |
The class represents a predictive suggestion generated by a predictor. |
Structs
SuggestionPackage |
A package returned from GetSuggestion(PredictionClient, PredictionContext, CancellationToken). |
Interfaces
ICommandPredictor |
Interface for implementing a predictor plugin. |
Enums
PredictionClientKind |
Kinds of prediction clients. |
PredictorFeedbackKind |
Kinds of feedback a predictor can choose to accept. |