Class ModelPackageValidationProfile
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ModelPackageValidationProfile
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelPackageValidationProfile.Builder,ModelPackageValidationProfile>
@Generated("software.amazon.awssdk:codegen") public final class ModelPackageValidationProfile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelPackageValidationProfile.Builder,ModelPackageValidationProfile>
Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.
The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelPackageValidationProfile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelPackageValidationProfile.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprofileName()The name of the profile for the model package.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ModelPackageValidationProfile.Builder>serializableBuilderClass()ModelPackageValidationProfile.BuildertoBuilder()StringtoString()Returns a string representation of this object.TransformJobDefinitiontransformJobDefinition()TheTransformJobDefinitionobject that describes the transform job used for the validation of the model package.-
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
-
profileName
public final String profileName()
The name of the profile for the model package.
- Returns:
- The name of the profile for the model package.
-
transformJobDefinition
public final TransformJobDefinition transformJobDefinition()
The
TransformJobDefinitionobject that describes the transform job used for the validation of the model package.- Returns:
- The
TransformJobDefinitionobject that describes the transform job used for the validation of the model package.
-
toBuilder
public ModelPackageValidationProfile.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelPackageValidationProfile.Builder,ModelPackageValidationProfile>
-
builder
public static ModelPackageValidationProfile.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelPackageValidationProfile.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-