Class: Aws::SageMaker::Types::CreateModelCardRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:content]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content of the model card. Content must be in [model card JSON schema] and provided as a string.

[1]: docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html#model-cards-json-schema

Returns:

  • (String)


7579
7580
7581
7582
7583
7584
7585
7586
7587
# File 'lib/aws-sdk-sagemaker/types.rb', line 7579

class CreateModelCardRequest < Struct.new(
  :model_card_name,
  :security_config,
  :content,
  :model_card_status,
  :tags)
  SENSITIVE = [:content]
  include Aws::Structure
end

#model_card_nameString

The unique name of the model card.

Returns:

  • (String)


7579
7580
7581
7582
7583
7584
7585
7586
7587
# File 'lib/aws-sdk-sagemaker/types.rb', line 7579

class CreateModelCardRequest < Struct.new(
  :model_card_name,
  :security_config,
  :content,
  :model_card_status,
  :tags)
  SENSITIVE = [:content]
  include Aws::Structure
end

#model_card_statusString

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • ‘Draft`: The model card is a work in progress.

  • ‘PendingReview`: The model card is pending review.

  • ‘Approved`: The model card is approved.

  • ‘Archived`: The model card is archived. No more updates should be made to the model card, but it can still be exported.

Returns:

  • (String)


7579
7580
7581
7582
7583
7584
7585
7586
7587
# File 'lib/aws-sdk-sagemaker/types.rb', line 7579

class CreateModelCardRequest < Struct.new(
  :model_card_name,
  :security_config,
  :content,
  :model_card_status,
  :tags)
  SENSITIVE = [:content]
  include Aws::Structure
end

#security_configTypes::ModelCardSecurityConfig

An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.



7579
7580
7581
7582
7583
7584
7585
7586
7587
# File 'lib/aws-sdk-sagemaker/types.rb', line 7579

class CreateModelCardRequest < Struct.new(
  :model_card_name,
  :security_config,
  :content,
  :model_card_status,
  :tags)
  SENSITIVE = [:content]
  include Aws::Structure
end

#tagsArray<Types::Tag>

Key-value pairs used to manage metadata for model cards.

Returns:



7579
7580
7581
7582
7583
7584
7585
7586
7587
# File 'lib/aws-sdk-sagemaker/types.rb', line 7579

class CreateModelCardRequest < Struct.new(
  :model_card_name,
  :security_config,
  :content,
  :model_card_status,
  :tags)
  SENSITIVE = [:content]
  include Aws::Structure
end