@Stability(value=Stable) public static final class CfnMonitoringSchedule.Builder extends Object implements software.amazon.jsii.Builder<CfnMonitoringSchedule>
CfnMonitoringSchedule.| Modifier and Type | Method and Description |
|---|---|
CfnMonitoringSchedule |
build() |
static CfnMonitoringSchedule.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMonitoringSchedule.Builder |
endpointName(String endpointName)
`AWS::SageMaker::MonitoringSchedule.EndpointName`.
|
CfnMonitoringSchedule.Builder |
failureReason(String failureReason)
`AWS::SageMaker::MonitoringSchedule.FailureReason`.
|
CfnMonitoringSchedule.Builder |
lastMonitoringExecutionSummary(CfnMonitoringSchedule.MonitoringExecutionSummaryProperty lastMonitoringExecutionSummary)
`AWS::SageMaker::MonitoringSchedule.LastMonitoringExecutionSummary`.
|
CfnMonitoringSchedule.Builder |
lastMonitoringExecutionSummary(IResolvable lastMonitoringExecutionSummary)
`AWS::SageMaker::MonitoringSchedule.LastMonitoringExecutionSummary`.
|
CfnMonitoringSchedule.Builder |
monitoringScheduleConfig(CfnMonitoringSchedule.MonitoringScheduleConfigProperty monitoringScheduleConfig)
`AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig`.
|
CfnMonitoringSchedule.Builder |
monitoringScheduleConfig(IResolvable monitoringScheduleConfig)
`AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig`.
|
CfnMonitoringSchedule.Builder |
monitoringScheduleName(String monitoringScheduleName)
`AWS::SageMaker::MonitoringSchedule.MonitoringScheduleName`.
|
CfnMonitoringSchedule.Builder |
monitoringScheduleStatus(String monitoringScheduleStatus)
`AWS::SageMaker::MonitoringSchedule.MonitoringScheduleStatus`.
|
CfnMonitoringSchedule.Builder |
tags(List<? extends CfnTag> tags)
`AWS::SageMaker::MonitoringSchedule.Tags`.
|
@Stability(value=Stable) public static CfnMonitoringSchedule.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnMonitoringSchedule.BaselineConfigProperty.Builder.@Stability(value=Stable) public CfnMonitoringSchedule.Builder monitoringScheduleConfig(CfnMonitoringSchedule.MonitoringScheduleConfigProperty monitoringScheduleConfig)
monitoringScheduleConfig - `AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig`. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder monitoringScheduleConfig(IResolvable monitoringScheduleConfig)
monitoringScheduleConfig - `AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig`. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder monitoringScheduleName(String monitoringScheduleName)
monitoringScheduleName - `AWS::SageMaker::MonitoringSchedule.MonitoringScheduleName`. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder endpointName(String endpointName)
endpointName - `AWS::SageMaker::MonitoringSchedule.EndpointName`. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder failureReason(String failureReason)
failureReason - `AWS::SageMaker::MonitoringSchedule.FailureReason`. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder lastMonitoringExecutionSummary(CfnMonitoringSchedule.MonitoringExecutionSummaryProperty lastMonitoringExecutionSummary)
lastMonitoringExecutionSummary - `AWS::SageMaker::MonitoringSchedule.LastMonitoringExecutionSummary`. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder lastMonitoringExecutionSummary(IResolvable lastMonitoringExecutionSummary)
lastMonitoringExecutionSummary - `AWS::SageMaker::MonitoringSchedule.LastMonitoringExecutionSummary`. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder monitoringScheduleStatus(String monitoringScheduleStatus)
monitoringScheduleStatus - `AWS::SageMaker::MonitoringSchedule.MonitoringScheduleStatus`. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::SageMaker::MonitoringSchedule.Tags`. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule build()
build in interface software.amazon.jsii.Builder<CfnMonitoringSchedule>Copyright © 2021. All rights reserved.