Share via


MachineLearningComputeInstanceCreatedBy Class

Definition

Describes information on user who created this ComputeInstance.

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

Properties

UserId

Uniquely identifies the user within his/her organization.

UserName

Name of the user.

UserOrgId

Uniquely identifies user' Azure Active Directory organization.

Explicit Interface Implementations

IJsonModel<MachineLearningComputeInstanceCreatedBy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningComputeInstanceCreatedBy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningComputeInstanceCreatedBy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningComputeInstanceCreatedBy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningComputeInstanceCreatedBy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to