AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
ListEdgePackagingJobsResponse
List
Edge
Packaging
Jobs
Response
class
ListEdgePackagingJobsResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
edge
Packaging
Job
Summaries
Link copied to clipboard
val
edgePackagingJobSummaries
:
List
<
EdgePackagingJobSummary
>
?
Summaries of edge packaging jobs.
next
Token
Link copied to clipboard
val
nextToken
:
String
?
Token to use when calling the next page of results.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
ListEdgePackagingJobsResponse.Builder
.
(
)
->
Unit
=
{}
)
:
ListEdgePackagingJobsResponse
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String