JumpStartEnvironmentVariable: JumpStartEnvironmentVariable class

JumpStartEnvironmentVariableR Documentation

JumpStartEnvironmentVariable class

Description

Data class for JumpStart environment variable definitions in the hosting container.

Super class

sagemaker.core::JumpStartDataHolderType -> JumpStartEnvironmentVariable

Methods

Public methods

Inherited methods

Method new()

Initializes a JumpStartEnvironmentVariable object from its json representation.

Usage
JumpStartEnvironmentVariable$new(spec)
Arguments
spec

(Dict[str, Any]): Dictionary representation of environment variable.


Method from_json()

Sets fields in object based on json.

Usage
JumpStartEnvironmentVariable$from_json(json_obj)
Arguments
json_obj

(Dict[str, Any]): Dictionary representation of environment variable.


Method to_json()

Returns json representation of JumpStartEnvironmentVariable object.

Usage
JumpStartEnvironmentVariable$to_json()

Method clone()

The objects of this class are cloneable with this method.

Usage
JumpStartEnvironmentVariable$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.