Class: Aws::Types::DescribeModelCardRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#included_data"AllData", "MetadataOnly"

Returns the value of attribute included_data.

Returns:

  • ("AllData", "MetadataOnly")


4749
4750
4751
# File 'sig/types.rbs', line 4749

def included_data
  @included_data
end

#model_card_name::String

Returns the value of attribute model_card_name.

Returns:

  • (::String)


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

def model_card_name
  @model_card_name
end

#model_card_version::Integer

Returns the value of attribute model_card_version.

Returns:

  • (::Integer)


4748
4749
4750
# File 'sig/types.rbs', line 4748

def model_card_version
  @model_card_version
end