interface ProcessingResourcesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnProcessingJob.ProcessingResourcesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnProcessingJob_ProcessingResourcesProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnProcessingJob.ProcessingResourcesProperty |
![]() | aws_cdk.aws_sagemaker.CfnProcessingJob.ProcessingResourcesProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnProcessingJob » ProcessingResourcesProperty |
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.
In distributed training, you specify more than one instance.
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 processingResourcesProperty: sagemaker.CfnProcessingJob.ProcessingResourcesProperty = {
clusterConfig: {
instanceCount: 123,
instanceType: 'instanceType',
volumeSizeInGb: 123,
// the properties below are optional
volumeKmsKeyId: 'volumeKmsKeyId',
},
};
Properties
Name | Type | Description |
---|---|---|
cluster | IResolvable | Cluster | The configuration for the resources in a cluster used to run the processing job. |
clusterConfig
Type:
IResolvable
|
Cluster
The configuration for the resources in a cluster used to run the processing job.