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:



23264
23265
23266
23267
23268
23269
# File 'lib/aws-sdk-sagemaker/types.rb', line 23264

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)


23264
23265
23266
23267
23268
23269
# File 'lib/aws-sdk-sagemaker/types.rb', line 23264

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