Class: Aws::SageMaker::Types::UpdateComputeQuotaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateComputeQuotaResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_quota_arn ⇒ String
ARN of the compute allocation definition.
-
#compute_quota_version ⇒ Integer
Version of the compute allocation definition.
Instance Attribute Details
#compute_quota_arn ⇒ String
ARN of the compute allocation definition.
47376 47377 47378 47379 47380 47381 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47376 class UpdateComputeQuotaResponse < Struct.new( :compute_quota_arn, :compute_quota_version) SENSITIVE = [] include Aws::Structure end |
#compute_quota_version ⇒ Integer
Version of the compute allocation definition.
47376 47377 47378 47379 47380 47381 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47376 class UpdateComputeQuotaResponse < Struct.new( :compute_quota_arn, :compute_quota_version) SENSITIVE = [] include Aws::Structure end |