Sdílet prostřednictvím


MachineLearningUriFolderJobInput Class

Definition

The MachineLearningUriFolderJobInput.

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

Constructors

MachineLearningUriFolderJobInput(Uri)

Initializes a new instance of MachineLearningUriFolderJobInput.

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<MachineLearningUriFolderJobInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningUriFolderJobInput>.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<MachineLearningUriFolderJobInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningUriFolderJobInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningUriFolderJobInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to