Class: Aws::CleanRoomsML::Types::GetTrainedModelInferenceJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetTrainedModelInferenceJobRequest
- Defined in:
- gems/aws-sdk-cleanroomsml/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.
3008 3009 3010 3011 3012 3013 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3008 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.
3008 3009 3010 3011 3012 3013 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3008 class GetTrainedModelInferenceJobRequest < Struct.new( :membership_identifier, :trained_model_inference_job_arn) SENSITIVE = [] include Aws::Structure end |