共用方式為


MachineLearningScriptsToExecute Class

Definition

Customized setup scripts.

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

Constructors

MachineLearningScriptsToExecute()

Initializes a new instance of MachineLearningScriptsToExecute.

Properties

CreationScript

Script that's run only once during provision of the compute.

StartupScript

Script that's run every time the machine starts.

Explicit Interface Implementations

IJsonModel<MachineLearningScriptsToExecute>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningScriptsToExecute>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningScriptsToExecute>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningScriptsToExecute>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningScriptsToExecute>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to