@Generated(value="software.amazon.awssdk:codegen") public final class ModelDeployConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelDeployConfig.Builder,ModelDeployConfig>
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelDeployConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoGenerateEndpointName()
Set to
True to automatically generate an endpoint name for a one-click Autopilot model deployment;
set to False otherwise. |
static ModelDeployConfig.Builder |
builder() |
String |
endpointName()
Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not
generated automatically.
|
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 ModelDeployConfig.Builder> |
serializableBuilderClass() |
ModelDeployConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean autoGenerateEndpointName()
Set to True to automatically generate an endpoint name for a one-click Autopilot model deployment;
set to False otherwise. The default value is True.
If you set AutoGenerateEndpointName to True, do not specify the
EndpointName; otherwise a 400 error is thrown.
True to automatically generate an endpoint name for a one-click Autopilot model
deployment; set to False otherwise. The default value is True.
If you set AutoGenerateEndpointName to True, do not specify the
EndpointName; otherwise a 400 error is thrown.
public final String endpointName()
Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.
Specify the EndpointName if and only if you set AutoGenerateEndpointName to
False; otherwise a 400 error is thrown.
Specify the EndpointName if and only if you set AutoGenerateEndpointName to
False; otherwise a 400 error is thrown.
public ModelDeployConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelDeployConfig.Builder,ModelDeployConfig>public static ModelDeployConfig.Builder builder()
public static Class<? extends ModelDeployConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.