ResourceSharingConfig - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ResourceSharingConfig

Resource sharing configuration.

Contents

Strategy

The strategy of how idle compute is shared within the cluster. The following are the options of strategies.

  • DontLend: entities do not lend idle compute.

  • Lend: entities can lend idle compute to entities that can borrow.

  • LendandBorrow: entities can lend idle compute and borrow idle compute from other entities.

Default is LendandBorrow.

Type: String

Valid Values: Lend | DontLend | LendAndBorrow

Required: Yes

AbsoluteBorrowLimits

The absolute limits on compute resources that can be borrowed from idle compute. When specified, these limits define the maximum amount of specific resource types (such as accelerators, vCPU, or memory) that an entity can borrow, regardless of the percentage-based BorrowLimit.

Type: Array of ComputeQuotaResourceConfig objects

Array Members: Minimum number of 0 items. Maximum number of 15 items.

Required: No

BorrowLimit

The limit on how much idle compute can be borrowed.The values can be 1 - 500 percent of idle compute that the team is allowed to borrow.

Default is 50.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 10000.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: