Class: Aws::SageMaker::Types::ListAppsRequest

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

#domain_id_equalsString

A parameter to search for the domain ID.

Returns:

  • (String)


23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
23088
# File 'lib/aws-sdk-sagemaker/types.rb', line 23078

class ListAppsRequest < Struct.new(
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :domain_id_equals,
  :user_profile_name_equals,
  :space_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The total number of items to return in the response. If the total number of items available is more than the value specified, a ‘NextToken` is provided in the response. To resume pagination, provide the `NextToken` value in the as part of a subsequent call. The default value is 10.

Returns:

  • (Integer)


23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
23088
# File 'lib/aws-sdk-sagemaker/types.rb', line 23078

class ListAppsRequest < Struct.new(
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :domain_id_equals,
  :user_profile_name_equals,
  :space_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

Returns:

  • (String)


23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
23088
# File 'lib/aws-sdk-sagemaker/types.rb', line 23078

class ListAppsRequest < Struct.new(
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :domain_id_equals,
  :user_profile_name_equals,
  :space_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The parameter by which to sort the results. The default is CreationTime.

Returns:

  • (String)


23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
23088
# File 'lib/aws-sdk-sagemaker/types.rb', line 23078

class ListAppsRequest < Struct.new(
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :domain_id_equals,
  :user_profile_name_equals,
  :space_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order for the results. The default is Ascending.

Returns:

  • (String)


23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
23088
# File 'lib/aws-sdk-sagemaker/types.rb', line 23078

class ListAppsRequest < Struct.new(
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :domain_id_equals,
  :user_profile_name_equals,
  :space_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#space_name_equalsString

A parameter to search by space name. If ‘UserProfileNameEquals` is set, then this value cannot be set.

Returns:

  • (String)


23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
23088
# File 'lib/aws-sdk-sagemaker/types.rb', line 23078

class ListAppsRequest < Struct.new(
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :domain_id_equals,
  :user_profile_name_equals,
  :space_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#user_profile_name_equalsString

A parameter to search by user profile name. If ‘SpaceNameEquals` is set, then this value cannot be set.

Returns:

  • (String)


23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
23088
# File 'lib/aws-sdk-sagemaker/types.rb', line 23078

class ListAppsRequest < Struct.new(
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :domain_id_equals,
  :user_profile_name_equals,
  :space_name_equals)
  SENSITIVE = []
  include Aws::Structure
end