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:



24993
24994
24995
24996
24997
24998
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24993

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)


24993
24994
24995
24996
24997
24998
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24993

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