Class: Aws::Personalize::Types::DescribeBatchInferenceJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_inference_job_arnString

The ARN of the batch inference job to describe.

Returns:

  • (String)


2659
2660
2661
2662
2663
# File 'lib/aws-sdk-personalize/types.rb', line 2659

class DescribeBatchInferenceJobRequest < Struct.new(
  :batch_inference_job_arn)
  SENSITIVE = []
  include Aws::Structure
end