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

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

#edge_packaging_job_summariesArray<Types::EdgePackagingJobSummary>

Summaries of edge packaging jobs.

Returns:



26094
26095
26096
26097
26098
26099
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26094

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)


26094
26095
26096
26097
26098
26099
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26094

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