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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Returns:

  • (Time)


27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
27053
27054
27055
27056
27057
27058
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27043

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.

Returns:

  • (Time)


27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
27053
27054
27055
27056
27057
27058
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27043

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.

Returns:

  • (String)


27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
27053
27054
27055
27056
27057
27058
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27043

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.

Returns:

  • (Time)


27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
27053
27054
27055
27056
27057
27058
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27043

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.

Returns:

  • (Time)


27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
27053
27054
27055
27056
27057
27058
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27043

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.

Returns:

  • (Integer)


27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
27053
27054
27055
27056
27057
27058
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27043

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.

Returns:

  • (String)


27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
27053
27054
27055
27056
27057
27058
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27043

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.

Returns:

  • (String)


27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
27053
27054
27055
27056
27057
27058
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27043

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.

Returns:

  • (String)


27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
27053
27054
27055
27056
27057
27058
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27043

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.

Returns:

  • (String)


27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
27053
27054
27055
27056
27057
27058
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27043

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.

Returns:

  • (String)


27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
27053
27054
27055
27056
27057
27058
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27043

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.

Returns:

  • (String)


27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
27053
27054
27055
27056
27057
27058
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27043

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