Class: Aws::SageMaker::Types::DescribeJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_categoryString

The category of the job.

Returns:

  • (String)


20588
20589
20590
20591
20592
20593
# File 'lib/aws-sdk-sagemaker/types.rb', line 20588

class DescribeJobRequest < Struct.new(
  :job_name,
  :job_category)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the job to describe.

Returns:

  • (String)


20588
20589
20590
20591
20592
20593
# File 'lib/aws-sdk-sagemaker/types.rb', line 20588

class DescribeJobRequest < Struct.new(
  :job_name,
  :job_category)
  SENSITIVE = []
  include Aws::Structure
end