Method: Aws::Bedrock::Types::CustomModelSummary#creation_time
- Defined in:
- lib/aws-sdk-bedrock/types.rb
#creation_time ⇒ Time
Creation time of the model.
3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3742 class CustomModelSummary < Struct.new( :model_arn, :model_name, :creation_time, :base_model_arn, :base_model_name, :customization_type, :owner_account_id, :model_status) SENSITIVE = [] include Aws::Structure end |