Uses of Class
software.amazon.awssdk.services.sagemaker.model.RuleEvaluationStatus
-
Packages that use RuleEvaluationStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RuleEvaluationStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RuleEvaluationStatus Modifier and Type Method Description static RuleEvaluationStatusRuleEvaluationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleEvaluationStatusDebugRuleEvaluationStatus. ruleEvaluationStatus()Status of the rule evaluation.RuleEvaluationStatusProfilerRuleEvaluationStatus. ruleEvaluationStatus()Status of the rule evaluation.static RuleEvaluationStatusRuleEvaluationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleEvaluationStatus[]RuleEvaluationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type RuleEvaluationStatus Modifier and Type Method Description static Set<RuleEvaluationStatus>RuleEvaluationStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type RuleEvaluationStatus Modifier and Type Method Description DebugRuleEvaluationStatus.BuilderDebugRuleEvaluationStatus.Builder. ruleEvaluationStatus(RuleEvaluationStatus ruleEvaluationStatus)Status of the rule evaluation.ProfilerRuleEvaluationStatus.BuilderProfilerRuleEvaluationStatus.Builder. ruleEvaluationStatus(RuleEvaluationStatus ruleEvaluationStatus)Status of the rule evaluation.
-