@Stability(value=Stable)
public static interface CfnMonitoringSchedule.MonitoringResourcesProperty
extends software.amazon.jsii.JsiiSerializable
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 |
CfnMonitoringSchedule.MonitoringResourcesProperty.Builder
A builder for
CfnMonitoringSchedule.MonitoringResourcesProperty |
static class |
CfnMonitoringSchedule.MonitoringResourcesProperty.Jsii$Proxy
An implementation for
CfnMonitoringSchedule.MonitoringResourcesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMonitoringSchedule.MonitoringResourcesProperty.Builder |
builder() |
Object |
getClusterConfig()
The configuration for the cluster resources used to run the processing job.
|
@Stability(value=Stable) @NotNull Object getClusterConfig()
@Stability(value=Stable) static CfnMonitoringSchedule.MonitoringResourcesProperty.Builder builder()
Copyright © 2022. All rights reserved.