aws-cdk-lib.aws_sagemaker.CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty

interface MonitoringResourcesProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelExplainabilityJobDefinition_MonitoringResourcesProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty
Pythonaws_cdk.aws_sagemaker.CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnModelExplainabilityJobDefinition » 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 { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const monitoringResourcesProperty: sagemaker.CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty = {
  clusterConfig: {
    instanceCount: 123,
    instanceType: 'instanceType',
    volumeSizeInGb: 123,

    // the properties below are optional
    volumeKmsKeyId: 'volumeKmsKeyId',
  },
};

Properties

NameTypeDescription
clusterConfigIResolvable | ClusterConfigPropertyThe configuration for the cluster resources used to run the processing job.

clusterConfig

Type: IResolvable | ClusterConfigProperty

The configuration for the cluster resources used to run the processing job.