Class: Aws::Types::GetProvisionedModelThroughputResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetProvisionedModelThroughputResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commitment_duration ⇒ "OneMonth", "SixMonths"
Returns the value of attribute commitment_duration.
-
#commitment_expiration_time ⇒ ::Time
Returns the value of attribute commitment_expiration_time.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#desired_model_arn ⇒ ::String
Returns the value of attribute desired_model_arn.
-
#desired_model_units ⇒ ::Integer
Returns the value of attribute desired_model_units.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#foundation_model_arn ⇒ ::String
Returns the value of attribute foundation_model_arn.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_units ⇒ ::Integer
Returns the value of attribute model_units.
-
#provisioned_model_arn ⇒ ::String
Returns the value of attribute provisioned_model_arn.
-
#provisioned_model_name ⇒ ::String
Returns the value of attribute provisioned_model_name.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
Instance Attribute Details
#commitment_duration ⇒ "OneMonth", "SixMonths"
Returns the value of attribute commitment_duration.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def commitment_duration @commitment_duration end |
#commitment_expiration_time ⇒ ::Time
Returns the value of attribute commitment_expiration_time.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def commitment_expiration_time @commitment_expiration_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def creation_time @creation_time end |
#desired_model_arn ⇒ ::String
Returns the value of attribute desired_model_arn.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def desired_model_arn @desired_model_arn end |
#desired_model_units ⇒ ::Integer
Returns the value of attribute desired_model_units.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def desired_model_units @desired_model_units end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def @failure_message end |
#foundation_model_arn ⇒ ::String
Returns the value of attribute foundation_model_arn.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def foundation_model_arn @foundation_model_arn end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def last_modified_time @last_modified_time end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def model_arn @model_arn end |
#model_units ⇒ ::Integer
Returns the value of attribute model_units.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def model_units @model_units end |
#provisioned_model_arn ⇒ ::String
Returns the value of attribute provisioned_model_arn.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def provisioned_model_arn @provisioned_model_arn end |
#provisioned_model_name ⇒ ::String
Returns the value of attribute provisioned_model_name.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def provisioned_model_name @provisioned_model_name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def status @status end |