public static interface CustomModelSummary.Builder extends SdkPojo, CopyableBuilder<CustomModelSummary.Builder,CustomModelSummary>
| Modifier and Type | Method and Description |
|---|---|
CustomModelSummary.Builder |
baseModelArn(String baseModelArn)
The base model ARN.
|
CustomModelSummary.Builder |
baseModelName(String baseModelName)
The base model name.
|
CustomModelSummary.Builder |
creationTime(Instant creationTime)
Creation time of the model.
|
CustomModelSummary.Builder |
modelArn(String modelArn)
The ARN of the custom model.
|
CustomModelSummary.Builder |
modelName(String modelName)
The name of the custom model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomModelSummary.Builder modelArn(String modelArn)
The ARN of the custom model.
modelArn - The ARN of the custom model.CustomModelSummary.Builder modelName(String modelName)
The name of the custom model.
modelName - The name of the custom model.CustomModelSummary.Builder creationTime(Instant creationTime)
Creation time of the model.
creationTime - Creation time of the model.CustomModelSummary.Builder baseModelArn(String baseModelArn)
The base model ARN.
baseModelArn - The base model ARN.CustomModelSummary.Builder baseModelName(String baseModelName)
The base model name.
baseModelName - The base model name.Copyright © 2023. All rights reserved.