Class: Aws::CleanRoomsML::Types::TrainedModelInferenceJobsConfigurationPolicy

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#container_logsArray<Types::LogsConfigurationPolicy>

The logs container for the trained model inference job.

Returns:



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_sizeTypes::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