@Generated(value="software.amazon.awssdk:codegen") public final class ModelDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelDescription.Builder,ModelDescription>
Describes an Amazon Lookout for Vision model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelDescription.Builder |
builder() |
Instant |
creationTimestamp()
The unix timestamp for the date and time that the model was created.
|
String |
description()
The description for the model.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
evaluationEndTimestamp()
The unix timestamp for the date and time that the evaluation ended.
|
OutputS3Object |
evaluationManifest()
The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained model
and generate the performance scores.
|
OutputS3Object |
evaluationResult()
The S3 location where Amazon Lookout for Vision saves the performance metrics.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt the model during
training.
|
Integer |
maxInferenceUnits()
The maximum number of inference units Amazon Lookout for Vision uses to auto-scale the model.
|
Integer |
minInferenceUnits()
The minimum number of inference units used by the model.
|
String |
modelArn()
The Amazon Resource Name (ARN) of the model.
|
String |
modelVersion()
The version of the model
|
OutputConfig |
outputConfig()
The S3 location where Amazon Lookout for Vision saves model training files.
|
ModelPerformance |
performance()
Performance metrics for the model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelDescription.Builder> |
serializableBuilderClass() |
ModelStatus |
status()
The status of the model.
|
String |
statusAsString()
The status of the model.
|
String |
statusMessage()
The status message for the model.
|
ModelDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelVersion()
The version of the model
public final String modelArn()
The Amazon Resource Name (ARN) of the model.
public final Instant creationTimestamp()
The unix timestamp for the date and time that the model was created.
public final String description()
The description for the model.
public final ModelStatus status()
The status of the 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()
The status of the 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 statusMessage()
The status message for the model.
public final ModelPerformance performance()
Performance metrics for the model. Created during training.
public final OutputConfig outputConfig()
The S3 location where Amazon Lookout for Vision saves model training files.
public final OutputS3Object evaluationManifest()
The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained model and generate the performance scores.
public final OutputS3Object evaluationResult()
The S3 location where Amazon Lookout for Vision saves the performance metrics.
public final Instant evaluationEndTimestamp()
The unix timestamp for the date and time that the evaluation ended.
public final String kmsKeyId()
The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt the model during training.
public final Integer minInferenceUnits()
The minimum number of inference units used by the model. For more information, see StartModel
public final Integer maxInferenceUnits()
The maximum number of inference units Amazon Lookout for Vision uses to auto-scale the model. For more information, see StartModel.
public ModelDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelDescription.Builder,ModelDescription>public static ModelDescription.Builder builder()
public static Class<? extends ModelDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.