ListNotebookInstancesInput
public struct ListNotebookInstancesInput : AWSShape
extension SageMaker.ListNotebookInstancesInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A filter that returns only notebook instances with associated with the specified git repository.
Declaration
Swift
public let additionalCodeRepositoryEquals: String?
-
A filter that returns only notebook instances that were created after the specified time (timestamp).
Declaration
Swift
public let creationTimeAfter: TimeStamp?
-
A filter that returns only notebook instances that were created before the specified time (timestamp).
Declaration
Swift
public let creationTimeBefore: TimeStamp?
-
A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.
Declaration
Swift
public let defaultCodeRepositoryContains: String?
-
A filter that returns only notebook instances that were modified after the specified time (timestamp).
Declaration
Swift
public let lastModifiedTimeAfter: TimeStamp?
-
A filter that returns only notebook instances that were modified before the specified time (timestamp).
Declaration
Swift
public let lastModifiedTimeBefore: TimeStamp?
-
The maximum number of notebook instances to return.
Declaration
Swift
public let maxResults: Int?
-
A string in the notebook instances’ name. This filter returns only notebook instances whose name contains the specified string.
Declaration
Swift
public let nameContains: String?
-
If the previous call to the ListNotebookInstances is truncated, the response includes a NextToken. You can use this token in your subsequent ListNotebookInstances request to fetch the next set of notebook instances. You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.
Declaration
Swift
public let nextToken: String?
-
A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.
Declaration
Swift
public let notebookInstanceLifecycleConfigNameContains: String?
-
The field to sort results by. The default is Name.
Declaration
Swift
public let sortBy: NotebookInstanceSortKey?
-
The sort order for results.
Declaration
Swift
public let sortOrder: NotebookInstanceSortOrder?
-
A filter that returns only notebook instances with the specified status.
Declaration
Swift
public let statusEquals: NotebookInstanceStatus?
-
init(additionalCodeRepositoryEquals:creationTimeAfter:creationTimeBefore:defaultCodeRepositoryContains:lastModifiedTimeAfter:lastModifiedTimeBefore:maxResults:nameContains:nextToken:notebookInstanceLifecycleConfigNameContains:sortBy:sortOrder:statusEquals:)
Undocumented
Declaration
Swift
public init(additionalCodeRepositoryEquals: String? = nil, creationTimeAfter: TimeStamp? = nil, creationTimeBefore: TimeStamp? = nil, defaultCodeRepositoryContains: String? = nil, lastModifiedTimeAfter: TimeStamp? = nil, lastModifiedTimeBefore: TimeStamp? = nil, maxResults: Int? = nil, nameContains: String? = nil, nextToken: String? = nil, notebookInstanceLifecycleConfigNameContains: String? = nil, sortBy: NotebookInstanceSortKey? = nil, sortOrder: NotebookInstanceSortOrder? = nil, statusEquals: NotebookInstanceStatus? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListNotebookInstancesInput