@Generated(value="software.amazon.awssdk:codegen") public final class KernelGatewayAppSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KernelGatewayAppSettings.Builder,KernelGatewayAppSettings>
The KernelGateway app settings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KernelGatewayAppSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KernelGatewayAppSettings.Builder |
builder() |
List<CustomImage> |
customImages()
A list of custom SageMaker images that are configured to run as a KernelGateway app.
|
ResourceSpec |
defaultResourceSpec()
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
KernelGateway app.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCustomImages()
Returns true if the CustomImages property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends KernelGatewayAppSettings.Builder> |
serializableBuilderClass() |
KernelGatewayAppSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ResourceSpec defaultResourceSpec()
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
public boolean hasCustomImages()
public List<CustomImage> customImages()
A list of custom SageMaker images that are configured to run as a KernelGateway app.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCustomImages() to see if a value was sent in this field.
public KernelGatewayAppSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KernelGatewayAppSettings.Builder,KernelGatewayAppSettings>public static KernelGatewayAppSettings.Builder builder()
public static Class<? extends KernelGatewayAppSettings.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.