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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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:



25017
25018
25019
25020
25021
25022
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25017

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)


25017
25018
25019
25020
25021
25022
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25017

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