| Package | Description |
|---|---|
| com.amazonaws.services.sagemakeredgemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Definition |
Definition.clone() |
Definition |
Definition.withChecksum(Checksum checksum)
The checksum information of the model.
|
Definition |
Definition.withModelHandle(String modelHandle)
The unique model handle.
|
Definition |
Definition.withS3Url(String s3Url)
The absolute S3 location of the model.
|
Definition |
Definition.withState(ModelState state)
The desired state of the model.
|
Definition |
Definition.withState(String state)
The desired state of the model.
|
| Modifier and Type | Method and Description |
|---|---|
List<Definition> |
EdgeDeployment.getDefinitions()
Returns a list of Definition objects.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeDeployment |
EdgeDeployment.withDefinitions(Definition... definitions)
Returns a list of Definition objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeDeployment.setDefinitions(Collection<Definition> definitions)
Returns a list of Definition objects.
|
EdgeDeployment |
EdgeDeployment.withDefinitions(Collection<Definition> definitions)
Returns a list of Definition objects.
|
Copyright © 2024. All rights reserved.