interface SpaceIdleSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnSpace.SpaceIdleSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnSpace_SpaceIdleSettingsProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnSpace.SpaceIdleSettingsProperty |
Python | aws_cdk.aws_sagemaker.CfnSpace.SpaceIdleSettingsProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnSpace » SpaceIdleSettingsProperty |
Settings related to idle shutdown of Studio applications in a space.
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 spaceIdleSettingsProperty: sagemaker.CfnSpace.SpaceIdleSettingsProperty = {
idleTimeoutInMinutes: 123,
};
Properties
Name | Type | Description |
---|---|---|
idle | number | The time that SageMaker waits after the application becomes idle before shutting it down. |
idleTimeoutInMinutes?
Type:
number
(optional)
The time that SageMaker waits after the application becomes idle before shutting it down.