Module: AWSCDK::Bedrock::IModel
- Included in:
- FoundationModel, ProvisionedModel
- Defined in:
- bedrock/i_model.rb
Overview
Represents a Bedrock model.
The model could be a foundation model, a custom model, or a provisioned model.
Class Method Summary collapse
Instance Method Summary collapse
-
#model_arn ⇒ String
The ARN of the model.
Class Method Details
.jsii_overridable_methods ⇒ Object
17 18 19 20 21 |
# File 'bedrock/i_model.rb', line 17 def self.jsii_overridable_methods { :model_arn => { kind: :property, name: "modelArn", is_optional: false }, } end |
Instance Method Details
#model_arn ⇒ String
The ARN of the model.
13 14 15 |
# File 'bedrock/i_model.rb', line 13 def model_arn() jsii_get_property("modelArn") end |