Class: Aws::SageMaker::Types::ListArtifactsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListArtifactsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_summaries ⇒ Array<Types::ArtifactSummary>
A list of artifacts and their properties.
-
#next_token ⇒ String
A token for getting the next set of artifacts, if there are any.
Instance Attribute Details
#artifact_summaries ⇒ Array<Types::ArtifactSummary>
A list of artifacts and their properties.
26430 26431 26432 26433 26434 26435 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26430 class ListArtifactsResponse < Struct.new( :artifact_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of artifacts, if there are any.
26430 26431 26432 26433 26434 26435 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26430 class ListArtifactsResponse < Struct.new( :artifact_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |