interface CapacitySizeConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnCluster.CapacitySizeConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnCluster_CapacitySizeConfigProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnCluster.CapacitySizeConfigProperty |
![]() | aws_cdk.aws_sagemaker.CfnCluster.CapacitySizeConfigProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnCluster » CapacitySizeConfigProperty |
The configuration of the size measurements of the AMI update.
Using this configuration, you can specify whether SageMaker should update your instance group by an amount or percentage of instances.
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-lib';
const capacitySizeConfigProperty: sagemaker.CfnCluster.CapacitySizeConfigProperty = {
type: 'type',
value: 123,
};
Properties
Name | Type | Description |
---|---|---|
type | string | Specifies whether SageMaker should process the update by amount or percentage of instances. |
value | number | Specifies the amount or percentage of instances SageMaker updates at a time. |
type
Type:
string
Specifies whether SageMaker should process the update by amount or percentage of instances.
value
Type:
number
Specifies the amount or percentage of instances SageMaker updates at a time.