@Stability(value=Stable)
public static interface CfnModelExplainabilityJobDefinition.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 |
CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty.Builder
|
static class |
CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty.Jsii$Proxy
An implementation for
CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelExplainabilityJobDefinition.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 CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty.Builder builder()
Copyright © 2022. All rights reserved.