static FoundationModelSummary.Builder |
FoundationModelSummary.builder() |
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.customizationsSupported(Collection<ModelCustomization> customizationsSupported) |
Whether the model supports fine-tuning or continual pre-training.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.customizationsSupported(ModelCustomization... customizationsSupported) |
Whether the model supports fine-tuning or continual pre-training.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.customizationsSupportedWithStrings(String... customizationsSupported) |
Whether the model supports fine-tuning or continual pre-training.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.customizationsSupportedWithStrings(Collection<String> customizationsSupported) |
Whether the model supports fine-tuning or continual pre-training.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.inferenceTypesSupported(Collection<InferenceType> inferenceTypesSupported) |
The inference types that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.inferenceTypesSupported(InferenceType... inferenceTypesSupported) |
The inference types that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.inferenceTypesSupportedWithStrings(String... inferenceTypesSupported) |
The inference types that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.inferenceTypesSupportedWithStrings(Collection<String> inferenceTypesSupported) |
The inference types that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.inputModalities(Collection<ModelModality> inputModalities) |
The input modalities that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.inputModalities(ModelModality... inputModalities) |
The input modalities that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.inputModalitiesWithStrings(String... inputModalities) |
The input modalities that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.inputModalitiesWithStrings(Collection<String> inputModalities) |
The input modalities that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.modelArn(String modelArn) |
The ARN of the foundation model.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.modelId(String modelId) |
The model Id of the foundation model.
|
default FoundationModelSummary.Builder |
FoundationModelSummary.Builder.modelLifecycle(Consumer<FoundationModelLifecycle.Builder> modelLifecycle) |
Contains details about whether a model version is available or deprecated.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.modelLifecycle(FoundationModelLifecycle modelLifecycle) |
Contains details about whether a model version is available or deprecated.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.modelName(String modelName) |
The name of the model.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.outputModalities(Collection<ModelModality> outputModalities) |
The output modalities that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.outputModalities(ModelModality... outputModalities) |
The output modalities that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.outputModalitiesWithStrings(String... outputModalities) |
The output modalities that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.outputModalitiesWithStrings(Collection<String> outputModalities) |
The output modalities that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.providerName(String providerName) |
The model's provider name.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.responseStreamingSupported(Boolean responseStreamingSupported) |
Indicates whether the model supports streaming.
|
FoundationModelSummary.Builder |
FoundationModelSummary.toBuilder() |
|