ComputeInstanceContainer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an Aml Instance container.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeInstanceContainerTypeConverter))]
public class ComputeInstanceContainer : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeInstanceContainer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |