CollectionConfig: CollectionConfig Class

CollectionConfigR Documentation

CollectionConfig Class

Description

Creates tensor collections for SageMaker Debugger

Public fields

name

The name of the collection configuration.

parameters

The parameters for the collection configuration.

Methods

Public methods


Method new()

Constructor for collection configuration.

Usage
CollectionConfig$new(name, parameters = NULL)
Arguments
name

(str): Required. The name of the collection configuration.

parameters

(dict): Optional. The parameters for the collection configuration.


Method to_request_list()

Generate a request dictionary using the parameters initializing the object.

Usage
CollectionConfig$to_request_list()
Returns

dict: A portion of an API request as a dictionary.


Method format()

format class

Usage
CollectionConfig$format()

Method clone()

The objects of this class are cloneable with this method.

Usage
CollectionConfig$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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