@Generated(value="software.amazon.awssdk:codegen") public final class ModelDeployResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelDeployResult.Builder,ModelDeployResult>
Provides information about the endpoint of the model deployment.
Modifier and Type | Class and Description |
---|---|
static interface |
ModelDeployResult.Builder |
Modifier and Type | Method and Description |
---|---|
static ModelDeployResult.Builder |
builder() |
String |
endpointName()
The name of the endpoint to which the model has been deployed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelDeployResult.Builder> |
serializableBuilderClass() |
ModelDeployResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String endpointName()
The name of the endpoint to which the model has been deployed.
If model deployment fails, this field is omitted from the response.
If model deployment fails, this field is omitted from the response.
public ModelDeployResult.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ModelDeployResult.Builder,ModelDeployResult>
public static ModelDeployResult.Builder builder()
public static Class<? extends ModelDeployResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.