public static interface FoundationModelSummary.Builder extends SdkPojo, CopyableBuilder<FoundationModelSummary.Builder,FoundationModelSummary>
| Modifier and Type | Method and Description |
|---|---|
FoundationModelSummary.Builder |
customizationsSupported(Collection<ModelCustomization> customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
|
FoundationModelSummary.Builder |
customizationsSupported(ModelCustomization... customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
|
FoundationModelSummary.Builder |
customizationsSupportedWithStrings(Collection<String> customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
|
FoundationModelSummary.Builder |
customizationsSupportedWithStrings(String... customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
|
FoundationModelSummary.Builder |
inferenceTypesSupported(Collection<InferenceType> inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelSummary.Builder |
inferenceTypesSupported(InferenceType... inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelSummary.Builder |
inferenceTypesSupportedWithStrings(Collection<String> inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelSummary.Builder |
inferenceTypesSupportedWithStrings(String... inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelSummary.Builder |
inputModalities(Collection<ModelModality> inputModalities)
The input modalities that the model supports.
|
FoundationModelSummary.Builder |
inputModalities(ModelModality... inputModalities)
The input modalities that the model supports.
|
FoundationModelSummary.Builder |
inputModalitiesWithStrings(Collection<String> inputModalities)
The input modalities that the model supports.
|
FoundationModelSummary.Builder |
inputModalitiesWithStrings(String... inputModalities)
The input modalities that the model supports.
|
FoundationModelSummary.Builder |
modelArn(String modelArn)
The ARN of the foundation model.
|
FoundationModelSummary.Builder |
modelId(String modelId)
The model Id of the foundation model.
|
FoundationModelSummary.Builder |
modelName(String modelName)
The name of the model.
|
FoundationModelSummary.Builder |
outputModalities(Collection<ModelModality> outputModalities)
The output modalities that the model supports.
|
FoundationModelSummary.Builder |
outputModalities(ModelModality... outputModalities)
The output modalities that the model supports.
|
FoundationModelSummary.Builder |
outputModalitiesWithStrings(Collection<String> outputModalities)
The output modalities that the model supports.
|
FoundationModelSummary.Builder |
outputModalitiesWithStrings(String... outputModalities)
The output modalities that the model supports.
|
FoundationModelSummary.Builder |
providerName(String providerName)
The model's provider name.
|
FoundationModelSummary.Builder |
responseStreamingSupported(Boolean responseStreamingSupported)
Indicates whether the model supports streaming.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFoundationModelSummary.Builder modelArn(String modelArn)
The ARN of the foundation model.
modelArn - The ARN of the foundation model.FoundationModelSummary.Builder modelId(String modelId)
The model Id of the foundation model.
modelId - The model Id of the foundation model.FoundationModelSummary.Builder modelName(String modelName)
The name of the model.
modelName - The name of the model.FoundationModelSummary.Builder providerName(String providerName)
The model's provider name.
providerName - The model's provider name.FoundationModelSummary.Builder inputModalitiesWithStrings(Collection<String> inputModalities)
The input modalities that the model supports.
inputModalities - The input modalities that the model supports.FoundationModelSummary.Builder inputModalitiesWithStrings(String... inputModalities)
The input modalities that the model supports.
inputModalities - The input modalities that the model supports.FoundationModelSummary.Builder inputModalities(Collection<ModelModality> inputModalities)
The input modalities that the model supports.
inputModalities - The input modalities that the model supports.FoundationModelSummary.Builder inputModalities(ModelModality... inputModalities)
The input modalities that the model supports.
inputModalities - The input modalities that the model supports.FoundationModelSummary.Builder outputModalitiesWithStrings(Collection<String> outputModalities)
The output modalities that the model supports.
outputModalities - The output modalities that the model supports.FoundationModelSummary.Builder outputModalitiesWithStrings(String... outputModalities)
The output modalities that the model supports.
outputModalities - The output modalities that the model supports.FoundationModelSummary.Builder outputModalities(Collection<ModelModality> outputModalities)
The output modalities that the model supports.
outputModalities - The output modalities that the model supports.FoundationModelSummary.Builder outputModalities(ModelModality... outputModalities)
The output modalities that the model supports.
outputModalities - The output modalities that the model supports.FoundationModelSummary.Builder responseStreamingSupported(Boolean responseStreamingSupported)
Indicates whether the model supports streaming.
responseStreamingSupported - Indicates whether the model supports streaming.FoundationModelSummary.Builder customizationsSupportedWithStrings(Collection<String> customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
customizationsSupported - Whether the model supports fine-tuning or continual pre-training.FoundationModelSummary.Builder customizationsSupportedWithStrings(String... customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
customizationsSupported - Whether the model supports fine-tuning or continual pre-training.FoundationModelSummary.Builder customizationsSupported(Collection<ModelCustomization> customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
customizationsSupported - Whether the model supports fine-tuning or continual pre-training.FoundationModelSummary.Builder customizationsSupported(ModelCustomization... customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
customizationsSupported - Whether the model supports fine-tuning or continual pre-training.FoundationModelSummary.Builder inferenceTypesSupportedWithStrings(Collection<String> inferenceTypesSupported)
The inference types that the model supports.
inferenceTypesSupported - The inference types that the model supports.FoundationModelSummary.Builder inferenceTypesSupportedWithStrings(String... inferenceTypesSupported)
The inference types that the model supports.
inferenceTypesSupported - The inference types that the model supports.FoundationModelSummary.Builder inferenceTypesSupported(Collection<InferenceType> inferenceTypesSupported)
The inference types that the model supports.
inferenceTypesSupported - The inference types that the model supports.FoundationModelSummary.Builder inferenceTypesSupported(InferenceType... inferenceTypesSupported)
The inference types that the model supports.
inferenceTypesSupported - The inference types that the model supports.Copyright © 2023. All rights reserved.