Class: Aws::SageMaker::Types::AIModelSourceS3
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIModelSourceS3
- 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
-
#s3_uri ⇒ String
The Amazon S3 URI of the model artifacts.
Instance Attribute Details
#s3_uri ⇒ String
The Amazon S3 URI of the model artifacts.
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 |