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)


33615
33616
33617
33618
33619
33620
33621
33622
33623
33624
33625
33626
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615

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)


33615
33616
33617
33618
33619
33620
33621
33622
33623
33624
33625
33626
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615

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)


33615
33616
33617
33618
33619
33620
33621
33622
33623
33624
33625
33626
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615

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)


33615
33616
33617
33618
33619
33620
33621
33622
33623
33624
33625
33626
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615

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)


33615
33616
33617
33618
33619
33620
33621
33622
33623
33624
33625
33626
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615

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)


33615
33616
33617
33618
33619
33620
33621
33622
33623
33624
33625
33626
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615

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)


33615
33616
33617
33618
33619
33620
33621
33622
33623
33624
33625
33626
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615

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)


33615
33616
33617
33618
33619
33620
33621
33622
33623
33624
33625
33626
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615

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