Delen via


ComputeInstanceContainer Class

Definition

Defines an Aml Instance container.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeInstanceContainerTypeConverter))]
public class ComputeInstanceContainer : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceContainer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeInstanceContainerTypeConverter))>]
type ComputeInstanceContainer = class
    interface IComputeInstanceContainer
    interface IJsonSerializable
Public Class ComputeInstanceContainer
Implements IComputeInstanceContainer
Inheritance
ComputeInstanceContainer
Attributes
Implements

Constructors

ComputeInstanceContainer()

Creates an new ComputeInstanceContainer instance.

Properties

Autosave

Auto save settings.

EnvironmentName

name of environment.

EnvironmentVersion

version of environment.

Gpu

Information of GPU.

Name

Name of the ComputeInstance container.

Network

network of this container.

Service

services of this containers.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ComputeInstanceContainer.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComputeInstanceContainer.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceContainer.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComputeInstanceContainer into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to