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

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

#domain_id_equalsString

A parameter to search for the domain ID.

Returns:

  • (String)


24924
24925
24926
24927
24928
24929
24930
24931
24932
24933
24934
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24924

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)


24924
24925
24926
24927
24928
24929
24930
24931
24932
24933
24934
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24924

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)


24924
24925
24926
24927
24928
24929
24930
24931
24932
24933
24934
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24924

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)


24924
24925
24926
24927
24928
24929
24930
24931
24932
24933
24934
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24924

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)


24924
24925
24926
24927
24928
24929
24930
24931
24932
24933
24934
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24924

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)


24924
24925
24926
24927
24928
24929
24930
24931
24932
24933
24934
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24924

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)


24924
24925
24926
24927
24928
24929
24930
24931
24932
24933
24934
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24924

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