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.
5033 5034 5035 5036 5037 5038 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5033 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.
5033 5034 5035 5036 5037 5038 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5033 class TrainedModelInferenceJobsConfigurationPolicy < Struct.new( :container_logs, :max_output_size) SENSITIVE = [] include Aws::Structure end |