ILiteralJobInput Interface
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.LiteralJobInputTypeConverter))]
public interface ILiteralJobInput : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.LiteralJobInputTypeConverter))>]
type ILiteralJobInput = interface
interface IJsonSerializable
interface IJobInput
Public Interface ILiteralJobInput
Implements IJobInput
- Derived
- Attributes
- Implements
Properties
Description |
Description for the input. (Inherited from IJobInput) |
Type |
[Required] Specifies the type of job. (Inherited from IJobInput) |
Value |
[Required] Literal value for the input. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |