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

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

#inference_componentsArray<Types::InferenceComponentSummary>

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



27691
27692
27693
27694
27695
27696
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27691

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)


27691
27692
27693
27694
27695
27696
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27691

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