@Generated(value="software.amazon.awssdk:codegen") public final class ModelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelSummary.Builder,ModelSummary>
Provides information about the specified machine learning model, including dataset and model names and ARNs, as well as status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
activeModelVersion()
The model version that the inference scheduler uses to run an inference execution.
|
String |
activeModelVersionArn()
The Amazon Resource Name (ARN) of the model version that is set as active.
|
static ModelSummary.Builder |
builder() |
Instant |
createdAt()
The time at which the specific model was created.
|
String |
datasetArn()
The Amazon Resource Name (ARN) of the dataset used to create the model.
|
String |
datasetName()
The name of the dataset being used for the machine learning model.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
latestScheduledRetrainingModelVersion()
Indicates the most recent model version that was generated by retraining.
|
Instant |
latestScheduledRetrainingStartTime()
Indicates the start time of the most recent scheduled retraining run.
|
ModelVersionStatus |
latestScheduledRetrainingStatus()
Indicates the status of the most recent scheduled retraining run.
|
String |
latestScheduledRetrainingStatusAsString()
Indicates the status of the most recent scheduled retraining run.
|
String |
modelArn()
The Amazon Resource Name (ARN) of the machine learning model.
|
String |
modelName()
The name of the machine learning model.
|
Instant |
nextScheduledRetrainingStartDate()
Indicates the date that the next scheduled retraining run will start on.
|
RetrainingSchedulerStatus |
retrainingSchedulerStatus()
Indicates the status of the retraining scheduler.
|
String |
retrainingSchedulerStatusAsString()
Indicates the status of the retraining scheduler.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelSummary.Builder> |
serializableBuilderClass() |
ModelStatus |
status()
Indicates the status of the machine learning model.
|
String |
statusAsString()
Indicates the status of the machine learning model.
|
ModelSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelName()
The name of the machine learning model.
public final String modelArn()
The Amazon Resource Name (ARN) of the machine learning model.
public final String datasetName()
The name of the dataset being used for the machine learning model.
public final String datasetArn()
The Amazon Resource Name (ARN) of the dataset used to create the model.
public final ModelStatus status()
Indicates the status of the machine learning model.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final String statusAsString()
Indicates the status of the machine learning model.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final Instant createdAt()
The time at which the specific model was created.
public final Long activeModelVersion()
The model version that the inference scheduler uses to run an inference execution.
public final 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.
public final ModelVersionStatus latestScheduledRetrainingStatus()
Indicates the status of the most recent scheduled retraining run.
If the service returns an enum value that is not available in the current SDK version,
latestScheduledRetrainingStatus will return ModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from latestScheduledRetrainingStatusAsString().
ModelVersionStatuspublic final String latestScheduledRetrainingStatusAsString()
Indicates the status of the most recent scheduled retraining run.
If the service returns an enum value that is not available in the current SDK version,
latestScheduledRetrainingStatus will return ModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from latestScheduledRetrainingStatusAsString().
ModelVersionStatuspublic final Long latestScheduledRetrainingModelVersion()
Indicates the most recent model version that was generated by retraining.
public final Instant latestScheduledRetrainingStartTime()
Indicates the start time of the most recent scheduled retraining run.
public final 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.
public final RetrainingSchedulerStatus retrainingSchedulerStatus()
Indicates the status of the retraining scheduler.
If the service returns an enum value that is not available in the current SDK version,
retrainingSchedulerStatus will return RetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from retrainingSchedulerStatusAsString().
RetrainingSchedulerStatuspublic final String retrainingSchedulerStatusAsString()
Indicates the status of the retraining scheduler.
If the service returns an enum value that is not available in the current SDK version,
retrainingSchedulerStatus will return RetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from retrainingSchedulerStatusAsString().
RetrainingSchedulerStatuspublic ModelSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelSummary.Builder,ModelSummary>public static ModelSummary.Builder builder()
public static Class<? extends ModelSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.