Class: Aws::Personalize::Types::CreateBatchInferenceJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateBatchInferenceJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_inference_job_arn ⇒ String
The ARN of the batch inference job.
Instance Attribute Details
#batch_inference_job_arn ⇒ String
The ARN of the batch inference job.
946 947 948 949 950 |
# File 'lib/aws-sdk-personalize/types.rb', line 946 class CreateBatchInferenceJobResponse < Struct.new( :batch_inference_job_arn) SENSITIVE = [] include Aws::Structure end |