Skip to content

Commit

Permalink
feat(client-sagemaker): Amazon Sagemaker Autopilot supports training …
Browse files Browse the repository at this point in the history
…models with sample weights and additional objective metrics.
  • Loading branch information
awstools committed May 2, 2023
1 parent be236b1 commit 52e716a
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 179 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _
* TargetAttributeName: "STRING_VALUE", // required
* ContentType: "STRING_VALUE",
* ChannelType: "training" || "validation",
* SampleWeightAttributeName: "STRING_VALUE",
* },
* ],
* OutputDataConfig: { // AutoMLOutputDataConfig
Expand Down
Loading

0 comments on commit 52e716a

Please sign in to comment.