Class CfnModelQualityJobDefinition.MonitoringResourcesProperty
Identifies the resources to deploy for a monitoring job.
Inheritance
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class MonitoringResourcesProperty : Object, CfnModelQualityJobDefinition.IMonitoringResourcesProperty
Syntax (vb)
Public Class MonitoringResourcesProperty
Inherits Object
Implements CfnModelQualityJobDefinition.IMonitoringResourcesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var monitoringResourcesProperty = new MonitoringResourcesProperty {
ClusterConfig = new ClusterConfigProperty {
InstanceCount = 123,
InstanceType = "instanceType",
VolumeSizeInGb = 123,
// the properties below are optional
VolumeKmsKeyId = "volumeKmsKeyId"
}
};
Synopsis
Constructors
Monitoring |
Properties
Cluster |
The configuration for the cluster resources used to run the processing job. |
Constructors
MonitoringResourcesProperty()
public MonitoringResourcesProperty()
Properties
ClusterConfig
The configuration for the cluster resources used to run the processing job.
public object ClusterConfig { get; set; }
Property Value
System.