aws sagemaker create-artifact
Creates 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
Options
Name | Description |
---|---|
--artifact-name <string> | The name of the artifact. Must be unique to your account in an AWS Region |
--source <structure> | The ID, ID type, and URI of the source |
--artifact-type <string> | The artifact type |
--properties <map> | A list of properties to add to the artifact |
--metadata-properties <structure> | Metadata properties of the tracking entity, trial, or trial component |
--tags <list> | A list of tags to apply to the artifact |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |