Class: Aws::SageMaker::Types::CreateComputeQuotaResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_quota_arnString

ARN of the compute allocation definition.

Returns:

  • (String)


6463
6464
6465
6466
6467
6468
# File 'lib/aws-sdk-sagemaker/types.rb', line 6463

class CreateComputeQuotaResponse < Struct.new(
  :compute_quota_arn,
  :compute_quota_id)
  SENSITIVE = []
  include Aws::Structure
end

#compute_quota_idString

ID of the compute allocation definition.

Returns:

  • (String)


6463
6464
6465
6466
6467
6468
# File 'lib/aws-sdk-sagemaker/types.rb', line 6463

class CreateComputeQuotaResponse < Struct.new(
  :compute_quota_arn,
  :compute_quota_id)
  SENSITIVE = []
  include Aws::Structure
end