Show / Hide Table of Contents

Class CfnEndpointConfigPropsMixin.InstancePoolsProperty

Inheritance
object
CfnEndpointConfigPropsMixin.InstancePoolsProperty
Implements
CfnEndpointConfigPropsMixin.IInstancePoolsProperty
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.InstancePoolsProperty : CfnEndpointConfigPropsMixin.IInstancePoolsProperty
Syntax (vb)
Public Class CfnEndpointConfigPropsMixin.InstancePoolsProperty Implements CfnEndpointConfigPropsMixin.IInstancePoolsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-instancepools.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 instancePoolsProperty = new InstancePoolsProperty {
                 InstanceType = "instanceType",
                 ModelNameOverride = "modelNameOverride",
                 Priority = 123
             };

Synopsis

Constructors

InstancePoolsProperty()

Properties

InstanceType
ModelNameOverride
Priority

Constructors

InstancePoolsProperty()

public InstancePoolsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-instancepools.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 instancePoolsProperty = new InstancePoolsProperty {
                 InstanceType = "instanceType",
                 ModelNameOverride = "modelNameOverride",
                 Priority = 123
             };

Properties

InstanceType

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

string

Remarks

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

ModelNameOverride

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

string

Remarks

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

Priority

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

double?

Remarks

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

Implements

CfnEndpointConfigPropsMixin.IInstancePoolsProperty
Back to top Generated by DocFX