Class: Aws::SageMaker::Types::ListEndpointConfigsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_configsArray<Types::EndpointConfigSummary>

An array of endpoint configurations.

Returns:



26137
26138
26139
26140
26141
26142
# File 'lib/aws-sdk-sagemaker/types.rb', line 26137

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

#next_tokenString

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

Returns:

  • (String)


26137
26138
26139
26140
26141
26142
# File 'lib/aws-sdk-sagemaker/types.rb', line 26137

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