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

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

Overview

Note:

When making an API call, you may pass DescribeBatchInferenceJobRequest data as a hash:

{
  batch_inference_job_arn: "Arn", # required
}

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)


1979
1980
1981
1982
1983
# File 'lib/aws-sdk-personalize/types.rb', line 1979

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