Class: Aws::SageMaker::Types::ListEndpointsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointsArray<Types::EndpointSummary>

An array or endpoint objects.

Returns:



26221
26222
26223
26224
26225
26226
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26221

class ListEndpointsOutput < Struct.new(
  :endpoints,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.

Returns:

  • (String)


26221
26222
26223
26224
26225
26226
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26221

class ListEndpointsOutput < Struct.new(
  :endpoints,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end