interface InstancePoolsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnEndpointConfigPropsMixin.InstancePoolsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnEndpointConfigPropsMixin_InstancePoolsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.InstancePoolsProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnEndpointConfigPropsMixin.InstancePoolsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnEndpointConfigPropsMixin » InstancePoolsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const instancePoolsProperty: sagemaker.CfnEndpointConfigPropsMixin.InstancePoolsProperty = {
instanceType: 'instanceType',
modelNameOverride: 'modelNameOverride',
priority: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| instance | string | |
| model | string | |
| priority? | number |
instanceType?
Type:
string
(optional)
modelNameOverride?
Type:
string
(optional)
priority?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript