@Generated(value="software.amazon.awssdk:codegen") public final class EdgeDeploymentModelConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgeDeploymentModelConfig.Builder,EdgeDeploymentModelConfig>
Contains information about the configuration of a model in a deployment.
Modifier and Type | Class and Description |
---|---|
static interface |
EdgeDeploymentModelConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static EdgeDeploymentModelConfig.Builder |
builder() |
String |
edgePackagingJobName()
The edge packaging job associated with this deployment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelHandle()
The name the device application uses to reference this model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EdgeDeploymentModelConfig.Builder> |
serializableBuilderClass() |
EdgeDeploymentModelConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String modelHandle()
The name the device application uses to reference this model.
public final String edgePackagingJobName()
The edge packaging job associated with this deployment.
public EdgeDeploymentModelConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<EdgeDeploymentModelConfig.Builder,EdgeDeploymentModelConfig>
public static EdgeDeploymentModelConfig.Builder builder()
public static Class<? extends EdgeDeploymentModelConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.