aws-sdk-sagemaker 1.171.0 → 1.174.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 +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +410 -162
- data/lib/aws-sdk-sagemaker/client_api.rb +13 -1
- data/lib/aws-sdk-sagemaker/types.rb +864 -322
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
@@ -84,6 +84,8 @@ module Aws::SageMaker
|
|
84
84
|
AsyncInferenceConfig = Shapes::StructureShape.new(name: 'AsyncInferenceConfig')
|
85
85
|
AsyncInferenceNotificationConfig = Shapes::StructureShape.new(name: 'AsyncInferenceNotificationConfig')
|
86
86
|
AsyncInferenceOutputConfig = Shapes::StructureShape.new(name: 'AsyncInferenceOutputConfig')
|
87
|
+
AsyncNotificationTopicTypeList = Shapes::ListShape.new(name: 'AsyncNotificationTopicTypeList')
|
88
|
+
AsyncNotificationTopicTypes = Shapes::StringShape.new(name: 'AsyncNotificationTopicTypes')
|
87
89
|
AthenaCatalog = Shapes::StringShape.new(name: 'AthenaCatalog')
|
88
90
|
AthenaDatabase = Shapes::StringShape.new(name: 'AthenaDatabase')
|
89
91
|
AthenaDatasetDefinition = Shapes::StructureShape.new(name: 'AthenaDatasetDefinition')
|
@@ -1292,6 +1294,7 @@ module Aws::SageMaker
|
|
1292
1294
|
ModelQualityAppSpecification = Shapes::StructureShape.new(name: 'ModelQualityAppSpecification')
|
1293
1295
|
ModelQualityBaselineConfig = Shapes::StructureShape.new(name: 'ModelQualityBaselineConfig')
|
1294
1296
|
ModelQualityJobInput = Shapes::StructureShape.new(name: 'ModelQualityJobInput')
|
1297
|
+
ModelRegisterSettings = Shapes::StructureShape.new(name: 'ModelRegisterSettings')
|
1295
1298
|
ModelSortKey = Shapes::StringShape.new(name: 'ModelSortKey')
|
1296
1299
|
ModelStepMetadata = Shapes::StructureShape.new(name: 'ModelStepMetadata')
|
1297
1300
|
ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
|
@@ -2172,13 +2175,17 @@ module Aws::SageMaker
|
|
2172
2175
|
|
2173
2176
|
AsyncInferenceNotificationConfig.add_member(:success_topic, Shapes::ShapeRef.new(shape: SnsTopicArn, location_name: "SuccessTopic"))
|
2174
2177
|
AsyncInferenceNotificationConfig.add_member(:error_topic, Shapes::ShapeRef.new(shape: SnsTopicArn, location_name: "ErrorTopic"))
|
2178
|
+
AsyncInferenceNotificationConfig.add_member(:include_inference_response_in, Shapes::ShapeRef.new(shape: AsyncNotificationTopicTypeList, location_name: "IncludeInferenceResponseIn"))
|
2175
2179
|
AsyncInferenceNotificationConfig.struct_class = Types::AsyncInferenceNotificationConfig
|
2176
2180
|
|
2177
2181
|
AsyncInferenceOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
2178
|
-
AsyncInferenceOutputConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: DestinationS3Uri,
|
2182
|
+
AsyncInferenceOutputConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: DestinationS3Uri, location_name: "S3OutputPath"))
|
2179
2183
|
AsyncInferenceOutputConfig.add_member(:notification_config, Shapes::ShapeRef.new(shape: AsyncInferenceNotificationConfig, location_name: "NotificationConfig"))
|
2184
|
+
AsyncInferenceOutputConfig.add_member(:s3_failure_path, Shapes::ShapeRef.new(shape: DestinationS3Uri, location_name: "S3FailurePath"))
|
2180
2185
|
AsyncInferenceOutputConfig.struct_class = Types::AsyncInferenceOutputConfig
|
2181
2186
|
|
2187
|
+
AsyncNotificationTopicTypeList.member = Shapes::ShapeRef.new(shape: AsyncNotificationTopicTypes)
|
2188
|
+
|
2182
2189
|
AthenaDatasetDefinition.add_member(:catalog, Shapes::ShapeRef.new(shape: AthenaCatalog, required: true, location_name: "Catalog"))
|
2183
2190
|
AthenaDatasetDefinition.add_member(:database, Shapes::ShapeRef.new(shape: AthenaDatabase, required: true, location_name: "Database"))
|
2184
2191
|
AthenaDatasetDefinition.add_member(:query_string, Shapes::ShapeRef.new(shape: AthenaQueryString, required: true, location_name: "QueryString"))
|
@@ -2394,6 +2401,7 @@ module Aws::SageMaker
|
|
2394
2401
|
CandidateSteps.member = Shapes::ShapeRef.new(shape: AutoMLCandidateStep)
|
2395
2402
|
|
2396
2403
|
CanvasAppSettings.add_member(:time_series_forecasting_settings, Shapes::ShapeRef.new(shape: TimeSeriesForecastingSettings, location_name: "TimeSeriesForecastingSettings"))
|
2404
|
+
CanvasAppSettings.add_member(:model_register_settings, Shapes::ShapeRef.new(shape: ModelRegisterSettings, location_name: "ModelRegisterSettings"))
|
2397
2405
|
CanvasAppSettings.struct_class = Types::CanvasAppSettings
|
2398
2406
|
|
2399
2407
|
CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
|
@@ -6956,6 +6964,10 @@ module Aws::SageMaker
|
|
6956
6964
|
ModelQualityJobInput.add_member(:ground_truth_s3_input, Shapes::ShapeRef.new(shape: MonitoringGroundTruthS3Input, required: true, location_name: "GroundTruthS3Input"))
|
6957
6965
|
ModelQualityJobInput.struct_class = Types::ModelQualityJobInput
|
6958
6966
|
|
6967
|
+
ModelRegisterSettings.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "Status"))
|
6968
|
+
ModelRegisterSettings.add_member(:cross_account_model_register_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "CrossAccountModelRegisterRoleArn"))
|
6969
|
+
ModelRegisterSettings.struct_class = Types::ModelRegisterSettings
|
6970
|
+
|
6959
6971
|
ModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
|
6960
6972
|
ModelStepMetadata.struct_class = Types::ModelStepMetadata
|
6961
6973
|
|