Class: Aws::CleanRoomsML::Types::GetTrainedModelInferenceJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetTrainedModelInferenceJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_identifier ⇒ String
Provides the membership ID of the membership that contains the trained model inference job that you are interested in.
-
#trained_model_inference_job_arn ⇒ String
Provides the Amazon Resource Name (ARN) of the trained model inference job that you are interested in.
Instance Attribute Details
#membership_identifier ⇒ String
Provides the membership ID of the membership that contains the trained model inference job that you are interested in.
2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2893 class GetTrainedModelInferenceJobRequest < Struct.new( :membership_identifier, :trained_model_inference_job_arn) SENSITIVE = [] include Aws::Structure end |
#trained_model_inference_job_arn ⇒ String
Provides the Amazon Resource Name (ARN) of the trained model inference job that you are interested in.
2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2893 class GetTrainedModelInferenceJobRequest < Struct.new( :membership_identifier, :trained_model_inference_job_arn) SENSITIVE = [] include Aws::Structure end |