You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::ModelArtifacts

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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 defintion that desribes how to compute inferences, and other metadata.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_model_artifactsString

The path of the S3 object that contains the model artifacts. For example, s3://bucket-name/keynameprefix/model.tar.gz.

Returns:

  • (String)

    The path of the S3 object that contains the model artifacts.