Class: Aws::SageMaker::Types::AIModelSourceS3

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

Overview

The Amazon S3 model source configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

The Amazon S3 URI of the model artifacts.

Returns:

  • (String)


259
260
261
262
263
# File 'lib/aws-sdk-sagemaker/types.rb', line 259

class AIModelSourceS3 < Struct.new(
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end