Class: Aws::SageMaker::Types::ArtifactSource

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

Overview

A structure describing the source of an artifact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_typesArray<Types::ArtifactSourceType>

A list of source types.

Returns:



1450
1451
1452
1453
1454
1455
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1450

class ArtifactSource < Struct.new(
  :source_uri,
  :source_types)
  SENSITIVE = []
  include Aws::Structure
end

#source_uriString

The URI of the source.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1450

class ArtifactSource < Struct.new(
  :source_uri,
  :source_types)
  SENSITIVE = []
  include Aws::Structure
end