public static interface ModelSummary.Builder extends CopyableBuilder<ModelSummary.Builder,ModelSummary>
| Modifier and Type | Method and Description |
|---|---|
ModelSummary.Builder |
creationTime(Instant creationTime)
A timestamp that indicates when the model was created.
|
ModelSummary.Builder |
modelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
|
ModelSummary.Builder |
modelName(String modelName)
The name of the model that you want a summary for.
|
copyapply, buildModelSummary.Builder modelName(String modelName)
The name of the model that you want a summary for.
modelName - The name of the model that you want a summary for.ModelSummary.Builder modelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
modelArn - The Amazon Resource Name (ARN) of the model.ModelSummary.Builder creationTime(Instant creationTime)
A timestamp that indicates when the model was created.
creationTime - A timestamp that indicates when the model was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.