IDeploymentResourceConfiguration Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DeploymentResourceConfigurationTypeConverter))]
public interface IDeploymentResourceConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DeploymentResourceConfigurationTypeConverter))>]
type IDeploymentResourceConfiguration = interface
interface IJsonSerializable
interface IResourceConfiguration
Public Interface IDeploymentResourceConfiguration
Implements IResourceConfiguration
- Derived
- Attributes
- Implements
Properties
InstanceCount |
Optional number of instances or nodes used by the compute target. (Inherited from IResourceConfiguration) |
InstanceType |
Optional type of VM used as supported by the compute target. (Inherited from IResourceConfiguration) |
Property |
Additional properties bag. (Inherited from IResourceConfiguration) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |