Class: Aws::Glue::Types::GetMLTaskRunsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::TaskRunFilterCriteria

The filter criteria, in the ‘TaskRunFilterCriteria` structure, for the task run.



11061
11062
11063
11064
11065
11066
11067
11068
11069
# File 'lib/aws-sdk-glue/types.rb', line 11061

class GetMLTaskRunsRequest < Struct.new(
  :transform_id,
  :next_token,
  :max_results,
  :filter,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


11061
11062
11063
11064
11065
11066
11067
11068
11069
# File 'lib/aws-sdk-glue/types.rb', line 11061

class GetMLTaskRunsRequest < Struct.new(
  :transform_id,
  :next_token,
  :max_results,
  :filter,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token for pagination of the results. The default is empty.

Returns:

  • (String)


11061
11062
11063
11064
11065
11066
11067
11068
11069
# File 'lib/aws-sdk-glue/types.rb', line 11061

class GetMLTaskRunsRequest < Struct.new(
  :transform_id,
  :next_token,
  :max_results,
  :filter,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#sortTypes::TaskRunSortCriteria

The sorting criteria, in the ‘TaskRunSortCriteria` structure, for the task run.



11061
11062
11063
11064
11065
11066
11067
11068
11069
# File 'lib/aws-sdk-glue/types.rb', line 11061

class GetMLTaskRunsRequest < Struct.new(
  :transform_id,
  :next_token,
  :max_results,
  :filter,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#transform_idString

The unique identifier of the machine learning transform.

Returns:

  • (String)


11061
11062
11063
11064
11065
11066
11067
11068
11069
# File 'lib/aws-sdk-glue/types.rb', line 11061

class GetMLTaskRunsRequest < Struct.new(
  :transform_id,
  :next_token,
  :max_results,
  :filter,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end