@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 |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The model version ARN.
|
static GetModelVersionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExternalEventsDetail |
externalEventsDetail()
The details of the external events data used for training the model version.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IngestedEventsDetail |
ingestedEventsDetail()
The details of the ingested events data used for training the model version.
|
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 GetModelVersionResponse.Builder> |
serializableBuilderClass() |
String |
status()
The model version status.
|
GetModelVersionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrainingDataSchema |
trainingDataSchema()
The training data schema.
|
TrainingDataSourceEnum |
trainingDataSource()
The training data source.
|
String |
trainingDataSourceAsString()
The training data source.
|
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 details of the external events data used for training the model version. This will be populated if the
trainingDataSource is EXTERNAL_EVENTS
trainingDataSource is EXTERNAL_EVENTSpublic final IngestedEventsDetail ingestedEventsDetail()
The details of the ingested events data used for training the model version. This will be populated if the
trainingDataSource is INGESTED_EVENTS.
trainingDataSource is INGESTED_EVENTS.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 © 2022. All rights reserved.