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"
3898 |
# File 'sig/client.rbs', line 3898
def activation_state: () -> ("Enabled" | "Disabled")
|
#cluster_arn ⇒ ::String
3895 |
# File 'sig/client.rbs', line 3895
def cluster_arn: () -> ::String
|
#compute_quota_arn ⇒ ::String
3888 |
# File 'sig/client.rbs', line 3888
def compute_quota_arn: () -> ::String
|
#compute_quota_config ⇒ Types::ComputeQuotaConfig
3896 |
# File 'sig/client.rbs', line 3896
def compute_quota_config: () -> Types::ComputeQuotaConfig
|
#compute_quota_id ⇒ ::String
3889 |
# File 'sig/client.rbs', line 3889
def compute_quota_id: () -> ::String
|
#compute_quota_target ⇒ Types::ComputeQuotaTarget
3897 |
# File 'sig/client.rbs', line 3897
def compute_quota_target: () -> Types::ComputeQuotaTarget
|
#compute_quota_version ⇒ ::Integer
3892 |
# File 'sig/client.rbs', line 3892
def compute_quota_version: () -> ::Integer
|
#created_by ⇒ Types::UserContext
3900 |
# File 'sig/client.rbs', line 3900
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
3899 |
# File 'sig/client.rbs', line 3899
def creation_time: () -> ::Time
|
#description ⇒ ::String
3891 |
# File 'sig/client.rbs', line 3891
def description: () -> ::String
|
#failure_reason ⇒ ::String
3894 |
# File 'sig/client.rbs', line 3894
def failure_reason: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
3902 |
# File 'sig/client.rbs', line 3902
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
3901 |
# File 'sig/client.rbs', line 3901
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
3890 |
# File 'sig/client.rbs', line 3890
def name: () -> ::String
|
#status ⇒ "Creating", ...
3893 |
# File 'sig/client.rbs', line 3893
def status: () -> ("Creating" | "CreateFailed" | "CreateRollbackFailed" | "Created" | "Updating" | "UpdateFailed" | "UpdateRollbackFailed" | "Updated" | "Deleting" | "DeleteFailed" | "DeleteRollbackFailed" | "Deleted")
|