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:



5429
5430
5431
5432
5433
5434
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5429

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.



5429
5430
5431
5432
5433
5434
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5429

class TrainedModelInferenceJobsConfigurationPolicy < Struct.new(
  :container_logs,
  :max_output_size)
  SENSITIVE = []
  include Aws::Structure
end