@Generated(value="software.amazon.awssdk:codegen") public final class ExplainabilityConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExplainabilityConfig.Builder,ExplainabilityConfig>
The ExplainabilityConfig data type defines the number of time series and time points included in CreateExplainability.
If you provide a predictor ARN for ResourceArn, you must set both TimePointGranularity and
TimeSeriesGranularity to “ALL”. When creating Predictor Explainability, Amazon Forecast considers all
time series and time points.
If you provide a forecast ARN for ResourceArn, you can set TimePointGranularity and
TimeSeriesGranularity to either “ALL” or “Specific”.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExplainabilityConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExplainabilityConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExplainabilityConfig.Builder> |
serializableBuilderClass() |
TimePointGranularity |
timePointGranularity()
To create an Explainability for all time points in your forecast horizon, use
ALL. |
String |
timePointGranularityAsString()
To create an Explainability for all time points in your forecast horizon, use
ALL. |
TimeSeriesGranularity |
timeSeriesGranularity()
To create an Explainability for all time series in your datasets, use
ALL. |
String |
timeSeriesGranularityAsString()
To create an Explainability for all time series in your datasets, use
ALL. |
ExplainabilityConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TimeSeriesGranularity timeSeriesGranularity()
To create an Explainability for all time series in your datasets, use ALL. To create an
Explainability for specific time series in your datasets, use SPECIFIC.
Specify time series by uploading a CSV or Parquet file to an Amazon S3 bucket and set the location within the DataDestination data type.
If the service returns an enum value that is not available in the current SDK version,
timeSeriesGranularity will return TimeSeriesGranularity.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from timeSeriesGranularityAsString().
ALL. To create an
Explainability for specific time series in your datasets, use SPECIFIC.
Specify time series by uploading a CSV or Parquet file to an Amazon S3 bucket and set the location within the DataDestination data type.
TimeSeriesGranularitypublic final String timeSeriesGranularityAsString()
To create an Explainability for all time series in your datasets, use ALL. To create an
Explainability for specific time series in your datasets, use SPECIFIC.
Specify time series by uploading a CSV or Parquet file to an Amazon S3 bucket and set the location within the DataDestination data type.
If the service returns an enum value that is not available in the current SDK version,
timeSeriesGranularity will return TimeSeriesGranularity.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from timeSeriesGranularityAsString().
ALL. To create an
Explainability for specific time series in your datasets, use SPECIFIC.
Specify time series by uploading a CSV or Parquet file to an Amazon S3 bucket and set the location within the DataDestination data type.
TimeSeriesGranularitypublic final TimePointGranularity timePointGranularity()
To create an Explainability for all time points in your forecast horizon, use ALL. To create an
Explainability for specific time points in your forecast horizon, use SPECIFIC.
Specify time points with the StartDateTime and EndDateTime parameters within the
CreateExplainability operation.
If the service returns an enum value that is not available in the current SDK version,
timePointGranularity will return TimePointGranularity.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from timePointGranularityAsString().
ALL. To create
an Explainability for specific time points in your forecast horizon, use SPECIFIC.
Specify time points with the StartDateTime and EndDateTime parameters within
the CreateExplainability operation.
TimePointGranularitypublic final String timePointGranularityAsString()
To create an Explainability for all time points in your forecast horizon, use ALL. To create an
Explainability for specific time points in your forecast horizon, use SPECIFIC.
Specify time points with the StartDateTime and EndDateTime parameters within the
CreateExplainability operation.
If the service returns an enum value that is not available in the current SDK version,
timePointGranularity will return TimePointGranularity.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from timePointGranularityAsString().
ALL. To create
an Explainability for specific time points in your forecast horizon, use SPECIFIC.
Specify time points with the StartDateTime and EndDateTime parameters within
the CreateExplainability operation.
TimePointGranularitypublic ExplainabilityConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExplainabilityConfig.Builder,ExplainabilityConfig>public static ExplainabilityConfig.Builder builder()
public static Class<? extends ExplainabilityConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.