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