Class: Aws::SageMaker::Types::ListInferenceComponentsInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

Filters the results to only those inference components that were created after the specified time.



33459
33460
33461
33462
33463
33464
33465
33466
33467
33468
33469
33470
33471
33472
33473
33474
# File 'lib/aws-sdk-sagemaker/types.rb', line 33459

class ListInferenceComponentsInput < Struct.new(
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :endpoint_name_equals,
  :variant_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

Filters the results to only those inference components that were created before the specified time.



33459
33460
33461
33462
33463
33464
33465
33466
33467
33468
33469
33470
33471
33472
33473
33474
# File 'lib/aws-sdk-sagemaker/types.rb', line 33459

class ListInferenceComponentsInput < Struct.new(
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :endpoint_name_equals,
  :variant_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_name_equalsString

An endpoint name to filter the listed inference components. The response includes only those inference components that are hosted at the specified endpoint.



33459
33460
33461
33462
33463
33464
33465
33466
33467
33468
33469
33470
33471
33472
33473
33474
# File 'lib/aws-sdk-sagemaker/types.rb', line 33459

class ListInferenceComponentsInput < Struct.new(
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :endpoint_name_equals,
  :variant_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_time_afterTime

Filters the results to only those inference components that were updated after the specified time.



33459
33460
33461
33462
33463
33464
33465
33466
33467
33468
33469
33470
33471
33472
33473
33474
# File 'lib/aws-sdk-sagemaker/types.rb', line 33459

class ListInferenceComponentsInput < Struct.new(
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :endpoint_name_equals,
  :variant_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_time_beforeTime

Filters the results to only those inference components that were updated before the specified time.



33459
33460
33461
33462
33463
33464
33465
33466
33467
33468
33469
33470
33471
33472
33473
33474
# File 'lib/aws-sdk-sagemaker/types.rb', line 33459

class ListInferenceComponentsInput < Struct.new(
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :endpoint_name_equals,
  :variant_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of inference components to return in the response. This value defaults to 10.



33459
33460
33461
33462
33463
33464
33465
33466
33467
33468
33469
33470
33471
33472
33473
33474
# File 'lib/aws-sdk-sagemaker/types.rb', line 33459

class ListInferenceComponentsInput < Struct.new(
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :endpoint_name_equals,
  :variant_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#name_containsString

Filters the results to only those inference components with a name that contains the specified string.



33459
33460
33461
33462
33463
33464
33465
33466
33467
33468
33469
33470
33471
33472
33473
33474
# File 'lib/aws-sdk-sagemaker/types.rb', line 33459

class ListInferenceComponentsInput < Struct.new(
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :endpoint_name_equals,
  :variant_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.



33459
33460
33461
33462
33463
33464
33465
33466
33467
33468
33469
33470
33471
33472
33473
33474
# File 'lib/aws-sdk-sagemaker/types.rb', line 33459

class ListInferenceComponentsInput < Struct.new(
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :endpoint_name_equals,
  :variant_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The field by which to sort the inference components in the response. The default is CreationTime.



33459
33460
33461
33462
33463
33464
33465
33466
33467
33468
33469
33470
33471
33472
33473
33474
# File 'lib/aws-sdk-sagemaker/types.rb', line 33459

class ListInferenceComponentsInput < Struct.new(
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :endpoint_name_equals,
  :variant_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order for results. The default is Descending.



33459
33460
33461
33462
33463
33464
33465
33466
33467
33468
33469
33470
33471
33472
33473
33474
# File 'lib/aws-sdk-sagemaker/types.rb', line 33459

class ListInferenceComponentsInput < Struct.new(
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :endpoint_name_equals,
  :variant_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#status_equalsString

Filters the results to only those inference components with the specified status.



33459
33460
33461
33462
33463
33464
33465
33466
33467
33468
33469
33470
33471
33472
33473
33474
# File 'lib/aws-sdk-sagemaker/types.rb', line 33459

class ListInferenceComponentsInput < Struct.new(
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :endpoint_name_equals,
  :variant_name_equals)
  SENSITIVE = []
  include Aws::Structure
end

#variant_name_equalsString

A production variant name to filter the listed inference components. The response includes only those inference components that are hosted at the specified variant.



33459
33460
33461
33462
33463
33464
33465
33466
33467
33468
33469
33470
33471
33472
33473
33474
# File 'lib/aws-sdk-sagemaker/types.rb', line 33459

class ListInferenceComponentsInput < Struct.new(
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :endpoint_name_equals,
  :variant_name_equals)
  SENSITIVE = []
  include Aws::Structure
end