Skip to content

Commit 5927041

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Releasing new APIs related to Tuning steps in model building pipelines.
1 parent a5332f5 commit 5927041

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "Releasing new APIs related to Tuning steps in model building pipelines."
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19172,6 +19172,10 @@
1917219172
"shape":"TransformJobStepMetadata",
1917319173
"documentation":"<p>The Amazon Resource Name (ARN) of the transform job that was run by this step execution.</p>"
1917419174
},
19175+
"TuningJob":{
19176+
"shape":"TuningJobStepMetaData",
19177+
"documentation":"<p>The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.</p>"
19178+
},
1917519179
"Model":{
1917619180
"shape":"ModelStepMetadata",
1917719181
"documentation":"<p>Metadata for the Model step.</p>"
@@ -20494,7 +20498,7 @@
2049420498
"documentation":"<p>The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html\">Create a Lambda function with the console</a> in the <i>Amazon Web Services Lambda Developer Guide</i>.</p>"
2049520499
}
2049620500
},
20497-
"documentation":"<p>Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified <code>Vpc</code> as the value for the <code>RepositoryAccessMode</code> field of the <code>ImageConfig</code> object that you passed to a call to <a>CreateModel</a> and the private Docker registry where the model image is hosted requires authentication.</p>"
20501+
"documentation":"<p>Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified <code>Vpc</code> as the value for the <code>RepositoryAccessMode</code> field of the <code>ImageConfig</code> object that you passed to a call to <code>CreateModel</code> and the private Docker registry where the model image is hosted requires authentication.</p>"
2049820502
},
2049920503
"RepositoryCredentialsProviderArn":{
2050020504
"type":"string",
@@ -23031,6 +23035,16 @@
2303123035
},
2303223036
"documentation":"<p>The job completion criteria.</p>"
2303323037
},
23038+
"TuningJobStepMetaData":{
23039+
"type":"structure",
23040+
"members":{
23041+
"Arn":{
23042+
"shape":"HyperParameterTuningJobArn",
23043+
"documentation":"<p>The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.</p>"
23044+
}
23045+
},
23046+
"documentation":"<p>Metadata for a tuning step.</p>"
23047+
},
2303423048
"USD":{
2303523049
"type":"structure",
2303623050
"members":{

0 commit comments

Comments
 (0)