CollectionConfig | R Documentation |
Creates tensor collections for SageMaker Debugger
name
The name of the collection configuration.
parameters
The parameters for the collection configuration.
new()
Constructor for collection configuration.
CollectionConfig$new(name, parameters = NULL)
name
(str): Required. The name of the collection configuration.
parameters
(dict): Optional. The parameters for the collection configuration.
to_request_list()
Generate a request dictionary using the parameters initializing the object.
CollectionConfig$to_request_list()
dict: A portion of an API request as a dictionary.
format()
format class
CollectionConfig$format()
clone()
The objects of this class are cloneable with this method.
CollectionConfig$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.