PredictionClient Class

Definition

The class represents a client that interacts with predictors.

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

Constructors

PredictionClient(String, PredictionClientKind)

Initializes a new instance of the PredictionClient class.

Properties

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