Class: Aws::SageMaker::Types::DescribeComputeQuotaRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_quota_idString

ID of the compute allocation definition.

Returns:

  • (String)


15348
15349
15350
15351
15352
15353
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15348

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

#compute_quota_versionInteger

Version of the compute allocation definition.

Returns:

  • (Integer)


15348
15349
15350
15351
15352
15353
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15348

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