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
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
Remarks
ModelNameOverride
string? ModelNameOverride { get; }
Property Value
Remarks
Priority
double Priority { get; }