Skip to content

Delete Ai Workload Config

sagemaker_delete_ai_workload_config R Documentation

Deletes the specified AI workload configuration

Description

Deletes the specified AI workload configuration. You cannot delete a configuration that is referenced by an active benchmark job.

Usage

sagemaker_delete_ai_workload_config(AIWorkloadConfigName)

Arguments

AIWorkloadConfigName

[required] The name of the AI workload configuration to delete.

Value

A list with the following syntax:

list(
  AIWorkloadConfigArn = "string"
)

Request syntax

svc$delete_ai_workload_config(
  AIWorkloadConfigName = "string"
)