Class: Aws::SageMaker::Types::ListArtifactsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_summariesArray<Types::ArtifactSummary>

A list of artifacts and their properties.

Returns:



25023
25024
25025
25026
25027
25028
# File 'lib/aws-sdk-sagemaker/types.rb', line 25023

class ListArtifactsResponse < Struct.new(
  :artifact_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token for getting the next set of artifacts, if there are any.

Returns:

  • (String)


25023
25024
25025
25026
25027
25028
# File 'lib/aws-sdk-sagemaker/types.rb', line 25023

class ListArtifactsResponse < Struct.new(
  :artifact_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end