MachineLearningJobOutput Class

Definition

Job output definition container information on where to find job output/logs. Please note MachineLearningJobOutput is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningCustomModelJobOutput, MachineLearningFlowModelJobOutput, MachineLearningTableJobOutput, MachineLearningTritonModelJobOutput, MachineLearningUriFileJobOutput and MachineLearningUriFolderJobOutput.

public abstract class MachineLearningJobOutput
type MachineLearningJobOutput = class
Public MustInherit Class MachineLearningJobOutput
Inheritance
MachineLearningJobOutput
Derived

Constructors

MachineLearningJobOutput()

Initializes a new instance of MachineLearningJobOutput.

Properties

Description

Description for the output.

Applies to