Interface MonitoringStoppingCondition.Builder

    • Method Detail

      • maxRuntimeInSeconds

        MonitoringStoppingCondition.Builder maxRuntimeInSeconds​(Integer maxRuntimeInSeconds)

        The maximum runtime allowed in seconds.

        The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data quality and model explainability, this can be up to 3600 seconds for an hourly schedule. For model bias and model quality hourly schedules, this can be up to 1800 seconds.

        Parameters:
        maxRuntimeInSeconds - The maximum runtime allowed in seconds.

        The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data quality and model explainability, this can be up to 3600 seconds for an hourly schedule. For model bias and model quality hourly schedules, this can be up to 1800 seconds.

        Returns:
        Returns a reference to this object so that method calls can be chained together.