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


4731
4732
4733
# File 'sig/types.rbs', line 4731

def included_data
  @included_data
end

#model_card_name::String

Returns the value of attribute model_card_name.

Returns:

  • (::String)


4729
4730
4731
# File 'sig/types.rbs', line 4729

def model_card_name
  @model_card_name
end

#model_card_version::Integer

Returns the value of attribute model_card_version.

Returns:

  • (::Integer)


4730
4731
4732
# File 'sig/types.rbs', line 4730

def model_card_version
  @model_card_version
end