Values_0.CreateArtifactResponseSourceCreates 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 = {artifactArn : ArtifactArn.t option;The Amazon Resource Name (ARN) of the artifact.
*)}type nonrec error = [ | `ResourceLimitExceeded of ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceLimitExceeded of ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceLimitExceeded of ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]