Class CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty : CfnEndpointConfigPropsMixin.IManagedInstanceScalingProperty
Syntax (vb)
Public Class CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty Implements CfnEndpointConfigPropsMixin.IManagedInstanceScalingProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var managedInstanceScalingProperty = new ManagedInstanceScalingProperty {
MaxInstanceCount = 123,
MinInstanceCount = 123,
Status = "status"
};
Synopsis
Constructors
| ManagedInstanceScalingProperty() |
Properties
| MaxInstanceCount | |
| MinInstanceCount | |
| Status |
Constructors
ManagedInstanceScalingProperty()
public ManagedInstanceScalingProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var managedInstanceScalingProperty = new ManagedInstanceScalingProperty {
MaxInstanceCount = 123,
MinInstanceCount = 123,
Status = "status"
};
Properties
MaxInstanceCount
public double? MaxInstanceCount { get; set; }
Property Value
Remarks
MinInstanceCount
public double? MinInstanceCount { get; set; }
Property Value
Remarks
Status
public string? Status { get; set; }