public static interface Definition.Builder extends SdkPojo, CopyableBuilder<Definition.Builder,Definition>
| Modifier and Type | Method and Description |
|---|---|
Definition.Builder |
checksum(Checksum checksum)
The checksum information of the model.
|
default Definition.Builder |
checksum(Consumer<Checksum.Builder> checksum)
The checksum information of the model.
|
Definition.Builder |
modelHandle(String modelHandle)
The unique model handle.
|
Definition.Builder |
s3Url(String s3Url)
The absolute S3 location of the model.
|
Definition.Builder |
state(ModelState state)
The desired state of the model.
|
Definition.Builder |
state(String state)
The desired state of the model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDefinition.Builder modelHandle(String modelHandle)
The unique model handle.
modelHandle - The unique model handle.Definition.Builder s3Url(String s3Url)
The absolute S3 location of the model.
s3Url - The absolute S3 location of the model.Definition.Builder checksum(Checksum checksum)
The checksum information of the model.
checksum - The checksum information of the model.default Definition.Builder checksum(Consumer<Checksum.Builder> checksum)
The checksum information of the model.
This is a convenience method that creates an instance of theChecksum.Builder avoiding the need to
create one manually via Checksum.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to checksum(Checksum).
checksum - a consumer that will call methods on Checksum.Builderchecksum(Checksum)Definition.Builder state(String state)
The desired state of the model.
state - The desired state of the model.ModelState,
ModelStateDefinition.Builder state(ModelState state)
The desired state of the model.
state - The desired state of the model.ModelState,
ModelStateCopyright © 2023. All rights reserved.