@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BedrockModelSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
| Constructor and Description |
|---|
BedrockModelSpecification() |
| Modifier and Type | Method and Description |
|---|---|
BedrockModelSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getModelArn()
The ARN of the foundation model used in descriptive bot building.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setModelArn(String modelArn)
The ARN of the foundation model used in descriptive bot building.
|
String |
toString()
Returns a string representation of this object.
|
BedrockModelSpecification |
withModelArn(String modelArn)
The ARN of the foundation model used in descriptive bot building.
|
public void setModelArn(String modelArn)
The ARN of the foundation model used in descriptive bot building.
modelArn - The ARN of the foundation model used in descriptive bot building.public String getModelArn()
The ARN of the foundation model used in descriptive bot building.
public BedrockModelSpecification withModelArn(String modelArn)
The ARN of the foundation model used in descriptive bot building.
modelArn - The ARN of the foundation model used in descriptive bot building.public String toString()
toString in class ObjectObject.toString()public BedrockModelSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.