Class AppImageConfigDetails
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.AppImageConfigDetails
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AppImageConfigDetails.Builder,AppImageConfigDetails>
@Generated("software.amazon.awssdk:codegen") public final class AppImageConfigDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppImageConfigDetails.Builder,AppImageConfigDetails>
The configuration for running a SageMaker image as a KernelGateway app.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AppImageConfigDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
appImageConfigArn()
The ARN of the AppImageConfig.String
appImageConfigName()
The name of the AppImageConfig.static AppImageConfigDetails.Builder
builder()
CodeEditorAppImageConfig
codeEditorAppImageConfig()
The configuration for the file system and the runtime, such as the environment variables and entry point.Instant
creationTime()
When the AppImageConfig was created.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
JupyterLabAppImageConfig
jupyterLabAppImageConfig()
The configuration for the file system and the runtime, such as the environment variables and entry point.KernelGatewayImageConfig
kernelGatewayImageConfig()
The configuration for the file system and kernels in the SageMaker image.Instant
lastModifiedTime()
When the AppImageConfig was last modified.List<SdkField<?>>
sdkFields()
static Class<? extends AppImageConfigDetails.Builder>
serializableBuilderClass()
AppImageConfigDetails.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
appImageConfigArn
public final String appImageConfigArn()
The ARN of the AppImageConfig.
- Returns:
- The ARN of the AppImageConfig.
-
appImageConfigName
public final String appImageConfigName()
The name of the AppImageConfig. Must be unique to your account.
- Returns:
- The name of the AppImageConfig. Must be unique to your account.
-
creationTime
public final Instant creationTime()
When the AppImageConfig was created.
- Returns:
- When the AppImageConfig was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
When the AppImageConfig was last modified.
- Returns:
- When the AppImageConfig was last modified.
-
kernelGatewayImageConfig
public final KernelGatewayImageConfig kernelGatewayImageConfig()
The configuration for the file system and kernels in the SageMaker image.
- Returns:
- The configuration for the file system and kernels in the SageMaker image.
-
jupyterLabAppImageConfig
public final JupyterLabAppImageConfig jupyterLabAppImageConfig()
The configuration for the file system and the runtime, such as the environment variables and entry point.
- Returns:
- The configuration for the file system and the runtime, such as the environment variables and entry point.
-
codeEditorAppImageConfig
public final CodeEditorAppImageConfig codeEditorAppImageConfig()
The configuration for the file system and the runtime, such as the environment variables and entry point.
- Returns:
- The configuration for the file system and the runtime, such as the environment variables and entry point.
-
toBuilder
public AppImageConfigDetails.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<AppImageConfigDetails.Builder,AppImageConfigDetails>
-
builder
public static AppImageConfigDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AppImageConfigDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-