Class DebugRuleEvaluationStatus
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.DebugRuleEvaluationStatus
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<DebugRuleEvaluationStatus.Builder,DebugRuleEvaluationStatus>
@Generated("software.amazon.awssdk:codegen") public final class DebugRuleEvaluationStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DebugRuleEvaluationStatus.Builder,DebugRuleEvaluationStatus>
Information about the status of the rule evaluation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DebugRuleEvaluationStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DebugRuleEvaluationStatus.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Instant
lastModifiedTime()
Timestamp when the rule evaluation status was last modified.String
ruleConfigurationName()
The name of the rule configuration.String
ruleEvaluationJobArn()
The Amazon Resource Name (ARN) of the rule evaluation job.RuleEvaluationStatus
ruleEvaluationStatus()
Status of the rule evaluation.String
ruleEvaluationStatusAsString()
Status of the rule evaluation.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends DebugRuleEvaluationStatus.Builder>
serializableBuilderClass()
String
statusDetails()
Details from the rule evaluation.DebugRuleEvaluationStatus.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ruleConfigurationName
public final String ruleConfigurationName()
The name of the rule configuration.
- Returns:
- The name of the rule configuration.
-
ruleEvaluationJobArn
public final String ruleEvaluationJobArn()
The Amazon Resource Name (ARN) of the rule evaluation job.
- Returns:
- The Amazon Resource Name (ARN) of the rule evaluation job.
-
ruleEvaluationStatus
public final RuleEvaluationStatus ruleEvaluationStatus()
Status of the rule evaluation.
If the service returns an enum value that is not available in the current SDK version,
ruleEvaluationStatus
will returnRuleEvaluationStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromruleEvaluationStatusAsString()
.- Returns:
- Status of the rule evaluation.
- See Also:
RuleEvaluationStatus
-
ruleEvaluationStatusAsString
public final String ruleEvaluationStatusAsString()
Status of the rule evaluation.
If the service returns an enum value that is not available in the current SDK version,
ruleEvaluationStatus
will returnRuleEvaluationStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromruleEvaluationStatusAsString()
.- Returns:
- Status of the rule evaluation.
- See Also:
RuleEvaluationStatus
-
statusDetails
public final String statusDetails()
Details from the rule evaluation.
- Returns:
- Details from the rule evaluation.
-
lastModifiedTime
public final Instant lastModifiedTime()
Timestamp when the rule evaluation status was last modified.
- Returns:
- Timestamp when the rule evaluation status was last modified.
-
toBuilder
public DebugRuleEvaluationStatus.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DebugRuleEvaluationStatus.Builder,DebugRuleEvaluationStatus>
-
builder
public static DebugRuleEvaluationStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends DebugRuleEvaluationStatus.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-