Module: Aws::SageMaker::Client::_DescribeComputeQuotaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeComputeQuotaResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #activation_state ⇒ "Enabled", "Disabled"
- #cluster_arn ⇒ ::String
- #compute_quota_arn ⇒ ::String
- #compute_quota_config ⇒ Types::ComputeQuotaConfig
- #compute_quota_id ⇒ ::String
- #compute_quota_target ⇒ Types::ComputeQuotaTarget
- #compute_quota_version ⇒ ::Integer
- #created_by ⇒ Types::UserContext
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #failure_reason ⇒ ::String
- #last_modified_by ⇒ Types::UserContext
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
- #status ⇒ "Creating", ...
Instance Method Details
#activation_state ⇒ "Enabled", "Disabled"
3854 |
# File 'sig/client.rbs', line 3854
def activation_state: () -> ("Enabled" | "Disabled")
|
#cluster_arn ⇒ ::String
3851 |
# File 'sig/client.rbs', line 3851
def cluster_arn: () -> ::String
|
#compute_quota_arn ⇒ ::String
3844 |
# File 'sig/client.rbs', line 3844
def compute_quota_arn: () -> ::String
|
#compute_quota_config ⇒ Types::ComputeQuotaConfig
3852 |
# File 'sig/client.rbs', line 3852
def compute_quota_config: () -> Types::ComputeQuotaConfig
|
#compute_quota_id ⇒ ::String
3845 |
# File 'sig/client.rbs', line 3845
def compute_quota_id: () -> ::String
|
#compute_quota_target ⇒ Types::ComputeQuotaTarget
3853 |
# File 'sig/client.rbs', line 3853
def compute_quota_target: () -> Types::ComputeQuotaTarget
|
#compute_quota_version ⇒ ::Integer
3848 |
# File 'sig/client.rbs', line 3848
def compute_quota_version: () -> ::Integer
|
#created_by ⇒ Types::UserContext
3856 |
# File 'sig/client.rbs', line 3856
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
3855 |
# File 'sig/client.rbs', line 3855
def creation_time: () -> ::Time
|
#description ⇒ ::String
3847 |
# File 'sig/client.rbs', line 3847
def description: () -> ::String
|
#failure_reason ⇒ ::String
3850 |
# File 'sig/client.rbs', line 3850
def failure_reason: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
3858 |
# File 'sig/client.rbs', line 3858
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
3857 |
# File 'sig/client.rbs', line 3857
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
3846 |
# File 'sig/client.rbs', line 3846
def name: () -> ::String
|
#status ⇒ "Creating", ...
3849 |
# File 'sig/client.rbs', line 3849
def status: () -> ("Creating" | "CreateFailed" | "CreateRollbackFailed" | "Created" | "Updating" | "UpdateFailed" | "UpdateRollbackFailed" | "Updated" | "Deleting" | "DeleteFailed" | "DeleteRollbackFailed" | "Deleted")
|