다음을 통해 공유


MachineLearningScriptReference Class

Definition

Script reference.

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

Constructors

MachineLearningScriptReference()

Initializes a new instance of MachineLearningScriptReference.

Properties

ScriptArguments

Optional command line arguments passed to the script to run.

ScriptData

The ___location of scripts in the mounted volume.

ScriptSource

The storage source of the script: workspace.

Timeout

Optional time period passed to timeout command.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MachineLearningScriptReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningScriptReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningScriptReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningScriptReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningScriptReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to