| Package | Description |
|---|---|
| software.amazon.awscdk.services.sagemaker |
Amazon SageMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnMonitoringSchedule.Builder |
CfnMonitoringSchedule.Builder.create(software.constructs.Construct scope,
String id) |
CfnMonitoringSchedule.Builder |
CfnMonitoringSchedule.Builder.endpointName(String endpointName)
The name of the endpoint using the monitoring schedule.
|
CfnMonitoringSchedule.Builder |
CfnMonitoringSchedule.Builder.failureReason(String failureReason)
Contains the reason a monitoring job failed, if it failed.
|
CfnMonitoringSchedule.Builder |
CfnMonitoringSchedule.Builder.lastMonitoringExecutionSummary(CfnMonitoringSchedule.MonitoringExecutionSummaryProperty lastMonitoringExecutionSummary)
Describes metadata on the last execution to run, if there was one.
|
CfnMonitoringSchedule.Builder |
CfnMonitoringSchedule.Builder.lastMonitoringExecutionSummary(IResolvable lastMonitoringExecutionSummary)
Describes metadata on the last execution to run, if there was one.
|
CfnMonitoringSchedule.Builder |
CfnMonitoringSchedule.Builder.monitoringScheduleConfig(CfnMonitoringSchedule.MonitoringScheduleConfigProperty monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
CfnMonitoringSchedule.Builder |
CfnMonitoringSchedule.Builder.monitoringScheduleConfig(IResolvable monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
CfnMonitoringSchedule.Builder |
CfnMonitoringSchedule.Builder.monitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
CfnMonitoringSchedule.Builder |
CfnMonitoringSchedule.Builder.monitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
|
CfnMonitoringSchedule.Builder |
CfnMonitoringSchedule.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
Copyright © 2022. All rights reserved.