aws-sdk-forecastservice 1.17.0 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0349d0b6333e4f84d87eb0bb485c806dbf5d74c23a0712317f919acdf8afb22
4
- data.tar.gz: 49ef8227c9a0552295f5bf7ef0bb71b56e42987f6b1e891ff5d853a2bae42e86
3
+ metadata.gz: d4505e2958ccef434b286bfde0776cd4c9a9b17db955a21f0ffb41c5ce0ca155
4
+ data.tar.gz: 98f9c7dda74be1e2289140ea00deeb4101005b3217c8fd56b6826dd7fad2ad3c
5
5
  SHA512:
6
- metadata.gz: 52dd61eb888babb7eca257db3c68db0f6cf35110d66f1c505cb5dcfd80026aa0e2ffe43f64e640f82486892273b35f751d4300472dd287321fb129d7278b1b96
7
- data.tar.gz: 8b570ca864fcb21bda723df79272471e435c64e174e898a101aaa2f384db87afaa5bedb7fbe724758c88511c7894ae01e72f7e295371b5a8a9e632489f497c9a
6
+ metadata.gz: 62670e9857c74d051f7081f229c41dceb5d52d05deab619f40ccb274848aa175550a1ab56b2972d81ce8f4386eb26447fea63702a81ee59bab77cd3b75973960
7
+ data.tar.gz: e846cafe6fecbd9aca11ef1ab8514d4e237d91b7cbd03519de2f363813da87679084e342708f4c604bdc76d1d77b750c35590f5892f1f37d77c49fcfe50fc1cf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2021-04-22)
5
+ ------------------
6
+
7
+ * Feature - This release adds EstimatedTimeRemaining minutes field to the DescribeDatasetImportJob, DescribePredictor, DescribeForecast API response which denotes the time remaining to complete the job IN_PROGRESS.
8
+
4
9
  1.17.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-forecastservice/customizations'
48
48
  # @!group service
49
49
  module Aws::ForecastService
50
50
 
51
- GEM_VERSION = '1.17.0'
51
+ GEM_VERSION = '1.18.0'
52
52
 
53
53
  end
@@ -1690,6 +1690,7 @@ module Aws::ForecastService
1690
1690
  # * {Types::DescribeDatasetImportJobResponse#use_geolocation_for_time_zone #use_geolocation_for_time_zone} => Boolean
1691
1691
  # * {Types::DescribeDatasetImportJobResponse#geolocation_format #geolocation_format} => String
1692
1692
  # * {Types::DescribeDatasetImportJobResponse#data_source #data_source} => Types::DataSource
1693
+ # * {Types::DescribeDatasetImportJobResponse#estimated_time_remaining_in_minutes #estimated_time_remaining_in_minutes} => Integer
1693
1694
  # * {Types::DescribeDatasetImportJobResponse#field_statistics #field_statistics} => Hash<String,Types::Statistics>
1694
1695
  # * {Types::DescribeDatasetImportJobResponse#data_size #data_size} => Float
1695
1696
  # * {Types::DescribeDatasetImportJobResponse#status #status} => String
@@ -1715,6 +1716,7 @@ module Aws::ForecastService
1715
1716
  # resp.data_source.s3_config.path #=> String
1716
1717
  # resp.data_source.s3_config.role_arn #=> String
1717
1718
  # resp.data_source.s3_config.kms_key_arn #=> String
1719
+ # resp.estimated_time_remaining_in_minutes #=> Integer
1718
1720
  # resp.field_statistics #=> Hash
1719
1721
  # resp.field_statistics["String"].count #=> Integer
1720
1722
  # resp.field_statistics["String"].count_distinct #=> Integer
@@ -1765,6 +1767,7 @@ module Aws::ForecastService
1765
1767
  # * {Types::DescribeForecastResponse#forecast_types #forecast_types} => Array<String>
1766
1768
  # * {Types::DescribeForecastResponse#predictor_arn #predictor_arn} => String
1767
1769
  # * {Types::DescribeForecastResponse#dataset_group_arn #dataset_group_arn} => String
1770
+ # * {Types::DescribeForecastResponse#estimated_time_remaining_in_minutes #estimated_time_remaining_in_minutes} => Integer
1768
1771
  # * {Types::DescribeForecastResponse#status #status} => String
1769
1772
  # * {Types::DescribeForecastResponse#message #message} => String
1770
1773
  # * {Types::DescribeForecastResponse#creation_time #creation_time} => Time
@@ -1784,6 +1787,7 @@ module Aws::ForecastService
1784
1787
  # resp.forecast_types[0] #=> String
1785
1788
  # resp.predictor_arn #=> String
1786
1789
  # resp.dataset_group_arn #=> String
1790
+ # resp.estimated_time_remaining_in_minutes #=> Integer
1787
1791
  # resp.status #=> String
1788
1792
  # resp.message #=> String
1789
1793
  # resp.creation_time #=> Time
@@ -1895,6 +1899,7 @@ module Aws::ForecastService
1895
1899
  # * {Types::DescribePredictorResponse#featurization_config #featurization_config} => Types::FeaturizationConfig
1896
1900
  # * {Types::DescribePredictorResponse#encryption_config #encryption_config} => Types::EncryptionConfig
1897
1901
  # * {Types::DescribePredictorResponse#predictor_execution_details #predictor_execution_details} => Types::PredictorExecutionDetails
1902
+ # * {Types::DescribePredictorResponse#estimated_time_remaining_in_minutes #estimated_time_remaining_in_minutes} => Integer
1898
1903
  # * {Types::DescribePredictorResponse#dataset_import_job_arns #dataset_import_job_arns} => Array<String>
1899
1904
  # * {Types::DescribePredictorResponse#auto_ml_algorithm_arns #auto_ml_algorithm_arns} => Array<String>
1900
1905
  # * {Types::DescribePredictorResponse#status #status} => String
@@ -1958,6 +1963,7 @@ module Aws::ForecastService
1958
1963
  # resp.predictor_execution_details.predictor_executions[0].test_windows[0].test_window_end #=> Time
1959
1964
  # resp.predictor_execution_details.predictor_executions[0].test_windows[0].status #=> String
1960
1965
  # resp.predictor_execution_details.predictor_executions[0].test_windows[0].message #=> String
1966
+ # resp.estimated_time_remaining_in_minutes #=> Integer
1961
1967
  # resp.dataset_import_job_arns #=> Array
1962
1968
  # resp.dataset_import_job_arns[0] #=> String
1963
1969
  # resp.auto_ml_algorithm_arns #=> Array
@@ -2818,7 +2824,7 @@ module Aws::ForecastService
2818
2824
  params: params,
2819
2825
  config: config)
2820
2826
  context[:gem_name] = 'aws-sdk-forecastservice'
2821
- context[:gem_version] = '1.17.0'
2827
+ context[:gem_version] = '1.18.0'
2822
2828
  Seahorse::Client::Request.new(handlers, context)
2823
2829
  end
2824
2830
 
@@ -121,6 +121,7 @@ module Aws::ForecastService
121
121
  ListPredictorsResponse = Shapes::StructureShape.new(name: 'ListPredictorsResponse')
122
122
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
123
123
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
124
+ Long = Shapes::IntegerShape.new(name: 'Long')
124
125
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
125
126
  Message = Shapes::StringShape.new(name: 'Message')
126
127
  Metrics = Shapes::StructureShape.new(name: 'Metrics')
@@ -351,6 +352,7 @@ module Aws::ForecastService
351
352
  DescribeDatasetImportJobResponse.add_member(:use_geolocation_for_time_zone, Shapes::ShapeRef.new(shape: UseGeolocationForTimeZone, location_name: "UseGeolocationForTimeZone"))
352
353
  DescribeDatasetImportJobResponse.add_member(:geolocation_format, Shapes::ShapeRef.new(shape: GeolocationFormat, location_name: "GeolocationFormat"))
353
354
  DescribeDatasetImportJobResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
355
+ DescribeDatasetImportJobResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
354
356
  DescribeDatasetImportJobResponse.add_member(:field_statistics, Shapes::ShapeRef.new(shape: FieldStatistics, location_name: "FieldStatistics"))
355
357
  DescribeDatasetImportJobResponse.add_member(:data_size, Shapes::ShapeRef.new(shape: Double, location_name: "DataSize"))
356
358
  DescribeDatasetImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
@@ -395,6 +397,7 @@ module Aws::ForecastService
395
397
  DescribeForecastResponse.add_member(:forecast_types, Shapes::ShapeRef.new(shape: ForecastTypes, location_name: "ForecastTypes"))
396
398
  DescribeForecastResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
397
399
  DescribeForecastResponse.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetGroupArn"))
400
+ DescribeForecastResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
398
401
  DescribeForecastResponse.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
399
402
  DescribeForecastResponse.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
400
403
  DescribeForecastResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -431,6 +434,7 @@ module Aws::ForecastService
431
434
  DescribePredictorResponse.add_member(:featurization_config, Shapes::ShapeRef.new(shape: FeaturizationConfig, location_name: "FeaturizationConfig"))
432
435
  DescribePredictorResponse.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
433
436
  DescribePredictorResponse.add_member(:predictor_execution_details, Shapes::ShapeRef.new(shape: PredictorExecutionDetails, location_name: "PredictorExecutionDetails"))
437
+ DescribePredictorResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
434
438
  DescribePredictorResponse.add_member(:dataset_import_job_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "DatasetImportJobArns"))
435
439
  DescribePredictorResponse.add_member(:auto_ml_algorithm_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "AutoMLAlgorithmArns"))
436
440
  DescribePredictorResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
@@ -1536,6 +1536,11 @@ module Aws::ForecastService
1536
1536
  # Service (KMS) key.
1537
1537
  # @return [Types::DataSource]
1538
1538
  #
1539
+ # @!attribute [rw] estimated_time_remaining_in_minutes
1540
+ # The estimated time in minutes for the dataset import job to
1541
+ # complete.
1542
+ # @return [Integer]
1543
+ #
1539
1544
  # @!attribute [rw] field_statistics
1540
1545
  # Statistical information about each field in the input data.
1541
1546
  # @return [Hash<String,Types::Statistics>]
@@ -1591,6 +1596,7 @@ module Aws::ForecastService
1591
1596
  :use_geolocation_for_time_zone,
1592
1597
  :geolocation_format,
1593
1598
  :data_source,
1599
+ :estimated_time_remaining_in_minutes,
1594
1600
  :field_statistics,
1595
1601
  :data_size,
1596
1602
  :status,
@@ -1840,6 +1846,10 @@ module Aws::ForecastService
1840
1846
  # the predictor.
1841
1847
  # @return [String]
1842
1848
  #
1849
+ # @!attribute [rw] estimated_time_remaining_in_minutes
1850
+ # The estimated time in minutes for the forecast job to complete.
1851
+ # @return [Integer]
1852
+ #
1843
1853
  # @!attribute [rw] status
1844
1854
  # The status of the forecast. States include:
1845
1855
  #
@@ -1888,6 +1898,7 @@ module Aws::ForecastService
1888
1898
  :forecast_types,
1889
1899
  :predictor_arn,
1890
1900
  :dataset_group_arn,
1901
+ :estimated_time_remaining_in_minutes,
1891
1902
  :status,
1892
1903
  :message,
1893
1904
  :creation_time,
@@ -2077,6 +2088,11 @@ module Aws::ForecastService
2077
2088
  # backtests to perform when you call the operation.
2078
2089
  # @return [Types::PredictorExecutionDetails]
2079
2090
  #
2091
+ # @!attribute [rw] estimated_time_remaining_in_minutes
2092
+ # The estimated time in minutes for the predictor training job to
2093
+ # complete.
2094
+ # @return [Integer]
2095
+ #
2080
2096
  # @!attribute [rw] dataset_import_job_arns
2081
2097
  # An array of the ARNs of the dataset import jobs used to import
2082
2098
  # training data for the predictor.
@@ -2143,6 +2159,7 @@ module Aws::ForecastService
2143
2159
  :featurization_config,
2144
2160
  :encryption_config,
2145
2161
  :predictor_execution_details,
2162
+ :estimated_time_remaining_in_minutes,
2146
2163
  :dataset_import_job_arns,
2147
2164
  :auto_ml_algorithm_arns,
2148
2165
  :status,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-forecastservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-forecastservice
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-forecastservice/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-forecastservice
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-forecastservice/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  requirements: []
86
86
  rubyforge_project:
87
- rubygems_version: 2.7.6.2
87
+ rubygems_version: 2.7.6.3
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: AWS SDK for Ruby - Amazon Forecast Service