Class: Aws::Types::ListInferenceSchedulersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inference_scheduler_name_begins_with::String

Returns the value of attribute inference_scheduler_name_begins_with.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def inference_scheduler_name_begins_with
  @inference_scheduler_name_begins_with
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


697
698
699
# File 'sig/types.rbs', line 697

def max_results
  @max_results
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def model_name
  @model_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def next_token
  @next_token
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "RUNNING", "STOPPING", "STOPPED")


700
701
702
# File 'sig/types.rbs', line 700

def status
  @status
end