public static interface ModelSummary.Builder extends SdkPojo, CopyableBuilder<ModelSummary.Builder,ModelSummary>
| Modifier and Type | Method and Description |
|---|---|
ModelSummary.Builder |
activeModelVersion(Long activeModelVersion)
The model version that the inference scheduler uses to run an inference execution.
|
ModelSummary.Builder |
activeModelVersionArn(String activeModelVersionArn)
The Amazon Resource Name (ARN) of the model version that is set as active.
|
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 machine learning model.
|
ModelSummary.Builder |
latestScheduledRetrainingModelVersion(Long latestScheduledRetrainingModelVersion)
Indicates the most recent model version that was generated by retraining.
|
ModelSummary.Builder |
latestScheduledRetrainingStartTime(Instant latestScheduledRetrainingStartTime)
Indicates the start time of the most recent scheduled retraining run.
|
ModelSummary.Builder |
latestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
ModelSummary.Builder |
latestScheduledRetrainingStatus(String latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
ModelSummary.Builder |
modelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model.
|
ModelSummary.Builder |
modelName(String modelName)
The name of the machine learning model.
|
ModelSummary.Builder |
nextScheduledRetrainingStartDate(Instant nextScheduledRetrainingStartDate)
Indicates the date that the next scheduled retraining run will start on.
|
ModelSummary.Builder |
retrainingSchedulerStatus(RetrainingSchedulerStatus retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
ModelSummary.Builder |
retrainingSchedulerStatus(String retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
ModelSummary.Builder |
status(ModelStatus status)
Indicates the status of the machine learning model.
|
ModelSummary.Builder |
status(String status)
Indicates the status of the machine learning model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelSummary.Builder modelName(String modelName)
The name of the machine learning model.
modelName - The name of the machine learning model.ModelSummary.Builder modelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model.
modelArn - The Amazon Resource Name (ARN) of the machine learning model.ModelSummary.Builder datasetName(String datasetName)
The name of the dataset being used for the machine learning model.
datasetName - The name of the dataset being used for the machine learning 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 machine learning model.
status - Indicates the status of the machine learning model.ModelStatus,
ModelStatusModelSummary.Builder status(ModelStatus status)
Indicates the status of the machine learning model.
status - Indicates the status of the machine learning 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.ModelSummary.Builder activeModelVersion(Long activeModelVersion)
The model version that the inference scheduler uses to run an inference execution.
activeModelVersion - The model version that the inference scheduler uses to run an inference execution.ModelSummary.Builder activeModelVersionArn(String activeModelVersionArn)
The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution.
activeModelVersionArn - The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is
the model version that the inference scheduler uses to run an inference execution.ModelSummary.Builder latestScheduledRetrainingStatus(String latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
latestScheduledRetrainingStatus - Indicates the status of the most recent scheduled retraining run.ModelVersionStatus,
ModelVersionStatusModelSummary.Builder latestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
latestScheduledRetrainingStatus - Indicates the status of the most recent scheduled retraining run.ModelVersionStatus,
ModelVersionStatusModelSummary.Builder latestScheduledRetrainingModelVersion(Long latestScheduledRetrainingModelVersion)
Indicates the most recent model version that was generated by retraining.
latestScheduledRetrainingModelVersion - Indicates the most recent model version that was generated by retraining.ModelSummary.Builder latestScheduledRetrainingStartTime(Instant latestScheduledRetrainingStartTime)
Indicates the start time of the most recent scheduled retraining run.
latestScheduledRetrainingStartTime - Indicates the start time of the most recent scheduled retraining run.ModelSummary.Builder nextScheduledRetrainingStartDate(Instant nextScheduledRetrainingStartDate)
Indicates the date that the next scheduled retraining run will start on. Lookout for Equipment truncates the time you provide to the nearest UTC day.
nextScheduledRetrainingStartDate - Indicates the date that the next scheduled retraining run will start on. Lookout for Equipment
truncates the time you provide to the nearest UTC day.ModelSummary.Builder retrainingSchedulerStatus(String retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
retrainingSchedulerStatus - Indicates the status of the retraining scheduler.RetrainingSchedulerStatus,
RetrainingSchedulerStatusModelSummary.Builder retrainingSchedulerStatus(RetrainingSchedulerStatus retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
retrainingSchedulerStatus - Indicates the status of the retraining scheduler.RetrainingSchedulerStatus,
RetrainingSchedulerStatusCopyright © 2023. All rights reserved.