Interface DescribeExplainabilityResponse.Builder

    • Method Detail

      • explainabilityArn

        DescribeExplainabilityResponse.Builder explainabilityArn​(String explainabilityArn)

        The Amazon Resource Name (ARN) of the Explainability.

        Parameters:
        explainabilityArn - The Amazon Resource Name (ARN) of the Explainability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • explainabilityName

        DescribeExplainabilityResponse.Builder explainabilityName​(String explainabilityName)

        The name of the Explainability.

        Parameters:
        explainabilityName - The name of the Explainability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceArn

        DescribeExplainabilityResponse.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • explainabilityConfig

        DescribeExplainabilityResponse.Builder explainabilityConfig​(ExplainabilityConfig explainabilityConfig)

        The configuration settings that define the granularity of time series and time points for the Explainability.

        Parameters:
        explainabilityConfig - The configuration settings that define the granularity of time series and time points for the Explainability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enableVisualization

        DescribeExplainabilityResponse.Builder enableVisualization​(Boolean enableVisualization)

        Whether the visualization was enabled for the Explainability resource.

        Parameters:
        enableVisualization - Whether the visualization was enabled for the Explainability resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSource

        DescribeExplainabilityResponse.Builder dataSource​(DataSource dataSource)
        Sets the value of the DataSource property for this object.
        Parameters:
        dataSource - The new value for the DataSource property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schema

        DescribeExplainabilityResponse.Builder schema​(Schema schema)
        Sets the value of the Schema property for this object.
        Parameters:
        schema - The new value for the Schema property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startDateTime

        DescribeExplainabilityResponse.Builder startDateTime​(String startDateTime)

        If TimePointGranularity is set to SPECIFIC, the first time point in the Explainability.

        Parameters:
        startDateTime - If TimePointGranularity is set to SPECIFIC, the first time point in the Explainability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endDateTime

        DescribeExplainabilityResponse.Builder endDateTime​(String endDateTime)

        If TimePointGranularity is set to SPECIFIC, the last time point in the Explainability.

        Parameters:
        endDateTime - If TimePointGranularity is set to SPECIFIC, the last time point in the Explainability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • estimatedTimeRemainingInMinutes

        DescribeExplainabilityResponse.Builder estimatedTimeRemainingInMinutes​(Long estimatedTimeRemainingInMinutes)

        The estimated time remaining in minutes for the CreateExplainability job to complete.

        Parameters:
        estimatedTimeRemainingInMinutes - The estimated time remaining in minutes for the CreateExplainability job to complete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        DescribeExplainabilityResponse.Builder message​(String message)

        If an error occurred, a message about the error.

        Parameters:
        message - If an error occurred, a message about the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DescribeExplainabilityResponse.Builder status​(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

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DescribeExplainabilityResponse.Builder creationTime​(Instant creationTime)

        When the Explainability resource was created.

        Parameters:
        creationTime - When the Explainability resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModificationTime

        DescribeExplainabilityResponse.Builder lastModificationTime​(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.

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

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