Table of Contents

Class SimilarPathResult

Namespace
JD.AI.Workflows.History
Assembly
JD.AI.Workflows.dll
public sealed class SimilarPathResult
Inheritance
SimilarPathResult
Inherited Members

Properties

SharedStepNames

public IReadOnlyList<string> SharedStepNames { get; init; }

Property Value

IReadOnlyList<string>

Similarity

public double Similarity { get; init; }

Property Value

double

SuccessRate

public double SuccessRate { get; init; }

Property Value

double

TotalExecutions

public long TotalExecutions { get; init; }

Property Value

long

UniqueToCandidate

public IReadOnlyList<string> UniqueToCandidate { get; init; }

Property Value

IReadOnlyList<string>

WorkflowName

public string WorkflowName { get; init; }

Property Value

string