Class ExplainabilityExportSummary
- java.lang.Object
-
- software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExplainabilityExportSummary.Builder,ExplainabilityExportSummary>
@Generated("software.amazon.awssdk:codegen") public final class ExplainabilityExportSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExplainabilityExportSummary.Builder,ExplainabilityExportSummary>
Provides a summary of the Explainability export properties used in the ListExplainabilityExports operation. To get a complete set of properties, call the DescribeExplainabilityExport operation, and provide the
ExplainabilityExportArn.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExplainabilityExportSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExplainabilityExportSummary.Builderbuilder()InstantcreationTime()When the Explainability was created.DataDestinationdestination()Returns the value of the Destination property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexplainabilityExportArn()The Amazon Resource Name (ARN) of the Explainability export.StringexplainabilityExportName()The name of the Explainability export<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModificationTime()The last time the resource was modified.Stringmessage()Information about any errors that may have occurred during the Explainability export.List<SdkField<?>>sdkFields()static Class<? extends ExplainabilityExportSummary.Builder>serializableBuilderClass()Stringstatus()The status of the Explainability export.ExplainabilityExportSummary.BuildertoBuilder()StringtoString()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
-
explainabilityExportArn
public final String explainabilityExportArn()
The Amazon Resource Name (ARN) of the Explainability export.
- Returns:
- The Amazon Resource Name (ARN) of the Explainability export.
-
explainabilityExportName
public final String explainabilityExportName()
The name of the Explainability export
- Returns:
- The name of the Explainability export
-
destination
public final DataDestination destination()
Returns the value of the Destination property for this object.- Returns:
- The value of the Destination property for this object.
-
status
public final String status()
The status of the Explainability export. States include:
-
ACTIVE -
CREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILED -
CREATE_STOPPING,CREATE_STOPPED -
DELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILED
- Returns:
- The status of the Explainability export. States include:
-
ACTIVE -
CREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILED -
CREATE_STOPPING,CREATE_STOPPED -
DELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILED
-
-
-
message
public final String message()
Information about any errors that may have occurred during the Explainability export.
- Returns:
- Information about any errors that may have occurred during the Explainability export.
-
creationTime
public final Instant creationTime()
When the Explainability was created.
- Returns:
- When the Explainability was created.
-
lastModificationTime
public final Instant lastModificationTime()
The last time the resource was modified. The timestamp depends on the status of the job:
-
CREATE_PENDING- TheCreationTime. -
CREATE_IN_PROGRESS- The current timestamp. -
CREATE_STOPPING- The current timestamp. -
CREATE_STOPPED- When the job stopped. -
ACTIVEorCREATE_FAILED- When the job finished or failed.
- Returns:
- The last time the resource was modified. The timestamp depends on the status of the job:
-
CREATE_PENDING- TheCreationTime. -
CREATE_IN_PROGRESS- The current timestamp. -
CREATE_STOPPING- The current timestamp. -
CREATE_STOPPED- When the job stopped. -
ACTIVEorCREATE_FAILED- When the job finished or failed.
-
-
-
toBuilder
public ExplainabilityExportSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExplainabilityExportSummary.Builder,ExplainabilityExportSummary>
-
builder
public static ExplainabilityExportSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExplainabilityExportSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-