Class: Aws::SageMaker::Types::ListInferenceComponentsOutput

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

#inference_componentsArray<Types::InferenceComponentSummary>

A list of inference components and their properties that matches any of the filters you specified in the request.



29771
29772
29773
29774
29775
29776
# File 'lib/aws-sdk-sagemaker/types.rb', line 29771

class ListInferenceComponentsOutput < Struct.new(
  :inference_components,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use in a subsequent request to get the next set of results following a truncated response.

Returns:

  • (String)


29771
29772
29773
29774
29775
29776
# File 'lib/aws-sdk-sagemaker/types.rb', line 29771

class ListInferenceComponentsOutput < Struct.new(
  :inference_components,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end