Class: Aws::SageMaker::Types::ListMlflowTrackingServersResponse

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

#next_tokenString

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

Returns:

  • (String)


30324
30325
30326
30327
30328
30329
# File 'lib/aws-sdk-sagemaker/types.rb', line 30324

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

#tracking_server_summariesArray<Types::TrackingServerSummary>

A list of tracking servers according to chosen filters.

Returns:



30324
30325
30326
30327
30328
30329
# File 'lib/aws-sdk-sagemaker/types.rb', line 30324

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