@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 AWS 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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
TransformJobDefinition |
transformJobDefinition()
The
TransformJobDefinition object that describes the transform job used for the validation of the
model package. |
copy
public String profileName()
The name of the profile for the model package.
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModelPackageValidationProfile.Builder,ModelPackageValidationProfile>
public static ModelPackageValidationProfile.Builder builder()
public static Class<? extends ModelPackageValidationProfile.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.