Class: Aws::SageMaker::Types::UltraServerInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UltraServerInfo
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Contains information about the UltraServer object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the UltraServer.
-
#type ⇒ String
The type of the UltraServer.
Instance Attribute Details
#id ⇒ String
The unique identifier of the UltraServer.
52444 52445 52446 52447 52448 52449 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 52444 class UltraServerInfo < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the UltraServer.
52444 52445 52446 52447 52448 52449 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 52444 class UltraServerInfo < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |