@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BedrockEmbeddingModelConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The vector configuration details for the Bedrock embeddings model.
Constructor and Description |
---|
BedrockEmbeddingModelConfiguration() |
Modifier and Type | Method and Description |
---|---|
BedrockEmbeddingModelConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getDimensions()
The dimensions details for the vector configuration used on the Bedrock embeddings model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDimensions(Integer dimensions)
The dimensions details for the vector configuration used on the Bedrock embeddings model.
|
String |
toString()
Returns a string representation of this object.
|
BedrockEmbeddingModelConfiguration |
withDimensions(Integer dimensions)
The dimensions details for the vector configuration used on the Bedrock embeddings model.
|
public void setDimensions(Integer dimensions)
The dimensions details for the vector configuration used on the Bedrock embeddings model.
dimensions
- The dimensions details for the vector configuration used on the Bedrock embeddings model.public Integer getDimensions()
The dimensions details for the vector configuration used on the Bedrock embeddings model.
public BedrockEmbeddingModelConfiguration withDimensions(Integer dimensions)
The dimensions details for the vector configuration used on the Bedrock embeddings model.
dimensions
- The dimensions details for the vector configuration used on the Bedrock embeddings model.public String toString()
toString
in class Object
Object.toString()
public BedrockEmbeddingModelConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.