Class ExplainabilityConfig
- java.lang.Object
-
- software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExplainabilityConfig.Builder,ExplainabilityConfig>
@Generated("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 bothTimePointGranularityandTimeSeriesGranularityto “ALL”. When creating Predictor Explainability, Amazon Forecast considers all time series and time points.If you provide a forecast ARN for
ResourceArn, you can setTimePointGranularityandTimeSeriesGranularityto either “ALL” or “Specific”.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExplainabilityConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExplainabilityConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ExplainabilityConfig.Builder>serializableBuilderClass()TimePointGranularitytimePointGranularity()To create an Explainability for all time points in your forecast horizon, useALL.StringtimePointGranularityAsString()To create an Explainability for all time points in your forecast horizon, useALL.TimeSeriesGranularitytimeSeriesGranularity()To create an Explainability for all time series in your datasets, useALL.StringtimeSeriesGranularityAsString()To create an Explainability for all time series in your datasets, useALL.ExplainabilityConfig.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
-
timeSeriesGranularity
public 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, useSPECIFIC.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,
timeSeriesGranularitywill returnTimeSeriesGranularity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimeSeriesGranularityAsString().- Returns:
- To create an Explainability for all time series in your datasets, use
ALL. To create an Explainability for specific time series in your datasets, useSPECIFIC.Specify time series by uploading a CSV or Parquet file to an Amazon S3 bucket and set the location within the DataDestination data type.
- See Also:
TimeSeriesGranularity
-
timeSeriesGranularityAsString
public 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, useSPECIFIC.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,
timeSeriesGranularitywill returnTimeSeriesGranularity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimeSeriesGranularityAsString().- Returns:
- To create an Explainability for all time series in your datasets, use
ALL. To create an Explainability for specific time series in your datasets, useSPECIFIC.Specify time series by uploading a CSV or Parquet file to an Amazon S3 bucket and set the location within the DataDestination data type.
- See Also:
TimeSeriesGranularity
-
timePointGranularity
public 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, useSPECIFIC.Specify time points with the
StartDateTimeandEndDateTimeparameters within the CreateExplainability operation.If the service returns an enum value that is not available in the current SDK version,
timePointGranularitywill returnTimePointGranularity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimePointGranularityAsString().- Returns:
- 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, useSPECIFIC.Specify time points with the
StartDateTimeandEndDateTimeparameters within the CreateExplainability operation. - See Also:
TimePointGranularity
-
timePointGranularityAsString
public 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, useSPECIFIC.Specify time points with the
StartDateTimeandEndDateTimeparameters within the CreateExplainability operation.If the service returns an enum value that is not available in the current SDK version,
timePointGranularitywill returnTimePointGranularity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimePointGranularityAsString().- Returns:
- 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, useSPECIFIC.Specify time points with the
StartDateTimeandEndDateTimeparameters within the CreateExplainability operation. - See Also:
TimePointGranularity
-
toBuilder
public ExplainabilityConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExplainabilityConfig.Builder,ExplainabilityConfig>
-
builder
public static ExplainabilityConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExplainabilityConfig.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.
-
-