Class: Aws::Types::ListInferenceEventsRequest

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::String

Returns the value of attribute inference_scheduler_name.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def inference_scheduler_name
  @inference_scheduler_name
end

#interval_end_time::Time

Returns the value of attribute interval_end_time.

Returns:

  • (::Time)


669
670
671
# File 'sig/types.rbs', line 669

def interval_end_time
  @interval_end_time
end

#interval_start_time::Time

Returns the value of attribute interval_start_time.

Returns:

  • (::Time)


668
669
670
# File 'sig/types.rbs', line 668

def interval_start_time
  @interval_start_time
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


666
667
668
# File 'sig/types.rbs', line 666

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def next_token
  @next_token
end