MachineLearningBatchOutputAction Struct

Definition

Enum to determine how batch inferencing will handle output.

public readonly struct MachineLearningBatchOutputAction : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchOutputAction>
type MachineLearningBatchOutputAction = struct
Public Structure MachineLearningBatchOutputAction
Implements IEquatable(Of MachineLearningBatchOutputAction)
Inheritance
MachineLearningBatchOutputAction
Implements

Constructors

MachineLearningBatchOutputAction(String)

Initializes a new instance of MachineLearningBatchOutputAction.

Properties

AppendRow

AppendRow.

SummaryOnly

SummaryOnly.

Methods

Equals(MachineLearningBatchOutputAction)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MachineLearningBatchOutputAction, MachineLearningBatchOutputAction)

Determines if two MachineLearningBatchOutputAction values are the same.

Implicit(String to MachineLearningBatchOutputAction)

Converts a string to a MachineLearningBatchOutputAction.

Inequality(MachineLearningBatchOutputAction, MachineLearningBatchOutputAction)

Determines if two MachineLearningBatchOutputAction values are not the same.

Applies to