Objective 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.
Optimization objective.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ObjectiveTypeConverter))]
public class Objective : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IObjective
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ObjectiveTypeConverter))>]
type Objective = class
interface IObjective
interface IJsonSerializable
Public Class Objective
Implements IObjective
- Inheritance
-
Objective
- Attributes
- Implements
Constructors
Objective() |
Creates an new Objective instance. |
Properties
Goal |
[Required] Defines supported metric goals for hyperparameter tuning |
PrimaryMetric |
[Required] Name of the metric to optimize. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Objective. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IObjective. |
FromJsonString(String) |
Creates a new instance of Objective, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |