Class: Aws::Types::ProvisionedModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedModelSummary
- 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.
-
#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.
3150 3151 3152 |
# File 'sig/types.rbs', line 3150 def commitment_duration @commitment_duration end |
#commitment_expiration_time ⇒ ::Time
Returns the value of attribute commitment_expiration_time.
3151 3152 3153 |
# File 'sig/types.rbs', line 3151 def commitment_expiration_time @commitment_expiration_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3152 3153 3154 |
# File 'sig/types.rbs', line 3152 def creation_time @creation_time end |
#desired_model_arn ⇒ ::String
Returns the value of attribute desired_model_arn.
3145 3146 3147 |
# File 'sig/types.rbs', line 3145 def desired_model_arn @desired_model_arn end |
#desired_model_units ⇒ ::Integer
Returns the value of attribute desired_model_units.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def desired_model_units @desired_model_units end |
#foundation_model_arn ⇒ ::String
Returns the value of attribute foundation_model_arn.
3146 3147 3148 |
# File 'sig/types.rbs', line 3146 def foundation_model_arn @foundation_model_arn end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3153 3154 3155 |
# File 'sig/types.rbs', line 3153 def last_modified_time @last_modified_time end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
3144 3145 3146 |
# File 'sig/types.rbs', line 3144 def model_arn @model_arn end |
#model_units ⇒ ::Integer
Returns the value of attribute model_units.
3147 3148 3149 |
# File 'sig/types.rbs', line 3147 def model_units @model_units end |
#provisioned_model_arn ⇒ ::String
Returns the value of attribute provisioned_model_arn.
3143 3144 3145 |
# File 'sig/types.rbs', line 3143 def provisioned_model_arn @provisioned_model_arn end |
#provisioned_model_name ⇒ ::String
Returns the value of attribute provisioned_model_name.
3142 3143 3144 |
# File 'sig/types.rbs', line 3142 def provisioned_model_name @provisioned_model_name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def status @status end |