@Generated(value="software.amazon.awssdk:codegen") public final class ModelVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelVersionSummary.Builder,ModelVersionSummary>
Contains information about the specific model version.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelVersionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelVersionSummary.Builder |
builder() |
Instant |
createdAt()
The time when this model version was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelArn()
The Amazon Resource Name (ARN) of the model that this model version is a version of.
|
String |
modelName()
The name of the model that this model version is a version of.
|
Long |
modelVersion()
The version of the model.
|
String |
modelVersionArn()
The Amazon Resource Name (ARN) of the model version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelVersionSummary.Builder> |
serializableBuilderClass() |
ModelVersionSourceType |
sourceType()
Indicates how this model version was generated.
|
String |
sourceTypeAsString()
Indicates how this model version was generated.
|
ModelVersionStatus |
status()
The current status of the model version.
|
String |
statusAsString()
The current status of the model version.
|
ModelVersionSummary.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 model that this model version is a version of.
public final String modelArn()
The Amazon Resource Name (ARN) of the model that this model version is a version of.
public final Long modelVersion()
The version of the model.
public final String modelVersionArn()
The Amazon Resource Name (ARN) of the model version.
public final Instant createdAt()
The time when this model version was created.
public final ModelVersionStatus 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 ModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelVersionStatuspublic final 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 ModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelVersionStatuspublic final ModelVersionSourceType sourceType()
Indicates how this model version was generated.
If the service returns an enum value that is not available in the current SDK version, sourceType will
return ModelVersionSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sourceTypeAsString().
ModelVersionSourceTypepublic final String sourceTypeAsString()
Indicates how this model version was generated.
If the service returns an enum value that is not available in the current SDK version, sourceType will
return ModelVersionSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sourceTypeAsString().
ModelVersionSourceTypepublic ModelVersionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelVersionSummary.Builder,ModelVersionSummary>public static ModelVersionSummary.Builder builder()
public static Class<? extends ModelVersionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.