Class: Aws::CleanRoomsML::Types::ListTrainedModelInferenceJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListTrainedModelInferenceJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum size of the results that is returned per call.
-
#membership_identifier ⇒ String
The membership.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
-
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of a trained model that was used to create the trained model inference jobs that you are interested in.
Instance Attribute Details
#max_results ⇒ Integer
The maximum size of the results that is returned per call.
3991 3992 3993 3994 3995 3996 3997 3998 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3991 class ListTrainedModelInferenceJobsRequest < Struct.new( :next_token, :max_results, :membership_identifier, :trained_model_arn) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The membership
3991 3992 3993 3994 3995 3996 3997 3998 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3991 class ListTrainedModelInferenceJobsRequest < Struct.new( :next_token, :max_results, :membership_identifier, :trained_model_arn) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
3991 3992 3993 3994 3995 3996 3997 3998 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3991 class ListTrainedModelInferenceJobsRequest < Struct.new( :next_token, :max_results, :membership_identifier, :trained_model_arn) SENSITIVE = [] include Aws::Structure end |
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of a trained model that was used to create the trained model inference jobs that you are interested in.
3991 3992 3993 3994 3995 3996 3997 3998 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3991 class ListTrainedModelInferenceJobsRequest < Struct.new( :next_token, :max_results, :membership_identifier, :trained_model_arn) SENSITIVE = [] include Aws::Structure end |