Class: Aws::SageMaker::Types::ListProjectsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

A filter that returns the projects that were created after a specified time.

Returns:

  • (Time)


29139
29140
29141
29142
29143
29144
29145
29146
29147
29148
29149
# File 'lib/aws-sdk-sagemaker/types.rb', line 29139

class ListProjectsInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

A filter that returns the projects that were created before a specified time.

Returns:

  • (Time)


29139
29140
29141
29142
29143
29144
29145
29146
29147
29148
29149
# File 'lib/aws-sdk-sagemaker/types.rb', line 29139

class ListProjectsInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of projects to return in the response.

Returns:

  • (Integer)


29139
29140
29141
29142
29143
29144
29145
29146
29147
29148
29149
# File 'lib/aws-sdk-sagemaker/types.rb', line 29139

class ListProjectsInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#name_containsString

A filter that returns the projects whose name contains a specified string.

Returns:

  • (String)


29139
29140
29141
29142
29143
29144
29145
29146
29147
29148
29149
# File 'lib/aws-sdk-sagemaker/types.rb', line 29139

class ListProjectsInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the result of the previous ‘ListProjects` request was truncated, the response includes a `NextToken`. To retrieve the next set of projects, use the token in the next request.

Returns:

  • (String)


29139
29140
29141
29142
29143
29144
29145
29146
29147
29148
29149
# File 'lib/aws-sdk-sagemaker/types.rb', line 29139

class ListProjectsInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The field by which to sort results. The default is ‘CreationTime`.

Returns:

  • (String)


29139
29140
29141
29142
29143
29144
29145
29146
29147
29148
29149
# File 'lib/aws-sdk-sagemaker/types.rb', line 29139

class ListProjectsInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order for results. The default is ‘Ascending`.

Returns:

  • (String)


29139
29140
29141
29142
29143
29144
29145
29146
29147
29148
29149
# File 'lib/aws-sdk-sagemaker/types.rb', line 29139

class ListProjectsInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end