ListEndpointsOutput
public struct ListEndpointsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array or endpoint objects.
Declaration
Swift
public let endpoints: [EndpointSummary]
-
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(endpoints: [EndpointSummary], nextToken: String? = nil)