Class: Aws::SageMaker::Types::UltraServerInfo

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

Overview

Contains information about the UltraServer object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the UltraServer.

Returns:

  • (String)


52298
52299
52300
52301
52302
52303
# File 'lib/aws-sdk-sagemaker/types.rb', line 52298

class UltraServerInfo < Struct.new(
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the UltraServer.

Returns:

  • (String)


52298
52299
52300
52301
52302
52303
# File 'lib/aws-sdk-sagemaker/types.rb', line 52298

class UltraServerInfo < Struct.new(
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end