interface MonitoringResourcesProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnMonitoringSchedule.MonitoringResourcesProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.MonitoringResourcesProperty |
Python | aws_cdk.aws_sagemaker.CfnMonitoringSchedule.MonitoringResourcesProperty |
TypeScript | @aws-cdk/aws-sagemaker » CfnMonitoringSchedule » MonitoringResourcesProperty |
Identifies the resources to deploy for a monitoring job.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sagemaker from '@aws-cdk/aws-sagemaker';
const monitoringResourcesProperty: sagemaker.CfnMonitoringSchedule.MonitoringResourcesProperty = {
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 cluster resources used to run the processing job. |
clusterConfig
Type:
IResolvable
|
Cluster
The configuration for the cluster resources used to run the processing job.