Class: Aws::SageMaker::Types::ListCandidatesForAutoMLJobRequest

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

#auto_ml_job_nameString

List the candidates created for the job by providing the job’s name.

Returns:

  • (String)


25228
25229
25230
25231
25232
25233
25234
25235
25236
25237
25238
# File 'lib/aws-sdk-sagemaker/types.rb', line 25228

class ListCandidatesForAutoMLJobRequest < Struct.new(
  :auto_ml_job_name,
  :status_equals,
  :candidate_name_equals,
  :sort_order,
  :sort_by,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#candidate_name_equalsString

List the candidates for the job and filter by candidate name.

Returns:

  • (String)


25228
25229
25230
25231
25232
25233
25234
25235
25236
25237
25238
# File 'lib/aws-sdk-sagemaker/types.rb', line 25228

class ListCandidatesForAutoMLJobRequest < Struct.new(
  :auto_ml_job_name,
  :status_equals,
  :candidate_name_equals,
  :sort_order,
  :sort_by,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

List the job’s candidates up to a specified limit.

Returns:

  • (Integer)


25228
25229
25230
25231
25232
25233
25234
25235
25236
25237
25238
# File 'lib/aws-sdk-sagemaker/types.rb', line 25228

class ListCandidatesForAutoMLJobRequest < Struct.new(
  :auto_ml_job_name,
  :status_equals,
  :candidate_name_equals,
  :sort_order,
  :sort_by,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

Returns:

  • (String)


25228
25229
25230
25231
25232
25233
25234
25235
25236
25237
25238
# File 'lib/aws-sdk-sagemaker/types.rb', line 25228

class ListCandidatesForAutoMLJobRequest < Struct.new(
  :auto_ml_job_name,
  :status_equals,
  :candidate_name_equals,
  :sort_order,
  :sort_by,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The parameter by which to sort the results. The default is ‘Descending`.

Returns:

  • (String)


25228
25229
25230
25231
25232
25233
25234
25235
25236
25237
25238
# File 'lib/aws-sdk-sagemaker/types.rb', line 25228

class ListCandidatesForAutoMLJobRequest < Struct.new(
  :auto_ml_job_name,
  :status_equals,
  :candidate_name_equals,
  :sort_order,
  :sort_by,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order for the results. The default is ‘Ascending`.

Returns:

  • (String)


25228
25229
25230
25231
25232
25233
25234
25235
25236
25237
25238
# File 'lib/aws-sdk-sagemaker/types.rb', line 25228

class ListCandidatesForAutoMLJobRequest < Struct.new(
  :auto_ml_job_name,
  :status_equals,
  :candidate_name_equals,
  :sort_order,
  :sort_by,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#status_equalsString

List the candidates for the job and filter by status.

Returns:

  • (String)


25228
25229
25230
25231
25232
25233
25234
25235
25236
25237
25238
# File 'lib/aws-sdk-sagemaker/types.rb', line 25228

class ListCandidatesForAutoMLJobRequest < Struct.new(
  :auto_ml_job_name,
  :status_equals,
  :candidate_name_equals,
  :sort_order,
  :sort_by,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end