@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelPackageValidationProfile.Builder |
| Modifier and Type | Method and 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()
The
TransformJobDefinition object that describes the transform job used for the validation of the
model package. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String profileName()
The name of the profile for the model package.
public final TransformJobDefinition transformJobDefinition()
The TransformJobDefinition object that describes the transform job used for the validation of the
model package.
TransformJobDefinition object that describes the transform job used for the validation
of the model package.public ModelPackageValidationProfile.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelPackageValidationProfile.Builder,ModelPackageValidationProfile>public static ModelPackageValidationProfile.Builder builder()
public static Class<? extends ModelPackageValidationProfile.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.