Interface DescribeMonitoringScheduleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeMonitoringScheduleResponse.Builder,
,DescribeMonitoringScheduleResponse> SageMakerResponse.Builder
,SdkBuilder<DescribeMonitoringScheduleResponse.Builder,
,DescribeMonitoringScheduleResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeMonitoringScheduleResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time at which the monitoring job was created.endpointName
(String endpointName) The name of the endpoint for the monitoring job.failureReason
(String failureReason) A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.lastModifiedTime
(Instant lastModifiedTime) The time at which the monitoring job was last modified.lastMonitoringExecutionSummary
(Consumer<MonitoringExecutionSummary.Builder> lastMonitoringExecutionSummary) Describes metadata on the last execution to run, if there was one.lastMonitoringExecutionSummary
(MonitoringExecutionSummary lastMonitoringExecutionSummary) Describes metadata on the last execution to run, if there was one.monitoringScheduleArn
(String monitoringScheduleArn) The Amazon Resource Name (ARN) of the monitoring schedule.monitoringScheduleConfig
(Consumer<MonitoringScheduleConfig.Builder> monitoringScheduleConfig) The configuration object that specifies the monitoring schedule and defines the monitoring job.monitoringScheduleConfig
(MonitoringScheduleConfig monitoringScheduleConfig) The configuration object that specifies the monitoring schedule and defines the monitoring job.monitoringScheduleName
(String monitoringScheduleName) Name of the monitoring schedule.monitoringScheduleStatus
(String monitoringScheduleStatus) The status of an monitoring job.monitoringScheduleStatus
(ScheduleStatus monitoringScheduleStatus) The status of an monitoring job.monitoringType
(String monitoringType) The type of the monitoring job that this schedule runs.monitoringType
(MonitoringType monitoringType) The type of the monitoring job that this schedule runs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
monitoringScheduleArn
The Amazon Resource Name (ARN) of the monitoring schedule.
- Parameters:
monitoringScheduleArn
- The Amazon Resource Name (ARN) of the monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringScheduleName
Name of the monitoring schedule.
- Parameters:
monitoringScheduleName
- Name of the monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringScheduleStatus
DescribeMonitoringScheduleResponse.Builder monitoringScheduleStatus(String monitoringScheduleStatus) The status of an monitoring job.
- Parameters:
monitoringScheduleStatus
- The status of an monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
monitoringScheduleStatus
DescribeMonitoringScheduleResponse.Builder monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus) The status of an monitoring job.
- Parameters:
monitoringScheduleStatus
- The status of an monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
failureReason
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
- Parameters:
failureReason
- A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time at which the monitoring job was created.
- Parameters:
creationTime
- The time at which the monitoring job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The time at which the monitoring job was last modified.
- Parameters:
lastModifiedTime
- The time at which the monitoring job was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringScheduleConfig
DescribeMonitoringScheduleResponse.Builder monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig) The configuration object that specifies the monitoring schedule and defines the monitoring job.
- Parameters:
monitoringScheduleConfig
- The configuration object that specifies the monitoring schedule and defines the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringScheduleConfig
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 viaMonitoringScheduleConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomonitoringScheduleConfig(MonitoringScheduleConfig)
.- Parameters:
monitoringScheduleConfig
- a consumer that will call methods onMonitoringScheduleConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpointName
The name of the endpoint for the monitoring job.
- Parameters:
endpointName
- The name of the endpoint for the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastMonitoringExecutionSummary
DescribeMonitoringScheduleResponse.Builder lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary) Describes metadata on the last execution to run, if there was one.
- Parameters:
lastMonitoringExecutionSummary
- Describes metadata on the last execution to run, if there was one.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastMonitoringExecutionSummary
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 viaMonitoringExecutionSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolastMonitoringExecutionSummary(MonitoringExecutionSummary)
.- Parameters:
lastMonitoringExecutionSummary
- a consumer that will call methods onMonitoringExecutionSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-