Class: Aws::CleanRoomsML::Types::InferenceContainerExecutionParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::InferenceContainerExecutionParameters
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Provides execution parameters for the inference container.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_payload_in_mb ⇒ Integer
The maximum size of the inference container payload, specified in MB.
Instance Attribute Details
#max_payload_in_mb ⇒ Integer
The maximum size of the inference container payload, specified in MB.
3339 3340 3341 3342 3343 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3339 class InferenceContainerExecutionParameters < Struct.new( :max_payload_in_mb) SENSITIVE = [] include Aws::Structure end |