Class: Aws::Types::ModelCardSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8917
8918
8919
# File 'sig/types.rbs', line 8917

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8918
8919
8920
# File 'sig/types.rbs', line 8918

def last_modified_time
  @last_modified_time
end

#model_card_arn::String

Returns the value of attribute model_card_arn.

Returns:

  • (::String)


8915
8916
8917
# File 'sig/types.rbs', line 8915

def model_card_arn
  @model_card_arn
end

#model_card_name::String

Returns the value of attribute model_card_name.

Returns:

  • (::String)


8914
8915
8916
# File 'sig/types.rbs', line 8914

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


8916
8917
8918
# File 'sig/types.rbs', line 8916

def model_card_status
  @model_card_status
end