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.



27072
27073
27074
27075
27076
27077
# File 'lib/aws-sdk-sagemaker/types.rb', line 27072

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)


27072
27073
27074
27075
27076
27077
# File 'lib/aws-sdk-sagemaker/types.rb', line 27072

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