aws-sdk-personalize 1.4.0 → 1.5.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8ebc8e7085c1c3ff1fdf7a29f5e44d731134b23
|
|
4
|
+
data.tar.gz: 427399a89faeff0056d9e6e7db261ce180730b3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c61e649193dced5e5aace5167484d00373f1d9757d4e94c96fa7528126337dab50bd1987e6d1c2749e181d8fbec7ed73a3c2f2b8315114b55d1ea9948d8a79f
|
|
7
|
+
data.tar.gz: '0787b28c2eafffe69d88eaa3ef5b02d081e4cb0116ed193d0441923f59d1e788124c72f2d84271ecff76f74fb4f7c518d89a8cfaca7dee7a899cd58a1a8e1061'
|
data/lib/aws-sdk-personalize.rb
CHANGED
|
@@ -1595,6 +1595,7 @@ module Aws::Personalize
|
|
|
1595
1595
|
# resp.solution_version.solution_config.auto_ml_config.metric_name #=> String
|
|
1596
1596
|
# resp.solution_version.solution_config.auto_ml_config.recipe_list #=> Array
|
|
1597
1597
|
# resp.solution_version.solution_config.auto_ml_config.recipe_list[0] #=> String
|
|
1598
|
+
# resp.solution_version.training_hours #=> Float
|
|
1598
1599
|
# resp.solution_version.status #=> String
|
|
1599
1600
|
# resp.solution_version.failure_reason #=> String
|
|
1600
1601
|
# resp.solution_version.creation_date_time #=> Time
|
|
@@ -2126,7 +2127,7 @@ module Aws::Personalize
|
|
|
2126
2127
|
params: params,
|
|
2127
2128
|
config: config)
|
|
2128
2129
|
context[:gem_name] = 'aws-sdk-personalize'
|
|
2129
|
-
context[:gem_version] = '1.
|
|
2130
|
+
context[:gem_version] = '1.5.0'
|
|
2130
2131
|
Seahorse::Client::Request.new(handlers, context)
|
|
2131
2132
|
end
|
|
2132
2133
|
|
|
@@ -19,6 +19,7 @@ module Aws::Personalize
|
|
|
19
19
|
AutoMLConfig = Shapes::StructureShape.new(name: 'AutoMLConfig')
|
|
20
20
|
AutoMLResult = Shapes::StructureShape.new(name: 'AutoMLResult')
|
|
21
21
|
AvroSchema = Shapes::StringShape.new(name: 'AvroSchema')
|
|
22
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
22
23
|
Campaign = Shapes::StructureShape.new(name: 'Campaign')
|
|
23
24
|
CampaignSummary = Shapes::StructureShape.new(name: 'CampaignSummary')
|
|
24
25
|
CampaignUpdateSummary = Shapes::StructureShape.new(name: 'CampaignUpdateSummary')
|
|
@@ -175,6 +176,7 @@ module Aws::Personalize
|
|
|
175
176
|
Solutions = Shapes::ListShape.new(name: 'Solutions')
|
|
176
177
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
177
178
|
TrackingId = Shapes::StringShape.new(name: 'TrackingId')
|
|
179
|
+
TrainingHours = Shapes::FloatShape.new(name: 'TrainingHours')
|
|
178
180
|
TrainingInputMode = Shapes::StringShape.new(name: 'TrainingInputMode')
|
|
179
181
|
TransactionsPerSecond = Shapes::IntegerShape.new(name: 'TransactionsPerSecond')
|
|
180
182
|
Tunable = Shapes::BooleanShape.new(name: 'Tunable')
|
|
@@ -300,7 +302,7 @@ module Aws::Personalize
|
|
|
300
302
|
CreateSchemaResponse.struct_class = Types::CreateSchemaResponse
|
|
301
303
|
|
|
302
304
|
CreateSolutionRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
|
303
|
-
CreateSolutionRequest.add_member(:perform_hpo, Shapes::ShapeRef.new(shape:
|
|
305
|
+
CreateSolutionRequest.add_member(:perform_hpo, Shapes::ShapeRef.new(shape: Boolean, location_name: "performHPO"))
|
|
304
306
|
CreateSolutionRequest.add_member(:perform_auto_ml, Shapes::ShapeRef.new(shape: PerformAutoML, location_name: "performAutoML"))
|
|
305
307
|
CreateSolutionRequest.add_member(:recipe_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "recipeArn"))
|
|
306
308
|
CreateSolutionRequest.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "datasetGroupArn"))
|
|
@@ -737,6 +739,7 @@ module Aws::Personalize
|
|
|
737
739
|
SolutionVersion.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, location_name: "eventType"))
|
|
738
740
|
SolutionVersion.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "datasetGroupArn"))
|
|
739
741
|
SolutionVersion.add_member(:solution_config, Shapes::ShapeRef.new(shape: SolutionConfig, location_name: "solutionConfig"))
|
|
742
|
+
SolutionVersion.add_member(:training_hours, Shapes::ShapeRef.new(shape: TrainingHours, location_name: "trainingHours"))
|
|
740
743
|
SolutionVersion.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
|
741
744
|
SolutionVersion.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "failureReason"))
|
|
742
745
|
SolutionVersion.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "creationDateTime"))
|
|
@@ -828,6 +831,7 @@ module Aws::Personalize
|
|
|
828
831
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
829
832
|
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
|
830
833
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
834
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
831
835
|
end)
|
|
832
836
|
|
|
833
837
|
api.add_operation(:create_event_tracker, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1182,6 +1186,7 @@ module Aws::Personalize
|
|
|
1182
1186
|
o.output = Shapes::ShapeRef.new(shape: ListSolutionVersionsResponse)
|
|
1183
1187
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
|
1184
1188
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1189
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1185
1190
|
o[:pager] = Aws::Pager.new(
|
|
1186
1191
|
limit_key: "max_results",
|
|
1187
1192
|
tokens: {
|
|
@@ -3000,6 +3000,10 @@ module Aws::Personalize
|
|
|
3000
3000
|
# Describes the configuration properties for the solution.
|
|
3001
3001
|
# @return [Types::SolutionConfig]
|
|
3002
3002
|
#
|
|
3003
|
+
# @!attribute [rw] training_hours
|
|
3004
|
+
# The time used to train the model.
|
|
3005
|
+
# @return [Float]
|
|
3006
|
+
#
|
|
3003
3007
|
# @!attribute [rw] status
|
|
3004
3008
|
# The status of the solution version.
|
|
3005
3009
|
#
|
|
@@ -3035,6 +3039,7 @@ module Aws::Personalize
|
|
|
3035
3039
|
:event_type,
|
|
3036
3040
|
:dataset_group_arn,
|
|
3037
3041
|
:solution_config,
|
|
3042
|
+
:training_hours,
|
|
3038
3043
|
:status,
|
|
3039
3044
|
:failure_reason,
|
|
3040
3045
|
:creation_date_time,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-personalize
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.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: 2019-
|
|
11
|
+
date: 2019-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|