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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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.
20008 20009 20010 20011 20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20008 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 |