public static interface DescribeExplainabilityResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<DescribeExplainabilityResponse.Builder,DescribeExplainabilityResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeExplainabilityResponse.Builder |
creationTime(Instant creationTime)
When the Explainability resource was created.
|
default DescribeExplainabilityResponse.Builder |
dataSource(Consumer<DataSource.Builder> dataSource)
Sets the value of the DataSource property for this object.
|
DescribeExplainabilityResponse.Builder |
dataSource(DataSource dataSource)
Sets the value of the DataSource property for this object.
|
DescribeExplainabilityResponse.Builder |
enableVisualization(Boolean enableVisualization)
Whether the visualization was enabled for the Explainability resource.
|
DescribeExplainabilityResponse.Builder |
endDateTime(String endDateTime)
If
TimePointGranularity is set to SPECIFIC, the last time point in the
Explainability. |
DescribeExplainabilityResponse.Builder |
estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The estimated time remaining in minutes for the CreateExplainability job to complete.
|
DescribeExplainabilityResponse.Builder |
explainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability.
|
default DescribeExplainabilityResponse.Builder |
explainabilityConfig(Consumer<ExplainabilityConfig.Builder> explainabilityConfig)
The configuration settings that define the granularity of time series and time points for the Explainability.
|
DescribeExplainabilityResponse.Builder |
explainabilityConfig(ExplainabilityConfig explainabilityConfig)
The configuration settings that define the granularity of time series and time points for the Explainability.
|
DescribeExplainabilityResponse.Builder |
explainabilityName(String explainabilityName)
The name of the Explainability.
|
DescribeExplainabilityResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
DescribeExplainabilityResponse.Builder |
message(String message)
If an error occurred, a message about the error.
|
DescribeExplainabilityResponse.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
|
default DescribeExplainabilityResponse.Builder |
schema(Consumer<Schema.Builder> schema)
Sets the value of the Schema property for this object.
|
DescribeExplainabilityResponse.Builder |
schema(Schema schema)
Sets the value of the Schema property for this object.
|
DescribeExplainabilityResponse.Builder |
startDateTime(String startDateTime)
If
TimePointGranularity is set to SPECIFIC, the first time point in the
Explainability. |
DescribeExplainabilityResponse.Builder |
status(String status)
The status of the Explainability resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeExplainabilityResponse.Builder explainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn - The Amazon Resource Name (ARN) of the Explainability.DescribeExplainabilityResponse.Builder explainabilityName(String explainabilityName)
The name of the Explainability.
explainabilityName - The name of the Explainability.DescribeExplainabilityResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
resourceArn - The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability
resource.DescribeExplainabilityResponse.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 DescribeExplainabilityResponse.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)DescribeExplainabilityResponse.Builder enableVisualization(Boolean enableVisualization)
Whether the visualization was enabled for the Explainability resource.
enableVisualization - Whether the visualization was enabled for the Explainability resource.DescribeExplainabilityResponse.Builder dataSource(DataSource dataSource)
dataSource - The new value for the DataSource property for this object.default DescribeExplainabilityResponse.Builder dataSource(Consumer<DataSource.Builder> dataSource)
DataSource.Builder avoiding the need to
create one manually via DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataSource(DataSource).
dataSource - a consumer that will call methods on DataSource.BuilderdataSource(DataSource)DescribeExplainabilityResponse.Builder schema(Schema schema)
schema - The new value for the Schema property for this object.default DescribeExplainabilityResponse.Builder schema(Consumer<Schema.Builder> schema)
Schema.Builder avoiding the need to
create one manually via Schema.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to schema(Schema).
schema - a consumer that will call methods on Schema.Builderschema(Schema)DescribeExplainabilityResponse.Builder startDateTime(String startDateTime)
If TimePointGranularity is set to SPECIFIC, the first time point in the
Explainability.
startDateTime - If TimePointGranularity is set to SPECIFIC, the first time point in the
Explainability.DescribeExplainabilityResponse.Builder endDateTime(String endDateTime)
If TimePointGranularity is set to SPECIFIC, the last time point in the
Explainability.
endDateTime - If TimePointGranularity is set to SPECIFIC, the last time point in the
Explainability.DescribeExplainabilityResponse.Builder estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The estimated time remaining in minutes for the CreateExplainability job to complete.
estimatedTimeRemainingInMinutes - The estimated time remaining in minutes for the CreateExplainability job to complete.DescribeExplainabilityResponse.Builder message(String message)
If an error occurred, a message about the error.
message - If an error occurred, a message about the error.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
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
DescribeExplainabilityResponse.Builder creationTime(Instant creationTime)
When the Explainability resource was created.
creationTime - When the Explainability resource was created.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.
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.