Class: Aws::SageMaker::Types::ListNotebookInstancesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_code_repository_equalsString

A filter that returns only notebook instances with associated with the specified git repository.

Returns:

  • (String)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_afterTime

A filter that returns only notebook instances that were created after the specified time (timestamp).

Returns:

  • (Time)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

A filter that returns only notebook instances that were created before the specified time (timestamp).

Returns:

  • (Time)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end

#default_code_repository_containsString

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.

Returns:

  • (String)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_time_afterTime

A filter that returns only notebook instances that were modified after the specified time (timestamp).

Returns:

  • (Time)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_time_beforeTime

A filter that returns only notebook instances that were modified before the specified time (timestamp).

Returns:

  • (Time)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of notebook instances to return.

Returns:

  • (Integer)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end

#name_containsString

A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string.

Returns:

  • (String)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_instance_lifecycle_config_name_containsString

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.

Returns:

  • (String)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The field to sort results by. The default is Name.

Returns:

  • (String)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order for results.

Returns:

  • (String)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end

#status_equalsString

A filter that returns only notebook instances with the specified status.

Returns:

  • (String)


28659
28660
28661
28662
28663
28664
28665
28666
28667
28668
28669
28670
28671
28672
28673
28674
28675
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28659

class ListNotebookInstancesInput < Struct.new(
  :next_token,
  :max_results,
  :sort_by,
  :sort_order,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :notebook_instance_lifecycle_config_name_contains,
  :default_code_repository_contains,
  :additional_code_repository_equals)
  SENSITIVE = []
  include Aws::Structure
end