Class: Aws::Bedrock::Types::GetFoundationModelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_detailsTypes::FoundationModelDetails

Information about the foundation model.



1226
1227
1228
1229
1230
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1226

class GetFoundationModelResponse < Struct.new(
  :model_details)
  SENSITIVE = []
  include Aws::Structure
end