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


4734
4735
4736
# File 'sig/types.rbs', line 4734

def included_data
  @included_data
end

#model_card_name::String

Returns the value of attribute model_card_name.

Returns:

  • (::String)


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

def model_card_name
  @model_card_name
end

#model_card_version::Integer

Returns the value of attribute model_card_version.

Returns:

  • (::Integer)


4733
4734
4735
# File 'sig/types.rbs', line 4733

def model_card_version
  @model_card_version
end