aws-sdk-sagemaker 1.142.0 → 1.144.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +123 -27
- data/lib/aws-sdk-sagemaker/client_api.rb +73 -0
- data/lib/aws-sdk-sagemaker/types.rb +536 -20
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
@@ -186,6 +186,32 @@ module Aws::SageMaker
|
|
186
186
|
Cidr = Shapes::StringShape.new(name: 'Cidr')
|
187
187
|
Cidrs = Shapes::ListShape.new(name: 'Cidrs')
|
188
188
|
ClarifyCheckStepMetadata = Shapes::StructureShape.new(name: 'ClarifyCheckStepMetadata')
|
189
|
+
ClarifyContentTemplate = Shapes::StringShape.new(name: 'ClarifyContentTemplate')
|
190
|
+
ClarifyEnableExplanations = Shapes::StringShape.new(name: 'ClarifyEnableExplanations')
|
191
|
+
ClarifyExplainerConfig = Shapes::StructureShape.new(name: 'ClarifyExplainerConfig')
|
192
|
+
ClarifyFeatureHeaders = Shapes::ListShape.new(name: 'ClarifyFeatureHeaders')
|
193
|
+
ClarifyFeatureType = Shapes::StringShape.new(name: 'ClarifyFeatureType')
|
194
|
+
ClarifyFeatureTypes = Shapes::ListShape.new(name: 'ClarifyFeatureTypes')
|
195
|
+
ClarifyFeaturesAttribute = Shapes::StringShape.new(name: 'ClarifyFeaturesAttribute')
|
196
|
+
ClarifyHeader = Shapes::StringShape.new(name: 'ClarifyHeader')
|
197
|
+
ClarifyInferenceConfig = Shapes::StructureShape.new(name: 'ClarifyInferenceConfig')
|
198
|
+
ClarifyLabelAttribute = Shapes::StringShape.new(name: 'ClarifyLabelAttribute')
|
199
|
+
ClarifyLabelHeaders = Shapes::ListShape.new(name: 'ClarifyLabelHeaders')
|
200
|
+
ClarifyLabelIndex = Shapes::IntegerShape.new(name: 'ClarifyLabelIndex')
|
201
|
+
ClarifyMaxPayloadInMB = Shapes::IntegerShape.new(name: 'ClarifyMaxPayloadInMB')
|
202
|
+
ClarifyMaxRecordCount = Shapes::IntegerShape.new(name: 'ClarifyMaxRecordCount')
|
203
|
+
ClarifyMimeType = Shapes::StringShape.new(name: 'ClarifyMimeType')
|
204
|
+
ClarifyProbabilityAttribute = Shapes::StringShape.new(name: 'ClarifyProbabilityAttribute')
|
205
|
+
ClarifyProbabilityIndex = Shapes::IntegerShape.new(name: 'ClarifyProbabilityIndex')
|
206
|
+
ClarifyShapBaseline = Shapes::StringShape.new(name: 'ClarifyShapBaseline')
|
207
|
+
ClarifyShapBaselineConfig = Shapes::StructureShape.new(name: 'ClarifyShapBaselineConfig')
|
208
|
+
ClarifyShapConfig = Shapes::StructureShape.new(name: 'ClarifyShapConfig')
|
209
|
+
ClarifyShapNumberOfSamples = Shapes::IntegerShape.new(name: 'ClarifyShapNumberOfSamples')
|
210
|
+
ClarifyShapSeed = Shapes::IntegerShape.new(name: 'ClarifyShapSeed')
|
211
|
+
ClarifyShapUseLogit = Shapes::BooleanShape.new(name: 'ClarifyShapUseLogit')
|
212
|
+
ClarifyTextConfig = Shapes::StructureShape.new(name: 'ClarifyTextConfig')
|
213
|
+
ClarifyTextGranularity = Shapes::StringShape.new(name: 'ClarifyTextGranularity')
|
214
|
+
ClarifyTextLanguage = Shapes::StringShape.new(name: 'ClarifyTextLanguage')
|
189
215
|
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
190
216
|
ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
|
191
217
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
@@ -651,6 +677,7 @@ module Aws::SageMaker
|
|
651
677
|
ExpiresInSeconds = Shapes::IntegerShape.new(name: 'ExpiresInSeconds')
|
652
678
|
Explainability = Shapes::StructureShape.new(name: 'Explainability')
|
653
679
|
ExplainabilityLocation = Shapes::StringShape.new(name: 'ExplainabilityLocation')
|
680
|
+
ExplainerConfig = Shapes::StructureShape.new(name: 'ExplainerConfig')
|
654
681
|
FailStepMetadata = Shapes::StructureShape.new(name: 'FailStepMetadata')
|
655
682
|
FailureHandlingPolicy = Shapes::StringShape.new(name: 'FailureHandlingPolicy')
|
656
683
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
@@ -2125,6 +2152,46 @@ module Aws::SageMaker
|
|
2125
2152
|
ClarifyCheckStepMetadata.add_member(:register_new_baseline, Shapes::ShapeRef.new(shape: Boolean, location_name: "RegisterNewBaseline"))
|
2126
2153
|
ClarifyCheckStepMetadata.struct_class = Types::ClarifyCheckStepMetadata
|
2127
2154
|
|
2155
|
+
ClarifyExplainerConfig.add_member(:enable_explanations, Shapes::ShapeRef.new(shape: ClarifyEnableExplanations, location_name: "EnableExplanations"))
|
2156
|
+
ClarifyExplainerConfig.add_member(:inference_config, Shapes::ShapeRef.new(shape: ClarifyInferenceConfig, location_name: "InferenceConfig"))
|
2157
|
+
ClarifyExplainerConfig.add_member(:shap_config, Shapes::ShapeRef.new(shape: ClarifyShapConfig, required: true, location_name: "ShapConfig"))
|
2158
|
+
ClarifyExplainerConfig.struct_class = Types::ClarifyExplainerConfig
|
2159
|
+
|
2160
|
+
ClarifyFeatureHeaders.member = Shapes::ShapeRef.new(shape: ClarifyHeader)
|
2161
|
+
|
2162
|
+
ClarifyFeatureTypes.member = Shapes::ShapeRef.new(shape: ClarifyFeatureType)
|
2163
|
+
|
2164
|
+
ClarifyInferenceConfig.add_member(:features_attribute, Shapes::ShapeRef.new(shape: ClarifyFeaturesAttribute, location_name: "FeaturesAttribute"))
|
2165
|
+
ClarifyInferenceConfig.add_member(:content_template, Shapes::ShapeRef.new(shape: ClarifyContentTemplate, location_name: "ContentTemplate"))
|
2166
|
+
ClarifyInferenceConfig.add_member(:max_record_count, Shapes::ShapeRef.new(shape: ClarifyMaxRecordCount, location_name: "MaxRecordCount"))
|
2167
|
+
ClarifyInferenceConfig.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: ClarifyMaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
2168
|
+
ClarifyInferenceConfig.add_member(:probability_index, Shapes::ShapeRef.new(shape: ClarifyProbabilityIndex, location_name: "ProbabilityIndex"))
|
2169
|
+
ClarifyInferenceConfig.add_member(:label_index, Shapes::ShapeRef.new(shape: ClarifyLabelIndex, location_name: "LabelIndex"))
|
2170
|
+
ClarifyInferenceConfig.add_member(:probability_attribute, Shapes::ShapeRef.new(shape: ClarifyProbabilityAttribute, location_name: "ProbabilityAttribute"))
|
2171
|
+
ClarifyInferenceConfig.add_member(:label_attribute, Shapes::ShapeRef.new(shape: ClarifyLabelAttribute, location_name: "LabelAttribute"))
|
2172
|
+
ClarifyInferenceConfig.add_member(:label_headers, Shapes::ShapeRef.new(shape: ClarifyLabelHeaders, location_name: "LabelHeaders"))
|
2173
|
+
ClarifyInferenceConfig.add_member(:feature_headers, Shapes::ShapeRef.new(shape: ClarifyFeatureHeaders, location_name: "FeatureHeaders"))
|
2174
|
+
ClarifyInferenceConfig.add_member(:feature_types, Shapes::ShapeRef.new(shape: ClarifyFeatureTypes, location_name: "FeatureTypes"))
|
2175
|
+
ClarifyInferenceConfig.struct_class = Types::ClarifyInferenceConfig
|
2176
|
+
|
2177
|
+
ClarifyLabelHeaders.member = Shapes::ShapeRef.new(shape: ClarifyHeader)
|
2178
|
+
|
2179
|
+
ClarifyShapBaselineConfig.add_member(:mime_type, Shapes::ShapeRef.new(shape: ClarifyMimeType, location_name: "MimeType"))
|
2180
|
+
ClarifyShapBaselineConfig.add_member(:shap_baseline, Shapes::ShapeRef.new(shape: ClarifyShapBaseline, location_name: "ShapBaseline"))
|
2181
|
+
ClarifyShapBaselineConfig.add_member(:shap_baseline_uri, Shapes::ShapeRef.new(shape: Url, location_name: "ShapBaselineUri"))
|
2182
|
+
ClarifyShapBaselineConfig.struct_class = Types::ClarifyShapBaselineConfig
|
2183
|
+
|
2184
|
+
ClarifyShapConfig.add_member(:shap_baseline_config, Shapes::ShapeRef.new(shape: ClarifyShapBaselineConfig, required: true, location_name: "ShapBaselineConfig"))
|
2185
|
+
ClarifyShapConfig.add_member(:number_of_samples, Shapes::ShapeRef.new(shape: ClarifyShapNumberOfSamples, location_name: "NumberOfSamples"))
|
2186
|
+
ClarifyShapConfig.add_member(:use_logit, Shapes::ShapeRef.new(shape: ClarifyShapUseLogit, location_name: "UseLogit"))
|
2187
|
+
ClarifyShapConfig.add_member(:seed, Shapes::ShapeRef.new(shape: ClarifyShapSeed, location_name: "Seed"))
|
2188
|
+
ClarifyShapConfig.add_member(:text_config, Shapes::ShapeRef.new(shape: ClarifyTextConfig, location_name: "TextConfig"))
|
2189
|
+
ClarifyShapConfig.struct_class = Types::ClarifyShapConfig
|
2190
|
+
|
2191
|
+
ClarifyTextConfig.add_member(:language, Shapes::ShapeRef.new(shape: ClarifyTextLanguage, required: true, location_name: "Language"))
|
2192
|
+
ClarifyTextConfig.add_member(:granularity, Shapes::ShapeRef.new(shape: ClarifyTextGranularity, required: true, location_name: "Granularity"))
|
2193
|
+
ClarifyTextConfig.struct_class = Types::ClarifyTextConfig
|
2194
|
+
|
2128
2195
|
CodeRepositorySummary.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
2129
2196
|
CodeRepositorySummary.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
|
2130
2197
|
CodeRepositorySummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
@@ -2395,6 +2462,7 @@ module Aws::SageMaker
|
|
2395
2462
|
CreateEndpointConfigInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2396
2463
|
CreateEndpointConfigInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
2397
2464
|
CreateEndpointConfigInput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
|
2465
|
+
CreateEndpointConfigInput.add_member(:explainer_config, Shapes::ShapeRef.new(shape: ExplainerConfig, location_name: "ExplainerConfig"))
|
2398
2466
|
CreateEndpointConfigInput.struct_class = Types::CreateEndpointConfigInput
|
2399
2467
|
|
2400
2468
|
CreateEndpointConfigOutput.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
|
@@ -3369,6 +3437,7 @@ module Aws::SageMaker
|
|
3369
3437
|
DescribeEndpointConfigOutput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3370
3438
|
DescribeEndpointConfigOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3371
3439
|
DescribeEndpointConfigOutput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
|
3440
|
+
DescribeEndpointConfigOutput.add_member(:explainer_config, Shapes::ShapeRef.new(shape: ExplainerConfig, location_name: "ExplainerConfig"))
|
3372
3441
|
DescribeEndpointConfigOutput.struct_class = Types::DescribeEndpointConfigOutput
|
3373
3442
|
|
3374
3443
|
DescribeEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
@@ -3386,6 +3455,7 @@ module Aws::SageMaker
|
|
3386
3455
|
DescribeEndpointOutput.add_member(:last_deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "LastDeploymentConfig"))
|
3387
3456
|
DescribeEndpointOutput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
|
3388
3457
|
DescribeEndpointOutput.add_member(:pending_deployment_summary, Shapes::ShapeRef.new(shape: PendingDeploymentSummary, location_name: "PendingDeploymentSummary"))
|
3458
|
+
DescribeEndpointOutput.add_member(:explainer_config, Shapes::ShapeRef.new(shape: ExplainerConfig, location_name: "ExplainerConfig"))
|
3389
3459
|
DescribeEndpointOutput.struct_class = Types::DescribeEndpointOutput
|
3390
3460
|
|
3391
3461
|
DescribeExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
|
@@ -4275,6 +4345,9 @@ module Aws::SageMaker
|
|
4275
4345
|
Explainability.add_member(:report, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Report"))
|
4276
4346
|
Explainability.struct_class = Types::Explainability
|
4277
4347
|
|
4348
|
+
ExplainerConfig.add_member(:clarify_explainer_config, Shapes::ShapeRef.new(shape: ClarifyExplainerConfig, location_name: "ClarifyExplainerConfig"))
|
4349
|
+
ExplainerConfig.struct_class = Types::ExplainerConfig
|
4350
|
+
|
4278
4351
|
FailStepMetadata.add_member(:error_message, Shapes::ShapeRef.new(shape: String3072, location_name: "ErrorMessage"))
|
4279
4352
|
FailStepMetadata.struct_class = Types::FailStepMetadata
|
4280
4353
|
|