@Stability(value=Stable)
public static interface CfnMonitoringSchedule.BaselineConfigProperty
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.*;
BaselineConfigProperty baselineConfigProperty = BaselineConfigProperty.builder()
.constraintsResource(ConstraintsResourceProperty.builder()
.s3Uri("s3Uri")
.build())
.statisticsResource(StatisticsResourceProperty.builder()
.s3Uri("s3Uri")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMonitoringSchedule.BaselineConfigProperty.Builder
A builder for
CfnMonitoringSchedule.BaselineConfigProperty |
static class |
CfnMonitoringSchedule.BaselineConfigProperty.Jsii$Proxy
An implementation for
CfnMonitoringSchedule.BaselineConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMonitoringSchedule.BaselineConfigProperty.Builder |
builder() |
default Object |
getConstraintsResource()
The Amazon S3 URI for the constraints resource.
|
default Object |
getStatisticsResource()
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
|
@Stability(value=Stable) @Nullable default Object getConstraintsResource()
@Stability(value=Stable) @Nullable default Object getStatisticsResource()
@Stability(value=Stable) static CfnMonitoringSchedule.BaselineConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.