Interface ExplainabilityConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ExplainabilityConfig.Builder,ExplainabilityConfig>, SdkBuilder<ExplainabilityConfig.Builder,ExplainabilityConfig>, SdkPojo
Enclosing class:
ExplainabilityConfig

public static interface ExplainabilityConfig.Builder extends SdkPojo, CopyableBuilder<ExplainabilityConfig.Builder,ExplainabilityConfig>
  • Method Details

    • timeSeriesGranularity

      ExplainabilityConfig.Builder timeSeriesGranularity(String 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timeSeriesGranularity

      ExplainabilityConfig.Builder timeSeriesGranularity(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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timePointGranularity

      ExplainabilityConfig.Builder timePointGranularity(String 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timePointGranularity

      ExplainabilityConfig.Builder timePointGranularity(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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: