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, sdkFields
copy
applyMutation, build
ModelPackageStatusDetails.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 that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #validationStatuses(List)
.validationStatuses
- a consumer that will call methods on List.Builder
#validationStatuses(List)
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 that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #imageScanStatuses(List)
.imageScanStatuses
- a consumer that will call methods on List.Builder
#imageScanStatuses(List)
Copyright © 2020. All rights reserved.