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