Interface SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.889Z") @Stability(Stable) public interface SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builderstatic classSagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Jsii$ProxyAn implementation forSagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builderbuilder()default NumbergetDefaultGid()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#default_gid SagemakerAppImageConfig#default_gid}.default NumbergetDefaultUid()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#default_uid SagemakerAppImageConfig#default_uid}.default StringgetMountPath()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#mount_path SagemakerAppImageConfig#mount_path}.
-
-
-
Method Detail
-
getDefaultGid
@Stability(Stable) @Nullable default Number getDefaultGid()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#default_gid SagemakerAppImageConfig#default_gid}.
-
getDefaultUid
@Stability(Stable) @Nullable default Number getDefaultUid()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#default_uid SagemakerAppImageConfig#default_uid}.
-
getMountPath
@Stability(Stable) @Nullable default String getMountPath()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#mount_path SagemakerAppImageConfig#mount_path}.
-
builder
@Stability(Stable) static SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builder builder()
-
-