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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2116
2117
2118
2119
2120
# File 'lib/aws-sdk-bedrock/types.rb', line 2116

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