Class: Aws::SageMaker::Types::ListEndpointConfigsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListEndpointConfigsOutput
- Defined in:
- gems/aws-sdk-sagemaker/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.
29166 29167 29168 29169 29170 29171 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29166 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
29166 29167 29168 29169 29170 29171 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29166 class ListEndpointConfigsOutput < Struct.new( :endpoint_configs, :next_token) SENSITIVE = [] include Aws::Structure end |