Uses of Class
software.amazon.awssdk.services.sagemaker.model.MonitoringStoppingCondition
-
Packages that use MonitoringStoppingCondition Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MonitoringStoppingCondition in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MonitoringStoppingCondition Modifier and Type Method Description MonitoringStoppingConditionCreateDataQualityJobDefinitionRequest. stoppingCondition()Returns the value of the StoppingCondition property for this object.MonitoringStoppingConditionCreateModelBiasJobDefinitionRequest. stoppingCondition()Returns the value of the StoppingCondition property for this object.MonitoringStoppingConditionCreateModelExplainabilityJobDefinitionRequest. stoppingCondition()Returns the value of the StoppingCondition property for this object.MonitoringStoppingConditionCreateModelQualityJobDefinitionRequest. stoppingCondition()Returns the value of the StoppingCondition property for this object.MonitoringStoppingConditionDescribeDataQualityJobDefinitionResponse. stoppingCondition()Returns the value of the StoppingCondition property for this object.MonitoringStoppingConditionDescribeModelBiasJobDefinitionResponse. stoppingCondition()Returns the value of the StoppingCondition property for this object.MonitoringStoppingConditionDescribeModelExplainabilityJobDefinitionResponse. stoppingCondition()Returns the value of the StoppingCondition property for this object.MonitoringStoppingConditionDescribeModelQualityJobDefinitionResponse. stoppingCondition()Returns the value of the StoppingCondition property for this object.MonitoringStoppingConditionMonitoringJobDefinition. stoppingCondition()Specifies a time limit for how long the monitoring job is allowed to run.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MonitoringStoppingCondition Modifier and Type Method Description CreateDataQualityJobDefinitionRequest.BuilderCreateDataQualityJobDefinitionRequest.Builder. stoppingCondition(MonitoringStoppingCondition stoppingCondition)Sets the value of the StoppingCondition property for this object.CreateModelBiasJobDefinitionRequest.BuilderCreateModelBiasJobDefinitionRequest.Builder. stoppingCondition(MonitoringStoppingCondition stoppingCondition)Sets the value of the StoppingCondition property for this object.CreateModelExplainabilityJobDefinitionRequest.BuilderCreateModelExplainabilityJobDefinitionRequest.Builder. stoppingCondition(MonitoringStoppingCondition stoppingCondition)Sets the value of the StoppingCondition property for this object.CreateModelQualityJobDefinitionRequest.BuilderCreateModelQualityJobDefinitionRequest.Builder. stoppingCondition(MonitoringStoppingCondition stoppingCondition)Sets the value of the StoppingCondition property for this object.DescribeDataQualityJobDefinitionResponse.BuilderDescribeDataQualityJobDefinitionResponse.Builder. stoppingCondition(MonitoringStoppingCondition stoppingCondition)Sets the value of the StoppingCondition property for this object.DescribeModelBiasJobDefinitionResponse.BuilderDescribeModelBiasJobDefinitionResponse.Builder. stoppingCondition(MonitoringStoppingCondition stoppingCondition)Sets the value of the StoppingCondition property for this object.DescribeModelExplainabilityJobDefinitionResponse.BuilderDescribeModelExplainabilityJobDefinitionResponse.Builder. stoppingCondition(MonitoringStoppingCondition stoppingCondition)Sets the value of the StoppingCondition property for this object.DescribeModelQualityJobDefinitionResponse.BuilderDescribeModelQualityJobDefinitionResponse.Builder. stoppingCondition(MonitoringStoppingCondition stoppingCondition)Sets the value of the StoppingCondition property for this object.MonitoringJobDefinition.BuilderMonitoringJobDefinition.Builder. stoppingCondition(MonitoringStoppingCondition stoppingCondition)Specifies a time limit for how long the monitoring job is allowed to run.
-