interface SageMakerRunConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_datazone.CfnDataSource.SageMakerRunConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnDataSource_SageMakerRunConfigurationInputProperty |
Java | software.amazon.awscdk.services.datazone.CfnDataSource.SageMakerRunConfigurationInputProperty |
Python | aws_cdk.aws_datazone.CfnDataSource.SageMakerRunConfigurationInputProperty |
TypeScript | aws-cdk-lib » aws_datazone » CfnDataSource » SageMakerRunConfigurationInputProperty |
The configuration details of the Amazon SageMaker data source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const sageMakerRunConfigurationInputProperty: datazone.CfnDataSource.SageMakerRunConfigurationInputProperty = {
trackingAssets: {
trackingAssetsKey: ['trackingAssets'],
},
};
Properties
| Name | Type | Description |
|---|---|---|
| tracking | IResolvable | { [string]: string[] } | The tracking assets of the Amazon SageMaker run. |
trackingAssets
Type:
IResolvable | { [string]: string[] }
The tracking assets of the Amazon SageMaker run.

.NET
Go
Java
Python
TypeScript