Class: Aws::SageMaker::Types::ListInferenceComponentsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListInferenceComponentsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_components ⇒ Array<Types::InferenceComponentSummary>
A list of inference components and their properties that matches any of the filters you specified in the request.
-
#next_token ⇒ String
The token to use in a subsequent request to get the next set of results following a truncated response.
Instance Attribute Details
#inference_components ⇒ Array<Types::InferenceComponentSummary>
A list of inference components and their properties that matches any of the filters you specified in the request.
28459 28460 28461 28462 28463 28464 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28459 class ListInferenceComponentsOutput < Struct.new( :inference_components, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use in a subsequent request to get the next set of results following a truncated response.
28459 28460 28461 28462 28463 28464 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28459 class ListInferenceComponentsOutput < Struct.new( :inference_components, :next_token) SENSITIVE = [] include Aws::Structure end |