@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationModelConfig extends Object implements Serializable, Cloneable, StructuredPojo
Defines the models used in the model evaluation job.
Constructor and Description |
---|
EvaluationModelConfig() |
Modifier and Type | Method and Description |
---|---|
EvaluationModelConfig |
clone() |
boolean |
equals(Object obj) |
EvaluationBedrockModel |
getBedrockModel()
Defines the Amazon Bedrock model and inference parameters you want used.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBedrockModel(EvaluationBedrockModel bedrockModel)
Defines the Amazon Bedrock model and inference parameters you want used.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationModelConfig |
withBedrockModel(EvaluationBedrockModel bedrockModel)
Defines the Amazon Bedrock model and inference parameters you want used.
|
public void setBedrockModel(EvaluationBedrockModel bedrockModel)
Defines the Amazon Bedrock model and inference parameters you want used.
bedrockModel
- Defines the Amazon Bedrock model and inference parameters you want used.public EvaluationBedrockModel getBedrockModel()
Defines the Amazon Bedrock model and inference parameters you want used.
public EvaluationModelConfig withBedrockModel(EvaluationBedrockModel bedrockModel)
Defines the Amazon Bedrock model and inference parameters you want used.
bedrockModel
- Defines the Amazon Bedrock model and inference parameters you want used.public String toString()
toString
in class Object
Object.toString()
public EvaluationModelConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.