Class: Aws::SageMaker::Types::ModelPackageSummary

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

Overview

Provides summary information about a model package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp that shows when the model package was created.

Returns:

  • (Time)


31859
31860
31861
31862
31863
31864
31865
31866
31867
31868
31869
31870
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31859

class ModelPackageSummary < Struct.new(
  :model_package_name,
  :model_package_group_name,
  :model_package_version,
  :model_package_arn,
  :model_package_description,
  :creation_time,
  :model_package_status,
  :model_approval_status)
  SENSITIVE = []
  include Aws::Structure
end

#model_approval_statusString

The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved

  • REJECTED - The model is rejected.

  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

Returns:

  • (String)


31859
31860
31861
31862
31863
31864
31865
31866
31867
31868
31869
31870
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31859

class ModelPackageSummary < Struct.new(
  :model_package_name,
  :model_package_group_name,
  :model_package_version,
  :model_package_arn,
  :model_package_description,
  :creation_time,
  :model_package_status,
  :model_approval_status)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_arnString

The Amazon Resource Name (ARN) of the model package.

Returns:

  • (String)


31859
31860
31861
31862
31863
31864
31865
31866
31867
31868
31869
31870
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31859

class ModelPackageSummary < Struct.new(
  :model_package_name,
  :model_package_group_name,
  :model_package_version,
  :model_package_arn,
  :model_package_description,
  :creation_time,
  :model_package_status,
  :model_approval_status)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_descriptionString

A brief description of the model package.

Returns:

  • (String)


31859
31860
31861
31862
31863
31864
31865
31866
31867
31868
31869
31870
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31859

class ModelPackageSummary < Struct.new(
  :model_package_name,
  :model_package_group_name,
  :model_package_version,
  :model_package_arn,
  :model_package_description,
  :creation_time,
  :model_package_status,
  :model_approval_status)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_group_nameString

If the model package is a versioned model, the model group that the versioned model belongs to.

Returns:

  • (String)


31859
31860
31861
31862
31863
31864
31865
31866
31867
31868
31869
31870
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31859

class ModelPackageSummary < Struct.new(
  :model_package_name,
  :model_package_group_name,
  :model_package_version,
  :model_package_arn,
  :model_package_description,
  :creation_time,
  :model_package_status,
  :model_approval_status)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_nameString

The name of the model package.

Returns:

  • (String)


31859
31860
31861
31862
31863
31864
31865
31866
31867
31868
31869
31870
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31859

class ModelPackageSummary < Struct.new(
  :model_package_name,
  :model_package_group_name,
  :model_package_version,
  :model_package_arn,
  :model_package_description,
  :creation_time,
  :model_package_status,
  :model_approval_status)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_statusString

The overall status of the model package.

Returns:

  • (String)


31859
31860
31861
31862
31863
31864
31865
31866
31867
31868
31869
31870
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31859

class ModelPackageSummary < Struct.new(
  :model_package_name,
  :model_package_group_name,
  :model_package_version,
  :model_package_arn,
  :model_package_description,
  :creation_time,
  :model_package_status,
  :model_approval_status)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_versionInteger

If the model package is a versioned model, the version of the model.

Returns:

  • (Integer)


31859
31860
31861
31862
31863
31864
31865
31866
31867
31868
31869
31870
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31859

class ModelPackageSummary < Struct.new(
  :model_package_name,
  :model_package_group_name,
  :model_package_version,
  :model_package_arn,
  :model_package_description,
  :creation_time,
  :model_package_status,
  :model_approval_status)
  SENSITIVE = []
  include Aws::Structure
end