Class: Aws::SageMaker::Types::ListEdgePackagingJobsResponse

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

#edge_packaging_job_summariesArray<Types::EdgePackagingJobSummary>

Summaries of edge packaging jobs.

Returns:



26100
26101
26102
26103
26104
26105
# File 'lib/aws-sdk-sagemaker/types.rb', line 26100

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

#next_tokenString

Token to use when calling the next page of results.

Returns:

  • (String)


26100
26101
26102
26103
26104
26105
# File 'lib/aws-sdk-sagemaker/types.rb', line 26100

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