Class: Aws::SageMaker::Types::ListInferenceComponentsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListInferenceComponentsOutput
- Defined in:
- gems/aws-sdk-sagemaker/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.
30071 30072 30073 30074 30075 30076 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30071 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.
30071 30072 30073 30074 30075 30076 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30071 class ListInferenceComponentsOutput < Struct.new( :inference_components, :next_token) SENSITIVE = [] include Aws::Structure end |