FeatureAttributionMetricThreshold Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeatureAttributionMetricThresholdTypeConverter))]
public class FeatureAttributionMetricThreshold : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeatureAttributionMetricThreshold
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeatureAttributionMetricThresholdTypeConverter))>]
type FeatureAttributionMetricThreshold = class
interface IFeatureAttributionMetricThreshold
interface IJsonSerializable
Public Class FeatureAttributionMetricThreshold
Implements IFeatureAttributionMetricThreshold
- Inheritance
-
FeatureAttributionMetricThreshold
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| FeatureAttributionMetricThreshold() |
Creates an new FeatureAttributionMetricThreshold instance. |
Properties
| Name | Description |
|---|---|
| Metric |
[Required] The feature attribution metric to calculate. |
| ThresholdValue |
The threshold value. If null, the set default is dependent on the metric type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FeatureAttributionMetricThreshold. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FeatureAttributionMetricThreshold. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeatureAttributionMetricThreshold. |
| FromJsonString(String) |
Creates a new instance of FeatureAttributionMetricThreshold, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of FeatureAttributionMetricThreshold into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |