Interface ListFoundationModelsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockRequest.Builder,Buildable,CopyableBuilder<ListFoundationModelsRequest.Builder,ListFoundationModelsRequest>,SdkBuilder<ListFoundationModelsRequest.Builder,ListFoundationModelsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListFoundationModelsRequest
public static interface ListFoundationModelsRequest.Builder extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<ListFoundationModelsRequest.Builder,ListFoundationModelsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFoundationModelsRequest.BuilderbyCustomizationType(String byCustomizationType)Return models that support the customization type that you specify.ListFoundationModelsRequest.BuilderbyCustomizationType(ModelCustomization byCustomizationType)Return models that support the customization type that you specify.ListFoundationModelsRequest.BuilderbyInferenceType(String byInferenceType)Return models that support the inference type that you specify.ListFoundationModelsRequest.BuilderbyInferenceType(InferenceType byInferenceType)Return models that support the inference type that you specify.ListFoundationModelsRequest.BuilderbyOutputModality(String byOutputModality)Return models that support the output modality that you specify.ListFoundationModelsRequest.BuilderbyOutputModality(ModelModality byOutputModality)Return models that support the output modality that you specify.ListFoundationModelsRequest.BuilderbyProvider(String byProvider)Return models belonging to the model provider that you specify.ListFoundationModelsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFoundationModelsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockRequest.Builder
build
-
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 Detail
-
byProvider
ListFoundationModelsRequest.Builder byProvider(String byProvider)
Return models belonging to the model provider that you specify.
- Parameters:
byProvider- Return models belonging to the model provider that you specify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
byCustomizationType
ListFoundationModelsRequest.Builder byCustomizationType(String byCustomizationType)
Return models that support the customization type that you specify. For more information, see Custom models in the Amazon Bedrock User Guide.
- Parameters:
byCustomizationType- Return models that support the customization type that you specify. For more information, see Custom models in the Amazon Bedrock User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCustomization,ModelCustomization
-
byCustomizationType
ListFoundationModelsRequest.Builder byCustomizationType(ModelCustomization byCustomizationType)
Return models that support the customization type that you specify. For more information, see Custom models in the Amazon Bedrock User Guide.
- Parameters:
byCustomizationType- Return models that support the customization type that you specify. For more information, see Custom models in the Amazon Bedrock User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCustomization,ModelCustomization
-
byOutputModality
ListFoundationModelsRequest.Builder byOutputModality(String byOutputModality)
Return models that support the output modality that you specify.
- Parameters:
byOutputModality- Return models that support the output modality that you specify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelModality,ModelModality
-
byOutputModality
ListFoundationModelsRequest.Builder byOutputModality(ModelModality byOutputModality)
Return models that support the output modality that you specify.
- Parameters:
byOutputModality- Return models that support the output modality that you specify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelModality,ModelModality
-
byInferenceType
ListFoundationModelsRequest.Builder byInferenceType(String byInferenceType)
Return models that support the inference type that you specify. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
- Parameters:
byInferenceType- Return models that support the inference type that you specify. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InferenceType,InferenceType
-
byInferenceType
ListFoundationModelsRequest.Builder byInferenceType(InferenceType byInferenceType)
Return models that support the inference type that you specify. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
- Parameters:
byInferenceType- Return models that support the inference type that you specify. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InferenceType,InferenceType
-
overrideConfiguration
ListFoundationModelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFoundationModelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-