public static interface ModelSummary.Builder extends SdkPojo, CopyableBuilder<ModelSummary.Builder,ModelSummary>
| Modifier and Type | Method and Description |
|---|---|
ModelSummary.Builder |
createdAt(Instant createdAt)
The time at which the specific model was created.
|
ModelSummary.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to create the model.
|
ModelSummary.Builder |
datasetName(String datasetName)
The name of the dataset being used for the ML model.
|
ModelSummary.Builder |
modelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model.
|
ModelSummary.Builder |
modelName(String modelName)
The name of the ML model.
|
ModelSummary.Builder |
status(ModelStatus status)
Indicates the status of the ML model.
|
ModelSummary.Builder |
status(String status)
Indicates the status of the ML model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelSummary.Builder modelName(String modelName)
The name of the ML model.
modelName - The name of the ML model.ModelSummary.Builder modelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model.
modelArn - The Amazon Resource Name (ARN) of the ML model.ModelSummary.Builder datasetName(String datasetName)
The name of the dataset being used for the ML model.
datasetName - The name of the dataset being used for the ML model.ModelSummary.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to create the model.
datasetArn - The Amazon Resource Name (ARN) of the dataset used to create the model.ModelSummary.Builder status(String status)
Indicates the status of the ML model.
status - Indicates the status of the ML model.ModelStatus,
ModelStatusModelSummary.Builder status(ModelStatus status)
Indicates the status of the ML model.
status - Indicates the status of the ML model.ModelStatus,
ModelStatusModelSummary.Builder createdAt(Instant createdAt)
The time at which the specific model was created.
createdAt - The time at which the specific model was created.Copyright © 2022. All rights reserved.