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 interface
ModelPackageValidationProfile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelPackageValidationProfile.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
profileName()
The name of the profile for the model package.List<SdkField<?>>
sdkFields()
static Class<? extends ModelPackageValidationProfile.Builder>
serializableBuilderClass()
ModelPackageValidationProfile.Builder
toBuilder()
String
toString()
Returns a string representation of this object.TransformJobDefinition
transformJobDefinition()
TheTransformJobDefinition
object 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
TransformJobDefinition
object that describes the transform job used for the validation of the model package.- Returns:
- The
TransformJobDefinition
object that describes the transform job used for the validation of the model package.
-
toBuilder
public ModelPackageValidationProfile.Builder toBuilder()
- Specified by:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-