public static interface ExplainabilitySummary.Builder extends SdkPojo, CopyableBuilder<ExplainabilitySummary.Builder,ExplainabilitySummary>
| Modifier and Type | Method and Description |
|---|---|
ExplainabilitySummary.Builder |
creationTime(Instant creationTime)
When the Explainability was created.
|
ExplainabilitySummary.Builder |
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.
|
ExplainabilitySummary.Builder |
explainabilityConfig(ExplainabilityConfig explainabilityConfig)
The configuration settings that define the granularity of time series and time points for the Explainability.
|
ExplainabilitySummary.Builder |
explainabilityName(String explainabilityName)
The name of the Explainability.
|
ExplainabilitySummary.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
ExplainabilitySummary.Builder |
message(String message)
Information about any errors that may have occurred during the Explainability creation process.
|
ExplainabilitySummary.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
|
ExplainabilitySummary.Builder |
status(String status)
The status of the Explainability.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExplainabilitySummary.Builder explainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn - The Amazon Resource Name (ARN) of the Explainability.ExplainabilitySummary.Builder explainabilityName(String explainabilityName)
The name of the Explainability.
explainabilityName - The name of the Explainability.ExplainabilitySummary.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
resourceArn - The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.ExplainabilitySummary.Builder explainabilityConfig(ExplainabilityConfig explainabilityConfig)
The configuration settings that define the granularity of time series and time points for the Explainability.
explainabilityConfig - The configuration settings that define the granularity of time series and time points for 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.
This is a convenience method that creates an instance of theExplainabilityConfig.Builder avoiding
the need to create one manually via ExplainabilityConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to explainabilityConfig(ExplainabilityConfig).
explainabilityConfig - a consumer that will call methods on ExplainabilityConfig.BuilderexplainabilityConfig(ExplainabilityConfig)ExplainabilitySummary.Builder status(String 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
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
ExplainabilitySummary.Builder message(String message)
Information about any errors that may have occurred during the Explainability creation process.
message - Information about any errors that may have occurred during the Explainability creation process.ExplainabilitySummary.Builder creationTime(Instant creationTime)
When the Explainability was created.
creationTime - When the Explainability was created.ExplainabilitySummary.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.
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.
Copyright © 2023. All rights reserved.