Class: Aws::SageMaker::Types::ListEndpointsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListEndpointsOutput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<Types::EndpointSummary>
An array or endpoint objects.
-
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
Instance Attribute Details
#endpoints ⇒ Array<Types::EndpointSummary>
An array or endpoint objects.
29210 29211 29212 29213 29214 29215 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29210 class ListEndpointsOutput < Struct.new( :endpoints, :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 training jobs, use it in the subsequent request.
29210 29211 29212 29213 29214 29215 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29210 class ListEndpointsOutput < Struct.new( :endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |