Class: Aws::Personalize::Types::DescribeBatchInferenceJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeBatchInferenceJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_inference_job ⇒ Types::BatchInferenceJob
Information on the specified batch inference job.
Instance Attribute Details
#batch_inference_job ⇒ Types::BatchInferenceJob
Information on the specified batch inference job.
2959 2960 2961 2962 2963 |
# File 'lib/aws-sdk-personalize/types.rb', line 2959 class DescribeBatchInferenceJobResponse < Struct.new( :batch_inference_job) SENSITIVE = [] include Aws::Structure end |