public static interface ModelPackageStatusDetails.Builder extends SdkPojo, CopyableBuilder<ModelPackageStatusDetails.Builder,ModelPackageStatusDetails>
| Modifier and Type | Method and Description |
|---|---|
ModelPackageStatusDetails.Builder |
imageScanStatuses(Collection<ModelPackageStatusItem> imageScanStatuses)
The status of the scan of the Docker image container for the model package.
|
ModelPackageStatusDetails.Builder |
imageScanStatuses(Consumer<ModelPackageStatusItem.Builder>... imageScanStatuses)
The status of the scan of the Docker image container for the model package.
|
ModelPackageStatusDetails.Builder |
imageScanStatuses(ModelPackageStatusItem... imageScanStatuses)
The status of the scan of the Docker image container for the model package.
|
ModelPackageStatusDetails.Builder |
validationStatuses(Collection<ModelPackageStatusItem> validationStatuses)
The validation status of the model package.
|
ModelPackageStatusDetails.Builder |
validationStatuses(Consumer<ModelPackageStatusItem.Builder>... validationStatuses)
The validation status of the model package.
|
ModelPackageStatusDetails.Builder |
validationStatuses(ModelPackageStatusItem... validationStatuses)
The validation status of the model package.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelPackageStatusDetails.Builder validationStatuses(Collection<ModelPackageStatusItem> validationStatuses)
The validation status of the model package.
validationStatuses - The validation status of the model package.ModelPackageStatusDetails.Builder validationStatuses(ModelPackageStatusItem... validationStatuses)
The validation status of the model package.
validationStatuses - The validation status of the model package.ModelPackageStatusDetails.Builder validationStatuses(Consumer<ModelPackageStatusItem.Builder>... validationStatuses)
The validation status of the model package.
This is a convenience method that creates an instance of theModelPackageStatusItem.Builder avoiding the need to
create one manually via
ModelPackageStatusItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #validationStatuses(List.
validationStatuses - a consumer that will call methods on
ModelPackageStatusItem.Builder#validationStatuses(java.util.Collection) ModelPackageStatusDetails.Builder imageScanStatuses(Collection<ModelPackageStatusItem> imageScanStatuses)
The status of the scan of the Docker image container for the model package.
imageScanStatuses - The status of the scan of the Docker image container for the model package.ModelPackageStatusDetails.Builder imageScanStatuses(ModelPackageStatusItem... imageScanStatuses)
The status of the scan of the Docker image container for the model package.
imageScanStatuses - The status of the scan of the Docker image container for the model package.ModelPackageStatusDetails.Builder imageScanStatuses(Consumer<ModelPackageStatusItem.Builder>... imageScanStatuses)
The status of the scan of the Docker image container for the model package.
This is a convenience method that creates an instance of theModelPackageStatusItem.Builder avoiding the need to
create one manually via
ModelPackageStatusItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #imageScanStatuses(List.
imageScanStatuses - a consumer that will call methods on
ModelPackageStatusItem.Builder#imageScanStatuses(java.util.Collection) Copyright © 2022. All rights reserved.