Class: Aws::SageMaker::Types::DescribeModelPackageInput

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

#model_package_nameString

The name or Amazon Resource Name (ARN) of the model package to describe.

When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

Returns:

  • (String)


14162
14163
14164
14165
14166
# File 'lib/aws-sdk-sagemaker/types.rb', line 14162

class DescribeModelPackageInput < Struct.new(
  :model_package_name)
  SENSITIVE = []
  include Aws::Structure
end