Class: Aws::SageMaker::Types::ModelPackageStatusItem

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

Overview

Represents the overall status of a model package.

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reasonString

if the overall status is ‘Failed`, the reason for the failure.

Returns:

  • (String)


14453
14454
14455
14456
14457
14458
# File 'lib/aws-sdk-sagemaker/types.rb', line 14453

class ModelPackageStatusItem < Struct.new(
  :name,
  :status,
  :failure_reason)
  include Aws::Structure
end

#nameString

The name of the model package for which the overall status is being reported.

Returns:

  • (String)


14453
14454
14455
14456
14457
14458
# File 'lib/aws-sdk-sagemaker/types.rb', line 14453

class ModelPackageStatusItem < Struct.new(
  :name,
  :status,
  :failure_reason)
  include Aws::Structure
end

#statusString

The current status.

Returns:

  • (String)


14453
14454
14455
14456
14457
14458
# File 'lib/aws-sdk-sagemaker/types.rb', line 14453

class ModelPackageStatusItem < Struct.new(
  :name,
  :status,
  :failure_reason)
  include Aws::Structure
end