|
5211 | 5211 | "shape":"IamPropertiesInput", |
5212 | 5212 | "documentation":"<p>The IAM properties of a connection.</p>" |
5213 | 5213 | }, |
| 5214 | + "mlflowProperties":{ |
| 5215 | + "shape":"MlflowPropertiesInput", |
| 5216 | + "documentation":"<p>The MLflow properties of a connection.</p>" |
| 5217 | + }, |
5214 | 5218 | "redshiftProperties":{ |
5215 | 5219 | "shape":"RedshiftPropertiesInput", |
5216 | 5220 | "documentation":"<p>The Amazon Redshift properties of a connection.</p>" |
|
5254 | 5258 | "shape":"IamPropertiesOutput", |
5255 | 5259 | "documentation":"<p>The IAM properties of a connection.</p>" |
5256 | 5260 | }, |
| 5261 | + "mlflowProperties":{ |
| 5262 | + "shape":"MlflowPropertiesOutput", |
| 5263 | + "documentation":"<p>The MLflow properties of a connection.</p>" |
| 5264 | + }, |
5257 | 5265 | "redshiftProperties":{ |
5258 | 5266 | "shape":"RedshiftPropertiesOutput", |
5259 | 5267 | "documentation":"<p>The Amazon Redshift properties of a connection.</p>" |
|
5293 | 5301 | "shape":"IamPropertiesPatch", |
5294 | 5302 | "documentation":"<p>The IAM properties of a connection properties patch.</p>" |
5295 | 5303 | }, |
| 5304 | + "mlflowProperties":{ |
| 5305 | + "shape":"MlflowPropertiesPatch", |
| 5306 | + "documentation":"<p>The MLflow properties of a connection.</p>" |
| 5307 | + }, |
5296 | 5308 | "redshiftProperties":{ |
5297 | 5309 | "shape":"RedshiftPropertiesPatch", |
5298 | 5310 | "documentation":"<p>The Amazon Redshift properties of a connection properties patch.</p>" |
|
5415 | 5427 | "TERADATA", |
5416 | 5428 | "VERTICA", |
5417 | 5429 | "WORKFLOWS_MWAA", |
5418 | | - "AMAZON_Q" |
| 5430 | + "AMAZON_Q", |
| 5431 | + "MLFLOW" |
5419 | 5432 | ] |
5420 | 5433 | }, |
5421 | 5434 | "CreateAccountPoolInput":{ |
|
17816 | 17829 | "key":{"shape":"String"}, |
17817 | 17830 | "value":{"shape":"String"} |
17818 | 17831 | }, |
| 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 | + }, |
17819 | 17874 | "Model":{ |
17820 | 17875 | "type":"structure", |
17821 | 17876 | "members":{ |
|
0 commit comments