2.3.7 Overview
The API Methods documentation describes a detailed overview of all the APIs in the ML SDK.
Dataset/project architecture is set up with an object hierarchy for all of the properties of a project. See the diagram below.
Object Hierarchy:
For each type of object, there is a plural variant that represents a collection of those objects.
To navigate to a specific object, refer to the collection object and then call a
get_objects()
or get_object_by_name()
method. The
Projects object is a property of the top-level Client object.
Examples:
client.list_projects()
client.project = "<My-Project-Name>"