Interface ExplainabilitySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExplainabilitySummary.Builder,
,ExplainabilitySummary> SdkBuilder<ExplainabilitySummary.Builder,
,ExplainabilitySummary> SdkPojo
- Enclosing class:
ExplainabilitySummary
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) When the Explainability was created.explainabilityArn
(String explainabilityArn) The Amazon Resource Name (ARN) of the Explainability.default ExplainabilitySummary.Builder
explainabilityConfig
(Consumer<ExplainabilityConfig.Builder> explainabilityConfig) The configuration settings that define the granularity of time series and time points for the Explainability.explainabilityConfig
(ExplainabilityConfig explainabilityConfig) The configuration settings that define the granularity of time series and time points for the Explainability.explainabilityName
(String explainabilityName) The name of the Explainability.lastModificationTime
(Instant lastModificationTime) The last time the resource was modified.Information about any errors that may have occurred during the Explainability creation process.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.The status of the Explainability.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
explainabilityConfig
default ExplainabilitySummary.Builder explainabilityConfig(Consumer<ExplainabilityConfig.Builder> explainabilityConfig) The configuration settings that define the granularity of time series and time points for the Explainability.
This is a convenience method that creates an instance of theExplainabilityConfig.Builder
avoiding the need to create one manually viaExplainabilityConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexplainabilityConfig(ExplainabilityConfig)
.- Parameters:
explainabilityConfig
- a consumer that will call methods onExplainabilityConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Explainability. 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. 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.
-
-
message
Information about any errors that may have occurred during the Explainability creation process.
- Parameters:
message
- Information about any errors that may have occurred during the Explainability creation process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
When the Explainability was created.
- Parameters:
creationTime
- When the Explainability was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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. -
ACTIVE
orCREATE_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
- TheCreationTime
. -
CREATE_IN_PROGRESS
- The current timestamp. -
CREATE_STOPPING
- The current timestamp. -
CREATE_STOPPED
- When the job stopped. -
ACTIVE
orCREATE_FAILED
- When the job finished or failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-