Show / Hide Table of Contents

Class CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty

Inheritance
object
CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty
Implements
CfnEndpointConfigPropsMixin.IManagedInstanceScalingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-managedinstancescaling.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-managedinstancescaling.html

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-managedinstancescaling.html#cfn-sagemaker-endpointconfig-managedinstancescaling-maxinstancecount

MinInstanceCount

public double? MinInstanceCount { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-managedinstancescaling.html#cfn-sagemaker-endpointconfig-managedinstancescaling-mininstancecount

Status

public string? Status { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-managedinstancescaling.html#cfn-sagemaker-endpointconfig-managedinstancescaling-status

Implements

CfnEndpointConfigPropsMixin.IManagedInstanceScalingProperty
Back to top Generated by DocFX