Class: Aws::Types::CreateTrainedModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:



373
374
375
# File 'sig/types.rbs', line 373

def trained_model_arn
  @trained_model_arn
end

#version_identifier::String

Returns the value of attribute version_identifier.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def version_identifier
  @version_identifier
end