Class: Aws::SageMaker::Types::AIWorkloadConfigs
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIWorkloadConfigs
- 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
-
#workload_spec ⇒ Types::WorkloadSpec
The workload specification that defines benchmark parameters.
Instance Attribute Details
#workload_spec ⇒ Types::WorkloadSpec
The workload specification that defines benchmark parameters.
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 |