Class: Aws::Types::ListCandidatesForAutoMLJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_name::String

Returns the value of attribute auto_ml_job_name.

Returns:

  • (::String)


7310
7311
7312
# File 'sig/types.rbs', line 7310

def auto_ml_job_name
  @auto_ml_job_name
end

#candidate_name_equals::String

Returns the value of attribute candidate_name_equals.

Returns:

  • (::String)


7312
7313
7314
# File 'sig/types.rbs', line 7312

def candidate_name_equals
  @candidate_name_equals
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7315
7316
7317
# File 'sig/types.rbs', line 7315

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7316
7317
7318
# File 'sig/types.rbs', line 7316

def next_token
  @next_token
end

#sort_by"CreationTime", ...

Returns the value of attribute sort_by.

Returns:

  • ("CreationTime", "Status", "FinalObjectiveMetricValue")


7314
7315
7316
# File 'sig/types.rbs', line 7314

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


7313
7314
7315
# File 'sig/types.rbs', line 7313

def sort_order
  @sort_order
end

#status_equals"Completed", ...

Returns the value of attribute status_equals.

Returns:

  • ("Completed", "InProgress", "Failed", "Stopped", "Stopping")


7311
7312
7313
# File 'sig/types.rbs', line 7311

def status_equals
  @status_equals
end