@Generated(value="software.amazon.awssdk:codegen") public final class GetModelVersionResponse extends FraudDetectorResponse implements ToCopyableBuilder<GetModelVersionResponse.Builder,GetModelVersionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetModelVersionResponse.Builder |
responseMetadatasdkHttpResponseclone, 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 TrainingDataSourceEnum trainingDataSource()
The 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 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 event details.
public final String status()
The model version status.
Possible values are:
TRAINING_IN_PROGRESS
TRAINING_COMPLETE
ACTIVATE_REQUESTED
ACTIVATE_IN_PROGRESS
ACTIVE
INACTIVATE_REQUESTED
INACTIVATE_IN_PROGRESS
INACTIVE
ERROR
Possible values are:
TRAINING_IN_PROGRESS
TRAINING_COMPLETE
ACTIVATE_REQUESTED
ACTIVATE_IN_PROGRESS
ACTIVE
INACTIVATE_REQUESTED
INACTIVATE_IN_PROGRESS
INACTIVE
ERROR
public final String arn()
The model version ARN.
public GetModelVersionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetModelVersionResponse.Builder,GetModelVersionResponse>toBuilder in class AwsResponsepublic static GetModelVersionResponse.Builder builder()
public static Class<? extends GetModelVersionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.