Class BatchDescribeModelPackageSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.BatchDescribeModelPackageSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchDescribeModelPackageSummary.Builder,BatchDescribeModelPackageSummary>
@Generated("software.amazon.awssdk:codegen") public final class BatchDescribeModelPackageSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDescribeModelPackageSummary.Builder,BatchDescribeModelPackageSummary>
Provides summary information about the model package.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchDescribeModelPackageSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchDescribeModelPackageSummary.Builderbuilder()InstantcreationTime()The creation time of the mortgage package summary.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InferenceSpecificationinferenceSpecification()Returns the value of the InferenceSpecification property for this object.ModelApprovalStatusmodelApprovalStatus()The approval status of the model.StringmodelApprovalStatusAsString()The approval status of the model.StringmodelPackageArn()The Amazon Resource Name (ARN) of the model package.StringmodelPackageDescription()The description of the model package.StringmodelPackageGroupName()The group name for the model packageModelPackageStatusmodelPackageStatus()The status of the mortgage package.StringmodelPackageStatusAsString()The status of the mortgage package.IntegermodelPackageVersion()The version number of a versioned model.List<SdkField<?>>sdkFields()static Class<? extends BatchDescribeModelPackageSummary.Builder>serializableBuilderClass()BatchDescribeModelPackageSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
modelPackageGroupName
public final String modelPackageGroupName()
The group name for the model package
- Returns:
- The group name for the model package
-
modelPackageVersion
public final Integer modelPackageVersion()
The version number of a versioned model.
- Returns:
- The version number of a versioned model.
-
modelPackageArn
public final String modelPackageArn()
The Amazon Resource Name (ARN) of the model package.
- Returns:
- The Amazon Resource Name (ARN) of the model package.
-
modelPackageDescription
public final String modelPackageDescription()
The description of the model package.
- Returns:
- The description of the model package.
-
creationTime
public final Instant creationTime()
The creation time of the mortgage package summary.
- Returns:
- The creation time of the mortgage package summary.
-
inferenceSpecification
public final InferenceSpecification inferenceSpecification()
Returns the value of the InferenceSpecification property for this object.- Returns:
- The value of the InferenceSpecification property for this object.
-
modelPackageStatus
public final ModelPackageStatus modelPackageStatus()
The status of the mortgage package.
If the service returns an enum value that is not available in the current SDK version,
modelPackageStatuswill returnModelPackageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelPackageStatusAsString().- Returns:
- The status of the mortgage package.
- See Also:
ModelPackageStatus
-
modelPackageStatusAsString
public final String modelPackageStatusAsString()
The status of the mortgage package.
If the service returns an enum value that is not available in the current SDK version,
modelPackageStatuswill returnModelPackageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelPackageStatusAsString().- Returns:
- The status of the mortgage package.
- See Also:
ModelPackageStatus
-
modelApprovalStatus
public final ModelApprovalStatus modelApprovalStatus()
The approval status of the model.
If the service returns an enum value that is not available in the current SDK version,
modelApprovalStatuswill returnModelApprovalStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelApprovalStatusAsString().- Returns:
- The approval status of the model.
- See Also:
ModelApprovalStatus
-
modelApprovalStatusAsString
public final String modelApprovalStatusAsString()
The approval status of the model.
If the service returns an enum value that is not available in the current SDK version,
modelApprovalStatuswill returnModelApprovalStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelApprovalStatusAsString().- Returns:
- The approval status of the model.
- See Also:
ModelApprovalStatus
-
toBuilder
public BatchDescribeModelPackageSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchDescribeModelPackageSummary.Builder,BatchDescribeModelPackageSummary>
-
builder
public static BatchDescribeModelPackageSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchDescribeModelPackageSummary.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.
-
-