Share via


FixedInputData Class

Definition

Fixed input data definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FixedInputDataTypeConverter))]
public class FixedInputData : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFixedInputData, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FixedInputDataTypeConverter))>]
type FixedInputData = class
    interface IFixedInputData
    interface IJsonSerializable
    interface IMonitoringInputDataBase
    interface IValidates
Public Class FixedInputData
Implements IFixedInputData, IValidates
Inheritance
FixedInputData
Attributes
Implements

Constructors

FixedInputData()

Creates an new FixedInputData instance.

Properties

Column

Mapping of column names to special uses.

DataContext

The context metadata of the data source.

InputDataType

[Required] Specifies the type of signal to monitor.

JobInputType

[Required] Specifies the type of job.

Uri

[Required] Input Asset URI.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FixedInputData.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FixedInputData.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFixedInputData.

FromJsonString(String)

Creates a new instance of FixedInputData, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FixedInputData into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to