Class: Aws::CleanRoomsML::Types::StartTrainedModelInferenceJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::StartTrainedModelInferenceJobResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trained_model_inference_job_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model inference job.
Instance Attribute Details
#trained_model_inference_job_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model inference job.
5175 5176 5177 5178 5179 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5175 class StartTrainedModelInferenceJobResponse < Struct.new( :trained_model_inference_job_arn) SENSITIVE = [] include Aws::Structure end |