@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) |
ExternalEventsDetail |
externalEventsDetail()
The external events data details.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IngestedEventsDetail |
ingestedEventsDetail()
The ingested events data details.
|
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() |
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.
|
TrainingResultV2 |
trainingResultV2()
The training result details.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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().
ModelTypeEnumpublic 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().
ModelTypeEnumpublic 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().
TrainingDataSourceEnumpublic 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().
TrainingDataSourceEnumpublic final TrainingDataSchema trainingDataSchema()
The training data schema.
public final ExternalEventsDetail externalEventsDetail()
The external events data details. This will be populated if the trainingDataSource for the model
version is specified as EXTERNAL_EVENTS.
trainingDataSource for the
model version is specified as EXTERNAL_EVENTS.public final IngestedEventsDetail ingestedEventsDetail()
The ingested events data details. This will be populated if the trainingDataSource for the model
version is specified as INGESTED_EVENTS.
trainingDataSource for the
model version is specified as INGESTED_EVENTS.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 final TrainingResultV2 trainingResultV2()
The training result details. The details include the relative importance of the variables.
public ModelVersionDetail.Builder toBuilder()
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)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.