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

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 1. Maximum value of 500.

Required: No

See Also

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