| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
FoundationModelSummary |
FoundationModelSummary.clone() |
FoundationModelSummary |
FoundationModelSummary.withCustomizationsSupported(Collection<String> customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
|
FoundationModelSummary |
FoundationModelSummary.withCustomizationsSupported(ModelCustomization... customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
|
FoundationModelSummary |
FoundationModelSummary.withCustomizationsSupported(String... customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
|
FoundationModelSummary |
FoundationModelSummary.withInferenceTypesSupported(Collection<String> inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withInferenceTypesSupported(InferenceType... inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withInferenceTypesSupported(String... inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withInputModalities(Collection<String> inputModalities)
The input modalities that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withInputModalities(ModelModality... inputModalities)
The input modalities that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withInputModalities(String... inputModalities)
The input modalities that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withModelArn(String modelArn)
The ARN of the foundation model.
|
FoundationModelSummary |
FoundationModelSummary.withModelId(String modelId)
The model Id of the foundation model.
|
FoundationModelSummary |
FoundationModelSummary.withModelName(String modelName)
The name of the model.
|
FoundationModelSummary |
FoundationModelSummary.withOutputModalities(Collection<String> outputModalities)
The output modalities that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withOutputModalities(ModelModality... outputModalities)
The output modalities that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withOutputModalities(String... outputModalities)
The output modalities that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withProviderName(String providerName)
The model's provider name.
|
FoundationModelSummary |
FoundationModelSummary.withResponseStreamingSupported(Boolean responseStreamingSupported)
Indicates whether the model supports streaming.
|
| Modifier and Type | Method and Description |
|---|---|
List<FoundationModelSummary> |
ListFoundationModelsResult.getModelSummaries()
A list of bedrock foundation models.
|
| Modifier and Type | Method and Description |
|---|---|
ListFoundationModelsResult |
ListFoundationModelsResult.withModelSummaries(FoundationModelSummary... modelSummaries)
A list of bedrock foundation models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFoundationModelsResult.setModelSummaries(Collection<FoundationModelSummary> modelSummaries)
A list of bedrock foundation models.
|
ListFoundationModelsResult |
ListFoundationModelsResult.withModelSummaries(Collection<FoundationModelSummary> modelSummaries)
A list of bedrock foundation models.
|
Copyright © 2023. All rights reserved.