Class: Aws::Types::DescribeModelCardResponse

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)


4739
4740
4741
# File 'sig/types.rbs', line 4739

def content
  @content
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



4743
4744
4745
# File 'sig/types.rbs', line 4743

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4742
4743
4744
# File 'sig/types.rbs', line 4742

def creation_time
  @creation_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



4745
4746
4747
# File 'sig/types.rbs', line 4745

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4744
4745
4746
# File 'sig/types.rbs', line 4744

def last_modified_time
  @last_modified_time
end

#model_card_arn::String

Returns the value of attribute model_card_arn.

Returns:

  • (::String)


4736
4737
4738
# File 'sig/types.rbs', line 4736

def model_card_arn
  @model_card_arn
end

#model_card_name::String

Returns the value of attribute model_card_name.

Returns:

  • (::String)


4737
4738
4739
# File 'sig/types.rbs', line 4737

def model_card_name
  @model_card_name
end

#model_card_processing_status"DeleteInProgress", ...

Returns the value of attribute model_card_processing_status.

Returns:

  • ("DeleteInProgress", "DeletePending", "ContentDeleted", "ExportJobsDeleted", "DeleteCompleted", "DeleteFailed")


4746
4747
4748
# File 'sig/types.rbs', line 4746

def model_card_processing_status
  @model_card_processing_status
end

#model_card_status"Draft", ...

Returns the value of attribute model_card_status.

Returns:

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


4740
4741
4742
# File 'sig/types.rbs', line 4740

def model_card_status
  @model_card_status
end

#model_card_version::Integer

Returns the value of attribute model_card_version.

Returns:

  • (::Integer)


4738
4739
4740
# File 'sig/types.rbs', line 4738

def model_card_version
  @model_card_version
end

#security_configTypes::ModelCardSecurityConfig

Returns the value of attribute security_config.



4741
4742
4743
# File 'sig/types.rbs', line 4741

def security_config
  @security_config
end