Class: Aws::SageMaker::Types::DescribeReservedCapacityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeReservedCapacityResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone where the reserved capacity is provisioned.
-
#available_instance_count ⇒ Integer
The number of instances currently available for use in this reserved capacity.
-
#duration_hours ⇒ Integer
The total duration of the reserved capacity in hours.
-
#duration_minutes ⇒ Integer
The number of minutes for the duration of the reserved capacity.
-
#end_time ⇒ Time
The timestamp when the reserved capacity expires.
-
#in_use_instance_count ⇒ Integer
The number of instances currently in use from this reserved capacity.
-
#instance_type ⇒ String
The Amazon EC2 instance type used in the reserved capacity.
-
#reserved_capacity_arn ⇒ String
ARN of the reserved capacity.
-
#reserved_capacity_type ⇒ String
The type of reserved capacity.
-
#start_time ⇒ Time
The timestamp when the reserved capacity becomes active.
-
#status ⇒ String
The current status of the reserved capacity.
-
#total_instance_count ⇒ Integer
The total number of instances allocated to this reserved capacity.
-
#ultra_server_summary ⇒ Types::UltraServerSummary
A summary of the UltraServer associated with this reserved capacity.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone where the reserved capacity is provisioned.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |
#available_instance_count ⇒ Integer
The number of instances currently available for use in this reserved capacity.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |
#duration_hours ⇒ Integer
The total duration of the reserved capacity in hours.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |
#duration_minutes ⇒ Integer
The number of minutes for the duration of the reserved capacity. For example, if a reserved capacity starts at 08:55 and ends at 11:30, the minutes field would be 35.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The timestamp when the reserved capacity expires.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |
#in_use_instance_count ⇒ Integer
The number of instances currently in use from this reserved capacity.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The Amazon EC2 instance type used in the reserved capacity.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |
#reserved_capacity_arn ⇒ String
ARN of the reserved capacity.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |
#reserved_capacity_type ⇒ String
The type of reserved capacity.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp when the reserved capacity becomes active.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the reserved capacity.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |
#total_instance_count ⇒ Integer
The total number of instances allocated to this reserved capacity.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |
#ultra_server_summary ⇒ Types::UltraServerSummary
A summary of the UltraServer associated with this reserved capacity.
19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19769 class DescribeReservedCapacityResponse < Struct.new( :reserved_capacity_arn, :reserved_capacity_type, :status, :availability_zone, :duration_hours, :duration_minutes, :start_time, :end_time, :instance_type, :total_instance_count, :available_instance_count, :in_use_instance_count, :ultra_server_summary) SENSITIVE = [] include Aws::Structure end |