AWS sagemaker documentation change
Summary
Removed ChatCompletions API from SageMaker jobs documentation and deleted related note
Security assessment
Documentation cleanup removing references to deprecated API. No security implications are discussed or addressed in the changes.
Diff
diff --git a/sagemaker/latest/dg/model-customize-mtrl-troubleshooting.md b/sagemaker/latest/dg/model-customize-mtrl-troubleshooting.md index df9574813..126be6b01 100644 --- a//sagemaker/latest/dg/model-customize-mtrl-troubleshooting.md +++ b//sagemaker/latest/dg/model-customize-mtrl-troubleshooting.md @@ -196 +196 @@ Resource type (console) | resources.type value | Data APIs logged to CloudTrail -**SageMaker jobs** | `AWS::SageMaker::Job` | ChatCompletions, CompleteRollout, Sample, SampleWithResponseStream | [ChatCompletions](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_ChatCompletions.html), [CompleteRollout](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_CompleteRollout.html), [Sample](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_Sample.html), [SampleWithResponseStream](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_SampleWithResponseStream.html) +**SageMaker jobs** | `AWS::SageMaker::Job` | CompleteRollout, Sample, SampleWithResponseStream | [CompleteRollout](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_job_runtime_CompleteRollout.html), [Sample](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_job_runtime_Sample.html), [SampleWithResponseStream](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_job_runtime_SampleWithResponseStream.html) @@ -241,4 +240,0 @@ Amazon SageMaker AI logs all Amazon SageMaker AI control plane operations as man -###### Note - -`ChatCompletions` calls are transformed into `Sample` and `SampleWithResponseStream` calls in the CloudTrail logs. -