Show / Hide Table of Contents

Interface CfnEndpointConfig.IInstancePoolsProperty

Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnEndpointConfig.IInstancePoolsProperty
Syntax (vb)
Public Interface CfnEndpointConfig.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.AWS.Sagemaker;

             var instancePoolsProperty = new InstancePoolsProperty {
                 InstanceType = "instanceType",
                 Priority = 123,

                 // the properties below are optional
                 ModelNameOverride = "modelNameOverride"
             };

Synopsis

Properties

InstanceType
ModelNameOverride
Priority

Properties

InstanceType

string InstanceType { get; }
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

string? ModelNameOverride { get; }
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

double Priority { get; }
Property Value

double

Remarks

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

Back to top Generated by DocFX