MachineLearningUriFileJobInput Class

Definition

The MachineLearningUriFileJobInput.

public class MachineLearningUriFileJobInput : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobInput, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningUriFileJobInput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningUriFileJobInput>
public class MachineLearningUriFileJobInput : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobInput
type MachineLearningUriFileJobInput = class
    inherit MachineLearningJobInput
    interface IJsonModel<MachineLearningUriFileJobInput>
    interface IPersistableModel<MachineLearningUriFileJobInput>
type MachineLearningUriFileJobInput = class
    inherit MachineLearningJobInput
Public Class MachineLearningUriFileJobInput
Inherits MachineLearningJobInput
Implements IJsonModel(Of MachineLearningUriFileJobInput), IPersistableModel(Of MachineLearningUriFileJobInput)
Public Class MachineLearningUriFileJobInput
Inherits MachineLearningJobInput
Inheritance
MachineLearningUriFileJobInput
Implements

Constructors

MachineLearningUriFileJobInput(Uri)

Initializes a new instance of MachineLearningUriFileJobInput.

Properties

Description

Description for the input.

(Inherited from MachineLearningJobInput)
Mode

Input Asset Delivery Mode.

Uri

[Required] Input Asset URI.

Explicit Interface Implementations

IJsonModel<MachineLearningJobInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MachineLearningJobInput)
IJsonModel<MachineLearningJobInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningJobInput)
IJsonModel<MachineLearningUriFileJobInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningUriFileJobInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningJobInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningJobInput)
IPersistableModel<MachineLearningJobInput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MachineLearningJobInput)
IPersistableModel<MachineLearningJobInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningJobInput)
IPersistableModel<MachineLearningUriFileJobInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningUriFileJobInput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningUriFileJobInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to