Interface DescribeMonitoringScheduleResponse.Builder

    • Method Detail

      • monitoringScheduleArn

        DescribeMonitoringScheduleResponse.Builder monitoringScheduleArn​(String 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

        DescribeMonitoringScheduleResponse.Builder monitoringScheduleName​(String 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.
      • monitoringType

        DescribeMonitoringScheduleResponse.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.

        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, MonitoringType
      • monitoringType

        DescribeMonitoringScheduleResponse.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.

        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, MonitoringType
      • failureReason

        DescribeMonitoringScheduleResponse.Builder failureReason​(String 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

        DescribeMonitoringScheduleResponse.Builder creationTime​(Instant 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

        DescribeMonitoringScheduleResponse.Builder lastModifiedTime​(Instant 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.
      • endpointName

        DescribeMonitoringScheduleResponse.Builder endpointName​(String 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.