Class: Aws::Types::ModelExplainabilityAppSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_uri::String

Returns the value of attribute config_uri.

Returns:

  • (::String)


8973
8974
8975
# File 'sig/types.rbs', line 8973

def config_uri
  @config_uri
end

#environment::Hash[::String, ::String]

Returns the value of attribute environment.

Returns:

  • (::Hash[::String, ::String])


8974
8975
8976
# File 'sig/types.rbs', line 8974

def environment
  @environment
end

#image_uri::String

Returns the value of attribute image_uri.

Returns:

  • (::String)


8972
8973
8974
# File 'sig/types.rbs', line 8972

def image_uri
  @image_uri
end