Class: Aws::Types::ModelDashboardModelCard

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



8934
8935
8936
# File 'sig/types.rbs', line 8934

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8933
8934
8935
# File 'sig/types.rbs', line 8933

def creation_time
  @creation_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



8936
8937
8938
# File 'sig/types.rbs', line 8936

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8935
8936
8937
# File 'sig/types.rbs', line 8935

def last_modified_time
  @last_modified_time
end

#model_card_arn::String

Returns the value of attribute model_card_arn.

Returns:

  • (::String)


8928
8929
8930
# File 'sig/types.rbs', line 8928

def model_card_arn
  @model_card_arn
end

#model_card_name::String

Returns the value of attribute model_card_name.

Returns:

  • (::String)


8929
8930
8931
# File 'sig/types.rbs', line 8929

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


8931
8932
8933
# File 'sig/types.rbs', line 8931

def model_card_status
  @model_card_status
end

#model_card_version::Integer

Returns the value of attribute model_card_version.

Returns:

  • (::Integer)


8930
8931
8932
# File 'sig/types.rbs', line 8930

def model_card_version
  @model_card_version
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


8938
8939
8940
# File 'sig/types.rbs', line 8938

def model_id
  @model_id
end

#risk_rating::String

Returns the value of attribute risk_rating.

Returns:

  • (::String)


8939
8940
8941
# File 'sig/types.rbs', line 8939

def risk_rating
  @risk_rating
end

#security_configTypes::ModelCardSecurityConfig

Returns the value of attribute security_config.



8932
8933
8934
# File 'sig/types.rbs', line 8932

def security_config
  @security_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



8937
8938
8939
# File 'sig/types.rbs', line 8937

def tags
  @tags
end