You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-sagemaker/src/SageMaker.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3097,7 +3097,7 @@ export class SageMaker extends SageMakerClient {
3097
3097
* <p>
3098
3098
* <code>ModelName</code> - Identifies the model to use. <code>ModelName</code>
3099
3099
* must be the name of an existing Amazon SageMaker model in the same Amazon Web Services Region and Amazon Web Services
3100
-
* account. For information on creating a model, see <a>CreateModel</a>.</p>
3100
+
* account. For information on creating a model, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModel.html">CreateModel</a>.</p>
* <code>ModelName</code> - Identifies the model to use. <code>ModelName</code>
40
40
* must be the name of an existing Amazon SageMaker model in the same Amazon Web Services Region and Amazon Web Services
41
-
* account. For information on creating a model, see <a>CreateModel</a>.</p>
41
+
* account. For information on creating a model, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModel.html">CreateModel</a>.</p>
* <p>For definitions of the standard metrics, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-metrics">
* <p>The channel type (optional) is an enum string. The default value is
4603
+
* <p>The channel type (optional) is an <code>enum</code> string. The default value is
4572
4604
* <code>training</code>. Channels for training and validation must share the same
4573
-
* <code>ContentType</code> and <code>TargetAttributeName</code>.</p>
4605
+
* <code>ContentType</code> and <code>TargetAttributeName</code>. For information on
4606
+
* specifying training and validation channel types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-data-sources-training-or-validation">
4607
+
* <code>How to specify training and validation datasets</code>
* <p>Defines the type of supervised learning available for the candidates. Options include:
7193
-
* <code>BinaryClassification</code>, <code>MulticlassClassification</code>, and
7194
-
* <code>Regression</code>. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-problem-types.html">
7234
+
* <p>Defines the type of supervised learning available for the candidates. For more
7235
+
* information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-problem-types.html">
7195
7236
* Amazon SageMaker Autopilot problem types and algorithm support</a>.</p>
0 commit comments