Class: Aws::SageMaker::Types::ListActionsRequest

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

#action_typeString

A filter that returns only actions of the specified type.

Returns:

  • (String)


24660
24661
24662
24663
24664
24665
24666
24667
24668
24669
24670
24671
# File 'lib/aws-sdk-sagemaker/types.rb', line 24660

class ListActionsRequest < Struct.new(
  :source_uri,
  :action_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#created_afterTime

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

Returns:

  • (Time)


24660
24661
24662
24663
24664
24665
24666
24667
24668
24669
24670
24671
# File 'lib/aws-sdk-sagemaker/types.rb', line 24660

class ListActionsRequest < Struct.new(
  :source_uri,
  :action_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

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

Returns:

  • (Time)


24660
24661
24662
24663
24664
24665
24666
24667
24668
24669
24670
24671
# File 'lib/aws-sdk-sagemaker/types.rb', line 24660

class ListActionsRequest < Struct.new(
  :source_uri,
  :action_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of actions to return in the response. The default value is 10.

Returns:

  • (Integer)


24660
24661
24662
24663
24664
24665
24666
24667
24668
24669
24670
24671
# File 'lib/aws-sdk-sagemaker/types.rb', line 24660

class ListActionsRequest < Struct.new(
  :source_uri,
  :action_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous call to ‘ListActions` didn’t return the full set of actions, the call returns a token for getting the next set of actions.

Returns:

  • (String)


24660
24661
24662
24663
24664
24665
24666
24667
24668
24669
24670
24671
# File 'lib/aws-sdk-sagemaker/types.rb', line 24660

class ListActionsRequest < Struct.new(
  :source_uri,
  :action_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

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

Returns:

  • (String)


24660
24661
24662
24663
24664
24665
24666
24667
24668
24669
24670
24671
# File 'lib/aws-sdk-sagemaker/types.rb', line 24660

class ListActionsRequest < Struct.new(
  :source_uri,
  :action_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order. The default value is ‘Descending`.

Returns:

  • (String)


24660
24661
24662
24663
24664
24665
24666
24667
24668
24669
24670
24671
# File 'lib/aws-sdk-sagemaker/types.rb', line 24660

class ListActionsRequest < Struct.new(
  :source_uri,
  :action_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#source_uriString

A filter that returns only actions with the specified source URI.

Returns:

  • (String)


24660
24661
24662
24663
24664
24665
24666
24667
24668
24669
24670
24671
# File 'lib/aws-sdk-sagemaker/types.rb', line 24660

class ListActionsRequest < Struct.new(
  :source_uri,
  :action_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end