Class: Aws::Types::ImportedModelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2460
2461
2462
# File 'sig/types.rbs', line 2460

def creation_time
  @creation_time
end

#instruct_supportedBoolean

Returns the value of attribute instruct_supported.

Returns:

  • (Boolean)


2461
2462
2463
# File 'sig/types.rbs', line 2461

def instruct_supported
  @instruct_supported
end

#model_architecture::String

Returns the value of attribute model_architecture.

Returns:

  • (::String)


2462
2463
2464
# File 'sig/types.rbs', line 2462

def model_architecture
  @model_architecture
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


2458
2459
2460
# File 'sig/types.rbs', line 2458

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


2459
2460
2461
# File 'sig/types.rbs', line 2459

def model_name
  @model_name
end