JumpStartModelSpecs: JumpStartModelSpecs class

JumpStartModelSpecsR Documentation

JumpStartModelSpecs class

Description

Data class JumpStart model specs

Super class

sagemaker.core::JumpStartDataHolderType -> JumpStartModelSpecs

Methods

Public methods

Inherited methods

Method new()

Initializes a JumpStartModelSpecs object from its json representation.

Usage
JumpStartModelSpecs$new(spec)
Arguments
spec

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


Method from_json()

Sets fields in object based on json of header.

Usage
JumpStartModelSpecs$from_json(json_obj)
Arguments
json_obj

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


Method to_json()

Returns json representation of JumpStartModelSpecs object.

Usage
JumpStartModelSpecs$to_json()

Method clone()

The objects of this class are cloneable with this method.

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