Interface EvaluationBedrockModel.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EvaluationBedrockModel.Builder,
,EvaluationBedrockModel> SdkBuilder<EvaluationBedrockModel.Builder,
,EvaluationBedrockModel> SdkPojo
- Enclosing class:
EvaluationBedrockModel
public static interface EvaluationBedrockModel.Builder
extends SdkPojo, CopyableBuilder<EvaluationBedrockModel.Builder,EvaluationBedrockModel>
-
Method Summary
Modifier and TypeMethodDescriptioninferenceParams
(String inferenceParams) Each Amazon Bedrock support different inference parameters that change how the model behaves during inference.modelIdentifier
(String modelIdentifier) The ARN of the Amazon Bedrock model or inference profile specified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
modelIdentifier
The ARN of the Amazon Bedrock model or inference profile specified.
- Parameters:
modelIdentifier
- The ARN of the Amazon Bedrock model or inference profile specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceParams
Each Amazon Bedrock support different inference parameters that change how the model behaves during inference.
- Parameters:
inferenceParams
- Each Amazon Bedrock support different inference parameters that change how the model behaves during inference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-