public static interface BatchDescribeModelPackageSummary.Builder extends SdkPojo, CopyableBuilder<BatchDescribeModelPackageSummary.Builder,BatchDescribeModelPackageSummary>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDescribeModelPackageSummary.Builder modelPackageGroupName(String modelPackageGroupName)
The group name for the model package
modelPackageGroupName - The group name for the model packageBatchDescribeModelPackageSummary.Builder modelPackageVersion(Integer modelPackageVersion)
The version number of a versioned model.
modelPackageVersion - The version number of a versioned model.BatchDescribeModelPackageSummary.Builder modelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
modelPackageArn - The Amazon Resource Name (ARN) of the model package.BatchDescribeModelPackageSummary.Builder modelPackageDescription(String modelPackageDescription)
The description of the model package.
modelPackageDescription - The description of the model package.BatchDescribeModelPackageSummary.Builder creationTime(Instant creationTime)
The creation time of the mortgage package summary.
creationTime - The creation time of the mortgage package summary.BatchDescribeModelPackageSummary.Builder inferenceSpecification(InferenceSpecification inferenceSpecification)
inferenceSpecification - The new value for the InferenceSpecification property for this object.default BatchDescribeModelPackageSummary.Builder inferenceSpecification(Consumer<InferenceSpecification.Builder> inferenceSpecification)
InferenceSpecification.Builder avoiding
the need to create one manually via InferenceSpecification.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to inferenceSpecification(InferenceSpecification).inferenceSpecification - a consumer that will call methods on InferenceSpecification.BuilderinferenceSpecification(InferenceSpecification)BatchDescribeModelPackageSummary.Builder modelPackageStatus(String modelPackageStatus)
The status of the mortgage package.
modelPackageStatus - The status of the mortgage package.ModelPackageStatus,
ModelPackageStatusBatchDescribeModelPackageSummary.Builder modelPackageStatus(ModelPackageStatus modelPackageStatus)
The status of the mortgage package.
modelPackageStatus - The status of the mortgage package.ModelPackageStatus,
ModelPackageStatusBatchDescribeModelPackageSummary.Builder modelApprovalStatus(String modelApprovalStatus)
The approval status of the model.
modelApprovalStatus - The approval status of the model.ModelApprovalStatus,
ModelApprovalStatusBatchDescribeModelPackageSummary.Builder modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
modelApprovalStatus - The approval status of the model.ModelApprovalStatus,
ModelApprovalStatusCopyright © 2022. All rights reserved.