Skip to content

Commit

Permalink
Amazon SageMaker now supports running training jobs on ml.trn1 instan…
Browse files Browse the repository at this point in the history
…ce types.
  • Loading branch information
aws-sdk-dotnet-automation committed Nov 3, 2022
1 parent bdcd2a9 commit 0f8b5e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16766,7 +16766,9 @@
"ml.g5.16xlarge",
"ml.g5.12xlarge",
"ml.g5.24xlarge",
"ml.g5.48xlarge"
"ml.g5.48xlarge",
"ml.trn1.2xlarge",
"ml.trn1.32xlarge"
]
},
"TrainingInstanceTypes":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26872,7 +26872,9 @@
"ml.g5.16xlarge",
"ml.g5.12xlarge",
"ml.g5.24xlarge",
"ml.g5.48xlarge"
"ml.g5.48xlarge",
"ml.trn1.2xlarge",
"ml.trn1.32xlarge"
]
},
"TrainingInstanceTypes":{
Expand Down
8 changes: 8 additions & 0 deletions sdk/src/Services/SageMaker/Generated/ServiceEnumerations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12130,6 +12130,14 @@ public class TrainingInstanceType : ConstantClass
/// Constant MlP4d24xlarge for TrainingInstanceType
/// </summary>
public static readonly TrainingInstanceType MlP4d24xlarge = new TrainingInstanceType("ml.p4d.24xlarge");
/// <summary>
/// Constant MlTrn12xlarge for TrainingInstanceType
/// </summary>
public static readonly TrainingInstanceType MlTrn12xlarge = new TrainingInstanceType("ml.trn1.2xlarge");
/// <summary>
/// Constant MlTrn132xlarge for TrainingInstanceType
/// </summary>
public static readonly TrainingInstanceType MlTrn132xlarge = new TrainingInstanceType("ml.trn1.32xlarge");

/// <summary>
/// This constant constructor does not need to be called if the constant
Expand Down

0 comments on commit 0f8b5e0

Please sign in to comment.