Class: Aws::SageMaker::Types::AIWorkloadConfigs

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

Overview

The benchmark tool configuration for an AI workload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workload_specTypes::WorkloadSpec

The workload specification that defines benchmark parameters.

Returns:



637
638
639
640
641
# File 'lib/aws-sdk-sagemaker/types.rb', line 637

class AIWorkloadConfigs < Struct.new(
  :workload_spec)
  SENSITIVE = []
  include Aws::Structure
end