Class: Aws::CleanRoomsML::Types::TrainedModelInferenceJobsConfigurationPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::TrainedModelInferenceJobsConfigurationPolicy
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Provides configuration information for the trained model inference job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_logs ⇒ Array<Types::LogsConfigurationPolicy>
The logs container for the trained model inference job.
-
#max_output_size ⇒ Types::TrainedModelInferenceMaxOutputSize
The maximum allowed size of the output of the trained model inference job.
Instance Attribute Details
#container_logs ⇒ Array<Types::LogsConfigurationPolicy>
The logs container for the trained model inference job.
5778 5779 5780 5781 5782 5783 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5778 class TrainedModelInferenceJobsConfigurationPolicy < Struct.new( :container_logs, :max_output_size) SENSITIVE = [] include Aws::Structure end |
#max_output_size ⇒ Types::TrainedModelInferenceMaxOutputSize
The maximum allowed size of the output of the trained model inference job.
5778 5779 5780 5781 5782 5783 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5778 class TrainedModelInferenceJobsConfigurationPolicy < Struct.new( :container_logs, :max_output_size) SENSITIVE = [] include Aws::Structure end |