diff --git a/clients/sagemaker.d.ts b/clients/sagemaker.d.ts index a3180bab6d..bf9ea9e488 100644 --- a/clients/sagemaker.d.ts +++ b/clients/sagemaker.d.ts @@ -20391,7 +20391,7 @@ declare namespace SageMaker { } export interface TransformResources { /** - * The ML compute instance type for the transform job. If you are using built-in algorithms to transform moderately sized datasets, we recommend using ml.m4.xlarge or ml.m5.largeinstance types. + * The ML compute instance type for the transform job. If you are using built-in algorithms to transform moderately sized datasets, we recommend using ml.m4.xlarge or ml.m5.large instance types. */ InstanceType: TransformInstanceType; /**