Module: Aws::ForecastService::Client::_DescribeDatasetImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDatasetImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #data_size ⇒ ::Float
- #data_source ⇒ Types::DataSource
- #dataset_arn ⇒ ::String
- #dataset_import_job_arn ⇒ ::String
- #dataset_import_job_name ⇒ ::String
- #estimated_time_remaining_in_minutes ⇒ ::Integer
- #field_statistics ⇒ ::Hash[::String, Types::Statistics]
- #format ⇒ ::String
- #geolocation_format ⇒ ::String
- #import_mode ⇒ "FULL", "INCREMENTAL"
- #last_modification_time ⇒ ::Time
- #message ⇒ ::String
- #status ⇒ ::String
- #time_zone ⇒ ::String
- #timestamp_format ⇒ ::String
- #use_geolocation_for_time_zone ⇒ Boolean
Instance Method Details
#creation_time ⇒ ::Time
699 |
# File 'sig/client.rbs', line 699
def creation_time: () -> ::Time
|
#data_size ⇒ ::Float
696 |
# File 'sig/client.rbs', line 696
def data_size: () -> ::Float
|
#data_source ⇒ Types::DataSource
693 |
# File 'sig/client.rbs', line 693
def data_source: () -> Types::DataSource
|
#dataset_arn ⇒ ::String
688 |
# File 'sig/client.rbs', line 688
def dataset_arn: () -> ::String
|
#dataset_import_job_arn ⇒ ::String
687 |
# File 'sig/client.rbs', line 687
def dataset_import_job_arn: () -> ::String
|
#dataset_import_job_name ⇒ ::String
686 |
# File 'sig/client.rbs', line 686
def dataset_import_job_name: () -> ::String
|
#estimated_time_remaining_in_minutes ⇒ ::Integer
694 |
# File 'sig/client.rbs', line 694
def estimated_time_remaining_in_minutes: () -> ::Integer
|
#field_statistics ⇒ ::Hash[::String, Types::Statistics]
695 |
# File 'sig/client.rbs', line 695
def field_statistics: () -> ::Hash[::String, Types::Statistics]
|
#format ⇒ ::String
701 |
# File 'sig/client.rbs', line 701
def format: () -> ::String
|
#geolocation_format ⇒ ::String
692 |
# File 'sig/client.rbs', line 692
def geolocation_format: () -> ::String
|
#import_mode ⇒ "FULL", "INCREMENTAL"
702 |
# File 'sig/client.rbs', line 702
def import_mode: () -> ("FULL" | "INCREMENTAL")
|
#last_modification_time ⇒ ::Time
700 |
# File 'sig/client.rbs', line 700
def last_modification_time: () -> ::Time
|
#message ⇒ ::String
698 |
# File 'sig/client.rbs', line 698
def message: () -> ::String
|
#status ⇒ ::String
697 |
# File 'sig/client.rbs', line 697
def status: () -> ::String
|
#time_zone ⇒ ::String
690 |
# File 'sig/client.rbs', line 690
def time_zone: () -> ::String
|
#timestamp_format ⇒ ::String
689 |
# File 'sig/client.rbs', line 689
def timestamp_format: () -> ::String
|
#use_geolocation_for_time_zone ⇒ Boolean
691 |
# File 'sig/client.rbs', line 691
def use_geolocation_for_time_zone: () -> bool
|