Class: Aws::LookoutEquipment::Types::ListInferenceSchedulersRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inference_scheduler_name_begins_withString

The beginning of the name of the inference schedulers to be listed.

Returns:

  • (String)


3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3040

class ListInferenceSchedulersRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name_begins_with,
  :model_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specifies the maximum number of inference schedulers to list.

Returns:

  • (Integer)


3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3040

class ListInferenceSchedulersRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name_begins_with,
  :model_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the machine learning model used by the inference scheduler to be listed.

Returns:

  • (String)


3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3040

class ListInferenceSchedulersRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name_begins_with,
  :model_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An opaque pagination token indicating where to continue the listing of inference schedulers.

Returns:

  • (String)


3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3040

class ListInferenceSchedulersRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name_begins_with,
  :model_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Specifies the current status of the inference schedulers.

Returns:

  • (String)


3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3040

class ListInferenceSchedulersRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name_begins_with,
  :model_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end