Module: Aws::ForecastService::Client::_DescribeExplainabilityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeExplainabilityResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #data_source ⇒ Types::DataSource
- #enable_visualization ⇒ Boolean
- #end_date_time ⇒ ::String
- #estimated_time_remaining_in_minutes ⇒ ::Integer
- #explainability_arn ⇒ ::String
- #explainability_config ⇒ Types::ExplainabilityConfig
- #explainability_name ⇒ ::String
- #last_modification_time ⇒ ::Time
- #message ⇒ ::String
- #resource_arn ⇒ ::String
- #schema ⇒ Types::Schema
- #start_date_time ⇒ ::String
- #status ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
724 |
# File 'sig/client.rbs', line 724
def creation_time: () -> ::Time
|
#data_source ⇒ Types::DataSource
717 |
# File 'sig/client.rbs', line 717
def data_source: () -> Types::DataSource
|
#enable_visualization ⇒ Boolean
716 |
# File 'sig/client.rbs', line 716
def enable_visualization: () -> bool
|
#end_date_time ⇒ ::String
720 |
# File 'sig/client.rbs', line 720
def end_date_time: () -> ::String
|
#estimated_time_remaining_in_minutes ⇒ ::Integer
721 |
# File 'sig/client.rbs', line 721
def estimated_time_remaining_in_minutes: () -> ::Integer
|
#explainability_arn ⇒ ::String
712 |
# File 'sig/client.rbs', line 712
def explainability_arn: () -> ::String
|
#explainability_config ⇒ Types::ExplainabilityConfig
715 |
# File 'sig/client.rbs', line 715
def explainability_config: () -> Types::ExplainabilityConfig
|
#explainability_name ⇒ ::String
713 |
# File 'sig/client.rbs', line 713
def explainability_name: () -> ::String
|
#last_modification_time ⇒ ::Time
725 |
# File 'sig/client.rbs', line 725
def last_modification_time: () -> ::Time
|
#message ⇒ ::String
722 |
# File 'sig/client.rbs', line 722
def message: () -> ::String
|
#resource_arn ⇒ ::String
714 |
# File 'sig/client.rbs', line 714
def resource_arn: () -> ::String
|
#start_date_time ⇒ ::String
719 |
# File 'sig/client.rbs', line 719
def start_date_time: () -> ::String
|
#status ⇒ ::String
723 |
# File 'sig/client.rbs', line 723
def status: () -> ::String
|