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