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

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

Overview

Represents the overall status of a model package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reasonString

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

Returns:

  • (String)


31796
31797
31798
31799
31800
31801
31802
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31796

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

#nameString

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

Returns:

  • (String)


31796
31797
31798
31799
31800
31801
31802
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31796

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

#statusString

The current status.

Returns:

  • (String)


31796
31797
31798
31799
31800
31801
31802
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31796

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