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 interface
BatchDescribeModelPackageSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchDescribeModelPackageSummary.Builder
builder()
Instant
creationTime()
The creation time of the mortgage package summary.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
InferenceSpecification
inferenceSpecification()
Returns the value of the InferenceSpecification property for this object.ModelApprovalStatus
modelApprovalStatus()
The approval status of the model.String
modelApprovalStatusAsString()
The approval status of the model.String
modelPackageArn()
The Amazon Resource Name (ARN) of the model package.String
modelPackageDescription()
The description of the model package.String
modelPackageGroupName()
The group name for the model packageModelPackageStatus
modelPackageStatus()
The status of the mortgage package.String
modelPackageStatusAsString()
The status of the mortgage package.Integer
modelPackageVersion()
The version number of a versioned model.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends BatchDescribeModelPackageSummary.Builder>
serializableBuilderClass()
BatchDescribeModelPackageSummary.Builder
toBuilder()
String
toString()
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,
modelPackageStatus
will 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,
modelPackageStatus
will 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,
modelApprovalStatus
will 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,
modelApprovalStatus
will 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:
toBuilder
in 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:
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-