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

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

#auto_ml_job_nameString

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

Returns:

  • (String)


25222
25223
25224
25225
25226
25227
25228
25229
25230
25231
25232
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25222

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)


25222
25223
25224
25225
25226
25227
25228
25229
25230
25231
25232
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25222

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)


25222
25223
25224
25225
25226
25227
25228
25229
25230
25231
25232
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25222

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)


25222
25223
25224
25225
25226
25227
25228
25229
25230
25231
25232
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25222

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)


25222
25223
25224
25225
25226
25227
25228
25229
25230
25231
25232
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25222

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)


25222
25223
25224
25225
25226
25227
25228
25229
25230
25231
25232
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25222

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)


25222
25223
25224
25225
25226
25227
25228
25229
25230
25231
25232
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25222

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