| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RuleEvaluationStatus |
RuleEvaluationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RuleEvaluationStatus |
ProfilerRuleEvaluationStatus.ruleEvaluationStatus()
Status of the rule evaluation.
|
RuleEvaluationStatus |
DebugRuleEvaluationStatus.ruleEvaluationStatus()
Status of the rule evaluation.
|
static RuleEvaluationStatus |
RuleEvaluationStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RuleEvaluationStatus> |
RuleEvaluationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProfilerRuleEvaluationStatus.Builder |
ProfilerRuleEvaluationStatus.Builder.ruleEvaluationStatus(RuleEvaluationStatus ruleEvaluationStatus)
Status of the rule evaluation.
|
DebugRuleEvaluationStatus.Builder |
DebugRuleEvaluationStatus.Builder.ruleEvaluationStatus(RuleEvaluationStatus ruleEvaluationStatus)
Status of the rule evaluation.
|
Copyright © 2023. All rights reserved.