Freigeben über


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

Name Description
MachineLearningBatchOutputAction(String)

Initializes a new instance of MachineLearningBatchOutputAction.

Properties

Name Description
AppendRow

AppendRow.

SummaryOnly

SummaryOnly.

Methods

Name Description
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

Name Description
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