Class: Aws::SageMaker::Types::DescribeModelCardRequest

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_card_nameString

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

Returns:

  • (String)


15880
15881
15882
15883
15884
15885
# File 'lib/aws-sdk-sagemaker/types.rb', line 15880

class DescribeModelCardRequest < Struct.new(
  :model_card_name,
  :model_card_version)
  SENSITIVE = []
  include Aws::Structure
end

#model_card_versionInteger

The version of the model card to describe. If a version is not provided, then the latest version of the model card is described.

Returns:

  • (Integer)


15880
15881
15882
15883
15884
15885
# File 'lib/aws-sdk-sagemaker/types.rb', line 15880

class DescribeModelCardRequest < Struct.new(
  :model_card_name,
  :model_card_version)
  SENSITIVE = []
  include Aws::Structure
end