An artifact represents an input or an output of individual steps in a ML
workflow, e.g., a trained model, an input dataset, and evaluation metrics.
Attributes |
create_time_since_epoch
|
int64 create_time_since_epoch
|
custom_properties
|
repeated CustomPropertiesEntry custom_properties
|
external_id
|
string external_id
|
id
|
int64 id
|
last_update_time_since_epoch
|
int64 last_update_time_since_epoch
|
name
|
string name
|
properties
|
repeated PropertiesEntry properties
|
state
|
State state
|
type
|
string type
|
type_id
|
int64 type_id
|
uri
|
string uri
|
Child Classes
class CustomPropertiesEntry
class PropertiesEntry
Class Variables |
ABANDONED
|
5
|
DELETED
|
4
|
LIVE
|
2
|
MARKED_FOR_DELETION
|
3
|
PENDING
|
1
|
State
|
Instance of google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper
|
UNKNOWN
|
0
|