@Generated(value="software.amazon.awssdk:codegen") public final class DescribeExplainabilityExportResponse extends ForecastResponse implements ToCopyableBuilder<DescribeExplainabilityExportResponse.Builder,DescribeExplainabilityExportResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeExplainabilityExportResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeExplainabilityExportResponse.Builder |
builder() |
Instant |
creationTime()
When the Explainability export was created.
|
DataDestination |
destination()
Returns the value of the Destination property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
explainabilityArn()
The Amazon Resource Name (ARN) of the Explainability export.
|
String |
explainabilityExportArn()
The Amazon Resource Name (ARN) of the Explainability export.
|
String |
explainabilityExportName()
The name of the Explainability export.
|
String |
format()
The format of the exported data, CSV or PARQUET.
|
<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 occurred during the export.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeExplainabilityExportResponse.Builder> |
serializableBuilderClass() |
String |
status()
The status of the Explainability export.
|
DescribeExplainabilityExportResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String explainabilityExportArn()
The Amazon Resource Name (ARN) of the Explainability export.
public final String explainabilityExportName()
The name of the Explainability export.
public final String explainabilityArn()
The Amazon Resource Name (ARN) of the Explainability export.
public final DataDestination destination()
public final String message()
Information about any errors that occurred during the export.
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
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
public final Instant creationTime()
When the Explainability export 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 final String format()
The format of the exported data, CSV or PARQUET.
public DescribeExplainabilityExportResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeExplainabilityExportResponse.Builder,DescribeExplainabilityExportResponse>toBuilder in class AwsResponsepublic static DescribeExplainabilityExportResponse.Builder builder()
public static Class<? extends DescribeExplainabilityExportResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.