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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Provides information about the location that is configured for storing model artifacts.

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)


8146
8147
8148
8149
# File 'lib/aws-sdk-sagemaker/types.rb', line 8146

class ModelArtifacts < Struct.new(
  :s3_model_artifacts)
  include Aws::Structure
end