@Generated(value="software.amazon.awssdk:codegen") public final class ProjectVersionDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectVersionDescription.Builder,ProjectVersionDescription>
The description of a version of a model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProjectVersionDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
billableTrainingTimeInSeconds()
The duration, in seconds, that the model version has been billed for training.
|
static ProjectVersionDescription.Builder |
builder() |
Instant |
creationTimestamp()
The Unix datetime for the date and time that training started.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EvaluationResult |
evaluationResult()
The training results.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
minInferenceUnits()
The minimum number of inference units used by the model.
|
OutputConfig |
outputConfig()
The location where training results are saved.
|
String |
projectVersionArn()
The Amazon Resource Name (ARN) of the model version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProjectVersionDescription.Builder> |
serializableBuilderClass() |
ProjectVersionStatus |
status()
The current status of the model version.
|
String |
statusAsString()
The current status of the model version.
|
String |
statusMessage()
A descriptive message for an error or warning that occurred.
|
TestingDataResult |
testingDataResult()
The manifest file that represents the testing results.
|
ProjectVersionDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrainingDataResult |
trainingDataResult()
The manifest file that represents the training results.
|
Instant |
trainingEndTimestamp()
The Unix date and time that training of the model ended.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String projectVersionArn()
The Amazon Resource Name (ARN) of the model version.
public Instant creationTimestamp()
The Unix datetime for the date and time that training started.
public Integer minInferenceUnits()
The minimum number of inference units used by the model. For more information, see StartProjectVersion.
public ProjectVersionStatus status()
The current status of the model version.
If the service returns an enum value that is not available in the current SDK version, status will
return ProjectVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ProjectVersionStatuspublic String statusAsString()
The current status of the model version.
If the service returns an enum value that is not available in the current SDK version, status will
return ProjectVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ProjectVersionStatuspublic String statusMessage()
A descriptive message for an error or warning that occurred.
public Long billableTrainingTimeInSeconds()
The duration, in seconds, that the model version has been billed for training. This value is only returned if the model version has been successfully trained.
public Instant trainingEndTimestamp()
The Unix date and time that training of the model ended.
public OutputConfig outputConfig()
The location where training results are saved.
public TrainingDataResult trainingDataResult()
The manifest file that represents the training results.
public TestingDataResult testingDataResult()
The manifest file that represents the testing results.
public EvaluationResult evaluationResult()
The training results. EvaluationResult is only returned if training is successful.
EvaluationResult is only returned if training is successful.public ProjectVersionDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProjectVersionDescription.Builder,ProjectVersionDescription>public static ProjectVersionDescription.Builder builder()
public static Class<? extends ProjectVersionDescription.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.