ListCompilationJobsResponse
public struct ListCompilationJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of CompilationJobSummary objects, each describing a model compilation job.
Declaration
Swift
public let compilationJobSummaries: [CompilationJobSummary]
-
If the response is truncated, Amazon SageMaker returns this NextToken. To retrieve the next set of model compilation jobs, use this token in the next request.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(compilationJobSummaries: [CompilationJobSummary], nextToken: String? = nil)