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"
3870 |
# File 'sig/client.rbs', line 3870
def activation_state: () -> ("Enabled" | "Disabled")
|
#cluster_arn ⇒ ::String
3867 |
# File 'sig/client.rbs', line 3867
def cluster_arn: () -> ::String
|
#compute_quota_arn ⇒ ::String
3860 |
# File 'sig/client.rbs', line 3860
def compute_quota_arn: () -> ::String
|
#compute_quota_config ⇒ Types::ComputeQuotaConfig
3868 |
# File 'sig/client.rbs', line 3868
def compute_quota_config: () -> Types::ComputeQuotaConfig
|
#compute_quota_id ⇒ ::String
3861 |
# File 'sig/client.rbs', line 3861
def compute_quota_id: () -> ::String
|
#compute_quota_target ⇒ Types::ComputeQuotaTarget
3869 |
# File 'sig/client.rbs', line 3869
def compute_quota_target: () -> Types::ComputeQuotaTarget
|
#compute_quota_version ⇒ ::Integer
3864 |
# File 'sig/client.rbs', line 3864
def compute_quota_version: () -> ::Integer
|
#created_by ⇒ Types::UserContext
3872 |
# File 'sig/client.rbs', line 3872
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
3871 |
# File 'sig/client.rbs', line 3871
def creation_time: () -> ::Time
|
#description ⇒ ::String
3863 |
# File 'sig/client.rbs', line 3863
def description: () -> ::String
|
#failure_reason ⇒ ::String
3866 |
# File 'sig/client.rbs', line 3866
def failure_reason: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
3874 |
# File 'sig/client.rbs', line 3874
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
3873 |
# File 'sig/client.rbs', line 3873
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
3862 |
# File 'sig/client.rbs', line 3862
def name: () -> ::String
|
#status ⇒ "Creating", ...
3865 |
# File 'sig/client.rbs', line 3865
def status: () -> ("Creating" | "CreateFailed" | "CreateRollbackFailed" | "Created" | "Updating" | "UpdateFailed" | "UpdateRollbackFailed" | "Updated" | "Deleting" | "DeleteFailed" | "DeleteRollbackFailed" | "Deleted")
|