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)


2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2936

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)


2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2936

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)


2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2936

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)


2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2936

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)


2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2936

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