Share via


ComputeRuntimeDto Class

Definition

Compute runtime config for feature store type workspace.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeRuntimeDtoTypeConverter))]
public class ComputeRuntimeDto : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeRuntimeDto
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeRuntimeDtoTypeConverter))>]
type ComputeRuntimeDto = class
    interface IComputeRuntimeDto
    interface IJsonSerializable
Public Class ComputeRuntimeDto
Implements IComputeRuntimeDto
Inheritance
ComputeRuntimeDto
Attributes
Implements

Constructors

ComputeRuntimeDto()

Creates an new ComputeRuntimeDto instance.

Properties

SparkRuntimeVersion

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ComputeRuntimeDto.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComputeRuntimeDto.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeRuntimeDto.

FromJsonString(String)

Creates a new instance of ComputeRuntimeDto, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComputeRuntimeDto into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to