DeleteNotebookInstanceInput
public struct DeleteNotebookInstanceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Amazon SageMaker notebook instance to delete.
Declaration
Swift
public let notebookInstanceName: String
-
Undocumented
Declaration
Swift
public init(notebookInstanceName: String)
-
Declaration
Swift
public func validate(name: String) throws