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.
ModelArtifacts
Provides information about the location that is configured for storing model
artifacts.
Model artifacts are the output that results from training a model, and typically
consist of trained parameters, a model definition that describes how to compute
inferences, and other metadata.
Contents
-
S3ModelArtifacts
-
The path of the S3 object that contains the model artifacts. For example,
s3://bucket-name/keynameprefix/model.tar.gz
.
Type: String
Length Constraints: Maximum length of 1024.
Pattern: ^(https|s3)://([^/]+)/?(.*)$
Required: Yes
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: