Class: Aws::CleanRoomsML::Types::StartTrainedModelInferenceJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::StartTrainedModelInferenceJobResponse
- Includes:
- Structure
- Defined in:
- 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.
4765 4766 4767 4768 4769 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4765 class StartTrainedModelInferenceJobResponse < Struct.new( :trained_model_inference_job_arn) SENSITIVE = [] include Aws::Structure end |