JumpStartModelHeader: Data class JumpStart model header.

JumpStartModelHeaderR Documentation

Data class JumpStart model header.

Description

Data class JumpStart model header.

Data class JumpStart model header.

Super class

sagemaker.core::JumpStartDataHolderType -> JumpStartModelHeader

Methods

Public methods

Inherited methods

Method new()

Initializes a JumpStartModelHeader object from its json representation.

Usage
JumpStartModelHeader$new(header)
Arguments
header

(Dict[str, str]): Dictionary representation of header.


Method to_json()

Returns json representation of JumpStartModelHeader object in list format.

Usage
JumpStartModelHeader$to_json()

Method from_json()

Sets fields in object based on json of header.

Usage
JumpStartModelHeader$from_json(json_obj)
Arguments
json_obj

(Dict[str, str]): Dictionary representation of header.


Method clone()

The objects of this class are cloneable with this method.

Usage
JumpStartModelHeader$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.