| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
CustomModelSummary |
CustomModelSummary.clone() |
CustomModelSummary |
CustomModelSummary.withBaseModelArn(String baseModelArn)
The base model ARN.
|
CustomModelSummary |
CustomModelSummary.withBaseModelName(String baseModelName)
The base model name.
|
CustomModelSummary |
CustomModelSummary.withCreationTime(Date creationTime)
Creation time of the model.
|
CustomModelSummary |
CustomModelSummary.withCustomizationType(CustomizationType customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
|
CustomModelSummary |
CustomModelSummary.withCustomizationType(String customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
|
CustomModelSummary |
CustomModelSummary.withModelArn(String modelArn)
The ARN of the custom model.
|
CustomModelSummary |
CustomModelSummary.withModelName(String modelName)
The name of the custom model.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomModelSummary> |
ListCustomModelsResult.getModelSummaries()
Model summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomModelsResult |
ListCustomModelsResult.withModelSummaries(CustomModelSummary... modelSummaries)
Model summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomModelsResult.setModelSummaries(Collection<CustomModelSummary> modelSummaries)
Model summaries.
|
ListCustomModelsResult |
ListCustomModelsResult.withModelSummaries(Collection<CustomModelSummary> modelSummaries)
Model summaries.
|
Copyright © 2024. All rights reserved.