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.
3026 3027 3028 3029 3030 3031 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3026 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.
3026 3027 3028 3029 3030 3031 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3026 class GetTrainedModelInferenceJobRequest < Struct.new( :membership_identifier, :trained_model_inference_job_arn) SENSITIVE = [] include Aws::Structure end |