Class: Aws::SageMaker::Types::ListAppImageConfigsRequest

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

#creation_time_afterTime

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

Returns:

  • (Time)


24854
24855
24856
24857
24858
24859
24860
24861
24862
24863
24864
24865
24866
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24854

class ListAppImageConfigsRequest < Struct.new(
  :max_results,
  :next_token,
  :name_contains,
  :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 AppImageConfigs created on or before the specified time.

Returns:

  • (Time)


24854
24855
24856
24857
24858
24859
24860
24861
24862
24863
24864
24865
24866
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24854

class ListAppImageConfigsRequest < Struct.new(
  :max_results,
  :next_token,
  :name_contains,
  :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)


24854
24855
24856
24857
24858
24859
24860
24861
24862
24863
24864
24865
24866
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24854

class ListAppImageConfigsRequest < Struct.new(
  :max_results,
  :next_token,
  :name_contains,
  :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 AppImageConfigs modified on or after the specified time.

Returns:

  • (Time)


24854
24855
24856
24857
24858
24859
24860
24861
24862
24863
24864
24865
24866
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24854

class ListAppImageConfigsRequest < Struct.new(
  :max_results,
  :next_token,
  :name_contains,
  :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 AppImageConfigs modified on or before the specified time.

Returns:

  • (Time)


24854
24855
24856
24857
24858
24859
24860
24861
24862
24863
24864
24865
24866
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24854

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

#name_containsString

A filter that returns only AppImageConfigs whose name contains the specified string.

Returns:

  • (String)


24854
24855
24856
24857
24858
24859
24860
24861
24862
24863
24864
24865
24866
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24854

class ListAppImageConfigsRequest < Struct.new(
  :max_results,
  :next_token,
  :name_contains,
  :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 ListImages didn't return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.

Returns:

  • (String)


24854
24855
24856
24857
24858
24859
24860
24861
24862
24863
24864
24865
24866
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24854

class ListAppImageConfigsRequest < Struct.new(
  :max_results,
  :next_token,
  :name_contains,
  :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)


24854
24855
24856
24857
24858
24859
24860
24861
24862
24863
24864
24865
24866
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24854

class ListAppImageConfigsRequest < Struct.new(
  :max_results,
  :next_token,
  :name_contains,
  :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)


24854
24855
24856
24857
24858
24859
24860
24861
24862
24863
24864
24865
24866
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24854

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