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)


4757
4758
4759
# File 'sig/types.rbs', line 4757

def content
  @content
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



4761
4762
4763
# File 'sig/types.rbs', line 4761

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4760
4761
4762
# File 'sig/types.rbs', line 4760

def creation_time
  @creation_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



4763
4764
4765
# File 'sig/types.rbs', line 4763

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4762
4763
4764
# File 'sig/types.rbs', line 4762

def last_modified_time
  @last_modified_time
end

#model_card_arn::String

Returns the value of attribute model_card_arn.

Returns:

  • (::String)


4754
4755
4756
# File 'sig/types.rbs', line 4754

def model_card_arn
  @model_card_arn
end

#model_card_name::String

Returns the value of attribute model_card_name.

Returns:

  • (::String)


4755
4756
4757
# File 'sig/types.rbs', line 4755

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


4764
4765
4766
# File 'sig/types.rbs', line 4764

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


4758
4759
4760
# File 'sig/types.rbs', line 4758

def model_card_status
  @model_card_status
end

#model_card_version::Integer

Returns the value of attribute model_card_version.

Returns:

  • (::Integer)


4756
4757
4758
# File 'sig/types.rbs', line 4756

def model_card_version
  @model_card_version
end

#security_configTypes::ModelCardSecurityConfig

Returns the value of attribute security_config.



4759
4760
4761
# File 'sig/types.rbs', line 4759

def security_config
  @security_config
end