ArtifactSummary - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ArtifactSummary

Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.

Contents

ArtifactArn

The Amazon Resource Name (ARN) of the artifact.

Type: String

Length Constraints: Maximum length of 256.

Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:artifact/.*

Required: No

ArtifactName

The name of the artifact.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 120.

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}

Required: No

ArtifactType

The type of the artifact.

Type: String

Length Constraints: Maximum length of 256.

Required: No

CreationTime

When the artifact was created.

Type: Timestamp

Required: No

LastModifiedTime

When the artifact was last modified.

Type: Timestamp

Required: No

Source

The source of the artifact.

Type: ArtifactSource object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: