Struct aws_sdk_forecast::operation::describe_explainability::builders::DescribeExplainabilityOutputBuilder
source · #[non_exhaustive]pub struct DescribeExplainabilityOutputBuilder { /* private fields */ }Expand description
A builder for DescribeExplainabilityOutput.
Implementations§
source§impl DescribeExplainabilityOutputBuilder
impl DescribeExplainabilityOutputBuilder
sourcepub fn explainability_arn(self, input: impl Into<String>) -> Self
pub fn explainability_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Explainability.
sourcepub fn set_explainability_arn(self, input: Option<String>) -> Self
pub fn set_explainability_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Explainability.
sourcepub fn get_explainability_arn(&self) -> &Option<String>
pub fn get_explainability_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the Explainability.
sourcepub fn explainability_name(self, input: impl Into<String>) -> Self
pub fn explainability_name(self, input: impl Into<String>) -> Self
The name of the Explainability.
sourcepub fn set_explainability_name(self, input: Option<String>) -> Self
pub fn set_explainability_name(self, input: Option<String>) -> Self
The name of the Explainability.
sourcepub fn get_explainability_name(&self) -> &Option<String>
pub fn get_explainability_name(&self) -> &Option<String>
The name of the Explainability.
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
sourcepub fn get_resource_arn(&self) -> &Option<String>
pub fn get_resource_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
sourcepub fn explainability_config(self, input: ExplainabilityConfig) -> Self
pub fn explainability_config(self, input: ExplainabilityConfig) -> Self
The configuration settings that define the granularity of time series and time points for the Explainability.
sourcepub fn set_explainability_config(
self,
input: Option<ExplainabilityConfig>
) -> Self
pub fn set_explainability_config( self, input: Option<ExplainabilityConfig> ) -> Self
The configuration settings that define the granularity of time series and time points for the Explainability.
sourcepub fn get_explainability_config(&self) -> &Option<ExplainabilityConfig>
pub fn get_explainability_config(&self) -> &Option<ExplainabilityConfig>
The configuration settings that define the granularity of time series and time points for the Explainability.
sourcepub fn enable_visualization(self, input: bool) -> Self
pub fn enable_visualization(self, input: bool) -> Self
Whether the visualization was enabled for the Explainability resource.
sourcepub fn set_enable_visualization(self, input: Option<bool>) -> Self
pub fn set_enable_visualization(self, input: Option<bool>) -> Self
Whether the visualization was enabled for the Explainability resource.
sourcepub fn get_enable_visualization(&self) -> &Option<bool>
pub fn get_enable_visualization(&self) -> &Option<bool>
Whether the visualization was enabled for the Explainability resource.
sourcepub fn data_source(self, input: DataSource) -> Self
pub fn data_source(self, input: DataSource) -> Self
The source of your data, an Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an Key Management Service (KMS) key.
sourcepub fn set_data_source(self, input: Option<DataSource>) -> Self
pub fn set_data_source(self, input: Option<DataSource>) -> Self
The source of your data, an Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an Key Management Service (KMS) key.
sourcepub fn get_data_source(&self) -> &Option<DataSource>
pub fn get_data_source(&self) -> &Option<DataSource>
The source of your data, an Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an Key Management Service (KMS) key.
sourcepub fn set_schema(self, input: Option<Schema>) -> Self
pub fn set_schema(self, input: Option<Schema>) -> Self
Defines the fields of a dataset.
sourcepub fn get_schema(&self) -> &Option<Schema>
pub fn get_schema(&self) -> &Option<Schema>
Defines the fields of a dataset.
sourcepub fn start_date_time(self, input: impl Into<String>) -> Self
pub fn start_date_time(self, input: impl Into<String>) -> Self
If TimePointGranularity is set to SPECIFIC, the first time point in the Explainability.
sourcepub fn set_start_date_time(self, input: Option<String>) -> Self
pub fn set_start_date_time(self, input: Option<String>) -> Self
If TimePointGranularity is set to SPECIFIC, the first time point in the Explainability.
sourcepub fn get_start_date_time(&self) -> &Option<String>
pub fn get_start_date_time(&self) -> &Option<String>
If TimePointGranularity is set to SPECIFIC, the first time point in the Explainability.
sourcepub fn end_date_time(self, input: impl Into<String>) -> Self
pub fn end_date_time(self, input: impl Into<String>) -> Self
If TimePointGranularity is set to SPECIFIC, the last time point in the Explainability.
sourcepub fn set_end_date_time(self, input: Option<String>) -> Self
pub fn set_end_date_time(self, input: Option<String>) -> Self
If TimePointGranularity is set to SPECIFIC, the last time point in the Explainability.
sourcepub fn get_end_date_time(&self) -> &Option<String>
pub fn get_end_date_time(&self) -> &Option<String>
If TimePointGranularity is set to SPECIFIC, the last time point in the Explainability.
sourcepub fn estimated_time_remaining_in_minutes(self, input: i64) -> Self
pub fn estimated_time_remaining_in_minutes(self, input: i64) -> Self
The estimated time remaining in minutes for the CreateExplainability job to complete.
sourcepub fn set_estimated_time_remaining_in_minutes(self, input: Option<i64>) -> Self
pub fn set_estimated_time_remaining_in_minutes(self, input: Option<i64>) -> Self
The estimated time remaining in minutes for the CreateExplainability job to complete.
sourcepub fn get_estimated_time_remaining_in_minutes(&self) -> &Option<i64>
pub fn get_estimated_time_remaining_in_minutes(&self) -> &Option<i64>
The estimated time remaining in minutes for the CreateExplainability job to complete.
sourcepub fn message(self, input: impl Into<String>) -> Self
pub fn message(self, input: impl Into<String>) -> Self
If an error occurred, a message about the error.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
If an error occurred, a message about the error.
sourcepub fn get_message(&self) -> &Option<String>
pub fn get_message(&self) -> &Option<String>
If an error occurred, a message about the error.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
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
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
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
sourcepub fn get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
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
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
When the Explainability resource was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
When the Explainability resource was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
When the Explainability resource was created.
sourcepub fn last_modification_time(self, input: DateTime) -> Self
pub fn last_modification_time(self, input: DateTime) -> Self
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. -
ACTIVEorCREATE_FAILED- When the job finished or failed.
sourcepub fn set_last_modification_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modification_time(self, input: Option<DateTime>) -> Self
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. -
ACTIVEorCREATE_FAILED- When the job finished or failed.
sourcepub fn get_last_modification_time(&self) -> &Option<DateTime>
pub fn get_last_modification_time(&self) -> &Option<DateTime>
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. -
ACTIVEorCREATE_FAILED- When the job finished or failed.
sourcepub fn build(self) -> DescribeExplainabilityOutput
pub fn build(self) -> DescribeExplainabilityOutput
Consumes the builder and constructs a DescribeExplainabilityOutput.
Trait Implementations§
source§impl Clone for DescribeExplainabilityOutputBuilder
impl Clone for DescribeExplainabilityOutputBuilder
source§fn clone(&self) -> DescribeExplainabilityOutputBuilder
fn clone(&self) -> DescribeExplainabilityOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeExplainabilityOutputBuilder
impl Default for DescribeExplainabilityOutputBuilder
source§fn default() -> DescribeExplainabilityOutputBuilder
fn default() -> DescribeExplainabilityOutputBuilder
source§impl PartialEq for DescribeExplainabilityOutputBuilder
impl PartialEq for DescribeExplainabilityOutputBuilder
source§fn eq(&self, other: &DescribeExplainabilityOutputBuilder) -> bool
fn eq(&self, other: &DescribeExplainabilityOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.