Class: Aws::Types::CreateModelCardRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


2513
2514
2515
# File 'sig/types.rbs', line 2513

def content
  @content
end

#model_card_name::String

Returns the value of attribute model_card_name.

Returns:

  • (::String)


2511
2512
2513
# File 'sig/types.rbs', line 2511

def model_card_name
  @model_card_name
end

#model_card_status"Draft", ...

Returns the value of attribute model_card_status.

Returns:

  • ("Draft", "PendingReview", "Approved", "Archived")


2514
2515
2516
# File 'sig/types.rbs', line 2514

def model_card_status
  @model_card_status
end

#security_configTypes::ModelCardSecurityConfig

Returns the value of attribute security_config.



2512
2513
2514
# File 'sig/types.rbs', line 2512

def security_config
  @security_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2515
2516
2517
# File 'sig/types.rbs', line 2515

def tags
  @tags
end