Class: Aws::SageMaker::Types::ListUserProfilesRequest

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 by which to filter the results.

Returns:

  • (String)


29918
29919
29920
29921
29922
29923
29924
29925
29926
29927
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29918

class ListUserProfilesRequest < Struct.new(
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :domain_id_equals,
  :user_profile_name_contains)
  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)


29918
29919
29920
29921
29922
29923
29924
29925
29926
29927
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29918

class ListUserProfilesRequest < Struct.new(
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :domain_id_equals,
  :user_profile_name_contains)
  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)


29918
29919
29920
29921
29922
29923
29924
29925
29926
29927
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29918

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

#sort_byString

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

Returns:

  • (String)


29918
29919
29920
29921
29922
29923
29924
29925
29926
29927
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29918

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

#sort_orderString

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

Returns:

  • (String)


29918
29919
29920
29921
29922
29923
29924
29925
29926
29927
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29918

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

#user_profile_name_containsString

A parameter by which to filter the results.

Returns:

  • (String)


29918
29919
29920
29921
29922
29923
29924
29925
29926
29927
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29918

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