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.



10343
10344
10345
10346
10347
10348
10349
10350
10351
# File 'lib/aws-sdk-glue/types.rb', line 10343

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)


10343
10344
10345
10346
10347
10348
10349
10350
10351
# File 'lib/aws-sdk-glue/types.rb', line 10343

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)


10343
10344
10345
10346
10347
10348
10349
10350
10351
# File 'lib/aws-sdk-glue/types.rb', line 10343

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.



10343
10344
10345
10346
10347
10348
10349
10350
10351
# File 'lib/aws-sdk-glue/types.rb', line 10343

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)


10343
10344
10345
10346
10347
10348
10349
10350
10351
# File 'lib/aws-sdk-glue/types.rb', line 10343

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