Class: Aws::SageMaker::Types::ListStudioLifecycleConfigsRequest

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

#app_type_equalsString

A parameter to search for the App Type to which the Lifecycle Configuration is attached.

Returns:

  • (String)


29399
29400
29401
29402
29403
29404
29405
29406
29407
29408
29409
29410
29411
29412
# File 'lib/aws-sdk-sagemaker/types.rb', line 29399

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

#creation_time_afterTime

A filter that returns only Lifecycle Configurations created on or after the specified time.

Returns:

  • (Time)


29399
29400
29401
29402
29403
29404
29405
29406
29407
29408
29409
29410
29411
29412
# File 'lib/aws-sdk-sagemaker/types.rb', line 29399

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

#creation_time_beforeTime

A filter that returns only Lifecycle Configurations created on or before the specified time.

Returns:

  • (Time)


29399
29400
29401
29402
29403
29404
29405
29406
29407
29408
29409
29410
29411
29412
# File 'lib/aws-sdk-sagemaker/types.rb', line 29399

class ListStudioLifecycleConfigsRequest < Struct.new(
  :max_results,
  :next_token,
  :name_contains,
  :app_type_equals,
  :creation_time_before,
  :creation_time_after,
  :modified_time_before,
  :modified_time_after,
  :sort_by,
  :sort_order)
  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)


29399
29400
29401
29402
29403
29404
29405
29406
29407
29408
29409
29410
29411
29412
# File 'lib/aws-sdk-sagemaker/types.rb', line 29399

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

#modified_time_afterTime

A filter that returns only Lifecycle Configurations modified after the specified time.

Returns:

  • (Time)


29399
29400
29401
29402
29403
29404
29405
29406
29407
29408
29409
29410
29411
29412
# File 'lib/aws-sdk-sagemaker/types.rb', line 29399

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

#modified_time_beforeTime

A filter that returns only Lifecycle Configurations modified before the specified time.

Returns:

  • (Time)


29399
29400
29401
29402
29403
29404
29405
29406
29407
29408
29409
29410
29411
29412
# File 'lib/aws-sdk-sagemaker/types.rb', line 29399

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

#name_containsString

A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.

Returns:

  • (String)


29399
29400
29401
29402
29403
29404
29405
29406
29407
29408
29409
29410
29411
29412
# File 'lib/aws-sdk-sagemaker/types.rb', line 29399

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

#next_tokenString

If the previous call to ListStudioLifecycleConfigs didn’t return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.

Returns:

  • (String)


29399
29400
29401
29402
29403
29404
29405
29406
29407
29408
29409
29410
29411
29412
# File 'lib/aws-sdk-sagemaker/types.rb', line 29399

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

#sort_byString

The property used to sort results. The default value is CreationTime.

Returns:

  • (String)


29399
29400
29401
29402
29403
29404
29405
29406
29407
29408
29409
29410
29411
29412
# File 'lib/aws-sdk-sagemaker/types.rb', line 29399

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

#sort_orderString

The sort order. The default value is Descending.

Returns:

  • (String)


29399
29400
29401
29402
29403
29404
29405
29406
29407
29408
29409
29410
29411
29412
# File 'lib/aws-sdk-sagemaker/types.rb', line 29399

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