@Generated(value="software.amazon.awssdk:codegen") public final class ModelVersionDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelVersionDetail.Builder,ModelVersionDetail>
The details of the model version.
Modifier and Type | Class and Description |
---|---|
static interface |
ModelVersionDetail.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The model version ARN.
|
static ModelVersionDetail.Builder |
builder() |
String |
createdTime()
The timestamp when the model was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
ExternalEventsDetail |
externalEventsDetail()
The event details.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastUpdatedTime()
The timestamp when the model was last updated.
|
String |
modelId()
The model ID.
|
ModelTypeEnum |
modelType()
The model type.
|
String |
modelTypeAsString()
The model type.
|
String |
modelVersionNumber()
The model version number.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelVersionDetail.Builder> |
serializableBuilderClass() |
String |
status()
The status of the model version.
|
ModelVersionDetail.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
TrainingDataSchema |
trainingDataSchema()
The training data schema.
|
TrainingDataSourceEnum |
trainingDataSource()
The model version training data source.
|
String |
trainingDataSourceAsString()
The model version training data source.
|
TrainingResult |
trainingResult()
The training results.
|
copy
public final String modelId()
The model ID.
public final ModelTypeEnum modelType()
The model type.
If the service returns an enum value that is not available in the current SDK version, modelType
will
return ModelTypeEnum.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
modelTypeAsString()
.
ModelTypeEnum
public final String modelTypeAsString()
The model type.
If the service returns an enum value that is not available in the current SDK version, modelType
will
return ModelTypeEnum.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
modelTypeAsString()
.
ModelTypeEnum
public final String modelVersionNumber()
The model version number.
public final String status()
The status of the model version.
public final TrainingDataSourceEnum trainingDataSource()
The model version training data source.
If the service returns an enum value that is not available in the current SDK version,
trainingDataSource
will return TrainingDataSourceEnum.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from trainingDataSourceAsString()
.
TrainingDataSourceEnum
public final String trainingDataSourceAsString()
The model version training data source.
If the service returns an enum value that is not available in the current SDK version,
trainingDataSource
will return TrainingDataSourceEnum.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from trainingDataSourceAsString()
.
TrainingDataSourceEnum
public final TrainingDataSchema trainingDataSchema()
The training data schema.
public final ExternalEventsDetail externalEventsDetail()
The event details.
public final TrainingResult trainingResult()
The training results.
public final String lastUpdatedTime()
The timestamp when the model was last updated.
public final String createdTime()
The timestamp when the model was created.
public final String arn()
The model version ARN.
public ModelVersionDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModelVersionDetail.Builder,ModelVersionDetail>
public static ModelVersionDetail.Builder builder()
public static Class<? extends ModelVersionDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.