Class: Aws::Types::ModelCardVersionSummary

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)


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

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#model_card_arn::String

Returns the value of attribute model_card_arn.

Returns:

  • (::String)


8924
8925
8926
# File 'sig/types.rbs', line 8924

def model_card_arn
  @model_card_arn
end

#model_card_name::String

Returns the value of attribute model_card_name.

Returns:

  • (::String)


8923
8924
8925
# File 'sig/types.rbs', line 8923

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


8925
8926
8927
# File 'sig/types.rbs', line 8925

def model_card_status
  @model_card_status
end

#model_card_version::Integer

Returns the value of attribute model_card_version.

Returns:

  • (::Integer)


8926
8927
8928
# File 'sig/types.rbs', line 8926

def model_card_version
  @model_card_version
end