Class DescribeExplainabilityResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.forecast.model.ForecastResponse
-
- software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeExplainabilityResponse.Builder,DescribeExplainabilityResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeExplainabilityResponse extends ForecastResponse implements ToCopyableBuilder<DescribeExplainabilityResponse.Builder,DescribeExplainabilityResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeExplainabilityResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeExplainabilityResponse.Builderbuilder()InstantcreationTime()When the Explainability resource was created.DataSourcedataSource()Returns the value of the DataSource property for this object.BooleanenableVisualization()Whether the visualization was enabled for the Explainability resource.StringendDateTime()IfTimePointGranularityis set toSPECIFIC, the last time point in the Explainability.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)LongestimatedTimeRemainingInMinutes()The estimated time remaining in minutes for the CreateExplainability job to complete.StringexplainabilityArn()The Amazon Resource Name (ARN) of the Explainability.ExplainabilityConfigexplainabilityConfig()The configuration settings that define the granularity of time series and time points for the Explainability.StringexplainabilityName()The name of the Explainability.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModificationTime()The last time the resource was modified.Stringmessage()If an error occurred, a message about the error.StringresourceArn()The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.Schemaschema()Returns the value of the Schema property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeExplainabilityResponse.Builder>serializableBuilderClass()StringstartDateTime()IfTimePointGranularityis set toSPECIFIC, the first time point in the Explainability.Stringstatus()The status of the Explainability resource.DescribeExplainabilityResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.forecast.model.ForecastResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
explainabilityArn
public final String explainabilityArn()
The Amazon Resource Name (ARN) of the Explainability.
- Returns:
- The Amazon Resource Name (ARN) of the Explainability.
-
explainabilityName
public final String explainabilityName()
The name of the Explainability.
- Returns:
- The name of the Explainability.
-
resourceArn
public final String resourceArn()
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
- Returns:
- The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
-
explainabilityConfig
public final ExplainabilityConfig explainabilityConfig()
The configuration settings that define the granularity of time series and time points for the Explainability.
- Returns:
- The configuration settings that define the granularity of time series and time points for the Explainability.
-
enableVisualization
public final Boolean enableVisualization()
Whether the visualization was enabled for the Explainability resource.
- Returns:
- Whether the visualization was enabled for the Explainability resource.
-
dataSource
public final DataSource dataSource()
Returns the value of the DataSource property for this object.- Returns:
- The value of the DataSource property for this object.
-
schema
public final Schema schema()
Returns the value of the Schema property for this object.- Returns:
- The value of the Schema property for this object.
-
startDateTime
public final String startDateTime()
If
TimePointGranularityis set toSPECIFIC, the first time point in the Explainability.- Returns:
- If
TimePointGranularityis set toSPECIFIC, the first time point in the Explainability.
-
endDateTime
public final String endDateTime()
If
TimePointGranularityis set toSPECIFIC, the last time point in the Explainability.- Returns:
- If
TimePointGranularityis set toSPECIFIC, the last time point in the Explainability.
-
estimatedTimeRemainingInMinutes
public final Long estimatedTimeRemainingInMinutes()
The estimated time remaining in minutes for the CreateExplainability job to complete.
- Returns:
- The estimated time remaining in minutes for the CreateExplainability job to complete.
-
message
public final String message()
If an error occurred, a message about the error.
- Returns:
- If an error occurred, a message about the error.
-
status
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
- Returns:
- 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
-
-
-
creationTime
public final Instant creationTime()
When the Explainability resource was created.
- Returns:
- When the Explainability resource 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 DescribeExplainabilityResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeExplainabilityResponse.Builder,DescribeExplainabilityResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeExplainabilityResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeExplainabilityResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-