Skip to content

Commit 2573f86

Browse files
author
AWS
committed
Amazon DataZone Update: This release adds support for MLflow connections Creation in DataZone
1 parent c87ba24 commit 2573f86

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-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 DataZone",
4+
"contributor": "",
5+
"description": "This release adds support for MLflow connections Creation in DataZone"
6+
}

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

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5211,6 +5211,10 @@
52115211
"shape":"IamPropertiesInput",
52125212
"documentation":"<p>The IAM properties of a connection.</p>"
52135213
},
5214+
"mlflowProperties":{
5215+
"shape":"MlflowPropertiesInput",
5216+
"documentation":"<p>The MLflow properties of a connection.</p>"
5217+
},
52145218
"redshiftProperties":{
52155219
"shape":"RedshiftPropertiesInput",
52165220
"documentation":"<p>The Amazon Redshift properties of a connection.</p>"
@@ -5254,6 +5258,10 @@
52545258
"shape":"IamPropertiesOutput",
52555259
"documentation":"<p>The IAM properties of a connection.</p>"
52565260
},
5261+
"mlflowProperties":{
5262+
"shape":"MlflowPropertiesOutput",
5263+
"documentation":"<p>The MLflow properties of a connection.</p>"
5264+
},
52575265
"redshiftProperties":{
52585266
"shape":"RedshiftPropertiesOutput",
52595267
"documentation":"<p>The Amazon Redshift properties of a connection.</p>"
@@ -5293,6 +5301,10 @@
52935301
"shape":"IamPropertiesPatch",
52945302
"documentation":"<p>The IAM properties of a connection properties patch.</p>"
52955303
},
5304+
"mlflowProperties":{
5305+
"shape":"MlflowPropertiesPatch",
5306+
"documentation":"<p>The MLflow properties of a connection.</p>"
5307+
},
52965308
"redshiftProperties":{
52975309
"shape":"RedshiftPropertiesPatch",
52985310
"documentation":"<p>The Amazon Redshift properties of a connection properties patch.</p>"
@@ -5415,7 +5427,8 @@
54155427
"TERADATA",
54165428
"VERTICA",
54175429
"WORKFLOWS_MWAA",
5418-
"AMAZON_Q"
5430+
"AMAZON_Q",
5431+
"MLFLOW"
54195432
]
54205433
},
54215434
"CreateAccountPoolInput":{
@@ -17816,6 +17829,48 @@
1781617829
"key":{"shape":"String"},
1781717830
"value":{"shape":"String"}
1781817831
},
17832+
"MlflowPropertiesInput":{
17833+
"type":"structure",
17834+
"members":{
17835+
"trackingServerArn":{
17836+
"shape":"String",
17837+
"documentation":"<p>The tracking server ARN as part of the MLflow properties of a connection.</p>"
17838+
},
17839+
"trackingServerName":{
17840+
"shape":"String",
17841+
"documentation":"<p>The name of the tracking server as part of the MLflow properties of a connection.</p>"
17842+
}
17843+
},
17844+
"documentation":"<p>The MLflow properties of a connection.</p>"
17845+
},
17846+
"MlflowPropertiesOutput":{
17847+
"type":"structure",
17848+
"members":{
17849+
"trackingServerArn":{
17850+
"shape":"String",
17851+
"documentation":"<p>The tracking server ARN as part of the MLflow properties of a connection.</p>"
17852+
},
17853+
"trackingServerName":{
17854+
"shape":"String",
17855+
"documentation":"<p>The name of the tracking server as part of the MLflow properties of a connection.</p>"
17856+
}
17857+
},
17858+
"documentation":"<p>The MLflow properties of a connection.</p>"
17859+
},
17860+
"MlflowPropertiesPatch":{
17861+
"type":"structure",
17862+
"members":{
17863+
"trackingServerArn":{
17864+
"shape":"String",
17865+
"documentation":"<p>The tracking server ARN as part of the MLflow properties of a connection.</p>"
17866+
},
17867+
"trackingServerName":{
17868+
"shape":"String",
17869+
"documentation":"<p>The name of the tracking server as part of the MLflow properties of a connection.</p>"
17870+
}
17871+
},
17872+
"documentation":"<p>The MLflow properties of a connection.</p>"
17873+
},
1781917874
"Model":{
1782017875
"type":"structure",
1782117876
"members":{

0 commit comments

Comments
 (0)