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.
3345 3346 3347 3348 3349 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3345 class InferenceContainerExecutionParameters < Struct.new( :max_payload_in_mb) SENSITIVE = [] include Aws::Structure end |