Class ModelVersionDetail
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.ModelVersionDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelVersionDetail.Builder,ModelVersionDetail>
@Generated("software.amazon.awssdk:codegen") public final class ModelVersionDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelVersionDetail.Builder,ModelVersionDetail>
The details of the model version.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelVersionDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The model version ARN.static ModelVersionDetail.Builderbuilder()StringcreatedTime()The timestamp when the model was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExternalEventsDetailexternalEventsDetail()The external events data details.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IngestedEventsDetailingestedEventsDetail()The ingested events data details.StringlastUpdatedTime()The timestamp when the model was last updated.StringmodelId()The model ID.ModelTypeEnummodelType()The model type.StringmodelTypeAsString()The model type.StringmodelVersionNumber()The model version number.List<SdkField<?>>sdkFields()static Class<? extends ModelVersionDetail.Builder>serializableBuilderClass()Stringstatus()The status of the model version.ModelVersionDetail.BuildertoBuilder()StringtoString()Returns a string representation of this object.TrainingDataSchematrainingDataSchema()The training data schema.TrainingDataSourceEnumtrainingDataSource()The model version training data source.StringtrainingDataSourceAsString()The model version training data source.TrainingResulttrainingResult()The training results.TrainingResultV2trainingResultV2()The training result details.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
modelId
public final String modelId()
The model ID.
- Returns:
- The model ID.
-
modelType
public final ModelTypeEnum modelType()
The model type.
If the service returns an enum value that is not available in the current SDK version,
modelTypewill returnModelTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelTypeAsString().- Returns:
- The model type.
- See Also:
ModelTypeEnum
-
modelTypeAsString
public final String modelTypeAsString()
The model type.
If the service returns an enum value that is not available in the current SDK version,
modelTypewill returnModelTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelTypeAsString().- Returns:
- The model type.
- See Also:
ModelTypeEnum
-
modelVersionNumber
public final String modelVersionNumber()
The model version number.
- Returns:
- The model version number.
-
status
public final String status()
The status of the model version.
- Returns:
- The status of the model version.
-
trainingDataSource
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,
trainingDataSourcewill returnTrainingDataSourceEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtrainingDataSourceAsString().- Returns:
- The model version training data source.
- See Also:
TrainingDataSourceEnum
-
trainingDataSourceAsString
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,
trainingDataSourcewill returnTrainingDataSourceEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtrainingDataSourceAsString().- Returns:
- The model version training data source.
- See Also:
TrainingDataSourceEnum
-
trainingDataSchema
public final TrainingDataSchema trainingDataSchema()
The training data schema.
- Returns:
- The training data schema.
-
externalEventsDetail
public final ExternalEventsDetail externalEventsDetail()
The external events data details. This will be populated if the
trainingDataSourcefor the model version is specified asEXTERNAL_EVENTS.- Returns:
- The external events data details. This will be populated if the
trainingDataSourcefor the model version is specified asEXTERNAL_EVENTS.
-
ingestedEventsDetail
public final IngestedEventsDetail ingestedEventsDetail()
The ingested events data details. This will be populated if the
trainingDataSourcefor the model version is specified asINGESTED_EVENTS.- Returns:
- The ingested events data details. This will be populated if the
trainingDataSourcefor the model version is specified asINGESTED_EVENTS.
-
trainingResult
public final TrainingResult trainingResult()
The training results.
- Returns:
- The training results.
-
lastUpdatedTime
public final String lastUpdatedTime()
The timestamp when the model was last updated.
- Returns:
- The timestamp when the model was last updated.
-
createdTime
public final String createdTime()
The timestamp when the model was created.
- Returns:
- The timestamp when the model was created.
-
arn
public final String arn()
The model version ARN.
- Returns:
- The model version ARN.
-
trainingResultV2
public final TrainingResultV2 trainingResultV2()
The training result details. The details include the relative importance of the variables.
- Returns:
- The training result details. The details include the relative importance of the variables.
-
toBuilder
public ModelVersionDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelVersionDetail.Builder,ModelVersionDetail>
-
builder
public static ModelVersionDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelVersionDetail.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-