Class: Aws::SageMaker::Types::ArtifactSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ArtifactSource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A structure describing the source of an artifact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_types ⇒ Array<Types::ArtifactSourceType>
A list of source types.
-
#source_uri ⇒ String
The URI of the source.
Instance Attribute Details
#source_types ⇒ Array<Types::ArtifactSourceType>
A list of source types.
1449 1450 1451 1452 1453 1454 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1449 class ArtifactSource < Struct.new( :source_uri, :source_types) SENSITIVE = [] include Aws::Structure end |
#source_uri ⇒ String
The URI of the source.
1449 1450 1451 1452 1453 1454 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1449 class ArtifactSource < Struct.new( :source_uri, :source_types) SENSITIVE = [] include Aws::Structure end |