Class: Aws::Types::ListInferenceExecutionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_end_time_before::Time

Returns the value of attribute data_end_time_before.

Returns:

  • (::Time)


684
685
686
# File 'sig/types.rbs', line 684

def data_end_time_before
  @data_end_time_before
end

#data_start_time_after::Time

Returns the value of attribute data_start_time_after.

Returns:

  • (::Time)


683
684
685
# File 'sig/types.rbs', line 683

def data_start_time_after
  @data_start_time_after
end

#inference_scheduler_name::String

Returns the value of attribute inference_scheduler_name.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def inference_scheduler_name
  @inference_scheduler_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


681
682
683
# File 'sig/types.rbs', line 681

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def next_token
  @next_token
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "SUCCESS", "FAILED")


685
686
687
# File 'sig/types.rbs', line 685

def status
  @status
end