@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateInferenceComponentRuntimeConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateInferenceComponentRuntimeConfigRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateInferenceComponentRuntimeConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
InferenceComponentRuntimeConfig |
getDesiredRuntimeConfig()
Runtime settings for a model that is deployed with an inference component.
|
String |
getInferenceComponentName()
The name of the inference component to update.
|
int |
hashCode() |
void |
setDesiredRuntimeConfig(InferenceComponentRuntimeConfig desiredRuntimeConfig)
Runtime settings for a model that is deployed with an inference component.
|
void |
setInferenceComponentName(String inferenceComponentName)
The name of the inference component to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateInferenceComponentRuntimeConfigRequest |
withDesiredRuntimeConfig(InferenceComponentRuntimeConfig desiredRuntimeConfig)
Runtime settings for a model that is deployed with an inference component.
|
UpdateInferenceComponentRuntimeConfigRequest |
withInferenceComponentName(String inferenceComponentName)
The name of the inference component to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateInferenceComponentRuntimeConfigRequest()
public void setInferenceComponentName(String inferenceComponentName)
The name of the inference component to update.
inferenceComponentName
- The name of the inference component to update.public String getInferenceComponentName()
The name of the inference component to update.
public UpdateInferenceComponentRuntimeConfigRequest withInferenceComponentName(String inferenceComponentName)
The name of the inference component to update.
inferenceComponentName
- The name of the inference component to update.public void setDesiredRuntimeConfig(InferenceComponentRuntimeConfig desiredRuntimeConfig)
Runtime settings for a model that is deployed with an inference component.
desiredRuntimeConfig
- Runtime settings for a model that is deployed with an inference component.public InferenceComponentRuntimeConfig getDesiredRuntimeConfig()
Runtime settings for a model that is deployed with an inference component.
public UpdateInferenceComponentRuntimeConfigRequest withDesiredRuntimeConfig(InferenceComponentRuntimeConfig desiredRuntimeConfig)
Runtime settings for a model that is deployed with an inference component.
desiredRuntimeConfig
- Runtime settings for a model that is deployed with an inference component.public String toString()
toString
in class Object
Object.toString()
public UpdateInferenceComponentRuntimeConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.