public static interface CfnModelBiasJobDefinition.MonitoringResourcesProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; MonitoringResourcesProperty monitoringResourcesProperty = MonitoringResourcesProperty.builder() .clusterConfig(ClusterConfigProperty.builder() .instanceCount(123) .instanceType("instanceType") .volumeSizeInGb(123) // the properties below are optional .volumeKmsKeyId("volumeKmsKeyId") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelBiasJobDefinition.MonitoringResourcesProperty.Builder
A builder for
CfnModelBiasJobDefinition.MonitoringResourcesProperty |
static class |
CfnModelBiasJobDefinition.MonitoringResourcesProperty.Jsii$Proxy
An implementation for
CfnModelBiasJobDefinition.MonitoringResourcesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelBiasJobDefinition.MonitoringResourcesProperty.Builder |
builder() |
java.lang.Object |
getClusterConfig()
The configuration for the cluster resources used to run the processing job.
|