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:



1394
1395
1396
1397
1398
1399
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1394

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

#source_uriString

The URI of the source.

Returns:

  • (String)


1394
1395
1396
1397
1398
1399
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1394

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