Class: Aws::Bedrock::Types::InferenceProfileModelSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::InferenceProfileModelSource
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Note:
InferenceProfileModelSource is a union - when making an API calls you must set exactly one of the members.
Contains information about the model or system-defined inference profile that is the source for an inference profile..
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#copy_from ⇒ String
The ARN of the model or system-defined inference profile that is the source for the inference profile.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#copy_from ⇒ String
The ARN of the model or system-defined inference profile that is the source for the inference profile.
4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4136 class InferenceProfileModelSource < Struct.new( :copy_from, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class CopyFrom < InferenceProfileModelSource; end class Unknown < InferenceProfileModelSource; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
4136 4137 4138 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4136 def unknown @unknown end |