@Generated(value="software.amazon.awssdk:codegen") public final class DescribeExplainabilityResponse extends ForecastResponse implements ToCopyableBuilder<DescribeExplainabilityResponse.Builder,DescribeExplainabilityResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeExplainabilityResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeExplainabilityResponse.Builder |
builder() |
Instant |
creationTime()
When the Explainability resource was created.
|
DataSource |
dataSource()
Returns the value of the DataSource property for this object.
|
Boolean |
enableVisualization()
Whether the visualization was enabled for the Explainability resource.
|
String |
endDateTime()
If
TimePointGranularity is set to SPECIFIC, the last time point in the Explainability. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
estimatedTimeRemainingInMinutes()
The estimated time remaining in minutes for the CreateExplainability job to complete.
|
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()
If an error occurred, a message about the error.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
|
Schema |
schema()
Returns the value of the Schema property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeExplainabilityResponse.Builder> |
serializableBuilderClass() |
String |
startDateTime()
If
TimePointGranularity is set to SPECIFIC, the first time point in the Explainability. |
String |
status()
The status of the Explainability resource.
|
DescribeExplainabilityResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, 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 resource.
public final ExplainabilityConfig explainabilityConfig()
The configuration settings that define the granularity of time series and time points for the Explainability.
public final Boolean enableVisualization()
Whether the visualization was enabled for the Explainability resource.
public final DataSource dataSource()
public final Schema schema()
public final String startDateTime()
If TimePointGranularity is set to SPECIFIC, the first time point in the Explainability.
TimePointGranularity is set to SPECIFIC, the first time point in the
Explainability.public final String endDateTime()
If TimePointGranularity is set to SPECIFIC, the last time point in the Explainability.
TimePointGranularity is set to SPECIFIC, the last time point in the
Explainability.public final Long estimatedTimeRemainingInMinutes()
The estimated time remaining in minutes for the CreateExplainability job to complete.
public final String message()
If an error occurred, a message about the error.
public final String status()
The status of the Explainability resource. 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 resource 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 DescribeExplainabilityResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeExplainabilityResponse.Builder,DescribeExplainabilityResponse>toBuilder in class AwsResponsepublic static DescribeExplainabilityResponse.Builder builder()
public static Class<? extends DescribeExplainabilityResponse.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.