Class: Aws::Types::ModelCard

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)


8873
8874
8875
# File 'sig/types.rbs', line 8873

def content
  @content
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



8877
8878
8879
# File 'sig/types.rbs', line 8877

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8876
8877
8878
# File 'sig/types.rbs', line 8876

def creation_time
  @creation_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



8879
8880
8881
# File 'sig/types.rbs', line 8879

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8878
8879
8880
# File 'sig/types.rbs', line 8878

def last_modified_time
  @last_modified_time
end

#model_card_arn::String

Returns the value of attribute model_card_arn.

Returns:

  • (::String)


8870
8871
8872
# File 'sig/types.rbs', line 8870

def model_card_arn
  @model_card_arn
end

#model_card_name::String

Returns the value of attribute model_card_name.

Returns:

  • (::String)


8871
8872
8873
# File 'sig/types.rbs', line 8871

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")


8874
8875
8876
# File 'sig/types.rbs', line 8874

def model_card_status
  @model_card_status
end

#model_card_version::Integer

Returns the value of attribute model_card_version.

Returns:

  • (::Integer)


8872
8873
8874
# File 'sig/types.rbs', line 8872

def model_card_version
  @model_card_version
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


8881
8882
8883
# File 'sig/types.rbs', line 8881

def model_id
  @model_id
end

#model_package_group_name::String

Returns the value of attribute model_package_group_name.

Returns:

  • (::String)


8883
8884
8885
# File 'sig/types.rbs', line 8883

def model_package_group_name
  @model_package_group_name
end

#risk_rating::String

Returns the value of attribute risk_rating.

Returns:

  • (::String)


8882
8883
8884
# File 'sig/types.rbs', line 8882

def risk_rating
  @risk_rating
end

#security_configTypes::ModelCardSecurityConfig

Returns the value of attribute security_config.



8875
8876
8877
# File 'sig/types.rbs', line 8875

def security_config
  @security_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



8880
8881
8882
# File 'sig/types.rbs', line 8880

def tags
  @tags
end