PredictionClient Class

Definition

The class represents a client that interacts with predictors.

[System.Runtime.CompilerServices.Nullable(0)]
public sealed class PredictionClient
[<System.Runtime.CompilerServices.Nullable(0)>]
type PredictionClient = class
Public NotInheritable Class PredictionClient
Inheritance
PredictionClient
Attributes

Constructors

Name Description
PredictionClient(String, PredictionClientKind)

Initializes a new instance of the PredictionClient class.

Properties

Name Description
CurrentLocation

Gets the current location of the default session. It returns null if there is no default Runspace or if the default is a remote Runspace.

Kind

Gets the client kind.

Name

Gets the client name.

Applies to