Values_0.CreateArtifactRequestSourceCreates an artifact. An artifact is a lineage tracking entity that represents a URI addressable object or data. Some examples are the S3 URI of a dataset and the ECR registry path of an image. For more information, see Amazon SageMaker ML Lineage Tracking.
type nonrec t = {artifactName : ExperimentEntityName.t option;The name of the artifact. Must be unique to your account in an Amazon Web Services Region.
*)source : ArtifactSource.t;The ID, ID type, and URI of the source.
*)artifactType : String256.t;The artifact type.
*)properties : ArtifactProperties.t option;A list of properties to add to the artifact.
*)metadataProperties : MetadataProperties.t option;}val make :
?artifactName:??? ->
?properties:??? ->
?metadataProperties:??? ->
?tags:??? ->
source:ArtifactSource.t ->
artifactType:String256.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `Map of
([> `String of StringParameterValue.t ]
* [> `String of ArtifactPropertyValue.t ])
list
| `String of ExperimentEntityName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of String256.t ])
list ]
list
| `String of SourceUri.t ])
list ])
list ]