@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEndpointRequest extends ComprehendRequest implements ToCopyableBuilder<UpdateEndpointRequest.Builder,UpdateEndpointRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEndpointRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEndpointRequest.Builder |
builder() |
String |
desiredDataAccessRoleArn()
Data access role ARN to use in case the new model is encrypted with a customer CMK.
|
Integer |
desiredInferenceUnits()
The desired number of inference units to be used by the model using this endpoint.
|
String |
desiredModelArn()
The ARN of the new model to use when updating an existing endpoint.
|
String |
endpointArn()
The Amazon Resource Number (ARN) of the endpoint being updated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flywheelArn()
The Amazon Resource Number (ARN) of the flywheel
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEndpointRequest.Builder> |
serializableBuilderClass() |
UpdateEndpointRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endpointArn()
The Amazon Resource Number (ARN) of the endpoint being updated.
public final String desiredModelArn()
The ARN of the new model to use when updating an existing endpoint.
public final Integer desiredInferenceUnits()
The desired number of inference units to be used by the model using this endpoint. Each inference unit represents of a throughput of 100 characters per second.
public final String desiredDataAccessRoleArn()
Data access role ARN to use in case the new model is encrypted with a customer CMK.
public final String flywheelArn()
The Amazon Resource Number (ARN) of the flywheel
public UpdateEndpointRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateEndpointRequest.Builder,UpdateEndpointRequest>toBuilder in class ComprehendRequestpublic static UpdateEndpointRequest.Builder builder()
public static Class<? extends UpdateEndpointRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.