-AdditionalCodeRepositoryEqual <
String>
A filter that returns only notebook instances with associated with the specified git repository.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AdditionalCodeRepositoryEquals |
Amazon.PowerShell.Cmdlets.SM.AmazonSageMakerClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-CreationTimeAfter <DateTime>
A filter that returns only notebook instances that were created after the specified time (timestamp).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-CreationTimeBefore <DateTime>
A filter that returns only notebook instances that were created before the specified time (timestamp).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DefaultCodeRepositoryContain <
String>
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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | DefaultCodeRepositoryContains |
-LastModifiedTimeAfter <DateTime>
A filter that returns only notebook instances that were modified after the specified time (timestamp).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-LastModifiedTimeBefore <DateTime>
A filter that returns only notebook instances that were modified before the specified time (timestamp).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The maximum number of notebook instances to return.
Note: In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.If a value for this parameter is not specified the cmdlet will use a default value of '100'.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MaxItems, MaxResults |
A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | NameContains |
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.
Note: This parameter is only used if you are manually controlling output pagination of the service API call.
In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-NotebookInstanceLifecycleConfigNameContain <
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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | NotebookInstanceLifecycleConfigNameContains |
Use the -Select parameter to control the cmdlet output. The default value is 'NotebookInstances'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListNotebookInstancesResponse). Specifying the name of a property of type Amazon.SageMaker.Model.ListNotebookInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The field to sort results by. The default is Name.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The sort order for results.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A filter that returns only notebook instances with the specified status.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | StatusEquals |