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.



36192
36193
36194
36195
36196
36197
36198
36199
36200
36201
36202
36203
36204
36205
# File 'lib/aws-sdk-sagemaker/types.rb', line 36192

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.



36192
36193
36194
36195
36196
36197
36198
36199
36200
36201
36202
36203
36204
36205
# File 'lib/aws-sdk-sagemaker/types.rb', line 36192

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.



36192
36193
36194
36195
36196
36197
36198
36199
36200
36201
36202
36203
36204
36205
# File 'lib/aws-sdk-sagemaker/types.rb', line 36192

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.



36192
36193
36194
36195
36196
36197
36198
36199
36200
36201
36202
36203
36204
36205
# File 'lib/aws-sdk-sagemaker/types.rb', line 36192

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.



36192
36193
36194
36195
36196
36197
36198
36199
36200
36201
36202
36203
36204
36205
# File 'lib/aws-sdk-sagemaker/types.rb', line 36192

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.



36192
36193
36194
36195
36196
36197
36198
36199
36200
36201
36202
36203
36204
36205
# File 'lib/aws-sdk-sagemaker/types.rb', line 36192

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.



36192
36193
36194
36195
36196
36197
36198
36199
36200
36201
36202
36203
36204
36205
# File 'lib/aws-sdk-sagemaker/types.rb', line 36192

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.



36192
36193
36194
36195
36196
36197
36198
36199
36200
36201
36202
36203
36204
36205
# File 'lib/aws-sdk-sagemaker/types.rb', line 36192

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.



36192
36193
36194
36195
36196
36197
36198
36199
36200
36201
36202
36203
36204
36205
# File 'lib/aws-sdk-sagemaker/types.rb', line 36192

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.



36192
36193
36194
36195
36196
36197
36198
36199
36200
36201
36202
36203
36204
36205
# File 'lib/aws-sdk-sagemaker/types.rb', line 36192

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