sagemakerappimageconfig

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileSystemConfig

type FileSystemConfig struct {
	// DefaultGid: number, optional
	DefaultGid terra.NumberValue `hcl:"default_gid,attr"`
	// DefaultUid: number, optional
	DefaultUid terra.NumberValue `hcl:"default_uid,attr"`
	// MountPath: string, optional
	MountPath terra.StringValue `hcl:"mount_path,attr"`
}

type FileSystemConfigAttributes

type FileSystemConfigAttributes struct {
	// contains filtered or unexported fields
}

func (FileSystemConfigAttributes) DefaultGid

func (fsc FileSystemConfigAttributes) DefaultGid() terra.NumberValue

func (FileSystemConfigAttributes) DefaultUid

func (fsc FileSystemConfigAttributes) DefaultUid() terra.NumberValue

func (FileSystemConfigAttributes) InternalRef

func (fsc FileSystemConfigAttributes) InternalRef() (terra.Reference, error)

func (FileSystemConfigAttributes) InternalTokens

func (fsc FileSystemConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (FileSystemConfigAttributes) InternalWithRef

func (FileSystemConfigAttributes) MountPath

type FileSystemConfigState

type FileSystemConfigState struct {
	DefaultGid float64 `json:"default_gid"`
	DefaultUid float64 `json:"default_uid"`
	MountPath  string  `json:"mount_path"`
}

type KernelGatewayImageConfig

type KernelGatewayImageConfig struct {
	// FileSystemConfig: optional
	FileSystemConfig *FileSystemConfig `hcl:"file_system_config,block"`
	// KernelSpec: required
	KernelSpec *KernelSpec `hcl:"kernel_spec,block" validate:"required"`
}

type KernelGatewayImageConfigAttributes

type KernelGatewayImageConfigAttributes struct {
	// contains filtered or unexported fields
}

func (KernelGatewayImageConfigAttributes) FileSystemConfig

func (KernelGatewayImageConfigAttributes) InternalRef

func (KernelGatewayImageConfigAttributes) InternalTokens

func (kgic KernelGatewayImageConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (KernelGatewayImageConfigAttributes) InternalWithRef

func (KernelGatewayImageConfigAttributes) KernelSpec

type KernelGatewayImageConfigState

type KernelGatewayImageConfigState struct {
	FileSystemConfig []FileSystemConfigState `json:"file_system_config"`
	KernelSpec       []KernelSpecState       `json:"kernel_spec"`
}

type KernelSpec

type KernelSpec struct {
	// DisplayName: string, optional
	DisplayName terra.StringValue `hcl:"display_name,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
}

type KernelSpecAttributes

type KernelSpecAttributes struct {
	// contains filtered or unexported fields
}

func (KernelSpecAttributes) DisplayName

func (ks KernelSpecAttributes) DisplayName() terra.StringValue

func (KernelSpecAttributes) InternalRef

func (ks KernelSpecAttributes) InternalRef() (terra.Reference, error)

func (KernelSpecAttributes) InternalTokens

func (ks KernelSpecAttributes) InternalTokens() (hclwrite.Tokens, error)

func (KernelSpecAttributes) InternalWithRef

func (ks KernelSpecAttributes) InternalWithRef(ref terra.Reference) KernelSpecAttributes

func (KernelSpecAttributes) Name

type KernelSpecState

type KernelSpecState struct {
	DisplayName string `json:"display_name"`
	Name        string `json:"name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL