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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


14917
14918
14919
14920
14921
14922
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14917

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)


14917
14918
14919
14920
14921
14922
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14917

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