GenerationSafetyQualityMetric Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generation safety quality metric enum.
public readonly struct GenerationSafetyQualityMetric : IEquatable<Azure.ResourceManager.MachineLearning.Models.GenerationSafetyQualityMetric>
type GenerationSafetyQualityMetric = struct
Public Structure GenerationSafetyQualityMetric
Implements IEquatable(Of GenerationSafetyQualityMetric)
- Inheritance
-
GenerationSafetyQualityMetric
- Implements
Constructors
GenerationSafetyQualityMetric(String) |
Initializes a new instance of GenerationSafetyQualityMetric. |
Properties
AcceptableCoherenceScorePerInstance |
AcceptableCoherenceScorePerInstance. |
AcceptableFluencyScorePerInstance |
AcceptableFluencyScorePerInstance. |
AcceptableGroundednessScorePerInstance |
AcceptableGroundednessScorePerInstance. |
AcceptableRelevanceScorePerInstance |
AcceptableRelevanceScorePerInstance. |
AcceptableSimilarityScorePerInstance |
AcceptableSimilarityScorePerInstance. |
AggregatedCoherencePassRate |
AggregatedCoherencePassRate. |
AggregatedFluencyPassRate |
AggregatedFluencyPassRate. |
AggregatedGroundednessPassRate |
AggregatedGroundednessPassRate. |
AggregatedRelevancePassRate |
AggregatedRelevancePassRate. |
AggregatedSimilarityPassRate |
AggregatedSimilarityPassRate. |
Methods
Equals(GenerationSafetyQualityMetric) |
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(GenerationSafetyQualityMetric, GenerationSafetyQualityMetric) |
Determines if two GenerationSafetyQualityMetric values are the same. |
Implicit(String to GenerationSafetyQualityMetric) |
Converts a string to a GenerationSafetyQualityMetric. |
Inequality(GenerationSafetyQualityMetric, GenerationSafetyQualityMetric) |
Determines if two GenerationSafetyQualityMetric values are not the same. |
Applies to
Azure SDK for .NET