interface ArtifactSourceTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnArtifact.ArtifactSourceTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnArtifact_ArtifactSourceTypeProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnArtifact.ArtifactSourceTypeProperty |
Python | aws_cdk.aws_sagemaker.CfnArtifact.ArtifactSourceTypeProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnArtifact » ArtifactSourceTypeProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const artifactSourceTypeProperty: sagemaker.CfnArtifact.ArtifactSourceTypeProperty = {
sourceIdType: 'sourceIdType',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| source | string | The type of ID. |
| value | string | The ID. |
sourceIdType
Type:
string
The type of ID.
value
Type:
string
The ID.

.NET
Go
Java
Python
TypeScript