Class: Aws::SageMaker::Types::ListEndpointConfigsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListEndpointConfigsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_configs ⇒ Array<Types::EndpointConfigSummary>
An array of endpoint configurations.
-
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
Instance Attribute Details
#endpoint_configs ⇒ Array<Types::EndpointConfigSummary>
An array of endpoint configurations.
27576 27577 27578 27579 27580 27581 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27576 class ListEndpointConfigsOutput < Struct.new( :endpoint_configs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, SageMaker returns this token. To retrieve the next set of endpoint configurations, use it in the subsequent request
27576 27577 27578 27579 27580 27581 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27576 class ListEndpointConfigsOutput < Struct.new( :endpoint_configs, :next_token) SENSITIVE = [] include Aws::Structure end |