DeleteRealtimeEndpointOutput
public struct DeleteRealtimeEndpointOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelId in the request.
Declaration
Swift
public let mLModelId: String?
-
The endpoint information of the MLModel
Declaration
Swift
public let realtimeEndpointInfo: RealtimeEndpointInfo?
-
Undocumented
Declaration
Swift
public init(mLModelId: String? = nil, realtimeEndpointInfo: RealtimeEndpointInfo? = nil)