MachineLearningLiteralJobInput 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.
Literal input type.
public class MachineLearningLiteralJobInput : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobInput, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningLiteralJobInput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningLiteralJobInput>
public class MachineLearningLiteralJobInput : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobInput
type MachineLearningLiteralJobInput = class
inherit MachineLearningJobInput
interface IJsonModel<MachineLearningLiteralJobInput>
interface IPersistableModel<MachineLearningLiteralJobInput>
type MachineLearningLiteralJobInput = class
inherit MachineLearningJobInput
Public Class MachineLearningLiteralJobInput
Inherits MachineLearningJobInput
Implements IJsonModel(Of MachineLearningLiteralJobInput), IPersistableModel(Of MachineLearningLiteralJobInput)
Public Class MachineLearningLiteralJobInput
Inherits MachineLearningJobInput
- Inheritance
- Implements
Constructors
MachineLearningLiteralJobInput(String) |
Initializes a new instance of MachineLearningLiteralJobInput. |
Properties
Description |
Description for the input. (Inherited from MachineLearningJobInput) |
Value |
[Required] Literal value for the input. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET