public static interface DescribeMonitoringScheduleResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeMonitoringScheduleResponse.Builder,DescribeMonitoringScheduleResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMonitoringScheduleResponse.Builder |
creationTime(Instant creationTime)
The time at which the monitoring job was created.
|
DescribeMonitoringScheduleResponse.Builder |
endpointName(String endpointName)
The name of the endpoint for the monitoring job.
|
DescribeMonitoringScheduleResponse.Builder |
failureReason(String failureReason)
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
|
DescribeMonitoringScheduleResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time at which the monitoring job was last modified.
|
default DescribeMonitoringScheduleResponse.Builder |
lastMonitoringExecutionSummary(Consumer<MonitoringExecutionSummary.Builder> lastMonitoringExecutionSummary)
Describes metadata on the last execution to run, if there was one.
|
DescribeMonitoringScheduleResponse.Builder |
lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary)
Describes metadata on the last execution to run, if there was one.
|
DescribeMonitoringScheduleResponse.Builder |
monitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
|
default DescribeMonitoringScheduleResponse.Builder |
monitoringScheduleConfig(Consumer<MonitoringScheduleConfig.Builder> monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
DescribeMonitoringScheduleResponse.Builder |
monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
DescribeMonitoringScheduleResponse.Builder |
monitoringScheduleName(String monitoringScheduleName)
Name of the monitoring schedule.
|
DescribeMonitoringScheduleResponse.Builder |
monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of an monitoring job.
|
DescribeMonitoringScheduleResponse.Builder |
monitoringScheduleStatus(String monitoringScheduleStatus)
The status of an monitoring job.
|
DescribeMonitoringScheduleResponse.Builder |
monitoringType(MonitoringType monitoringType)
The type of the monitoring job that this schedule runs.
|
DescribeMonitoringScheduleResponse.Builder |
monitoringType(String monitoringType)
The type of the monitoring job that this schedule runs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMonitoringScheduleResponse.Builder monitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
monitoringScheduleArn - The Amazon Resource Name (ARN) of the monitoring schedule.DescribeMonitoringScheduleResponse.Builder monitoringScheduleName(String monitoringScheduleName)
Name of the monitoring schedule.
monitoringScheduleName - Name of the monitoring schedule.DescribeMonitoringScheduleResponse.Builder monitoringScheduleStatus(String monitoringScheduleStatus)
The status of an monitoring job.
monitoringScheduleStatus - The status of an monitoring job.ScheduleStatus,
ScheduleStatusDescribeMonitoringScheduleResponse.Builder monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of an monitoring job.
monitoringScheduleStatus - The status of an monitoring job.ScheduleStatus,
ScheduleStatusDescribeMonitoringScheduleResponse.Builder monitoringType(String monitoringType)
The type of the monitoring job that this schedule runs. This is one of the following values.
DATA_QUALITY - The schedule is for a data quality monitoring job.
MODEL_QUALITY - The schedule is for a model quality monitoring job.
MODEL_BIAS - The schedule is for a bias monitoring job.
MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.
monitoringType - The type of the monitoring job that this schedule runs. This is one of the following values.
DATA_QUALITY - The schedule is for a data quality monitoring job.
MODEL_QUALITY - The schedule is for a model quality monitoring job.
MODEL_BIAS - The schedule is for a bias monitoring job.
MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.
MonitoringType,
MonitoringTypeDescribeMonitoringScheduleResponse.Builder monitoringType(MonitoringType monitoringType)
The type of the monitoring job that this schedule runs. This is one of the following values.
DATA_QUALITY - The schedule is for a data quality monitoring job.
MODEL_QUALITY - The schedule is for a model quality monitoring job.
MODEL_BIAS - The schedule is for a bias monitoring job.
MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.
monitoringType - The type of the monitoring job that this schedule runs. This is one of the following values.
DATA_QUALITY - The schedule is for a data quality monitoring job.
MODEL_QUALITY - The schedule is for a model quality monitoring job.
MODEL_BIAS - The schedule is for a bias monitoring job.
MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.
MonitoringType,
MonitoringTypeDescribeMonitoringScheduleResponse.Builder failureReason(String failureReason)
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
failureReason - A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.DescribeMonitoringScheduleResponse.Builder creationTime(Instant creationTime)
The time at which the monitoring job was created.
creationTime - The time at which the monitoring job was created.DescribeMonitoringScheduleResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time at which the monitoring job was last modified.
lastModifiedTime - The time at which the monitoring job was last modified.DescribeMonitoringScheduleResponse.Builder monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
monitoringScheduleConfig - The configuration object that specifies the monitoring schedule and defines the monitoring job.default DescribeMonitoringScheduleResponse.Builder monitoringScheduleConfig(Consumer<MonitoringScheduleConfig.Builder> monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
This is a convenience method that creates an instance of theMonitoringScheduleConfig.Builder
avoiding the need to create one manually via MonitoringScheduleConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to monitoringScheduleConfig(MonitoringScheduleConfig).
monitoringScheduleConfig - a consumer that will call methods on MonitoringScheduleConfig.BuildermonitoringScheduleConfig(MonitoringScheduleConfig)DescribeMonitoringScheduleResponse.Builder endpointName(String endpointName)
The name of the endpoint for the monitoring job.
endpointName - The name of the endpoint for the monitoring job.DescribeMonitoringScheduleResponse.Builder lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary)
Describes metadata on the last execution to run, if there was one.
lastMonitoringExecutionSummary - Describes metadata on the last execution to run, if there was one.default DescribeMonitoringScheduleResponse.Builder lastMonitoringExecutionSummary(Consumer<MonitoringExecutionSummary.Builder> lastMonitoringExecutionSummary)
Describes metadata on the last execution to run, if there was one.
This is a convenience method that creates an instance of theMonitoringExecutionSummary.Builder
avoiding the need to create one manually via MonitoringExecutionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to lastMonitoringExecutionSummary(MonitoringExecutionSummary).
lastMonitoringExecutionSummary - a consumer that will call methods on MonitoringExecutionSummary.BuilderlastMonitoringExecutionSummary(MonitoringExecutionSummary)Copyright © 2023. All rights reserved.