aws-sdk-sagemaker 1.84.0 → 1.85.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: cc65e816372a5a95f45ed9fa9a7c64842018615c4cfcf217c5efcb341a0b4b19
4
- data.tar.gz: ab9b73ad14402139c334a87c03d0f46902a2127f175adc726389c54b60e35b86
3
+ metadata.gz: 1a310c45462d28f9d02c0bb98f4098c776fafd38d8670c3838d9500dba494d0e
4
+ data.tar.gz: 8ba796f073154abc69cb52668c6cb959bd4b564aa5c306127a18886e567562bb
5
5
  SHA512:
6
- metadata.gz: 8d6e88e135a7570e2224248e4459d66512e652562ef199ef3af27c8a22ba241d5929c68f1c1576761255f2bb08334dd995d40236b752e5f1350d8a1ad8d6f828
7
- data.tar.gz: b2b4a5730f95f4d1bc15d40bf23a0b9ee45770003c2cbcaab71cb3eab8da1929c184006c10e4e814f6206eb3ccacd1d70ff0a0bfa2d8185b076de83ac71b3c5e
6
+ metadata.gz: 41f700775b5172af131116d4ee826d4175442dd141231e5b40cf0a7ec6062731df247ea9d4518beea4c7cd2de06c9f745589fb7de9429daca67db0fde5be8dab
7
+ data.tar.gz: fa962da6c45b112dd8c940dc9ade2ddb21a14630253ca69c5b98aacce80a50bef7ff4acca8642f07c59b48be275e2065554042f135cebb6783a234b30ae66a14
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2021-03-30)
5
+ ------------------
6
+
7
+ * Feature - Amazon SageMaker Autopilot now supports 1) feature importance reports for AutoML jobs and 2) PartialFailures for AutoML jobs
8
+
4
9
  1.84.0 (2021-03-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
49
49
  # @!group service
50
50
  module Aws::SageMaker
51
51
 
52
- GEM_VERSION = '1.84.0'
52
+ GEM_VERSION = '1.85.0'
53
53
 
54
54
  end
@@ -827,11 +827,11 @@ module Aws::SageMaker
827
827
  req.send_request(options)
828
828
  end
829
829
 
830
- # Creates a running App for the specified UserProfile. Supported Apps
831
- # are JupyterServer and KernelGateway. This operation is automatically
832
- # invoked by Amazon SageMaker Studio upon access to the associated
833
- # Domain, and when new kernel configurations are selected by the user. A
834
- # user may have multiple Apps active simultaneously.
830
+ # Creates a running app for the specified UserProfile. Supported apps
831
+ # are `JupyterServer` and `KernelGateway`. This operation is
832
+ # automatically invoked by Amazon SageMaker Studio upon access to the
833
+ # associated Domain, and when new kernel configurations are selected by
834
+ # the user. A user may have multiple Apps active simultaneously.
835
835
  #
836
836
  # @option params [required, String] :domain_id
837
837
  # The domain ID.
@@ -840,7 +840,8 @@ module Aws::SageMaker
840
840
  # The user profile name.
841
841
  #
842
842
  # @option params [required, String] :app_type
843
- # The type of app.
843
+ # The type of app. Supported apps are `JupyterServer` and
844
+ # `KernelGateway`. `TensorBoard` is not supported.
844
845
  #
845
846
  # @option params [required, String] :app_name
846
847
  # The name of the app.
@@ -1025,49 +1026,55 @@ module Aws::SageMaker
1025
1026
  # Creates an Autopilot job.
1026
1027
  #
1027
1028
  # Find the best performing model after you run an Autopilot job by
1028
- # calling . Deploy that model by following the steps described in [Step
1029
- # 6.1: Deploy the Model to Amazon SageMaker Hosting Services][1].
1029
+ # calling .
1030
1030
  #
1031
- # For information about how to use Autopilot, see [ Automate Model
1032
- # Development with Amazon SageMaker Autopilot][2].
1031
+ # For information about how to use Autopilot, see [Automate Model
1032
+ # Development with Amazon SageMaker Autopilot][1].
1033
1033
  #
1034
1034
  #
1035
1035
  #
1036
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-deploy-model.html
1037
- # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html
1036
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html
1038
1037
  #
1039
1038
  # @option params [required, String] :auto_ml_job_name
1040
- # Identifies an Autopilot job. Must be unique to your account and is
1041
- # case-insensitive.
1039
+ # Identifies an Autopilot job. The name must be unique to your account
1040
+ # and is case-insensitive.
1042
1041
  #
1043
1042
  # @option params [required, Array<Types::AutoMLChannel>] :input_data_config
1044
- # Similar to InputDataConfig supported by Tuning. Format(s) supported:
1045
- # CSV. Minimum of 500 rows.
1043
+ # An array of channel objects that describes the input data and its
1044
+ # location. Each channel is a named input source. Similar to
1045
+ # `InputDataConfig` supported by . Format(s) supported: CSV. Minimum of
1046
+ # 500 rows.
1046
1047
  #
1047
1048
  # @option params [required, Types::AutoMLOutputDataConfig] :output_data_config
1048
- # Similar to OutputDataConfig supported by Tuning. Format(s) supported:
1049
+ # Provides information about encryption and the Amazon S3 output path
1050
+ # needed to store artifacts from an AutoML job. Format(s) supported:
1049
1051
  # CSV.
1050
1052
  #
1051
1053
  # @option params [String] :problem_type
1052
- # Defines the kind of preprocessing and algorithms intended for the
1053
- # candidates. Options include: BinaryClassification,
1054
- # MulticlassClassification, and Regression.
1054
+ # Defines the type of supervised learning available for the candidates.
1055
+ # Options include: BinaryClassification, MulticlassClassification, and
1056
+ # Regression. For more information, see [ Amazon SageMaker Autopilot
1057
+ # problem types and algorithm support][1].
1058
+ #
1059
+ #
1060
+ #
1061
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-problem-types.html
1055
1062
  #
1056
1063
  # @option params [Types::AutoMLJobObjective] :auto_ml_job_objective
1057
- # Defines the objective of a an AutoML job. You provide a
1058
- # AutoMLJobObjective$MetricName and Autopilot infers whether to minimize
1059
- # or maximize it. If a metric is not specified, the most commonly used
1060
- # ObjectiveMetric for problem type is automaically selected.
1064
+ # Defines the objective metric used to measure the predictive quality of
1065
+ # an AutoML job. You provide a AutoMLJobObjective$MetricName and
1066
+ # Autopilot infers whether to minimize or maximize it.
1061
1067
  #
1062
1068
  # @option params [Types::AutoMLJobConfig] :auto_ml_job_config
1063
- # Contains CompletionCriteria and SecurityConfig.
1069
+ # Contains CompletionCriteria and SecurityConfig settings for the AutoML
1070
+ # job.
1064
1071
  #
1065
1072
  # @option params [required, String] :role_arn
1066
1073
  # The ARN of the role that is used to access the data.
1067
1074
  #
1068
1075
  # @option params [Boolean] :generate_candidate_definitions_only
1069
- # Generates possible candidates without training a model. A candidate is
1070
- # a combination of data preprocessors, algorithms, and algorithm
1076
+ # Generates possible candidates without training the models. A candidate
1077
+ # is a combination of data preprocessors, algorithms, and algorithm
1071
1078
  # parameter settings.
1072
1079
  #
1073
1080
  # @option params [Array<Types::Tag>] :tags
@@ -1652,18 +1659,14 @@ module Aws::SageMaker
1652
1659
  #
1653
1660
  # @option params [required, Types::UserSettings] :default_user_settings
1654
1661
  # The default settings to use to create a user profile when
1655
- # `UserSettings` isn't specified in the call to the
1656
- # [CreateUserProfile][1] API.
1662
+ # `UserSettings` isn't specified in the call to the `CreateUserProfile`
1663
+ # API.
1657
1664
  #
1658
1665
  # `SecurityGroups` is aggregated when specified in both calls. For all
1659
1666
  # other settings in `UserSettings`, the values specified in
1660
1667
  # `CreateUserProfile` take precedence over those specified in
1661
1668
  # `CreateDomain`.
1662
1669
  #
1663
- #
1664
- #
1665
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html
1666
- #
1667
1670
  # @option params [required, Array<String>] :subnet_ids
1668
1671
  # The VPC subnets that Studio uses for communication.
1669
1672
  #
@@ -1674,11 +1677,7 @@ module Aws::SageMaker
1674
1677
  # @option params [Array<Types::Tag>] :tags
1675
1678
  # Tags to associated with the Domain. Each tag consists of a key and an
1676
1679
  # optional value. Tag keys must be unique per resource. Tags are
1677
- # searchable using the [Search][1] API.
1678
- #
1679
- #
1680
- #
1681
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html
1680
+ # searchable using the `Search` API.
1682
1681
  #
1683
1682
  # @option params [String] :app_network_access_type
1684
1683
  # Specifies the VPC used for non-EFS traffic. The default value is
@@ -7483,10 +7482,10 @@ module Aws::SageMaker
7483
7482
  req.send_request(options)
7484
7483
  end
7485
7484
 
7486
- # Returns information about an Amazon SageMaker job.
7485
+ # Returns information about an Amazon SageMaker AutoML job.
7487
7486
  #
7488
7487
  # @option params [required, String] :auto_ml_job_name
7489
- # Request information about a job using that job's unique name.
7488
+ # Requests information about an AutoML job using its unique name.
7490
7489
  #
7491
7490
  # @return [Types::DescribeAutoMLJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7492
7491
  #
@@ -7502,6 +7501,7 @@ module Aws::SageMaker
7502
7501
  # * {Types::DescribeAutoMLJobResponse#end_time #end_time} => Time
7503
7502
  # * {Types::DescribeAutoMLJobResponse#last_modified_time #last_modified_time} => Time
7504
7503
  # * {Types::DescribeAutoMLJobResponse#failure_reason #failure_reason} => String
7504
+ # * {Types::DescribeAutoMLJobResponse#partial_failure_reasons #partial_failure_reasons} => Array&lt;Types::AutoMLPartialFailureReason&gt;
7505
7505
  # * {Types::DescribeAutoMLJobResponse#best_candidate #best_candidate} => Types::AutoMLCandidate
7506
7506
  # * {Types::DescribeAutoMLJobResponse#auto_ml_job_status #auto_ml_job_status} => String
7507
7507
  # * {Types::DescribeAutoMLJobResponse#auto_ml_job_secondary_status #auto_ml_job_secondary_status} => String
@@ -7542,6 +7542,8 @@ module Aws::SageMaker
7542
7542
  # resp.end_time #=> Time
7543
7543
  # resp.last_modified_time #=> Time
7544
7544
  # resp.failure_reason #=> String
7545
+ # resp.partial_failure_reasons #=> Array
7546
+ # resp.partial_failure_reasons[0].partial_failure_message #=> String
7545
7547
  # resp.best_candidate.candidate_name #=> String
7546
7548
  # resp.best_candidate.final_auto_ml_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
7547
7549
  # resp.best_candidate.final_auto_ml_job_objective_metric.metric_name #=> String, one of "Accuracy", "MSE", "F1", "F1macro", "AUC"
@@ -7561,6 +7563,7 @@ module Aws::SageMaker
7561
7563
  # resp.best_candidate.end_time #=> Time
7562
7564
  # resp.best_candidate.last_modified_time #=> Time
7563
7565
  # resp.best_candidate.failure_reason #=> String
7566
+ # resp.best_candidate.candidate_properties.candidate_artifact_locations.explainability #=> String
7564
7567
  # resp.auto_ml_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
7565
7568
  # resp.auto_ml_job_secondary_status #=> String, one of "Starting", "AnalyzingData", "FeatureEngineering", "ModelTuning", "MaxCandidatesReached", "Failed", "Stopped", "MaxAutoMLJobRuntimeReached", "Stopping", "CandidateDefinitionsGenerated", "GeneratingExplainabilityReport", "Completed", "ExplainabilityError"
7566
7569
  # resp.generate_candidate_definitions_only #=> Boolean
@@ -11167,6 +11170,8 @@ module Aws::SageMaker
11167
11170
  # resp.auto_ml_job_summaries[0].end_time #=> Time
11168
11171
  # resp.auto_ml_job_summaries[0].last_modified_time #=> Time
11169
11172
  # resp.auto_ml_job_summaries[0].failure_reason #=> String
11173
+ # resp.auto_ml_job_summaries[0].partial_failure_reasons #=> Array
11174
+ # resp.auto_ml_job_summaries[0].partial_failure_reasons[0].partial_failure_message #=> String
11170
11175
  # resp.next_token #=> String
11171
11176
  #
11172
11177
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAutoMLJobs AWS API Documentation
@@ -11178,25 +11183,26 @@ module Aws::SageMaker
11178
11183
  req.send_request(options)
11179
11184
  end
11180
11185
 
11181
- # List the Candidates created for the job.
11186
+ # List the candidates created for the job.
11182
11187
  #
11183
11188
  # @option params [required, String] :auto_ml_job_name
11184
- # List the Candidates created for the job by providing the job's name.
11189
+ # List the candidates created for the job by providing the job's name.
11185
11190
  #
11186
11191
  # @option params [String] :status_equals
11187
- # List the Candidates for the job and filter by status.
11192
+ # List the candidates for the job and filter by status.
11188
11193
  #
11189
11194
  # @option params [String] :candidate_name_equals
11190
- # List the Candidates for the job and filter by candidate name.
11195
+ # List the candidates for the job and filter by candidate name.
11191
11196
  #
11192
11197
  # @option params [String] :sort_order
11193
- # The sort order for the results. The default is Ascending.
11198
+ # The sort order for the results. The default is `Ascending`.
11194
11199
  #
11195
11200
  # @option params [String] :sort_by
11196
- # The parameter by which to sort the results. The default is Descending.
11201
+ # The parameter by which to sort the results. The default is
11202
+ # `Descending`.
11197
11203
  #
11198
11204
  # @option params [Integer] :max_results
11199
- # List the job's Candidates up to a specified limit.
11205
+ # List the job's candidates up to a specified limit.
11200
11206
  #
11201
11207
  # @option params [String] :next_token
11202
11208
  # If the previous response was truncated, you receive this token. Use it
@@ -11243,6 +11249,7 @@ module Aws::SageMaker
11243
11249
  # resp.candidates[0].end_time #=> Time
11244
11250
  # resp.candidates[0].last_modified_time #=> Time
11245
11251
  # resp.candidates[0].failure_reason #=> String
11252
+ # resp.candidates[0].candidate_properties.candidate_artifact_locations.explainability #=> String
11246
11253
  # resp.next_token #=> String
11247
11254
  #
11248
11255
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListCandidatesForAutoMLJob AWS API Documentation
@@ -17348,7 +17355,7 @@ module Aws::SageMaker
17348
17355
  params: params,
17349
17356
  config: config)
17350
17357
  context[:gem_name] = 'aws-sdk-sagemaker'
17351
- context[:gem_version] = '1.84.0'
17358
+ context[:gem_version] = '1.85.0'
17352
17359
  Seahorse::Client::Request.new(handlers, context)
17353
17360
  end
17354
17361
 
@@ -111,6 +111,8 @@ module Aws::SageMaker
111
111
  AutoMLMetricEnum = Shapes::StringShape.new(name: 'AutoMLMetricEnum')
112
112
  AutoMLNameContains = Shapes::StringShape.new(name: 'AutoMLNameContains')
113
113
  AutoMLOutputDataConfig = Shapes::StructureShape.new(name: 'AutoMLOutputDataConfig')
114
+ AutoMLPartialFailureReason = Shapes::StructureShape.new(name: 'AutoMLPartialFailureReason')
115
+ AutoMLPartialFailureReasons = Shapes::ListShape.new(name: 'AutoMLPartialFailureReasons')
114
116
  AutoMLS3DataSource = Shapes::StructureShape.new(name: 'AutoMLS3DataSource')
115
117
  AutoMLS3DataType = Shapes::StringShape.new(name: 'AutoMLS3DataType')
116
118
  AutoMLSecurityConfig = Shapes::StructureShape.new(name: 'AutoMLSecurityConfig')
@@ -127,8 +129,10 @@ module Aws::SageMaker
127
129
  BooleanOperator = Shapes::StringShape.new(name: 'BooleanOperator')
128
130
  Branch = Shapes::StringShape.new(name: 'Branch')
129
131
  CacheHitResult = Shapes::StructureShape.new(name: 'CacheHitResult')
132
+ CandidateArtifactLocations = Shapes::StructureShape.new(name: 'CandidateArtifactLocations')
130
133
  CandidateDefinitionNotebookLocation = Shapes::StringShape.new(name: 'CandidateDefinitionNotebookLocation')
131
134
  CandidateName = Shapes::StringShape.new(name: 'CandidateName')
135
+ CandidateProperties = Shapes::StructureShape.new(name: 'CandidateProperties')
132
136
  CandidateSortBy = Shapes::StringShape.new(name: 'CandidateSortBy')
133
137
  CandidateStatus = Shapes::StringShape.new(name: 'CandidateStatus')
134
138
  CandidateStepArn = Shapes::StringShape.new(name: 'CandidateStepArn')
@@ -554,6 +558,7 @@ module Aws::SageMaker
554
558
  ExperimentSummary = Shapes::StructureShape.new(name: 'ExperimentSummary')
555
559
  ExpiresInSeconds = Shapes::IntegerShape.new(name: 'ExpiresInSeconds')
556
560
  Explainability = Shapes::StructureShape.new(name: 'Explainability')
561
+ ExplainabilityLocation = Shapes::StringShape.new(name: 'ExplainabilityLocation')
557
562
  FailureReason = Shapes::StringShape.new(name: 'FailureReason')
558
563
  FeatureDefinition = Shapes::StructureShape.new(name: 'FeatureDefinition')
559
564
  FeatureDefinitions = Shapes::ListShape.new(name: 'FeatureDefinitions')
@@ -1588,6 +1593,7 @@ module Aws::SageMaker
1588
1593
  AutoMLCandidate.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
1589
1594
  AutoMLCandidate.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
1590
1595
  AutoMLCandidate.add_member(:failure_reason, Shapes::ShapeRef.new(shape: AutoMLFailureReason, location_name: "FailureReason"))
1596
+ AutoMLCandidate.add_member(:candidate_properties, Shapes::ShapeRef.new(shape: CandidateProperties, location_name: "CandidateProperties"))
1591
1597
  AutoMLCandidate.struct_class = Types::AutoMLCandidate
1592
1598
 
1593
1599
  AutoMLCandidateStep.add_member(:candidate_step_type, Shapes::ShapeRef.new(shape: CandidateStepType, required: true, location_name: "CandidateStepType"))
@@ -1640,12 +1646,18 @@ module Aws::SageMaker
1640
1646
  AutoMLJobSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
1641
1647
  AutoMLJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
1642
1648
  AutoMLJobSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: AutoMLFailureReason, location_name: "FailureReason"))
1649
+ AutoMLJobSummary.add_member(:partial_failure_reasons, Shapes::ShapeRef.new(shape: AutoMLPartialFailureReasons, location_name: "PartialFailureReasons"))
1643
1650
  AutoMLJobSummary.struct_class = Types::AutoMLJobSummary
1644
1651
 
1645
1652
  AutoMLOutputDataConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
1646
1653
  AutoMLOutputDataConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
1647
1654
  AutoMLOutputDataConfig.struct_class = Types::AutoMLOutputDataConfig
1648
1655
 
1656
+ AutoMLPartialFailureReason.add_member(:partial_failure_message, Shapes::ShapeRef.new(shape: AutoMLFailureReason, location_name: "PartialFailureMessage"))
1657
+ AutoMLPartialFailureReason.struct_class = Types::AutoMLPartialFailureReason
1658
+
1659
+ AutoMLPartialFailureReasons.member = Shapes::ShapeRef.new(shape: AutoMLPartialFailureReason)
1660
+
1649
1661
  AutoMLS3DataSource.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: AutoMLS3DataType, required: true, location_name: "S3DataType"))
1650
1662
  AutoMLS3DataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
1651
1663
  AutoMLS3DataSource.struct_class = Types::AutoMLS3DataSource
@@ -1669,6 +1681,12 @@ module Aws::SageMaker
1669
1681
  CacheHitResult.add_member(:source_pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "SourcePipelineExecutionArn"))
1670
1682
  CacheHitResult.struct_class = Types::CacheHitResult
1671
1683
 
1684
+ CandidateArtifactLocations.add_member(:explainability, Shapes::ShapeRef.new(shape: ExplainabilityLocation, required: true, location_name: "Explainability"))
1685
+ CandidateArtifactLocations.struct_class = Types::CandidateArtifactLocations
1686
+
1687
+ CandidateProperties.add_member(:candidate_artifact_locations, Shapes::ShapeRef.new(shape: CandidateArtifactLocations, location_name: "CandidateArtifactLocations"))
1688
+ CandidateProperties.struct_class = Types::CandidateProperties
1689
+
1672
1690
  CandidateSteps.member = Shapes::ShapeRef.new(shape: AutoMLCandidateStep)
1673
1691
 
1674
1692
  CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
@@ -2694,6 +2712,7 @@ module Aws::SageMaker
2694
2712
  DescribeAutoMLJobResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
2695
2713
  DescribeAutoMLJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
2696
2714
  DescribeAutoMLJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: AutoMLFailureReason, location_name: "FailureReason"))
2715
+ DescribeAutoMLJobResponse.add_member(:partial_failure_reasons, Shapes::ShapeRef.new(shape: AutoMLPartialFailureReasons, location_name: "PartialFailureReasons"))
2697
2716
  DescribeAutoMLJobResponse.add_member(:best_candidate, Shapes::ShapeRef.new(shape: AutoMLCandidate, location_name: "BestCandidate"))
2698
2717
  DescribeAutoMLJobResponse.add_member(:auto_ml_job_status, Shapes::ShapeRef.new(shape: AutoMLJobStatus, required: true, location_name: "AutoMLJobStatus"))
2699
2718
  DescribeAutoMLJobResponse.add_member(:auto_ml_job_secondary_status, Shapes::ShapeRef.new(shape: AutoMLJobSecondaryStatus, required: true, location_name: "AutoMLJobSecondaryStatus"))
@@ -1748,6 +1748,10 @@ module Aws::SageMaker
1748
1748
  # The failure reason.
1749
1749
  # @return [String]
1750
1750
  #
1751
+ # @!attribute [rw] candidate_properties
1752
+ # The AutoML candidate's properties.
1753
+ # @return [Types::CandidateProperties]
1754
+ #
1751
1755
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLCandidate AWS API Documentation
1752
1756
  #
1753
1757
  class AutoMLCandidate < Struct.new(
@@ -1760,7 +1764,8 @@ module Aws::SageMaker
1760
1764
  :creation_time,
1761
1765
  :end_time,
1762
1766
  :last_modified_time,
1763
- :failure_reason)
1767
+ :failure_reason,
1768
+ :candidate_properties)
1764
1769
  SENSITIVE = []
1765
1770
  include Aws::Structure
1766
1771
  end
@@ -1791,8 +1796,8 @@ module Aws::SageMaker
1791
1796
  include Aws::Structure
1792
1797
  end
1793
1798
 
1794
- # Similar to Channel. A channel is a named input source that training
1795
- # algorithms can consume. Refer to Channel for detailed descriptions.
1799
+ # A channel is a named input source that training algorithms can
1800
+ # consume. For more information, see .
1796
1801
  #
1797
1802
  # @note When making an API call, you may pass AutoMLChannel
1798
1803
  # data as a hash:
@@ -1809,16 +1814,16 @@ module Aws::SageMaker
1809
1814
  # }
1810
1815
  #
1811
1816
  # @!attribute [rw] data_source
1812
- # The data source.
1817
+ # The data source for an AutoML channel.
1813
1818
  # @return [Types::AutoMLDataSource]
1814
1819
  #
1815
1820
  # @!attribute [rw] compression_type
1816
- # You can use Gzip or None. The default value is None.
1821
+ # You can use `Gzip` or `None`. The default value is `None`.
1817
1822
  # @return [String]
1818
1823
  #
1819
1824
  # @!attribute [rw] target_attribute_name
1820
- # The name of the target variable in supervised learning, a.k.a.
1821
- # 'y'.
1825
+ # The name of the target variable in supervised learning, usually
1826
+ # represented by 'y'.
1822
1827
  # @return [String]
1823
1828
  #
1824
1829
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLChannel AWS API Documentation
@@ -1832,22 +1837,19 @@ module Aws::SageMaker
1832
1837
  end
1833
1838
 
1834
1839
  # A list of container definitions that describe the different containers
1835
- # that make up one AutoML candidate. Refer to ContainerDefinition for
1836
- # more details.
1840
+ # that make up an AutoML candidate. For more information, see .
1837
1841
  #
1838
1842
  # @!attribute [rw] image
1839
- # The ECR path of the container. Refer to ContainerDefinition for more
1840
- # details.
1843
+ # The ECR path of the container. For more information, see .
1841
1844
  # @return [String]
1842
1845
  #
1843
1846
  # @!attribute [rw] model_data_url
1844
- # The location of the model artifacts. Refer to ContainerDefinition
1845
- # for more details.
1847
+ # The location of the model artifacts. For more information, see .
1846
1848
  # @return [String]
1847
1849
  #
1848
1850
  # @!attribute [rw] environment
1849
- # Environment variables to set in the container. Refer to
1850
- # ContainerDefinition for more details.
1851
+ # Environment variables to set in the container. For more information,
1852
+ # see .
1851
1853
  # @return [Hash<String,String>]
1852
1854
  #
1853
1855
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLContainerDefinition AWS API Documentation
@@ -1930,7 +1932,7 @@ module Aws::SageMaker
1930
1932
  # @!attribute [rw] max_auto_ml_job_runtime_in_seconds
1931
1933
  # The maximum time, in seconds, an AutoML job is allowed to wait for a
1932
1934
  # trial to complete. It must be equal to or greater than
1933
- # MaxRuntimePerTrainingJobInSeconds.
1935
+ # `MaxRuntimePerTrainingJobInSeconds`.
1934
1936
  # @return [Integer]
1935
1937
  #
1936
1938
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLJobCompletionCriteria AWS API Documentation
@@ -1943,7 +1945,7 @@ module Aws::SageMaker
1943
1945
  include Aws::Structure
1944
1946
  end
1945
1947
 
1946
- # A collection of settings used for a job.
1948
+ # A collection of settings used for an AutoML job.
1947
1949
  #
1948
1950
  # @note When making an API call, you may pass AutoMLJobConfig
1949
1951
  # data as a hash:
@@ -1965,8 +1967,8 @@ module Aws::SageMaker
1965
1967
  # }
1966
1968
  #
1967
1969
  # @!attribute [rw] completion_criteria
1968
- # How long a job is allowed to run, or how many candidates a job is
1969
- # allowed to generate.
1970
+ # How long an AutoML job is allowed to run, or how many candidates a
1971
+ # job is allowed to generate.
1970
1972
  # @return [Types::AutoMLJobCompletionCriteria]
1971
1973
  #
1972
1974
  # @!attribute [rw] security_config
@@ -2078,26 +2080,26 @@ module Aws::SageMaker
2078
2080
  include Aws::Structure
2079
2081
  end
2080
2082
 
2081
- # Provides a summary about a job.
2083
+ # Provides a summary about an AutoML job.
2082
2084
  #
2083
2085
  # @!attribute [rw] auto_ml_job_name
2084
- # The name of the object you are requesting.
2086
+ # The name of the AutoML you are requesting.
2085
2087
  # @return [String]
2086
2088
  #
2087
2089
  # @!attribute [rw] auto_ml_job_arn
2088
- # The ARN of the job.
2090
+ # The ARN of the AutoML job.
2089
2091
  # @return [String]
2090
2092
  #
2091
2093
  # @!attribute [rw] auto_ml_job_status
2092
- # The job's status.
2094
+ # The status of the AutoML job.
2093
2095
  # @return [String]
2094
2096
  #
2095
2097
  # @!attribute [rw] auto_ml_job_secondary_status
2096
- # The job's secondary status.
2098
+ # The secondary status of the AutoML job.
2097
2099
  # @return [String]
2098
2100
  #
2099
2101
  # @!attribute [rw] creation_time
2100
- # When the job was created.
2102
+ # When the AutoML job was created.
2101
2103
  # @return [Time]
2102
2104
  #
2103
2105
  # @!attribute [rw] end_time
@@ -2105,13 +2107,17 @@ module Aws::SageMaker
2105
2107
  # @return [Time]
2106
2108
  #
2107
2109
  # @!attribute [rw] last_modified_time
2108
- # When the job was last modified.
2110
+ # When the AutoML job was last modified.
2109
2111
  # @return [Time]
2110
2112
  #
2111
2113
  # @!attribute [rw] failure_reason
2112
- # The failure reason of a job.
2114
+ # The failure reason of an AutoML job.
2113
2115
  # @return [String]
2114
2116
  #
2117
+ # @!attribute [rw] partial_failure_reasons
2118
+ # The list of reasons for partial failures within an AutoML job.
2119
+ # @return [Array<Types::AutoMLPartialFailureReason>]
2120
+ #
2115
2121
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLJobSummary AWS API Documentation
2116
2122
  #
2117
2123
  class AutoMLJobSummary < Struct.new(
@@ -2122,7 +2128,8 @@ module Aws::SageMaker
2122
2128
  :creation_time,
2123
2129
  :end_time,
2124
2130
  :last_modified_time,
2125
- :failure_reason)
2131
+ :failure_reason,
2132
+ :partial_failure_reasons)
2126
2133
  SENSITIVE = []
2127
2134
  include Aws::Structure
2128
2135
  end
@@ -2154,6 +2161,21 @@ module Aws::SageMaker
2154
2161
  include Aws::Structure
2155
2162
  end
2156
2163
 
2164
+ # The reason for a partial failure of an AutoML job.
2165
+ #
2166
+ # @!attribute [rw] partial_failure_message
2167
+ # The message containing the reason for a partial failure of an AutoML
2168
+ # job.
2169
+ # @return [String]
2170
+ #
2171
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLPartialFailureReason AWS API Documentation
2172
+ #
2173
+ class AutoMLPartialFailureReason < Struct.new(
2174
+ :partial_failure_message)
2175
+ SENSITIVE = []
2176
+ include Aws::Structure
2177
+ end
2178
+
2157
2179
  # The Amazon S3 data source.
2158
2180
  #
2159
2181
  # @note When making an API call, you may pass AutoMLS3DataSource
@@ -2317,6 +2339,35 @@ module Aws::SageMaker
2317
2339
  include Aws::Structure
2318
2340
  end
2319
2341
 
2342
+ # Location of artifacts for an AutoML candidate job.
2343
+ #
2344
+ # @!attribute [rw] explainability
2345
+ # The S3 prefix to the explainability artifacts generated for the
2346
+ # AutoML candidate.
2347
+ # @return [String]
2348
+ #
2349
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CandidateArtifactLocations AWS API Documentation
2350
+ #
2351
+ class CandidateArtifactLocations < Struct.new(
2352
+ :explainability)
2353
+ SENSITIVE = []
2354
+ include Aws::Structure
2355
+ end
2356
+
2357
+ # The properties of an AutoML candidate job.
2358
+ #
2359
+ # @!attribute [rw] candidate_artifact_locations
2360
+ # The S3 prefix to the artifacts generated for an AutoML candidate.
2361
+ # @return [Types::CandidateArtifactLocations]
2362
+ #
2363
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CandidateProperties AWS API Documentation
2364
+ #
2365
+ class CandidateProperties < Struct.new(
2366
+ :candidate_artifact_locations)
2367
+ SENSITIVE = []
2368
+ include Aws::Structure
2369
+ end
2370
+
2320
2371
  # Currently, the `CapacitySize` API is not supported.
2321
2372
  #
2322
2373
  # @note When making an API call, you may pass CapacitySize
@@ -3628,7 +3679,8 @@ module Aws::SageMaker
3628
3679
  # @return [String]
3629
3680
  #
3630
3681
  # @!attribute [rw] app_type
3631
- # The type of app.
3682
+ # The type of app. Supported apps are `JupyterServer` and
3683
+ # `KernelGateway`. `TensorBoard` is not supported.
3632
3684
  # @return [String]
3633
3685
  #
3634
3686
  # @!attribute [rw] app_name
@@ -3804,36 +3856,44 @@ module Aws::SageMaker
3804
3856
  # }
3805
3857
  #
3806
3858
  # @!attribute [rw] auto_ml_job_name
3807
- # Identifies an Autopilot job. Must be unique to your account and is
3808
- # case-insensitive.
3859
+ # Identifies an Autopilot job. The name must be unique to your account
3860
+ # and is case-insensitive.
3809
3861
  # @return [String]
3810
3862
  #
3811
3863
  # @!attribute [rw] input_data_config
3812
- # Similar to InputDataConfig supported by Tuning. Format(s) supported:
3813
- # CSV. Minimum of 500 rows.
3864
+ # An array of channel objects that describes the input data and its
3865
+ # location. Each channel is a named input source. Similar to
3866
+ # `InputDataConfig` supported by . Format(s) supported: CSV. Minimum
3867
+ # of 500 rows.
3814
3868
  # @return [Array<Types::AutoMLChannel>]
3815
3869
  #
3816
3870
  # @!attribute [rw] output_data_config
3817
- # Similar to OutputDataConfig supported by Tuning. Format(s)
3818
- # supported: CSV.
3871
+ # Provides information about encryption and the Amazon S3 output path
3872
+ # needed to store artifacts from an AutoML job. Format(s) supported:
3873
+ # CSV.
3819
3874
  # @return [Types::AutoMLOutputDataConfig]
3820
3875
  #
3821
3876
  # @!attribute [rw] problem_type
3822
- # Defines the kind of preprocessing and algorithms intended for the
3877
+ # Defines the type of supervised learning available for the
3823
3878
  # candidates. Options include: BinaryClassification,
3824
- # MulticlassClassification, and Regression.
3879
+ # MulticlassClassification, and Regression. For more information, see
3880
+ # [ Amazon SageMaker Autopilot problem types and algorithm
3881
+ # support][1].
3882
+ #
3883
+ #
3884
+ #
3885
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-problem-types.html
3825
3886
  # @return [String]
3826
3887
  #
3827
3888
  # @!attribute [rw] auto_ml_job_objective
3828
- # Defines the objective of a an AutoML job. You provide a
3829
- # AutoMLJobObjective$MetricName and Autopilot infers whether to
3830
- # minimize or maximize it. If a metric is not specified, the most
3831
- # commonly used ObjectiveMetric for problem type is automaically
3832
- # selected.
3889
+ # Defines the objective metric used to measure the predictive quality
3890
+ # of an AutoML job. You provide a AutoMLJobObjective$MetricName and
3891
+ # Autopilot infers whether to minimize or maximize it.
3833
3892
  # @return [Types::AutoMLJobObjective]
3834
3893
  #
3835
3894
  # @!attribute [rw] auto_ml_job_config
3836
- # Contains CompletionCriteria and SecurityConfig.
3895
+ # Contains CompletionCriteria and SecurityConfig settings for the
3896
+ # AutoML job.
3837
3897
  # @return [Types::AutoMLJobConfig]
3838
3898
  #
3839
3899
  # @!attribute [rw] role_arn
@@ -3841,9 +3901,9 @@ module Aws::SageMaker
3841
3901
  # @return [String]
3842
3902
  #
3843
3903
  # @!attribute [rw] generate_candidate_definitions_only
3844
- # Generates possible candidates without training a model. A candidate
3845
- # is a combination of data preprocessors, algorithms, and algorithm
3846
- # parameter settings.
3904
+ # Generates possible candidates without training the models. A
3905
+ # candidate is a combination of data preprocessors, algorithms, and
3906
+ # algorithm parameter settings.
3847
3907
  # @return [Boolean]
3848
3908
  #
3849
3909
  # @!attribute [rw] tags
@@ -3868,7 +3928,8 @@ module Aws::SageMaker
3868
3928
  end
3869
3929
 
3870
3930
  # @!attribute [rw] auto_ml_job_arn
3871
- # When a job is created, it is assigned a unique ARN.
3931
+ # The unique ARN that is assigned to the AutoML job when it is
3932
+ # created.
3872
3933
  # @return [String]
3873
3934
  #
3874
3935
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAutoMLJobResponse AWS API Documentation
@@ -4412,16 +4473,12 @@ module Aws::SageMaker
4412
4473
  # @!attribute [rw] default_user_settings
4413
4474
  # The default settings to use to create a user profile when
4414
4475
  # `UserSettings` isn't specified in the call to the
4415
- # [CreateUserProfile][1] API.
4476
+ # `CreateUserProfile` API.
4416
4477
  #
4417
4478
  # `SecurityGroups` is aggregated when specified in both calls. For all
4418
4479
  # other settings in `UserSettings`, the values specified in
4419
4480
  # `CreateUserProfile` take precedence over those specified in
4420
4481
  # `CreateDomain`.
4421
- #
4422
- #
4423
- #
4424
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html
4425
4482
  # @return [Types::UserSettings]
4426
4483
  #
4427
4484
  # @!attribute [rw] subnet_ids
@@ -4436,11 +4493,7 @@ module Aws::SageMaker
4436
4493
  # @!attribute [rw] tags
4437
4494
  # Tags to associated with the Domain. Each tag consists of a key and
4438
4495
  # an optional value. Tag keys must be unique per resource. Tags are
4439
- # searchable using the [Search][1] API.
4440
- #
4441
- #
4442
- #
4443
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html
4496
+ # searchable using the `Search` API.
4444
4497
  # @return [Array<Types::Tag>]
4445
4498
  #
4446
4499
  # @!attribute [rw] app_network_access_type
@@ -10834,7 +10887,7 @@ module Aws::SageMaker
10834
10887
  # }
10835
10888
  #
10836
10889
  # @!attribute [rw] auto_ml_job_name
10837
- # Request information about a job using that job's unique name.
10890
+ # Requests information about an AutoML job using its unique name.
10838
10891
  # @return [String]
10839
10892
  #
10840
10893
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAutoMLJobRequest AWS API Documentation
@@ -10846,15 +10899,15 @@ module Aws::SageMaker
10846
10899
  end
10847
10900
 
10848
10901
  # @!attribute [rw] auto_ml_job_name
10849
- # Returns the name of a job.
10902
+ # Returns the name of the AutoML job.
10850
10903
  # @return [String]
10851
10904
  #
10852
10905
  # @!attribute [rw] auto_ml_job_arn
10853
- # Returns the job's ARN.
10906
+ # Returns the ARN of the AutoML job.
10854
10907
  # @return [String]
10855
10908
  #
10856
10909
  # @!attribute [rw] input_data_config
10857
- # Returns the job's input data config.
10910
+ # Returns the input data configuration for the AutoML job..
10858
10911
  # @return [Array<Types::AutoMLChannel>]
10859
10912
  #
10860
10913
  # @!attribute [rw] output_data_config
@@ -10877,15 +10930,15 @@ module Aws::SageMaker
10877
10930
  # @return [String]
10878
10931
  #
10879
10932
  # @!attribute [rw] auto_ml_job_config
10880
- # Returns the job's config.
10933
+ # Returns the configuration for the AutoML job.
10881
10934
  # @return [Types::AutoMLJobConfig]
10882
10935
  #
10883
10936
  # @!attribute [rw] creation_time
10884
- # Returns the job's creation time.
10937
+ # Returns the creation time of the AutoML job.
10885
10938
  # @return [Time]
10886
10939
  #
10887
10940
  # @!attribute [rw] end_time
10888
- # Returns the job's end time.
10941
+ # Returns the end time of the AutoML job.
10889
10942
  # @return [Time]
10890
10943
  #
10891
10944
  # @!attribute [rw] last_modified_time
@@ -10896,16 +10949,20 @@ module Aws::SageMaker
10896
10949
  # Returns the job's FailureReason.
10897
10950
  # @return [String]
10898
10951
  #
10952
+ # @!attribute [rw] partial_failure_reasons
10953
+ # Returns a list of reasons for partial failures within an AutoML job.
10954
+ # @return [Array<Types::AutoMLPartialFailureReason>]
10955
+ #
10899
10956
  # @!attribute [rw] best_candidate
10900
10957
  # Returns the job's BestCandidate.
10901
10958
  # @return [Types::AutoMLCandidate]
10902
10959
  #
10903
10960
  # @!attribute [rw] auto_ml_job_status
10904
- # Returns the job's AutoMLJobStatus.
10961
+ # Returns the status of the AutoML job's AutoMLJobStatus.
10905
10962
  # @return [String]
10906
10963
  #
10907
10964
  # @!attribute [rw] auto_ml_job_secondary_status
10908
- # Returns the job's AutoMLJobSecondaryStatus.
10965
+ # Returns the secondary status of the AutoML job.
10909
10966
  # @return [String]
10910
10967
  #
10911
10968
  # @!attribute [rw] generate_candidate_definitions_only
@@ -10919,9 +10976,9 @@ module Aws::SageMaker
10919
10976
  #
10920
10977
  # @!attribute [rw] resolved_attributes
10921
10978
  # This contains ProblemType, AutoMLJobObjective and
10922
- # CompletionCriteria. They're auto-inferred values, if not provided
10923
- # by you. If you do provide them, then they'll be the same as
10924
- # provided.
10979
+ # CompletionCriteria. If you do not provide these values, they are
10980
+ # auto-inferred. If you do provide them, they are the values you
10981
+ # provide.
10925
10982
  # @return [Types::ResolvedAttributes]
10926
10983
  #
10927
10984
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAutoMLJobResponse AWS API Documentation
@@ -10939,6 +10996,7 @@ module Aws::SageMaker
10939
10996
  :end_time,
10940
10997
  :last_modified_time,
10941
10998
  :failure_reason,
10999
+ :partial_failure_reasons,
10942
11000
  :best_candidate,
10943
11001
  :auto_ml_job_status,
10944
11002
  :auto_ml_job_secondary_status,
@@ -20341,29 +20399,29 @@ module Aws::SageMaker
20341
20399
  # }
20342
20400
  #
20343
20401
  # @!attribute [rw] auto_ml_job_name
20344
- # List the Candidates created for the job by providing the job's
20402
+ # List the candidates created for the job by providing the job's
20345
20403
  # name.
20346
20404
  # @return [String]
20347
20405
  #
20348
20406
  # @!attribute [rw] status_equals
20349
- # List the Candidates for the job and filter by status.
20407
+ # List the candidates for the job and filter by status.
20350
20408
  # @return [String]
20351
20409
  #
20352
20410
  # @!attribute [rw] candidate_name_equals
20353
- # List the Candidates for the job and filter by candidate name.
20411
+ # List the candidates for the job and filter by candidate name.
20354
20412
  # @return [String]
20355
20413
  #
20356
20414
  # @!attribute [rw] sort_order
20357
- # The sort order for the results. The default is Ascending.
20415
+ # The sort order for the results. The default is `Ascending`.
20358
20416
  # @return [String]
20359
20417
  #
20360
20418
  # @!attribute [rw] sort_by
20361
20419
  # The parameter by which to sort the results. The default is
20362
- # Descending.
20420
+ # `Descending`.
20363
20421
  # @return [String]
20364
20422
  #
20365
20423
  # @!attribute [rw] max_results
20366
- # List the job's Candidates up to a specified limit.
20424
+ # List the job's candidates up to a specified limit.
20367
20425
  # @return [Integer]
20368
20426
  #
20369
20427
  # @!attribute [rw] next_token
@@ -30528,14 +30586,9 @@ module Aws::SageMaker
30528
30586
 
30529
30587
  # Specifies options for sharing SageMaker Studio notebooks. These
30530
30588
  # settings are specified as part of `DefaultUserSettings` when the
30531
- # [CreateDomain][1] API is called, and as part of `UserSettings` when
30532
- # the [CreateUserProfile][2] API is called. When `SharingSettings` is
30533
- # not specified, notebook sharing isn't allowed.
30534
- #
30535
- #
30536
- #
30537
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html
30538
- # [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html
30589
+ # `CreateDomain` API is called, and as part of `UserSettings` when the
30590
+ # `CreateUserProfile` API is called. When `SharingSettings` is not
30591
+ # specified, notebook sharing isn't allowed.
30539
30592
  #
30540
30593
  # @note When making an API call, you may pass SharingSettings
30541
30594
  # data as a hash:
@@ -35016,20 +35069,15 @@ module Aws::SageMaker
35016
35069
  end
35017
35070
 
35018
35071
  # A collection of settings that apply to users of Amazon SageMaker
35019
- # Studio. These settings are specified when the [CreateUserProfile][1]
35020
- # API is called, and as `DefaultUserSettings` when the [CreateDomain][2]
35021
- # API is called.
35072
+ # Studio. These settings are specified when the `CreateUserProfile` API
35073
+ # is called, and as `DefaultUserSettings` when the `CreateDomain` API is
35074
+ # called.
35022
35075
  #
35023
35076
  # `SecurityGroups` is aggregated when specified in both calls. For all
35024
35077
  # other settings in `UserSettings`, the values specified in
35025
35078
  # `CreateUserProfile` take precedence over those specified in
35026
35079
  # `CreateDomain`.
35027
35080
  #
35028
- #
35029
- #
35030
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html
35031
- # [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html
35032
- #
35033
35081
  # @note When making an API call, you may pass UserSettings
35034
35082
  # data as a hash:
35035
35083
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.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-25 00:00:00.000000000 Z
11
+ date: 2021-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core