Class CfnEndpointConfigPropsMixin.InstancePoolsProperty
Inherited Members
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
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
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
Remarks
ModelNameOverride
public string? ModelNameOverride { get; set; }
Property Value
Remarks
Priority
public double? Priority { get; set; }