Class: Aws::Personalize::Types::CreateBatchInferenceJobResponse

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.

Returns:

  • (String)


903
904
905
906
907
# File 'lib/aws-sdk-personalize/types.rb', line 903

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