@Generated(value="software.amazon.awssdk:codegen") public final class ExplainabilitySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExplainabilitySummary.Builder,ExplainabilitySummary>
Provides a summary of the Explainability properties used in the ListExplainabilities operation. To get a
complete set of properties, call the DescribeExplainability operation, and provide the listed
ExplainabilityArn.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExplainabilitySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExplainabilitySummary.Builder |
builder() |
Instant |
creationTime()
When the Explainability was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
explainabilityArn()
The Amazon Resource Name (ARN) of the Explainability.
|
ExplainabilityConfig |
explainabilityConfig()
The configuration settings that define the granularity of time series and time points for the Explainability.
|
String |
explainabilityName()
The name of the Explainability.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
The last time the resource was modified.
|
String |
message()
Information about any errors that may have occurred during the Explainability creation process.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExplainabilitySummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the Explainability.
|
ExplainabilitySummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String explainabilityArn()
The Amazon Resource Name (ARN) of the Explainability.
public final String explainabilityName()
The name of the Explainability.
public final String resourceArn()
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
public final ExplainabilityConfig explainabilityConfig()
The configuration settings that define the granularity of time series and time points for the Explainability.
public final String status()
The status of the Explainability. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
public final String message()
Information about any errors that may have occurred during the Explainability creation process.
public final Instant creationTime()
When the Explainability was created.
public final Instant lastModificationTime()
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
public ExplainabilitySummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExplainabilitySummary.Builder,ExplainabilitySummary>public static ExplainabilitySummary.Builder builder()
public static Class<? extends ExplainabilitySummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.