protos

package
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Default_SearchRuns_RunViewType = ViewType_ACTIVE_ONLY
	Default_SearchRuns_MaxResults  = int32(1000)
)

Default values for SearchRuns fields.

View Source
const (
	Default_Assessment_Valid = bool(true)
)

Default values for Assessment fields.

View Source
const (
	Default_HttpEndpoint_Method = string("POST")
)

Default values for HttpEndpoint fields.

View Source
const (
	Default_LogMetric_Step = int64(0)
)

Default values for LogMetric fields.

View Source
const (
	Default_MetricWithRunId_Step = int64(0)
)

Default values for MetricWithRunId fields.

View Source
const (
	Default_Metric_Step = int64(0)
)

Default values for Metric fields.

View Source
const (
	Default_ModelMetric_Step = int64(0)
)

Default values for ModelMetric fields.

View Source
const (
	Default_SearchLoggedModels_MaxResults = int32(50)
)

Default values for SearchLoggedModels fields.

View Source
const (
	Default_SearchLoggedModels_OrderBy_Ascending = bool(true)
)

Default values for SearchLoggedModels_OrderBy fields.

View Source
const (
	Default_SearchModelVersions_MaxResults = int64(200000)
)

Default values for SearchModelVersions fields.

View Source
const (
	Default_SearchRegisteredModels_MaxResults = int64(100)
)

Default values for SearchRegisteredModels fields.

View Source
const (
	Default_SearchTracesV3_MaxResults = int32(100)
)

Default values for SearchTracesV3 fields.

View Source
const (
	Default_SearchTraces_MaxResults = int32(100)
)

Default values for SearchTraces fields.

View Source
const (
	Default_SearchUnifiedTraces_MaxResults = int32(100)
)

Default values for SearchUnifiedTraces fields.

Variables

View Source
var (
	AssessmentSource_SourceType_name = map[int32]string{
		0: "SOURCE_TYPE_UNSPECIFIED",
		1: "HUMAN",
		2: "LLM_JUDGE",
		3: "CODE",
	}
	AssessmentSource_SourceType_value = map[string]int32{
		"SOURCE_TYPE_UNSPECIFIED": 0,
		"HUMAN":                   1,
		"LLM_JUDGE":               2,
		"CODE":                    3,
	}
)

Enum value maps for AssessmentSource_SourceType.

View Source
var (
	Visibility_name = map[int32]string{
		1: "PUBLIC",
		2: "INTERNAL",
		3: "PUBLIC_UNDOCUMENTED",
	}
	Visibility_value = map[string]int32{
		"PUBLIC":              1,
		"INTERNAL":            2,
		"PUBLIC_UNDOCUMENTED": 3,
	}
)

Enum value maps for Visibility.

View Source
var (
	ErrorCode_name = map[int32]string{
		1:    "INTERNAL_ERROR",
		2:    "TEMPORARILY_UNAVAILABLE",
		3:    "IO_ERROR",
		4:    "BAD_REQUEST",
		5:    "SERVICE_UNDER_MAINTENANCE",
		6:    "WORKSPACE_TEMPORARILY_UNAVAILABLE",
		7:    "DEADLINE_EXCEEDED",
		8:    "CANCELLED",
		9:    "RESOURCE_EXHAUSTED",
		10:   "ABORTED",
		11:   "NOT_FOUND",
		12:   "ALREADY_EXISTS",
		13:   "UNAUTHENTICATED",
		1000: "INVALID_PARAMETER_VALUE",
		1001: "ENDPOINT_NOT_FOUND",
		1002: "MALFORMED_REQUEST",
		1003: "INVALID_STATE",
		1004: "PERMISSION_DENIED",
		1005: "FEATURE_DISABLED",
		1006: "CUSTOMER_UNAUTHORIZED",
		1007: "REQUEST_LIMIT_EXCEEDED",
		1008: "RESOURCE_CONFLICT",
		1009: "UNPARSEABLE_HTTP_ERROR",
		1010: "NOT_IMPLEMENTED",
		1011: "DATA_LOSS",
		2001: "INVALID_STATE_TRANSITION",
		2002: "COULD_NOT_ACQUIRE_LOCK",
		3001: "RESOURCE_ALREADY_EXISTS",
		3002: "RESOURCE_DOES_NOT_EXIST",
		4001: "QUOTA_EXCEEDED",
		4002: "MAX_BLOCK_SIZE_EXCEEDED",
		4003: "MAX_READ_SIZE_EXCEEDED",
		4004: "PARTIAL_DELETE",
		4005: "MAX_LIST_SIZE_EXCEEDED",
		5001: "DRY_RUN_FAILED",
		5002: "RESOURCE_LIMIT_EXCEEDED",
		6001: "DIRECTORY_NOT_EMPTY",
		6002: "DIRECTORY_PROTECTED",
		6003: "MAX_NOTEBOOK_SIZE_EXCEEDED",
		6004: "MAX_CHILD_NODE_SIZE_EXCEEDED",
		6100: "SEARCH_QUERY_TOO_LONG",
		6101: "SEARCH_QUERY_TOO_SHORT",
		7001: "MANAGED_RESOURCE_GROUP_DOES_NOT_EXIST",
		7002: "PERMISSION_NOT_PROPAGATED",
		7003: "DEPLOYMENT_TIMEOUT",
		8001: "GIT_CONFLICT",
		8002: "GIT_UNKNOWN_REF",
		8003: "GIT_SENSITIVE_TOKEN_DETECTED",
		8004: "GIT_URL_NOT_ON_ALLOW_LIST",
		8005: "GIT_REMOTE_ERROR",
		8006: "PROJECTS_OPERATION_TIMEOUT",
		8007: "IPYNB_FILE_IN_REPO",
		8100: "INSECURE_PARTNER_RESPONSE",
		8101: "MALFORMED_PARTNER_RESPONSE",
		9000: "METASTORE_DOES_NOT_EXIST",
		9001: "DAC_DOES_NOT_EXIST",
		9002: "CATALOG_DOES_NOT_EXIST",
		9003: "SCHEMA_DOES_NOT_EXIST",
		9004: "TABLE_DOES_NOT_EXIST",
		9005: "SHARE_DOES_NOT_EXIST",
		9006: "RECIPIENT_DOES_NOT_EXIST",
		9007: "STORAGE_CREDENTIAL_DOES_NOT_EXIST",
		9008: "EXTERNAL_LOCATION_DOES_NOT_EXIST",
		9009: "PRINCIPAL_DOES_NOT_EXIST",
		9010: "PROVIDER_DOES_NOT_EXIST",
		9020: "METASTORE_ALREADY_EXISTS",
		9021: "DAC_ALREADY_EXISTS",
		9022: "CATALOG_ALREADY_EXISTS",
		9023: "SCHEMA_ALREADY_EXISTS",
		9024: "TABLE_ALREADY_EXISTS",
		9025: "SHARE_ALREADY_EXISTS",
		9026: "RECIPIENT_ALREADY_EXISTS",
		9027: "STORAGE_CREDENTIAL_ALREADY_EXISTS",
		9028: "EXTERNAL_LOCATION_ALREADY_EXISTS",
		9029: "PROVIDER_ALREADY_EXISTS",
		9040: "CATALOG_NOT_EMPTY",
		9041: "SCHEMA_NOT_EMPTY",
		9042: "METASTORE_NOT_EMPTY",
		9060: "PROVIDER_SHARE_NOT_ACCESSIBLE",
	}
	ErrorCode_value = map[string]int32{
		"INTERNAL_ERROR":                        1,
		"TEMPORARILY_UNAVAILABLE":               2,
		"IO_ERROR":                              3,
		"BAD_REQUEST":                           4,
		"SERVICE_UNDER_MAINTENANCE":             5,
		"WORKSPACE_TEMPORARILY_UNAVAILABLE":     6,
		"DEADLINE_EXCEEDED":                     7,
		"CANCELLED":                             8,
		"RESOURCE_EXHAUSTED":                    9,
		"ABORTED":                               10,
		"NOT_FOUND":                             11,
		"ALREADY_EXISTS":                        12,
		"UNAUTHENTICATED":                       13,
		"INVALID_PARAMETER_VALUE":               1000,
		"ENDPOINT_NOT_FOUND":                    1001,
		"MALFORMED_REQUEST":                     1002,
		"INVALID_STATE":                         1003,
		"PERMISSION_DENIED":                     1004,
		"FEATURE_DISABLED":                      1005,
		"CUSTOMER_UNAUTHORIZED":                 1006,
		"REQUEST_LIMIT_EXCEEDED":                1007,
		"RESOURCE_CONFLICT":                     1008,
		"UNPARSEABLE_HTTP_ERROR":                1009,
		"NOT_IMPLEMENTED":                       1010,
		"DATA_LOSS":                             1011,
		"INVALID_STATE_TRANSITION":              2001,
		"COULD_NOT_ACQUIRE_LOCK":                2002,
		"RESOURCE_ALREADY_EXISTS":               3001,
		"RESOURCE_DOES_NOT_EXIST":               3002,
		"QUOTA_EXCEEDED":                        4001,
		"MAX_BLOCK_SIZE_EXCEEDED":               4002,
		"MAX_READ_SIZE_EXCEEDED":                4003,
		"PARTIAL_DELETE":                        4004,
		"MAX_LIST_SIZE_EXCEEDED":                4005,
		"DRY_RUN_FAILED":                        5001,
		"RESOURCE_LIMIT_EXCEEDED":               5002,
		"DIRECTORY_NOT_EMPTY":                   6001,
		"DIRECTORY_PROTECTED":                   6002,
		"MAX_NOTEBOOK_SIZE_EXCEEDED":            6003,
		"MAX_CHILD_NODE_SIZE_EXCEEDED":          6004,
		"SEARCH_QUERY_TOO_LONG":                 6100,
		"SEARCH_QUERY_TOO_SHORT":                6101,
		"MANAGED_RESOURCE_GROUP_DOES_NOT_EXIST": 7001,
		"PERMISSION_NOT_PROPAGATED":             7002,
		"DEPLOYMENT_TIMEOUT":                    7003,
		"GIT_CONFLICT":                          8001,
		"GIT_UNKNOWN_REF":                       8002,
		"GIT_SENSITIVE_TOKEN_DETECTED":          8003,
		"GIT_URL_NOT_ON_ALLOW_LIST":             8004,
		"GIT_REMOTE_ERROR":                      8005,
		"PROJECTS_OPERATION_TIMEOUT":            8006,
		"IPYNB_FILE_IN_REPO":                    8007,
		"INSECURE_PARTNER_RESPONSE":             8100,
		"MALFORMED_PARTNER_RESPONSE":            8101,
		"METASTORE_DOES_NOT_EXIST":              9000,
		"DAC_DOES_NOT_EXIST":                    9001,
		"CATALOG_DOES_NOT_EXIST":                9002,
		"SCHEMA_DOES_NOT_EXIST":                 9003,
		"TABLE_DOES_NOT_EXIST":                  9004,
		"SHARE_DOES_NOT_EXIST":                  9005,
		"RECIPIENT_DOES_NOT_EXIST":              9006,
		"STORAGE_CREDENTIAL_DOES_NOT_EXIST":     9007,
		"EXTERNAL_LOCATION_DOES_NOT_EXIST":      9008,
		"PRINCIPAL_DOES_NOT_EXIST":              9009,
		"PROVIDER_DOES_NOT_EXIST":               9010,
		"METASTORE_ALREADY_EXISTS":              9020,
		"DAC_ALREADY_EXISTS":                    9021,
		"CATALOG_ALREADY_EXISTS":                9022,
		"SCHEMA_ALREADY_EXISTS":                 9023,
		"TABLE_ALREADY_EXISTS":                  9024,
		"SHARE_ALREADY_EXISTS":                  9025,
		"RECIPIENT_ALREADY_EXISTS":              9026,
		"STORAGE_CREDENTIAL_ALREADY_EXISTS":     9027,
		"EXTERNAL_LOCATION_ALREADY_EXISTS":      9028,
		"PROVIDER_ALREADY_EXISTS":               9029,
		"CATALOG_NOT_EMPTY":                     9040,
		"SCHEMA_NOT_EMPTY":                      9041,
		"METASTORE_NOT_EMPTY":                   9042,
		"PROVIDER_SHARE_NOT_ACCESSIBLE":         9060,
	}
)

Enum value maps for ErrorCode.

View Source
var (
	// Indicates an overriding visibility for this field. This can only reduce the visibility;
	// a public field in an internal API will not have an effect.
	//
	// optional mlflow.Visibility visibility = 51310;
	E_Visibility = &file_databricks_proto_extTypes[0]
	// This annotation indicates that certain fields must be supplied for the request to be carried
	// out successfully.
	// A request field may go from being required to optional over time, but a field may not
	// go from being optional to required, for backwards compatiblity reasons.
	// Request RPCs are validated automatically prior to processing for required fields, but
	// returned values are not validated in any way.
	//
	// optional bool validate_required = 51311;
	E_ValidateRequired = &file_databricks_proto_extTypes[1]
	// Causes the fields within the tagged Message to be inlined into this Message, for the purposes
	// of our JSON API.
	// For example, rather than serializing
	//
	//	{
	//	  "attrs" : {
	//	    "cluster_name" : "Foo"
	//	  }
	//	}
	//
	// If "attrs" were marked json_inline, we would upgrade cluster_name to a top-level field:
	//
	//	{
	//	  "cluster_name" : "Foo"
	//	}
	//
	// Note that this is only applicable to singular Message fields.
	//
	// optional bool json_inline = 51312;
	E_JsonInline = &file_databricks_proto_extTypes[2]
	// Causes a field which conceptually represents a Map to be serialized as a JSON Map.
	// The given field must be a Message with exactly 2 fields called "key" and "value", where key
	// must be a string.
	// For example, rather than serializing
	//
	//	[ { "key" : "spark.speculation", "value" : "false" } ]
	//
	// If this field were marked json_map, we would serialize it as
	//
	//	{ "spark.speculation" : "false" }
	//
	// optional bool json_map = 51313;
	E_JsonMap = &file_databricks_proto_extTypes[3]
	// The documentation meta data for this field. This gets added automatically when the proto is
	// parsed.
	// There are as many doc blocks as visibility levels.
	// This is not meant to be crafted by hand; this will be automatically generated when parsing
	// the proto file.
	//
	// repeated mlflow.DocumentationMetadata field_doc = 51314;
	E_FieldDoc = &file_databricks_proto_extTypes[4]
)

Extension fields to descriptorpb.FieldOptions.

View Source
var (
	// optional mlflow.DatabricksRpcOptions rpc = 51310;
	E_Rpc = &file_databricks_proto_extTypes[5]
	// The documentation metadata.
	// This is not meant to be crafted by hand; this will be automatically generated when parsing
	// the proto file.
	//
	// repeated mlflow.DocumentationMetadata method_doc = 51314;
	E_MethodDoc = &file_databricks_proto_extTypes[6] // Same id everywhere
	// If this is set, this rpc will be visible for graphql module autogeneration.
	//
	// optional mlflow.DatabricksGraphqlOptions graphql = 51399;
	E_Graphql = &file_databricks_proto_extTypes[7]
)

Extension fields to descriptorpb.MethodOptions.

View Source
var (
	// Indicates an overriding visibility for this field. This can only reduce the visibility;
	// a public field in an internal API will not have an effect.
	//
	// optional mlflow.Visibility enum_value_visibility = 51310;
	E_EnumValueVisibility = &file_databricks_proto_extTypes[11]
	// The documentation metadata.
	// This is not meant to be crafted by hand; this will be automatically generated when parsing
	// the proto file.
	//
	// repeated mlflow.DocumentationMetadata enum_value_doc = 51314;
	E_EnumValueDoc = &file_databricks_proto_extTypes[12] // Same id everywhere
)

Extension fields to descriptorpb.EnumValueOptions.

View Source
var (
	ArtifactCredentialType_name = map[int32]string{
		1: "AZURE_SAS_URI",
		2: "AWS_PRESIGNED_URL",
		3: "GCP_SIGNED_URL",
		4: "AZURE_ADLS_GEN2_SAS_URI",
	}
	ArtifactCredentialType_value = map[string]int32{
		"AZURE_SAS_URI":           1,
		"AWS_PRESIGNED_URL":       2,
		"GCP_SIGNED_URL":          3,
		"AZURE_ADLS_GEN2_SAS_URI": 4,
	}
)

Enum value maps for ArtifactCredentialType.

View Source
var (
	InputVertexType_name = map[int32]string{
		1: "RUN",
		2: "DATASET",
		3: "MODEL",
	}
	InputVertexType_value = map[string]int32{
		"RUN":     1,
		"DATASET": 2,
		"MODEL":   3,
	}
)

Enum value maps for InputVertexType.

View Source
var (
	OutputVertexType_name = map[int32]string{
		1: "RUN_OUTPUT",
		2: "MODEL_OUTPUT",
	}
	OutputVertexType_value = map[string]int32{
		"RUN_OUTPUT":   1,
		"MODEL_OUTPUT": 2,
	}
)

Enum value maps for OutputVertexType.

View Source
var (
	ModelVersionStatus_name = map[int32]string{
		1: "PENDING_REGISTRATION",
		2: "FAILED_REGISTRATION",
		3: "READY",
	}
	ModelVersionStatus_value = map[string]int32{
		"PENDING_REGISTRATION": 1,
		"FAILED_REGISTRATION":  2,
		"READY":                3,
	}
)

Enum value maps for ModelVersionStatus.

View Source
var (
	DeploymentJobConnection_State_name = map[int32]string{
		0: "DEPLOYMENT_JOB_CONNECTION_STATE_UNSPECIFIED",
		1: "NOT_SET_UP",
		2: "CONNECTED",
		3: "NOT_FOUND",
		4: "REQUIRED_PARAMETERS_CHANGED",
	}
	DeploymentJobConnection_State_value = map[string]int32{
		"DEPLOYMENT_JOB_CONNECTION_STATE_UNSPECIFIED": 0,
		"NOT_SET_UP":                  1,
		"CONNECTED":                   2,
		"NOT_FOUND":                   3,
		"REQUIRED_PARAMETERS_CHANGED": 4,
	}
)

Enum value maps for DeploymentJobConnection_State.

View Source
var (
	ModelVersionDeploymentJobState_DeploymentJobRunState_name = map[int32]string{
		0: "DEPLOYMENT_JOB_RUN_STATE_UNSPECIFIED",
		1: "NO_VALID_DEPLOYMENT_JOB_FOUND",
		2: "RUNNING",
		3: "SUCCEEDED",
		4: "FAILED",
		5: "PENDING",
		6: "APPROVAL",
	}
	ModelVersionDeploymentJobState_DeploymentJobRunState_value = map[string]int32{
		"DEPLOYMENT_JOB_RUN_STATE_UNSPECIFIED": 0,
		"NO_VALID_DEPLOYMENT_JOB_FOUND":        1,
		"RUNNING":                              2,
		"SUCCEEDED":                            3,
		"FAILED":                               4,
		"PENDING":                              5,
		"APPROVAL":                             6,
	}
)

Enum value maps for ModelVersionDeploymentJobState_DeploymentJobRunState.

View Source
var (
	ViewType_name = map[int32]string{
		1: "ACTIVE_ONLY",
		2: "DELETED_ONLY",
		3: "ALL",
	}
	ViewType_value = map[string]int32{
		"ACTIVE_ONLY":  1,
		"DELETED_ONLY": 2,
		"ALL":          3,
	}
)

Enum value maps for ViewType.

View Source
var (
	SourceType_name = map[int32]string{
		1:    "NOTEBOOK",
		2:    "JOB",
		3:    "PROJECT",
		4:    "LOCAL",
		1000: "UNKNOWN",
	}
	SourceType_value = map[string]int32{
		"NOTEBOOK": 1,
		"JOB":      2,
		"PROJECT":  3,
		"LOCAL":    4,
		"UNKNOWN":  1000,
	}
)

Enum value maps for SourceType.

View Source
var (
	RunStatus_name = map[int32]string{
		1: "RUNNING",
		2: "SCHEDULED",
		3: "FINISHED",
		4: "FAILED",
		5: "KILLED",
	}
	RunStatus_value = map[string]int32{
		"RUNNING":   1,
		"SCHEDULED": 2,
		"FINISHED":  3,
		"FAILED":    4,
		"KILLED":    5,
	}
)

Enum value maps for RunStatus.

View Source
var (
	TraceStatus_name = map[int32]string{
		0: "TRACE_STATUS_UNSPECIFIED",
		1: "OK",
		2: "ERROR",
		3: "IN_PROGRESS",
	}
	TraceStatus_value = map[string]int32{
		"TRACE_STATUS_UNSPECIFIED": 0,
		"OK":                       1,
		"ERROR":                    2,
		"IN_PROGRESS":              3,
	}
)

Enum value maps for TraceStatus.

View Source
var (
	LoggedModelStatus_name = map[int32]string{
		0: "LOGGED_MODEL_STATUS_UNSPECIFIED",
		1: "LOGGED_MODEL_PENDING",
		2: "LOGGED_MODEL_READY",
		3: "LOGGED_MODEL_UPLOAD_FAILED",
	}
	LoggedModelStatus_value = map[string]int32{
		"LOGGED_MODEL_STATUS_UNSPECIFIED": 0,
		"LOGGED_MODEL_PENDING":            1,
		"LOGGED_MODEL_READY":              2,
		"LOGGED_MODEL_UPLOAD_FAILED":      3,
	}
)

Enum value maps for LoggedModelStatus.

View Source
var (
	TraceLocation_TraceLocationType_name = map[int32]string{
		0: "TRACE_LOCATION_TYPE_UNSPECIFIED",
		1: "MLFLOW_EXPERIMENT",
		2: "INFERENCE_TABLE",
	}
	TraceLocation_TraceLocationType_value = map[string]int32{
		"TRACE_LOCATION_TYPE_UNSPECIFIED": 0,
		"MLFLOW_EXPERIMENT":               1,
		"INFERENCE_TABLE":                 2,
	}
)

Enum value maps for TraceLocation_TraceLocationType.

View Source
var (
	TraceInfoV3_State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "OK",
		2: "ERROR",
		3: "IN_PROGRESS",
	}
	TraceInfoV3_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"OK":                1,
		"ERROR":             2,
		"IN_PROGRESS":       3,
	}
)

Enum value maps for TraceInfoV3_State.

View Source
var (
	// The documentation metadata.
	// This is not meant to be crafted by hand; this will be automatically generated when parsing
	// the proto file.
	//
	// repeated mlflow.DocumentationMetadata enum_doc = 51314;
	E_EnumDoc = &file_databricks_proto_extTypes[10] // Same id everywhere
)

Extension fields to descriptorpb.EnumOptions.

View Source
var (
	// The documentation metadata.
	// This is not meant to be crafted by hand; this will be automatically generated when parsing
	// the proto file.
	//
	// repeated mlflow.DocumentationMetadata message_doc = 51314;
	E_MessageDoc = &file_databricks_proto_extTypes[8] // Same id everywhere
)

Extension fields to descriptorpb.MessageOptions.

View Source
var (
	// The documentation metadata.
	// This is not meant to be crafted by hand; this will be automatically generated when parsing
	// the proto file.
	//
	// repeated mlflow.DocumentationMetadata service_doc = 51314;
	E_ServiceDoc = &file_databricks_proto_extTypes[9] // Same id everywhere
)

Extension fields to descriptorpb.ServiceOptions.

View Source
var File_assessments_proto protoreflect.FileDescriptor
View Source
var File_databricks_artifacts_proto protoreflect.FileDescriptor
View Source
var File_databricks_proto protoreflect.FileDescriptor
View Source
var File_internal_proto protoreflect.FileDescriptor
View Source
var File_model_registry_proto protoreflect.FileDescriptor
View Source
var File_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ApiVersion

type ApiVersion struct {
	Major *int32 `protobuf:"varint,1,opt,name=major" json:"major,omitempty" query:"major" params:"major"`
	Minor *int32 `protobuf:"varint,2,opt,name=minor" json:"minor,omitempty" query:"minor" params:"minor"`
	// contains filtered or unexported fields
}

func (*ApiVersion) Descriptor deprecated

func (*ApiVersion) Descriptor() ([]byte, []int)

Deprecated: Use ApiVersion.ProtoReflect.Descriptor instead.

func (*ApiVersion) GetMajor

func (x *ApiVersion) GetMajor() int32

func (*ApiVersion) GetMinor

func (x *ApiVersion) GetMinor() int32

func (*ApiVersion) ProtoMessage

func (*ApiVersion) ProtoMessage()

func (*ApiVersion) ProtoReflect

func (x *ApiVersion) ProtoReflect() protoreflect.Message

func (*ApiVersion) Reset

func (x *ApiVersion) Reset()

func (*ApiVersion) String

func (x *ApiVersion) String() string

type ArtifactCredentialInfo

type ArtifactCredentialInfo struct {

	// The ID of the MLflow Run containing the artifact that can be accessed
	// with the credential
	RunId *string `protobuf:"bytes,1,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// The path, relative to the Run's artifact root location, of the artifact
	// that can be accessed with the credential
	Path *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty" query:"path" params:"path"`
	// The signed URI credential that provides access to the artifact
	SignedUri *string `protobuf:"bytes,3,opt,name=signed_uri,json=signedUri" json:"signed_uri,omitempty" query:"signed_uri" params:"signed_uri"`
	// A collection of HTTP headers that should be specified when uploading to
	// or downloading from the specified `signed_uri`
	Headers []*ArtifactCredentialInfo_HttpHeader `protobuf:"bytes,4,rep,name=headers" json:"headers,omitempty" query:"headers" params:"headers"`
	// The type of the signed credential URI (e.g., an AWS presigned URL
	// or an Azure Shared Access Signature URI)
	Type *ArtifactCredentialType `protobuf:"varint,5,opt,name=type,enum=mlflow.ArtifactCredentialType" json:"type,omitempty" query:"type" params:"type"`
	// contains filtered or unexported fields
}

func (*ArtifactCredentialInfo) Descriptor deprecated

func (*ArtifactCredentialInfo) Descriptor() ([]byte, []int)

Deprecated: Use ArtifactCredentialInfo.ProtoReflect.Descriptor instead.

func (*ArtifactCredentialInfo) GetHeaders

func (*ArtifactCredentialInfo) GetPath

func (x *ArtifactCredentialInfo) GetPath() string

func (*ArtifactCredentialInfo) GetRunId

func (x *ArtifactCredentialInfo) GetRunId() string

func (*ArtifactCredentialInfo) GetSignedUri

func (x *ArtifactCredentialInfo) GetSignedUri() string

func (*ArtifactCredentialInfo) GetType

func (*ArtifactCredentialInfo) ProtoMessage

func (*ArtifactCredentialInfo) ProtoMessage()

func (*ArtifactCredentialInfo) ProtoReflect

func (x *ArtifactCredentialInfo) ProtoReflect() protoreflect.Message

func (*ArtifactCredentialInfo) Reset

func (x *ArtifactCredentialInfo) Reset()

func (*ArtifactCredentialInfo) String

func (x *ArtifactCredentialInfo) String() string

type ArtifactCredentialInfo_HttpHeader

type ArtifactCredentialInfo_HttpHeader struct {

	// The HTTP header name
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// The HTTP header value
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// contains filtered or unexported fields
}

func (*ArtifactCredentialInfo_HttpHeader) Descriptor deprecated

func (*ArtifactCredentialInfo_HttpHeader) Descriptor() ([]byte, []int)

Deprecated: Use ArtifactCredentialInfo_HttpHeader.ProtoReflect.Descriptor instead.

func (*ArtifactCredentialInfo_HttpHeader) GetName

func (*ArtifactCredentialInfo_HttpHeader) GetValue

func (*ArtifactCredentialInfo_HttpHeader) ProtoMessage

func (*ArtifactCredentialInfo_HttpHeader) ProtoMessage()

func (*ArtifactCredentialInfo_HttpHeader) ProtoReflect

func (*ArtifactCredentialInfo_HttpHeader) Reset

func (*ArtifactCredentialInfo_HttpHeader) String

type ArtifactCredentialType

type ArtifactCredentialType int32

The type of a given artifact access credential

const (
	// The credential is an Azure Shared Access Signature URI. For more information, see
	// https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview
	ArtifactCredentialType_AZURE_SAS_URI ArtifactCredentialType = 1
	// The credential is an AWS Presigned URL. For more information, see
	// https://docs.aws.amazon.com/AmazonS3/latest/dev/ShareObjectPreSignedURL.html
	ArtifactCredentialType_AWS_PRESIGNED_URL ArtifactCredentialType = 2
	// The credential is a GCP Signed URL. For more information, see
	// https://cloud.google.com/storage/docs/access-control/signed-urls
	ArtifactCredentialType_GCP_SIGNED_URL ArtifactCredentialType = 3
	// The credential is an Azure Shared Access Signature URI for ADLS.  For more
	// information see
	// https://docs.microsoft.com/en-us/rest/api/storageservices/data-lake-storage-gen2
	// and
	// https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview
	ArtifactCredentialType_AZURE_ADLS_GEN2_SAS_URI ArtifactCredentialType = 4
)

func (ArtifactCredentialType) Descriptor

func (ArtifactCredentialType) Enum

func (ArtifactCredentialType) EnumDescriptor deprecated

func (ArtifactCredentialType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ArtifactCredentialType.Descriptor instead.

func (ArtifactCredentialType) Number

func (ArtifactCredentialType) String

func (x ArtifactCredentialType) String() string

func (ArtifactCredentialType) Type

func (*ArtifactCredentialType) UnmarshalJSON deprecated

func (x *ArtifactCredentialType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Assessment added in v0.2.2

type Assessment struct {

	// Unique ID of the assessment.
	// NB: This is not marked as required field via "validate_required", because the message is
	//
	//	used in the context of creating a new assessment, where the ID is not known.
	AssessmentId *string `` /* 135-byte string literal not displayed */
	// Name of the assessment. The name must not contain ".".
	AssessmentName *string `` /* 145-byte string literal not displayed */
	// ID of the trace this assessment is associated with.
	TraceId *string `protobuf:"bytes,3,opt,name=trace_id,json=traceId" json:"trace_id,omitempty" query:"trace_id" params:"trace_id"`
	// ID of the span if the assessment is for a particular span (optional).
	SpanId *string `protobuf:"bytes,4,opt,name=span_id,json=spanId" json:"span_id,omitempty" query:"span_id" params:"span_id"`
	// The source this assessment came from.
	Source *AssessmentSource `protobuf:"bytes,5,opt,name=source" json:"source,omitempty" query:"source" params:"source"`
	// The creation time of this assessment.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=create_time,json=createTime" json:"create_time,omitempty" query:"create_time" params:"create_time"`
	// The last update time of this assessment.
	LastUpdateTime *timestamppb.Timestamp `` /* 149-byte string literal not displayed */
	// An Assessment can either be human/code/judge Feedback, human-generated Expectation, or an error.
	// The name of the Feedback or Expectation must be the same with the assessment_name.
	//
	// Types that are assignable to Value:
	//
	//	*Assessment_Feedback
	//	*Assessment_Expectation
	Value isAssessment_Value `protobuf_oneof:"value"`
	// Justification for the assessment.
	Rationale *string `protobuf:"bytes,11,opt,name=rationale" json:"rationale,omitempty" query:"rationale" params:"rationale"`
	// [Deprecated, use the “error“ field in “feedback“ instead]
	// An error encountered while computing the assessment.
	//
	// Deprecated: Marked as deprecated in assessments.proto.
	Error *AssessmentError `protobuf:"bytes,12,opt,name=error" json:"error,omitempty" query:"error" params:"error"`
	// Additional metadata describing the assessment and store additional information,
	// such as the chunk relevance chunk_index. This metadata is required to be JSON-serializable.
	Metadata map[string]string `` /* 172-byte string literal not displayed */
	// The ID of the assessment which this assessment overrides.
	Overrides *string `protobuf:"bytes,14,opt,name=overrides" json:"overrides,omitempty" query:"overrides" params:"overrides"`
	// Whether this assessment is valid (i.e. has not been superseded)
	// defaults to true, and is set to false if a new superseding assessment
	// is created.
	Valid *bool `protobuf:"varint,15,opt,name=valid,def=1" json:"valid,omitempty" query:"valid" params:"valid"`
	// contains filtered or unexported fields
}

Data and metadata for an assessment of a trace.

func (*Assessment) Descriptor deprecated added in v0.2.2

func (*Assessment) Descriptor() ([]byte, []int)

Deprecated: Use Assessment.ProtoReflect.Descriptor instead.

func (*Assessment) GetAssessmentId added in v0.2.2

func (x *Assessment) GetAssessmentId() string

func (*Assessment) GetAssessmentName added in v0.2.2

func (x *Assessment) GetAssessmentName() string

func (*Assessment) GetCreateTime added in v0.2.2

func (x *Assessment) GetCreateTime() *timestamppb.Timestamp

func (*Assessment) GetError deprecated added in v0.2.2

func (x *Assessment) GetError() *AssessmentError

Deprecated: Marked as deprecated in assessments.proto.

func (*Assessment) GetExpectation added in v0.2.2

func (x *Assessment) GetExpectation() *Expectation

func (*Assessment) GetFeedback added in v0.2.2

func (x *Assessment) GetFeedback() *Feedback

func (*Assessment) GetLastUpdateTime added in v0.2.2

func (x *Assessment) GetLastUpdateTime() *timestamppb.Timestamp

func (*Assessment) GetMetadata added in v0.2.2

func (x *Assessment) GetMetadata() map[string]string

func (*Assessment) GetOverrides added in v0.2.3

func (x *Assessment) GetOverrides() string

func (*Assessment) GetRationale added in v0.2.2

func (x *Assessment) GetRationale() string

func (*Assessment) GetSource added in v0.2.2

func (x *Assessment) GetSource() *AssessmentSource

func (*Assessment) GetSpanId added in v0.2.2

func (x *Assessment) GetSpanId() string

func (*Assessment) GetTraceId added in v0.2.2

func (x *Assessment) GetTraceId() string

func (*Assessment) GetValid added in v0.2.3

func (x *Assessment) GetValid() bool

func (*Assessment) GetValue added in v0.2.2

func (m *Assessment) GetValue() isAssessment_Value

func (*Assessment) ProtoMessage added in v0.2.2

func (*Assessment) ProtoMessage()

func (*Assessment) ProtoReflect added in v0.2.2

func (x *Assessment) ProtoReflect() protoreflect.Message

func (*Assessment) Reset added in v0.2.2

func (x *Assessment) Reset()

func (*Assessment) String added in v0.2.2

func (x *Assessment) String() string

type AssessmentError added in v0.2.2

type AssessmentError struct {

	// Value of an assessment when an error has occurred.
	ErrorCode    *string `protobuf:"bytes,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty" query:"error_code" params:"error_code"`
	ErrorMessage *string `` /* 135-byte string literal not displayed */
	// Stack trace of the error. Truncated to 1000 characters to avoid making TraceInfo too large.
	StackTrace *string `protobuf:"bytes,3,opt,name=stack_trace,json=stackTrace" json:"stack_trace,omitempty" query:"stack_trace" params:"stack_trace"`
	// contains filtered or unexported fields
}

func (*AssessmentError) Descriptor deprecated added in v0.2.2

func (*AssessmentError) Descriptor() ([]byte, []int)

Deprecated: Use AssessmentError.ProtoReflect.Descriptor instead.

func (*AssessmentError) GetErrorCode added in v0.2.2

func (x *AssessmentError) GetErrorCode() string

func (*AssessmentError) GetErrorMessage added in v0.2.2

func (x *AssessmentError) GetErrorMessage() string

func (*AssessmentError) GetStackTrace added in v0.2.2

func (x *AssessmentError) GetStackTrace() string

func (*AssessmentError) ProtoMessage added in v0.2.2

func (*AssessmentError) ProtoMessage()

func (*AssessmentError) ProtoReflect added in v0.2.2

func (x *AssessmentError) ProtoReflect() protoreflect.Message

func (*AssessmentError) Reset added in v0.2.2

func (x *AssessmentError) Reset()

func (*AssessmentError) String added in v0.2.2

func (x *AssessmentError) String() string

type AssessmentSource added in v0.2.2

type AssessmentSource struct {

	// The type of the source.
	SourceType *AssessmentSource_SourceType `` /* 178-byte string literal not displayed */
	// Identifier for the source.
	// Example: For human -> user name; for LLM judge -> judge source (databricks or custom); for code -> empty.
	SourceId *string `protobuf:"bytes,2,opt,name=source_id,json=sourceId" json:"source_id,omitempty" query:"source_id" params:"source_id"`
	// contains filtered or unexported fields
}

func (*AssessmentSource) Descriptor deprecated added in v0.2.2

func (*AssessmentSource) Descriptor() ([]byte, []int)

Deprecated: Use AssessmentSource.ProtoReflect.Descriptor instead.

func (*AssessmentSource) GetSourceId added in v0.2.2

func (x *AssessmentSource) GetSourceId() string

func (*AssessmentSource) GetSourceType added in v0.2.2

func (x *AssessmentSource) GetSourceType() AssessmentSource_SourceType

func (*AssessmentSource) ProtoMessage added in v0.2.2

func (*AssessmentSource) ProtoMessage()

func (*AssessmentSource) ProtoReflect added in v0.2.2

func (x *AssessmentSource) ProtoReflect() protoreflect.Message

func (*AssessmentSource) Reset added in v0.2.2

func (x *AssessmentSource) Reset()

func (*AssessmentSource) String added in v0.2.2

func (x *AssessmentSource) String() string

type AssessmentSource_SourceType added in v0.2.2

type AssessmentSource_SourceType int32

Type of the assessment source.

const (
	AssessmentSource_SOURCE_TYPE_UNSPECIFIED AssessmentSource_SourceType = 0
	// Assessment from a human.
	AssessmentSource_HUMAN AssessmentSource_SourceType = 1
	// Assessment from an LLM Judge.
	AssessmentSource_LLM_JUDGE AssessmentSource_SourceType = 2
	// Code-based assessment, (e.g. Python UDF).
	AssessmentSource_CODE AssessmentSource_SourceType = 3
)

func (AssessmentSource_SourceType) Descriptor added in v0.2.2

func (AssessmentSource_SourceType) Enum added in v0.2.2

func (AssessmentSource_SourceType) EnumDescriptor deprecated added in v0.2.2

func (AssessmentSource_SourceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AssessmentSource_SourceType.Descriptor instead.

func (AssessmentSource_SourceType) Number added in v0.2.2

func (AssessmentSource_SourceType) String added in v0.2.2

func (AssessmentSource_SourceType) Type added in v0.2.2

func (*AssessmentSource_SourceType) UnmarshalJSON deprecated added in v0.2.2

func (x *AssessmentSource_SourceType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Assessment_Expectation added in v0.2.2

type Assessment_Expectation struct {
	// A representation of the guidelines and/or expected response from the agent.
	Expectation *Expectation `protobuf:"bytes,10,opt,name=expectation,oneof"`
}

type Assessment_Feedback added in v0.2.2

type Assessment_Feedback struct {
	// The feedback on the trace from this assessment.
	Feedback *Feedback `protobuf:"bytes,9,opt,name=feedback,oneof"`
}

type CompleteMultipartUpload

type CompleteMultipartUpload struct {

	// Run ID
	RunId *string `protobuf:"bytes,1,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// Artifact path, relative to the Run's artifact root location (e.g. "path/to/file")
	Path *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty" query:"path" params:"path"`
	// ID identifying the multipart upload to complete
	UploadId *string `protobuf:"bytes,3,opt,name=upload_id,json=uploadId" json:"upload_id,omitempty" query:"upload_id" params:"upload_id"`
	// A list of file parts uploaded in the multipart upload to complete
	PartEtags []*PartEtag `protobuf:"bytes,4,rep,name=part_etags,json=partEtags" json:"part_etags,omitempty" query:"part_etags" params:"part_etags"`
	// contains filtered or unexported fields
}

func (*CompleteMultipartUpload) Descriptor deprecated

func (*CompleteMultipartUpload) Descriptor() ([]byte, []int)

Deprecated: Use CompleteMultipartUpload.ProtoReflect.Descriptor instead.

func (*CompleteMultipartUpload) GetPartEtags

func (x *CompleteMultipartUpload) GetPartEtags() []*PartEtag

func (*CompleteMultipartUpload) GetPath

func (x *CompleteMultipartUpload) GetPath() string

func (*CompleteMultipartUpload) GetRunId

func (x *CompleteMultipartUpload) GetRunId() string

func (*CompleteMultipartUpload) GetUploadId

func (x *CompleteMultipartUpload) GetUploadId() string

func (*CompleteMultipartUpload) ProtoMessage

func (*CompleteMultipartUpload) ProtoMessage()

func (*CompleteMultipartUpload) ProtoReflect

func (x *CompleteMultipartUpload) ProtoReflect() protoreflect.Message

func (*CompleteMultipartUpload) Reset

func (x *CompleteMultipartUpload) Reset()

func (*CompleteMultipartUpload) String

func (x *CompleteMultipartUpload) String() string

type CompleteMultipartUpload_Response

type CompleteMultipartUpload_Response struct {
	// contains filtered or unexported fields
}

func (*CompleteMultipartUpload_Response) Descriptor deprecated

func (*CompleteMultipartUpload_Response) Descriptor() ([]byte, []int)

Deprecated: Use CompleteMultipartUpload_Response.ProtoReflect.Descriptor instead.

func (*CompleteMultipartUpload_Response) ProtoMessage

func (*CompleteMultipartUpload_Response) ProtoMessage()

func (*CompleteMultipartUpload_Response) ProtoReflect

func (*CompleteMultipartUpload_Response) Reset

func (*CompleteMultipartUpload_Response) String

type CreateAssessment added in v0.2.2

type CreateAssessment struct {

	// The assessment to create.
	Assessment *Assessment `protobuf:"bytes,1,opt,name=assessment" json:"assessment,omitempty" query:"assessment" params:"assessment"`
	// contains filtered or unexported fields
}

func (*CreateAssessment) Descriptor deprecated added in v0.2.2

func (*CreateAssessment) Descriptor() ([]byte, []int)

Deprecated: Use CreateAssessment.ProtoReflect.Descriptor instead.

func (*CreateAssessment) GetAssessment added in v0.2.2

func (x *CreateAssessment) GetAssessment() *Assessment

func (*CreateAssessment) ProtoMessage added in v0.2.2

func (*CreateAssessment) ProtoMessage()

func (*CreateAssessment) ProtoReflect added in v0.2.2

func (x *CreateAssessment) ProtoReflect() protoreflect.Message

func (*CreateAssessment) Reset added in v0.2.2

func (x *CreateAssessment) Reset()

func (*CreateAssessment) String added in v0.2.2

func (x *CreateAssessment) String() string

type CreateAssessment_Response added in v0.2.2

type CreateAssessment_Response struct {

	// The created assessment.
	Assessment *Assessment `protobuf:"bytes,1,opt,name=assessment" json:"assessment,omitempty" query:"assessment" params:"assessment"`
	// contains filtered or unexported fields
}

func (*CreateAssessment_Response) Descriptor deprecated added in v0.2.2

func (*CreateAssessment_Response) Descriptor() ([]byte, []int)

Deprecated: Use CreateAssessment_Response.ProtoReflect.Descriptor instead.

func (*CreateAssessment_Response) GetAssessment added in v0.2.2

func (x *CreateAssessment_Response) GetAssessment() *Assessment

func (*CreateAssessment_Response) ProtoMessage added in v0.2.2

func (*CreateAssessment_Response) ProtoMessage()

func (*CreateAssessment_Response) ProtoReflect added in v0.2.2

func (*CreateAssessment_Response) Reset added in v0.2.2

func (x *CreateAssessment_Response) Reset()

func (*CreateAssessment_Response) String added in v0.2.2

func (x *CreateAssessment_Response) String() string

type CreateExperiment

type CreateExperiment struct {

	// Experiment name.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name" validate:"required,max=500"`
	// Location where all artifacts for the experiment are stored.
	// If not provided, the remote server will select an appropriate default.
	ArtifactLocation *string `` /* 219-byte string literal not displayed */
	// A collection of tags to set on the experiment. Maximum tag size and number of tags per request
	// depends on the storage backend. All storage backends are guaranteed to support tag keys up
	// to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
	// guaranteed to support up to 20 tags per request.
	Tags []*ExperimentTag `protobuf:"bytes,3,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// contains filtered or unexported fields
}

func (*CreateExperiment) Descriptor deprecated

func (*CreateExperiment) Descriptor() ([]byte, []int)

Deprecated: Use CreateExperiment.ProtoReflect.Descriptor instead.

func (*CreateExperiment) GetArtifactLocation

func (x *CreateExperiment) GetArtifactLocation() string

func (*CreateExperiment) GetName

func (x *CreateExperiment) GetName() string

func (*CreateExperiment) GetTags

func (x *CreateExperiment) GetTags() []*ExperimentTag

func (*CreateExperiment) ProtoMessage

func (*CreateExperiment) ProtoMessage()

func (*CreateExperiment) ProtoReflect

func (x *CreateExperiment) ProtoReflect() protoreflect.Message

func (*CreateExperiment) Reset

func (x *CreateExperiment) Reset()

func (*CreateExperiment) String

func (x *CreateExperiment) String() string

type CreateExperiment_Response

type CreateExperiment_Response struct {

	// Unique identifier for the experiment.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateExperiment_Response) Descriptor deprecated

func (*CreateExperiment_Response) Descriptor() ([]byte, []int)

Deprecated: Use CreateExperiment_Response.ProtoReflect.Descriptor instead.

func (*CreateExperiment_Response) GetExperimentId

func (x *CreateExperiment_Response) GetExperimentId() string

func (*CreateExperiment_Response) ProtoMessage

func (*CreateExperiment_Response) ProtoMessage()

func (*CreateExperiment_Response) ProtoReflect

func (*CreateExperiment_Response) Reset

func (x *CreateExperiment_Response) Reset()

func (*CreateExperiment_Response) String

func (x *CreateExperiment_Response) String() string

type CreateLoggedModel added in v0.2.2

type CreateLoggedModel struct {

	// ID of the associated experiment.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// Name of the model. Optional. If not specified, the backend will generate one.
	Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// The type of model, such as "Agent", "Classifier", "LLM".
	ModelType *string `protobuf:"bytes,3,opt,name=model_type,json=modelType" json:"model_type,omitempty" query:"model_type" params:"model_type"`
	// Run ID of the run that created this model.
	SourceRunId *string `` /* 134-byte string literal not displayed */
	// LoggedModel params.
	Params []*LoggedModelParameter `protobuf:"bytes,5,rep,name=params" json:"params,omitempty" query:"params" params:"params"`
	// LoggedModel tags.
	Tags []*LoggedModelTag `protobuf:"bytes,6,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// contains filtered or unexported fields
}

func (*CreateLoggedModel) Descriptor deprecated added in v0.2.2

func (*CreateLoggedModel) Descriptor() ([]byte, []int)

Deprecated: Use CreateLoggedModel.ProtoReflect.Descriptor instead.

func (*CreateLoggedModel) GetExperimentId added in v0.2.2

func (x *CreateLoggedModel) GetExperimentId() string

func (*CreateLoggedModel) GetModelType added in v0.2.2

func (x *CreateLoggedModel) GetModelType() string

func (*CreateLoggedModel) GetName added in v0.2.2

func (x *CreateLoggedModel) GetName() string

func (*CreateLoggedModel) GetParams added in v0.2.2

func (x *CreateLoggedModel) GetParams() []*LoggedModelParameter

func (*CreateLoggedModel) GetSourceRunId added in v0.2.2

func (x *CreateLoggedModel) GetSourceRunId() string

func (*CreateLoggedModel) GetTags added in v0.2.2

func (x *CreateLoggedModel) GetTags() []*LoggedModelTag

func (*CreateLoggedModel) ProtoMessage added in v0.2.2

func (*CreateLoggedModel) ProtoMessage()

func (*CreateLoggedModel) ProtoReflect added in v0.2.2

func (x *CreateLoggedModel) ProtoReflect() protoreflect.Message

func (*CreateLoggedModel) Reset added in v0.2.2

func (x *CreateLoggedModel) Reset()

func (*CreateLoggedModel) String added in v0.2.2

func (x *CreateLoggedModel) String() string

type CreateLoggedModel_Response added in v0.2.2

type CreateLoggedModel_Response struct {

	// The newly created LoggedModel.
	Model *LoggedModel `protobuf:"bytes,1,opt,name=model" json:"model,omitempty" query:"model" params:"model"`
	// contains filtered or unexported fields
}

func (*CreateLoggedModel_Response) Descriptor deprecated added in v0.2.2

func (*CreateLoggedModel_Response) Descriptor() ([]byte, []int)

Deprecated: Use CreateLoggedModel_Response.ProtoReflect.Descriptor instead.

func (*CreateLoggedModel_Response) GetModel added in v0.2.2

func (x *CreateLoggedModel_Response) GetModel() *LoggedModel

func (*CreateLoggedModel_Response) ProtoMessage added in v0.2.2

func (*CreateLoggedModel_Response) ProtoMessage()

func (*CreateLoggedModel_Response) ProtoReflect added in v0.2.2

func (*CreateLoggedModel_Response) Reset added in v0.2.2

func (x *CreateLoggedModel_Response) Reset()

func (*CreateLoggedModel_Response) String added in v0.2.2

func (x *CreateLoggedModel_Response) String() string

type CreateModelVersion

type CreateModelVersion struct {

	// Register model under this name
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// URI indicating the location of the model artifacts.
	Source *string `protobuf:"bytes,2,opt,name=source" json:"source,omitempty" query:"source" params:"source"`
	// MLflow run ID for correlation, if “source“ was generated by an experiment run in
	// MLflow tracking server
	RunId *string `protobuf:"bytes,3,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// Additional metadata for model version.
	Tags []*ModelVersionTag `protobuf:"bytes,4,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// MLflow run link - this is the exact link of the run that generated this model version,
	// potentially hosted at another instance of MLflow.
	RunLink *string `protobuf:"bytes,5,opt,name=run_link,json=runLink" json:"run_link,omitempty" query:"run_link" params:"run_link"`
	// Optional description for model version.
	Description *string `protobuf:"bytes,6,opt,name=description" json:"description,omitempty" query:"description" params:"description"`
	// Optional `model_id` for model version that is used to link the registered model to the source logged model
	ModelId *string `protobuf:"bytes,7,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// contains filtered or unexported fields
}

func (*CreateModelVersion) Descriptor deprecated

func (*CreateModelVersion) Descriptor() ([]byte, []int)

Deprecated: Use CreateModelVersion.ProtoReflect.Descriptor instead.

func (*CreateModelVersion) GetDescription

func (x *CreateModelVersion) GetDescription() string

func (*CreateModelVersion) GetModelId added in v0.2.2

func (x *CreateModelVersion) GetModelId() string

func (*CreateModelVersion) GetName

func (x *CreateModelVersion) GetName() string

func (*CreateModelVersion) GetRunId

func (x *CreateModelVersion) GetRunId() string
func (x *CreateModelVersion) GetRunLink() string

func (*CreateModelVersion) GetSource

func (x *CreateModelVersion) GetSource() string

func (*CreateModelVersion) GetTags

func (x *CreateModelVersion) GetTags() []*ModelVersionTag

func (*CreateModelVersion) ProtoMessage

func (*CreateModelVersion) ProtoMessage()

func (*CreateModelVersion) ProtoReflect

func (x *CreateModelVersion) ProtoReflect() protoreflect.Message

func (*CreateModelVersion) Reset

func (x *CreateModelVersion) Reset()

func (*CreateModelVersion) String

func (x *CreateModelVersion) String() string

type CreateModelVersion_Response

type CreateModelVersion_Response struct {

	// Return new version number generated for this model in registry.
	ModelVersion *ModelVersion `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateModelVersion_Response) Descriptor deprecated

func (*CreateModelVersion_Response) Descriptor() ([]byte, []int)

Deprecated: Use CreateModelVersion_Response.ProtoReflect.Descriptor instead.

func (*CreateModelVersion_Response) GetModelVersion

func (x *CreateModelVersion_Response) GetModelVersion() *ModelVersion

func (*CreateModelVersion_Response) ProtoMessage

func (*CreateModelVersion_Response) ProtoMessage()

func (*CreateModelVersion_Response) ProtoReflect

func (*CreateModelVersion_Response) Reset

func (x *CreateModelVersion_Response) Reset()

func (*CreateModelVersion_Response) String

func (x *CreateModelVersion_Response) String() string

type CreateMultipartUpload

type CreateMultipartUpload struct {

	// Run ID
	RunId *string `protobuf:"bytes,1,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// Artifact path, relative to the Run's artifact root location (e.g. "path/to/file")
	Path *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty" query:"path" params:"path"`
	// Number of file parts (chunks of data) to upload in the initiated multipart upload
	NumParts *int64 `protobuf:"varint,3,opt,name=num_parts,json=numParts" json:"num_parts,omitempty" query:"num_parts" params:"num_parts"`
	// contains filtered or unexported fields
}

func (*CreateMultipartUpload) Descriptor deprecated

func (*CreateMultipartUpload) Descriptor() ([]byte, []int)

Deprecated: Use CreateMultipartUpload.ProtoReflect.Descriptor instead.

func (*CreateMultipartUpload) GetNumParts

func (x *CreateMultipartUpload) GetNumParts() int64

func (*CreateMultipartUpload) GetPath

func (x *CreateMultipartUpload) GetPath() string

func (*CreateMultipartUpload) GetRunId

func (x *CreateMultipartUpload) GetRunId() string

func (*CreateMultipartUpload) ProtoMessage

func (*CreateMultipartUpload) ProtoMessage()

func (*CreateMultipartUpload) ProtoReflect

func (x *CreateMultipartUpload) ProtoReflect() protoreflect.Message

func (*CreateMultipartUpload) Reset

func (x *CreateMultipartUpload) Reset()

func (*CreateMultipartUpload) String

func (x *CreateMultipartUpload) String() string

type CreateMultipartUpload_Response

type CreateMultipartUpload_Response struct {

	// ID identifying the initiated multipart upload
	UploadId *string `protobuf:"bytes,1,opt,name=upload_id,json=uploadId" json:"upload_id,omitempty" query:"upload_id" params:"upload_id"`
	// Credentials for uploading file parts in the initiated multipart upload
	UploadCredentialInfos []*ArtifactCredentialInfo `` /* 184-byte string literal not displayed */
	// Credential for aborting the initiated multipart upload
	AbortCredentialInfo *ArtifactCredentialInfo `` /* 174-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateMultipartUpload_Response) Descriptor deprecated

func (*CreateMultipartUpload_Response) Descriptor() ([]byte, []int)

Deprecated: Use CreateMultipartUpload_Response.ProtoReflect.Descriptor instead.

func (*CreateMultipartUpload_Response) GetAbortCredentialInfo

func (x *CreateMultipartUpload_Response) GetAbortCredentialInfo() *ArtifactCredentialInfo

func (*CreateMultipartUpload_Response) GetUploadCredentialInfos

func (x *CreateMultipartUpload_Response) GetUploadCredentialInfos() []*ArtifactCredentialInfo

func (*CreateMultipartUpload_Response) GetUploadId

func (x *CreateMultipartUpload_Response) GetUploadId() string

func (*CreateMultipartUpload_Response) ProtoMessage

func (*CreateMultipartUpload_Response) ProtoMessage()

func (*CreateMultipartUpload_Response) ProtoReflect

func (*CreateMultipartUpload_Response) Reset

func (x *CreateMultipartUpload_Response) Reset()

func (*CreateMultipartUpload_Response) String

type CreateRegisteredModel

type CreateRegisteredModel struct {

	// Register models under this name
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name" validate:"notEmpty,required"`
	// Additional metadata for registered model.
	Tags []*RegisteredModelTag `protobuf:"bytes,2,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// Optional description for registered model.
	Description *string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty" query:"description" params:"description"`
	// Deployment job id for this model.
	DeploymentJobId *string `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateRegisteredModel) Descriptor deprecated

func (*CreateRegisteredModel) Descriptor() ([]byte, []int)

Deprecated: Use CreateRegisteredModel.ProtoReflect.Descriptor instead.

func (*CreateRegisteredModel) GetDeploymentJobId added in v0.2.2

func (x *CreateRegisteredModel) GetDeploymentJobId() string

func (*CreateRegisteredModel) GetDescription

func (x *CreateRegisteredModel) GetDescription() string

func (*CreateRegisteredModel) GetName

func (x *CreateRegisteredModel) GetName() string

func (*CreateRegisteredModel) GetTags

func (x *CreateRegisteredModel) GetTags() []*RegisteredModelTag

func (*CreateRegisteredModel) ProtoMessage

func (*CreateRegisteredModel) ProtoMessage()

func (*CreateRegisteredModel) ProtoReflect

func (x *CreateRegisteredModel) ProtoReflect() protoreflect.Message

func (*CreateRegisteredModel) Reset

func (x *CreateRegisteredModel) Reset()

func (*CreateRegisteredModel) String

func (x *CreateRegisteredModel) String() string

type CreateRegisteredModel_Response

type CreateRegisteredModel_Response struct {
	RegisteredModel *RegisteredModel `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateRegisteredModel_Response) Descriptor deprecated

func (*CreateRegisteredModel_Response) Descriptor() ([]byte, []int)

Deprecated: Use CreateRegisteredModel_Response.ProtoReflect.Descriptor instead.

func (*CreateRegisteredModel_Response) GetRegisteredModel

func (x *CreateRegisteredModel_Response) GetRegisteredModel() *RegisteredModel

func (*CreateRegisteredModel_Response) ProtoMessage

func (*CreateRegisteredModel_Response) ProtoMessage()

func (*CreateRegisteredModel_Response) ProtoReflect

func (*CreateRegisteredModel_Response) Reset

func (x *CreateRegisteredModel_Response) Reset()

func (*CreateRegisteredModel_Response) String

type CreateRun

type CreateRun struct {

	// ID of the associated experiment.
	ExperimentId *string `` /* 179-byte string literal not displayed */
	// ID of the user executing the run.
	// This field is deprecated as of MLflow 1.0, and will be removed in a future
	// MLflow release. Use 'mlflow.user' tag instead.
	UserId *string `protobuf:"bytes,2,opt,name=user_id,json=userId" json:"user_id,omitempty" query:"user_id" params:"user_id"`
	// Name of the run.
	RunName *string `protobuf:"bytes,3,opt,name=run_name,json=runName" json:"run_name,omitempty" query:"run_name" params:"run_name"`
	// Unix timestamp in milliseconds of when the run started.
	StartTime *int64 `protobuf:"varint,7,opt,name=start_time,json=startTime" json:"start_time,omitempty" query:"start_time" params:"start_time"`
	// Additional metadata for run.
	Tags []*RunTag `protobuf:"bytes,9,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// contains filtered or unexported fields
}

func (*CreateRun) Descriptor deprecated

func (*CreateRun) Descriptor() ([]byte, []int)

Deprecated: Use CreateRun.ProtoReflect.Descriptor instead.

func (*CreateRun) GetExperimentId

func (x *CreateRun) GetExperimentId() string

func (*CreateRun) GetRunName

func (x *CreateRun) GetRunName() string

func (*CreateRun) GetStartTime

func (x *CreateRun) GetStartTime() int64

func (*CreateRun) GetTags

func (x *CreateRun) GetTags() []*RunTag

func (*CreateRun) GetUserId

func (x *CreateRun) GetUserId() string

func (*CreateRun) ProtoMessage

func (*CreateRun) ProtoMessage()

func (*CreateRun) ProtoReflect

func (x *CreateRun) ProtoReflect() protoreflect.Message

func (*CreateRun) Reset

func (x *CreateRun) Reset()

func (*CreateRun) String

func (x *CreateRun) String() string

type CreateRun_Response

type CreateRun_Response struct {

	// The newly created run.
	Run *Run `protobuf:"bytes,1,opt,name=run" json:"run,omitempty" query:"run" params:"run"`
	// contains filtered or unexported fields
}

func (*CreateRun_Response) Descriptor deprecated

func (*CreateRun_Response) Descriptor() ([]byte, []int)

Deprecated: Use CreateRun_Response.ProtoReflect.Descriptor instead.

func (*CreateRun_Response) GetRun

func (x *CreateRun_Response) GetRun() *Run

func (*CreateRun_Response) ProtoMessage

func (*CreateRun_Response) ProtoMessage()

func (*CreateRun_Response) ProtoReflect

func (x *CreateRun_Response) ProtoReflect() protoreflect.Message

func (*CreateRun_Response) Reset

func (x *CreateRun_Response) Reset()

func (*CreateRun_Response) String

func (x *CreateRun_Response) String() string

type DatabricksGraphqlOptions

type DatabricksGraphqlOptions struct {
	// contains filtered or unexported fields
}

Defines the set of options needed for autogenerating graphql modules. Will add more fields (batch loader, renaming) later. Empty for now. The rpc will be visible for graphql module autogeneration if this field is set.

func (*DatabricksGraphqlOptions) Descriptor deprecated

func (*DatabricksGraphqlOptions) Descriptor() ([]byte, []int)

Deprecated: Use DatabricksGraphqlOptions.ProtoReflect.Descriptor instead.

func (*DatabricksGraphqlOptions) ProtoMessage

func (*DatabricksGraphqlOptions) ProtoMessage()

func (*DatabricksGraphqlOptions) ProtoReflect

func (x *DatabricksGraphqlOptions) ProtoReflect() protoreflect.Message

func (*DatabricksGraphqlOptions) Reset

func (x *DatabricksGraphqlOptions) Reset()

func (*DatabricksGraphqlOptions) String

func (x *DatabricksGraphqlOptions) String() string

type DatabricksRpcOptions

type DatabricksRpcOptions struct {
	Endpoints []*HttpEndpoint `protobuf:"bytes,1,rep,name=endpoints" json:"endpoints,omitempty" query:"endpoints" params:"endpoints"`
	// Indicates which users are allowed to initiate this RPC.
	Visibility *Visibility `` /* 129-byte string literal not displayed */
	// Complete definition of all error codes (from a statically defined set) which this method
	// may return.
	ErrorCodes []ErrorCode `` /* 148-byte string literal not displayed */
	// If defined, a rate limit will be applied to this RPC for all requests from the API proxy.
	RateLimit *RateLimit `protobuf:"bytes,4,opt,name=rate_limit,json=rateLimit" json:"rate_limit,omitempty" query:"rate_limit" params:"rate_limit"`
	// If defined, overrides the default title used for in the API docs. See ProtobufDocGenerator
	// for more info.
	RpcDocTitle *string `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

Defines the set of options declared for every service RPC which are used to direct RPCs to endpoints, as well as other metadata about the RPC.

func (*DatabricksRpcOptions) Descriptor deprecated

func (*DatabricksRpcOptions) Descriptor() ([]byte, []int)

Deprecated: Use DatabricksRpcOptions.ProtoReflect.Descriptor instead.

func (*DatabricksRpcOptions) GetEndpoints

func (x *DatabricksRpcOptions) GetEndpoints() []*HttpEndpoint

func (*DatabricksRpcOptions) GetErrorCodes

func (x *DatabricksRpcOptions) GetErrorCodes() []ErrorCode

func (*DatabricksRpcOptions) GetRateLimit

func (x *DatabricksRpcOptions) GetRateLimit() *RateLimit

func (*DatabricksRpcOptions) GetRpcDocTitle

func (x *DatabricksRpcOptions) GetRpcDocTitle() string

func (*DatabricksRpcOptions) GetVisibility

func (x *DatabricksRpcOptions) GetVisibility() Visibility

func (*DatabricksRpcOptions) ProtoMessage

func (*DatabricksRpcOptions) ProtoMessage()

func (*DatabricksRpcOptions) ProtoReflect

func (x *DatabricksRpcOptions) ProtoReflect() protoreflect.Message

func (*DatabricksRpcOptions) Reset

func (x *DatabricksRpcOptions) Reset()

func (*DatabricksRpcOptions) String

func (x *DatabricksRpcOptions) String() string

type Dataset

type Dataset struct {

	// The name of the dataset. E.g. “my.uc.table@2” “nyc-taxi-dataset”, “fantastic-elk-3”
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name" validate:"required,max=500"`
	// Dataset digest, e.g. an md5 hash of the dataset that uniquely identifies it
	// within datasets of the same name.
	Digest *string `protobuf:"bytes,2,opt,name=digest" json:"digest,omitempty" query:"digest" params:"digest" validate:"required,max=36"`
	// The type of the dataset source, e.g. ‘databricks-uc-table’, ‘DBFS’, ‘S3’, ...
	SourceType *string `` /* 145-byte string literal not displayed */
	// Source information for the dataset. Note that the source may not exactly reproduce the
	// dataset if it was transformed / modified before use with MLflow.
	Source *string `protobuf:"bytes,4,opt,name=source" json:"source,omitempty" query:"source" params:"source" validate:"required,max=65535"`
	// The schema of the dataset. E.g., MLflow ColSpec JSON for a dataframe, MLflow TensorSpec JSON
	// for an ndarray, or another schema format.
	Schema *string `protobuf:"bytes,5,opt,name=schema" json:"schema,omitempty" query:"schema" params:"schema" validate:"max:1048575"`
	// The profile of the dataset. Summary statistics for the dataset, such as the number of rows
	// in a table, the mean / std / mode of each column in a table, or the number of elements
	// in an array.
	Profile *string `protobuf:"bytes,6,opt,name=profile" json:"profile,omitempty" query:"profile" params:"profile" validate:"max:16777215"`
	// contains filtered or unexported fields
}

Dataset. Represents a reference to data used for training, testing, or evaluation during the model development process.

func (*Dataset) Descriptor deprecated

func (*Dataset) Descriptor() ([]byte, []int)

Deprecated: Use Dataset.ProtoReflect.Descriptor instead.

func (*Dataset) GetDigest

func (x *Dataset) GetDigest() string

func (*Dataset) GetName

func (x *Dataset) GetName() string

func (*Dataset) GetProfile

func (x *Dataset) GetProfile() string

func (*Dataset) GetSchema

func (x *Dataset) GetSchema() string

func (*Dataset) GetSource

func (x *Dataset) GetSource() string

func (*Dataset) GetSourceType

func (x *Dataset) GetSourceType() string

func (*Dataset) ProtoMessage

func (*Dataset) ProtoMessage()

func (*Dataset) ProtoReflect

func (x *Dataset) ProtoReflect() protoreflect.Message

func (*Dataset) Reset

func (x *Dataset) Reset()

func (*Dataset) String

func (x *Dataset) String() string

type DatasetInput

type DatasetInput struct {

	// A list of tags for the dataset input, e.g. a “context” tag with value “training”
	Tags []*InputTag `protobuf:"bytes,1,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// The dataset being used as a Run input.
	Dataset *Dataset `protobuf:"bytes,2,opt,name=dataset" json:"dataset,omitempty" query:"dataset" params:"dataset" validate:"required"`
	// contains filtered or unexported fields
}

DatasetInput. Represents a dataset and input tags.

func (*DatasetInput) Descriptor deprecated

func (*DatasetInput) Descriptor() ([]byte, []int)

Deprecated: Use DatasetInput.ProtoReflect.Descriptor instead.

func (*DatasetInput) GetDataset

func (x *DatasetInput) GetDataset() *Dataset

func (*DatasetInput) GetTags

func (x *DatasetInput) GetTags() []*InputTag

func (*DatasetInput) ProtoMessage

func (*DatasetInput) ProtoMessage()

func (*DatasetInput) ProtoReflect

func (x *DatasetInput) ProtoReflect() protoreflect.Message

func (*DatasetInput) Reset

func (x *DatasetInput) Reset()

func (*DatasetInput) String

func (x *DatasetInput) String() string

type DatasetSummary

type DatasetSummary struct {

	// Unique identifier for the experiment.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// The name of the dataset. E.g. “my.uc.table@2” “nyc-taxi-dataset”, “fantastic-elk-3”
	Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// Dataset digest, e.g. an md5 hash of the dataset that uniquely identifies it
	// within datasets of the same name.
	Digest *string `protobuf:"bytes,3,opt,name=digest" json:"digest,omitempty" query:"digest" params:"digest"`
	// Value of "context" tag if set for the given dataset.
	Context *string `protobuf:"bytes,4,opt,name=context" json:"context,omitempty" query:"context" params:"context"`
	// contains filtered or unexported fields
}

DatasetSummary. Represents a summary of information about a dataset.

func (*DatasetSummary) Descriptor deprecated

func (*DatasetSummary) Descriptor() ([]byte, []int)

Deprecated: Use DatasetSummary.ProtoReflect.Descriptor instead.

func (*DatasetSummary) GetContext

func (x *DatasetSummary) GetContext() string

func (*DatasetSummary) GetDigest

func (x *DatasetSummary) GetDigest() string

func (*DatasetSummary) GetExperimentId

func (x *DatasetSummary) GetExperimentId() string

func (*DatasetSummary) GetName

func (x *DatasetSummary) GetName() string

func (*DatasetSummary) ProtoMessage

func (*DatasetSummary) ProtoMessage()

func (*DatasetSummary) ProtoReflect

func (x *DatasetSummary) ProtoReflect() protoreflect.Message

func (*DatasetSummary) Reset

func (x *DatasetSummary) Reset()

func (*DatasetSummary) String

func (x *DatasetSummary) String() string

type DeleteAssessment added in v0.2.2

type DeleteAssessment struct {

	// The ID of the trace.
	TraceId *string `protobuf:"bytes,1,opt,name=trace_id,json=traceId" json:"trace_id,omitempty" query:"trace_id" params:"trace_id"`
	// The ID of the assessment.
	AssessmentId *string `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

A request to delete an assessment identified by its trace_id and assessment_id. The response is empty on successful deletion.

func (*DeleteAssessment) Descriptor deprecated added in v0.2.2

func (*DeleteAssessment) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAssessment.ProtoReflect.Descriptor instead.

func (*DeleteAssessment) GetAssessmentId added in v0.2.2

func (x *DeleteAssessment) GetAssessmentId() string

func (*DeleteAssessment) GetTraceId added in v0.2.2

func (x *DeleteAssessment) GetTraceId() string

func (*DeleteAssessment) ProtoMessage added in v0.2.2

func (*DeleteAssessment) ProtoMessage()

func (*DeleteAssessment) ProtoReflect added in v0.2.2

func (x *DeleteAssessment) ProtoReflect() protoreflect.Message

func (*DeleteAssessment) Reset added in v0.2.2

func (x *DeleteAssessment) Reset()

func (*DeleteAssessment) String added in v0.2.2

func (x *DeleteAssessment) String() string

type DeleteAssessment_Response added in v0.2.2

type DeleteAssessment_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteAssessment_Response) Descriptor deprecated added in v0.2.2

func (*DeleteAssessment_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAssessment_Response.ProtoReflect.Descriptor instead.

func (*DeleteAssessment_Response) ProtoMessage added in v0.2.2

func (*DeleteAssessment_Response) ProtoMessage()

func (*DeleteAssessment_Response) ProtoReflect added in v0.2.2

func (*DeleteAssessment_Response) Reset added in v0.2.2

func (x *DeleteAssessment_Response) Reset()

func (*DeleteAssessment_Response) String added in v0.2.2

func (x *DeleteAssessment_Response) String() string

type DeleteExperiment

type DeleteExperiment struct {

	// ID of the associated experiment.
	ExperimentId *string `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteExperiment) Descriptor deprecated

func (*DeleteExperiment) Descriptor() ([]byte, []int)

Deprecated: Use DeleteExperiment.ProtoReflect.Descriptor instead.

func (*DeleteExperiment) GetExperimentId

func (x *DeleteExperiment) GetExperimentId() string

func (*DeleteExperiment) ProtoMessage

func (*DeleteExperiment) ProtoMessage()

func (*DeleteExperiment) ProtoReflect

func (x *DeleteExperiment) ProtoReflect() protoreflect.Message

func (*DeleteExperiment) Reset

func (x *DeleteExperiment) Reset()

func (*DeleteExperiment) String

func (x *DeleteExperiment) String() string

type DeleteExperimentTag added in v0.2.3

type DeleteExperimentTag struct {

	// ID of the experiment that the tag was logged under. Must be provided.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// Name of the tag. Maximum size is 255 bytes. Must be provided.
	Key *string `protobuf:"bytes,2,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// contains filtered or unexported fields
}

func (*DeleteExperimentTag) Descriptor deprecated added in v0.2.3

func (*DeleteExperimentTag) Descriptor() ([]byte, []int)

Deprecated: Use DeleteExperimentTag.ProtoReflect.Descriptor instead.

func (*DeleteExperimentTag) GetExperimentId added in v0.2.3

func (x *DeleteExperimentTag) GetExperimentId() string

func (*DeleteExperimentTag) GetKey added in v0.2.3

func (x *DeleteExperimentTag) GetKey() string

func (*DeleteExperimentTag) ProtoMessage added in v0.2.3

func (*DeleteExperimentTag) ProtoMessage()

func (*DeleteExperimentTag) ProtoReflect added in v0.2.3

func (x *DeleteExperimentTag) ProtoReflect() protoreflect.Message

func (*DeleteExperimentTag) Reset added in v0.2.3

func (x *DeleteExperimentTag) Reset()

func (*DeleteExperimentTag) String added in v0.2.3

func (x *DeleteExperimentTag) String() string

type DeleteExperimentTag_Response added in v0.2.3

type DeleteExperimentTag_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteExperimentTag_Response) Descriptor deprecated added in v0.2.3

func (*DeleteExperimentTag_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteExperimentTag_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperimentTag_Response) ProtoMessage added in v0.2.3

func (*DeleteExperimentTag_Response) ProtoMessage()

func (*DeleteExperimentTag_Response) ProtoReflect added in v0.2.3

func (*DeleteExperimentTag_Response) Reset added in v0.2.3

func (x *DeleteExperimentTag_Response) Reset()

func (*DeleteExperimentTag_Response) String added in v0.2.3

type DeleteExperiment_Response

type DeleteExperiment_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteExperiment_Response) Descriptor deprecated

func (*DeleteExperiment_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteExperiment_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperiment_Response) ProtoMessage

func (*DeleteExperiment_Response) ProtoMessage()

func (*DeleteExperiment_Response) ProtoReflect

func (*DeleteExperiment_Response) Reset

func (x *DeleteExperiment_Response) Reset()

func (*DeleteExperiment_Response) String

func (x *DeleteExperiment_Response) String() string

type DeleteLoggedModel added in v0.2.2

type DeleteLoggedModel struct {

	// The ID of the LoggedModel to delete.
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// contains filtered or unexported fields
}

func (*DeleteLoggedModel) Descriptor deprecated added in v0.2.2

func (*DeleteLoggedModel) Descriptor() ([]byte, []int)

Deprecated: Use DeleteLoggedModel.ProtoReflect.Descriptor instead.

func (*DeleteLoggedModel) GetModelId added in v0.2.2

func (x *DeleteLoggedModel) GetModelId() string

func (*DeleteLoggedModel) ProtoMessage added in v0.2.2

func (*DeleteLoggedModel) ProtoMessage()

func (*DeleteLoggedModel) ProtoReflect added in v0.2.2

func (x *DeleteLoggedModel) ProtoReflect() protoreflect.Message

func (*DeleteLoggedModel) Reset added in v0.2.2

func (x *DeleteLoggedModel) Reset()

func (*DeleteLoggedModel) String added in v0.2.2

func (x *DeleteLoggedModel) String() string

type DeleteLoggedModelTag added in v0.2.2

type DeleteLoggedModelTag struct {

	// The ID of the LoggedModel to delete the tag from.
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// The tag key.
	TagKey *string `protobuf:"bytes,2,opt,name=tag_key,json=tagKey" json:"tag_key,omitempty" query:"tag_key" params:"tag_key"`
	// contains filtered or unexported fields
}

func (*DeleteLoggedModelTag) Descriptor deprecated added in v0.2.2

func (*DeleteLoggedModelTag) Descriptor() ([]byte, []int)

Deprecated: Use DeleteLoggedModelTag.ProtoReflect.Descriptor instead.

func (*DeleteLoggedModelTag) GetModelId added in v0.2.2

func (x *DeleteLoggedModelTag) GetModelId() string

func (*DeleteLoggedModelTag) GetTagKey added in v0.2.2

func (x *DeleteLoggedModelTag) GetTagKey() string

func (*DeleteLoggedModelTag) ProtoMessage added in v0.2.2

func (*DeleteLoggedModelTag) ProtoMessage()

func (*DeleteLoggedModelTag) ProtoReflect added in v0.2.2

func (x *DeleteLoggedModelTag) ProtoReflect() protoreflect.Message

func (*DeleteLoggedModelTag) Reset added in v0.2.2

func (x *DeleteLoggedModelTag) Reset()

func (*DeleteLoggedModelTag) String added in v0.2.2

func (x *DeleteLoggedModelTag) String() string

type DeleteLoggedModelTag_Response added in v0.2.2

type DeleteLoggedModelTag_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteLoggedModelTag_Response) Descriptor deprecated added in v0.2.2

func (*DeleteLoggedModelTag_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteLoggedModelTag_Response.ProtoReflect.Descriptor instead.

func (*DeleteLoggedModelTag_Response) ProtoMessage added in v0.2.2

func (*DeleteLoggedModelTag_Response) ProtoMessage()

func (*DeleteLoggedModelTag_Response) ProtoReflect added in v0.2.2

func (*DeleteLoggedModelTag_Response) Reset added in v0.2.2

func (x *DeleteLoggedModelTag_Response) Reset()

func (*DeleteLoggedModelTag_Response) String added in v0.2.2

type DeleteLoggedModel_Response added in v0.2.2

type DeleteLoggedModel_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteLoggedModel_Response) Descriptor deprecated added in v0.2.2

func (*DeleteLoggedModel_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteLoggedModel_Response.ProtoReflect.Descriptor instead.

func (*DeleteLoggedModel_Response) ProtoMessage added in v0.2.2

func (*DeleteLoggedModel_Response) ProtoMessage()

func (*DeleteLoggedModel_Response) ProtoReflect added in v0.2.2

func (*DeleteLoggedModel_Response) Reset added in v0.2.2

func (x *DeleteLoggedModel_Response) Reset()

func (*DeleteLoggedModel_Response) String added in v0.2.2

func (x *DeleteLoggedModel_Response) String() string

type DeleteModelVersion

type DeleteModelVersion struct {

	// Name of the registered model
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// Model version number
	Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty" query:"version" params:"version"`
	// contains filtered or unexported fields
}

func (*DeleteModelVersion) Descriptor deprecated

func (*DeleteModelVersion) Descriptor() ([]byte, []int)

Deprecated: Use DeleteModelVersion.ProtoReflect.Descriptor instead.

func (*DeleteModelVersion) GetName

func (x *DeleteModelVersion) GetName() string

func (*DeleteModelVersion) GetVersion

func (x *DeleteModelVersion) GetVersion() string

func (*DeleteModelVersion) ProtoMessage

func (*DeleteModelVersion) ProtoMessage()

func (*DeleteModelVersion) ProtoReflect

func (x *DeleteModelVersion) ProtoReflect() protoreflect.Message

func (*DeleteModelVersion) Reset

func (x *DeleteModelVersion) Reset()

func (*DeleteModelVersion) String

func (x *DeleteModelVersion) String() string

type DeleteModelVersionTag

type DeleteModelVersionTag struct {

	// Name of the registered model that the tag was logged under.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name" validate:"required"`
	// Model version number that the tag was logged under.
	Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty" query:"version" params:"version" validate:"stringAsInteger"`
	// Name of the tag. The name must be an exact match; wild-card deletion is not supported. Maximum size is 250 bytes.
	Key *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteModelVersionTag) Descriptor deprecated

func (*DeleteModelVersionTag) Descriptor() ([]byte, []int)

Deprecated: Use DeleteModelVersionTag.ProtoReflect.Descriptor instead.

func (*DeleteModelVersionTag) GetKey

func (x *DeleteModelVersionTag) GetKey() string

func (*DeleteModelVersionTag) GetName

func (x *DeleteModelVersionTag) GetName() string

func (*DeleteModelVersionTag) GetVersion

func (x *DeleteModelVersionTag) GetVersion() string

func (*DeleteModelVersionTag) ProtoMessage

func (*DeleteModelVersionTag) ProtoMessage()

func (*DeleteModelVersionTag) ProtoReflect

func (x *DeleteModelVersionTag) ProtoReflect() protoreflect.Message

func (*DeleteModelVersionTag) Reset

func (x *DeleteModelVersionTag) Reset()

func (*DeleteModelVersionTag) String

func (x *DeleteModelVersionTag) String() string

type DeleteModelVersionTag_Response

type DeleteModelVersionTag_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteModelVersionTag_Response) Descriptor deprecated

func (*DeleteModelVersionTag_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteModelVersionTag_Response.ProtoReflect.Descriptor instead.

func (*DeleteModelVersionTag_Response) ProtoMessage

func (*DeleteModelVersionTag_Response) ProtoMessage()

func (*DeleteModelVersionTag_Response) ProtoReflect

func (*DeleteModelVersionTag_Response) Reset

func (x *DeleteModelVersionTag_Response) Reset()

func (*DeleteModelVersionTag_Response) String

type DeleteModelVersion_Response

type DeleteModelVersion_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteModelVersion_Response) Descriptor deprecated

func (*DeleteModelVersion_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteModelVersion_Response.ProtoReflect.Descriptor instead.

func (*DeleteModelVersion_Response) ProtoMessage

func (*DeleteModelVersion_Response) ProtoMessage()

func (*DeleteModelVersion_Response) ProtoReflect

func (*DeleteModelVersion_Response) Reset

func (x *DeleteModelVersion_Response) Reset()

func (*DeleteModelVersion_Response) String

func (x *DeleteModelVersion_Response) String() string

type DeleteRegisteredModel

type DeleteRegisteredModel struct {

	// Registered model unique name identifier.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// contains filtered or unexported fields
}

func (*DeleteRegisteredModel) Descriptor deprecated

func (*DeleteRegisteredModel) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegisteredModel.ProtoReflect.Descriptor instead.

func (*DeleteRegisteredModel) GetName

func (x *DeleteRegisteredModel) GetName() string

func (*DeleteRegisteredModel) ProtoMessage

func (*DeleteRegisteredModel) ProtoMessage()

func (*DeleteRegisteredModel) ProtoReflect

func (x *DeleteRegisteredModel) ProtoReflect() protoreflect.Message

func (*DeleteRegisteredModel) Reset

func (x *DeleteRegisteredModel) Reset()

func (*DeleteRegisteredModel) String

func (x *DeleteRegisteredModel) String() string

type DeleteRegisteredModelAlias

type DeleteRegisteredModelAlias struct {

	// Name of the registered model.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name" validate:"required"`
	// Name of the alias. The name must be an exact match; wild-card deletion is not supported. Maximum size is 256 bytes.
	Alias *string `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteRegisteredModelAlias) Descriptor deprecated

func (*DeleteRegisteredModelAlias) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegisteredModelAlias.ProtoReflect.Descriptor instead.

func (*DeleteRegisteredModelAlias) GetAlias

func (x *DeleteRegisteredModelAlias) GetAlias() string

func (*DeleteRegisteredModelAlias) GetName

func (x *DeleteRegisteredModelAlias) GetName() string

func (*DeleteRegisteredModelAlias) ProtoMessage

func (*DeleteRegisteredModelAlias) ProtoMessage()

func (*DeleteRegisteredModelAlias) ProtoReflect

func (*DeleteRegisteredModelAlias) Reset

func (x *DeleteRegisteredModelAlias) Reset()

func (*DeleteRegisteredModelAlias) String

func (x *DeleteRegisteredModelAlias) String() string

type DeleteRegisteredModelAlias_Response

type DeleteRegisteredModelAlias_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteRegisteredModelAlias_Response) Descriptor deprecated

func (*DeleteRegisteredModelAlias_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegisteredModelAlias_Response.ProtoReflect.Descriptor instead.

func (*DeleteRegisteredModelAlias_Response) ProtoMessage

func (*DeleteRegisteredModelAlias_Response) ProtoMessage()

func (*DeleteRegisteredModelAlias_Response) ProtoReflect

func (*DeleteRegisteredModelAlias_Response) Reset

func (*DeleteRegisteredModelAlias_Response) String

type DeleteRegisteredModelTag

type DeleteRegisteredModelTag struct {

	// Name of the registered model that the tag was logged under.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name" validate:"required"`
	// Name of the tag. The name must be an exact match; wild-card deletion is not supported. Maximum size is 250 bytes.
	Key *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteRegisteredModelTag) Descriptor deprecated

func (*DeleteRegisteredModelTag) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegisteredModelTag.ProtoReflect.Descriptor instead.

func (*DeleteRegisteredModelTag) GetKey

func (x *DeleteRegisteredModelTag) GetKey() string

func (*DeleteRegisteredModelTag) GetName

func (x *DeleteRegisteredModelTag) GetName() string

func (*DeleteRegisteredModelTag) ProtoMessage

func (*DeleteRegisteredModelTag) ProtoMessage()

func (*DeleteRegisteredModelTag) ProtoReflect

func (x *DeleteRegisteredModelTag) ProtoReflect() protoreflect.Message

func (*DeleteRegisteredModelTag) Reset

func (x *DeleteRegisteredModelTag) Reset()

func (*DeleteRegisteredModelTag) String

func (x *DeleteRegisteredModelTag) String() string

type DeleteRegisteredModelTag_Response

type DeleteRegisteredModelTag_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteRegisteredModelTag_Response) Descriptor deprecated

func (*DeleteRegisteredModelTag_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegisteredModelTag_Response.ProtoReflect.Descriptor instead.

func (*DeleteRegisteredModelTag_Response) ProtoMessage

func (*DeleteRegisteredModelTag_Response) ProtoMessage()

func (*DeleteRegisteredModelTag_Response) ProtoReflect

func (*DeleteRegisteredModelTag_Response) Reset

func (*DeleteRegisteredModelTag_Response) String

type DeleteRegisteredModel_Response

type DeleteRegisteredModel_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteRegisteredModel_Response) Descriptor deprecated

func (*DeleteRegisteredModel_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegisteredModel_Response.ProtoReflect.Descriptor instead.

func (*DeleteRegisteredModel_Response) ProtoMessage

func (*DeleteRegisteredModel_Response) ProtoMessage()

func (*DeleteRegisteredModel_Response) ProtoReflect

func (*DeleteRegisteredModel_Response) Reset

func (x *DeleteRegisteredModel_Response) Reset()

func (*DeleteRegisteredModel_Response) String

type DeleteRun

type DeleteRun struct {

	// ID of the run to delete.
	RunId *string `protobuf:"bytes,1,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// contains filtered or unexported fields
}

func (*DeleteRun) Descriptor deprecated

func (*DeleteRun) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRun.ProtoReflect.Descriptor instead.

func (*DeleteRun) GetRunId

func (x *DeleteRun) GetRunId() string

func (*DeleteRun) ProtoMessage

func (*DeleteRun) ProtoMessage()

func (*DeleteRun) ProtoReflect

func (x *DeleteRun) ProtoReflect() protoreflect.Message

func (*DeleteRun) Reset

func (x *DeleteRun) Reset()

func (*DeleteRun) String

func (x *DeleteRun) String() string

type DeleteRun_Response

type DeleteRun_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteRun_Response) Descriptor deprecated

func (*DeleteRun_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRun_Response.ProtoReflect.Descriptor instead.

func (*DeleteRun_Response) ProtoMessage

func (*DeleteRun_Response) ProtoMessage()

func (*DeleteRun_Response) ProtoReflect

func (x *DeleteRun_Response) ProtoReflect() protoreflect.Message

func (*DeleteRun_Response) Reset

func (x *DeleteRun_Response) Reset()

func (*DeleteRun_Response) String

func (x *DeleteRun_Response) String() string

type DeleteTag

type DeleteTag struct {

	// ID of the run that the tag was logged under. Must be provided.
	RunId *string `protobuf:"bytes,1,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id" validate:"required"`
	// Name of the tag. Maximum size is 255 bytes. Must be provided.
	Key *string `protobuf:"bytes,2,opt,name=key" json:"key,omitempty" query:"key" params:"key" validate:"required"`
	// contains filtered or unexported fields
}

func (*DeleteTag) Descriptor deprecated

func (*DeleteTag) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTag.ProtoReflect.Descriptor instead.

func (*DeleteTag) GetKey

func (x *DeleteTag) GetKey() string

func (*DeleteTag) GetRunId

func (x *DeleteTag) GetRunId() string

func (*DeleteTag) ProtoMessage

func (*DeleteTag) ProtoMessage()

func (*DeleteTag) ProtoReflect

func (x *DeleteTag) ProtoReflect() protoreflect.Message

func (*DeleteTag) Reset

func (x *DeleteTag) Reset()

func (*DeleteTag) String

func (x *DeleteTag) String() string

type DeleteTag_Response

type DeleteTag_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteTag_Response) Descriptor deprecated

func (*DeleteTag_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTag_Response.ProtoReflect.Descriptor instead.

func (*DeleteTag_Response) ProtoMessage

func (*DeleteTag_Response) ProtoMessage()

func (*DeleteTag_Response) ProtoReflect

func (x *DeleteTag_Response) ProtoReflect() protoreflect.Message

func (*DeleteTag_Response) Reset

func (x *DeleteTag_Response) Reset()

func (*DeleteTag_Response) String

func (x *DeleteTag_Response) String() string

type DeleteTraceTag

type DeleteTraceTag struct {

	// ID of the trace from which to delete the tag.
	TraceId *string `protobuf:"bytes,3,opt,name=trace_id,json=traceId" json:"trace_id,omitempty" query:"trace_id" params:"trace_id"`
	// Name of the tag to delete.
	Key *string `protobuf:"bytes,2,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// contains filtered or unexported fields
}

func (*DeleteTraceTag) Descriptor deprecated

func (*DeleteTraceTag) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTraceTag.ProtoReflect.Descriptor instead.

func (*DeleteTraceTag) GetKey

func (x *DeleteTraceTag) GetKey() string

func (*DeleteTraceTag) GetTraceId added in v0.2.3

func (x *DeleteTraceTag) GetTraceId() string

func (*DeleteTraceTag) ProtoMessage

func (*DeleteTraceTag) ProtoMessage()

func (*DeleteTraceTag) ProtoReflect

func (x *DeleteTraceTag) ProtoReflect() protoreflect.Message

func (*DeleteTraceTag) Reset

func (x *DeleteTraceTag) Reset()

func (*DeleteTraceTag) String

func (x *DeleteTraceTag) String() string

type DeleteTraceTagV3 added in v0.2.3

type DeleteTraceTagV3 struct {

	// ID of the trace from which to delete the tag.
	RequestId *string `protobuf:"bytes,1,opt,name=request_id,json=requestId" json:"request_id,omitempty" query:"request_id" params:"request_id"`
	// Name of the tag to delete.
	Key *string `protobuf:"bytes,2,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// contains filtered or unexported fields
}

func (*DeleteTraceTagV3) Descriptor deprecated added in v0.2.3

func (*DeleteTraceTagV3) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTraceTagV3.ProtoReflect.Descriptor instead.

func (*DeleteTraceTagV3) GetKey added in v0.2.3

func (x *DeleteTraceTagV3) GetKey() string

func (*DeleteTraceTagV3) GetRequestId added in v0.2.3

func (x *DeleteTraceTagV3) GetRequestId() string

func (*DeleteTraceTagV3) ProtoMessage added in v0.2.3

func (*DeleteTraceTagV3) ProtoMessage()

func (*DeleteTraceTagV3) ProtoReflect added in v0.2.3

func (x *DeleteTraceTagV3) ProtoReflect() protoreflect.Message

func (*DeleteTraceTagV3) Reset added in v0.2.3

func (x *DeleteTraceTagV3) Reset()

func (*DeleteTraceTagV3) String added in v0.2.3

func (x *DeleteTraceTagV3) String() string

type DeleteTraceTagV3_Response added in v0.2.3

type DeleteTraceTagV3_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteTraceTagV3_Response) Descriptor deprecated added in v0.2.3

func (*DeleteTraceTagV3_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTraceTagV3_Response.ProtoReflect.Descriptor instead.

func (*DeleteTraceTagV3_Response) ProtoMessage added in v0.2.3

func (*DeleteTraceTagV3_Response) ProtoMessage()

func (*DeleteTraceTagV3_Response) ProtoReflect added in v0.2.3

func (*DeleteTraceTagV3_Response) Reset added in v0.2.3

func (x *DeleteTraceTagV3_Response) Reset()

func (*DeleteTraceTagV3_Response) String added in v0.2.3

func (x *DeleteTraceTagV3_Response) String() string

type DeleteTraceTag_Response

type DeleteTraceTag_Response struct {
	// contains filtered or unexported fields
}

func (*DeleteTraceTag_Response) Descriptor deprecated

func (*DeleteTraceTag_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTraceTag_Response.ProtoReflect.Descriptor instead.

func (*DeleteTraceTag_Response) ProtoMessage

func (*DeleteTraceTag_Response) ProtoMessage()

func (*DeleteTraceTag_Response) ProtoReflect

func (x *DeleteTraceTag_Response) ProtoReflect() protoreflect.Message

func (*DeleteTraceTag_Response) Reset

func (x *DeleteTraceTag_Response) Reset()

func (*DeleteTraceTag_Response) String

func (x *DeleteTraceTag_Response) String() string

type DeleteTraces

type DeleteTraces struct {

	// ID of the associated experiment.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// Case 1: max_timestamp_millis and max_traces must be specified for time-based deletion
	// The maximum timestamp in milliseconds since the UNIX epoch for deleting traces.
	MaxTimestampMillis *int64 `` /* 170-byte string literal not displayed */
	// The maximum number of traces to delete.
	MaxTraces *int32 `protobuf:"varint,3,opt,name=max_traces,json=maxTraces" json:"max_traces,omitempty" query:"max_traces" params:"max_traces"`
	// Case 2: request_ids must be specified for ID-based deletion
	// A set of request IDs to delete
	RequestIds []string `protobuf:"bytes,4,rep,name=request_ids,json=requestIds" json:"request_ids,omitempty" query:"request_ids" params:"request_ids"`
	// contains filtered or unexported fields
}

func (*DeleteTraces) Descriptor deprecated

func (*DeleteTraces) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTraces.ProtoReflect.Descriptor instead.

func (*DeleteTraces) GetExperimentId

func (x *DeleteTraces) GetExperimentId() string

func (*DeleteTraces) GetMaxTimestampMillis

func (x *DeleteTraces) GetMaxTimestampMillis() int64

func (*DeleteTraces) GetMaxTraces

func (x *DeleteTraces) GetMaxTraces() int32

func (*DeleteTraces) GetRequestIds

func (x *DeleteTraces) GetRequestIds() []string

func (*DeleteTraces) ProtoMessage

func (*DeleteTraces) ProtoMessage()

func (*DeleteTraces) ProtoReflect

func (x *DeleteTraces) ProtoReflect() protoreflect.Message

func (*DeleteTraces) Reset

func (x *DeleteTraces) Reset()

func (*DeleteTraces) String

func (x *DeleteTraces) String() string

type DeleteTracesV3 added in v0.2.3

type DeleteTracesV3 struct {

	// ID of the associated experiment.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// Case 1: max_timestamp_millis and max_traces must be specified for time-based deletion
	// The maximum timestamp in milliseconds since the UNIX epoch for deleting traces.
	MaxTimestampMillis *int64 `` /* 170-byte string literal not displayed */
	// The maximum number of traces to delete.
	MaxTraces *int32 `protobuf:"varint,3,opt,name=max_traces,json=maxTraces" json:"max_traces,omitempty" query:"max_traces" params:"max_traces"`
	// Case 2: request_ids must be specified for ID-based deletion
	// A set of request IDs to delete
	RequestIds []string `protobuf:"bytes,4,rep,name=request_ids,json=requestIds" json:"request_ids,omitempty" query:"request_ids" params:"request_ids"`
	// contains filtered or unexported fields
}

func (*DeleteTracesV3) Descriptor deprecated added in v0.2.3

func (*DeleteTracesV3) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTracesV3.ProtoReflect.Descriptor instead.

func (*DeleteTracesV3) GetExperimentId added in v0.2.3

func (x *DeleteTracesV3) GetExperimentId() string

func (*DeleteTracesV3) GetMaxTimestampMillis added in v0.2.3

func (x *DeleteTracesV3) GetMaxTimestampMillis() int64

func (*DeleteTracesV3) GetMaxTraces added in v0.2.3

func (x *DeleteTracesV3) GetMaxTraces() int32

func (*DeleteTracesV3) GetRequestIds added in v0.2.3

func (x *DeleteTracesV3) GetRequestIds() []string

func (*DeleteTracesV3) ProtoMessage added in v0.2.3

func (*DeleteTracesV3) ProtoMessage()

func (*DeleteTracesV3) ProtoReflect added in v0.2.3

func (x *DeleteTracesV3) ProtoReflect() protoreflect.Message

func (*DeleteTracesV3) Reset added in v0.2.3

func (x *DeleteTracesV3) Reset()

func (*DeleteTracesV3) String added in v0.2.3

func (x *DeleteTracesV3) String() string

type DeleteTracesV3_Response added in v0.2.3

type DeleteTracesV3_Response struct {
	TracesDeleted *int32 `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteTracesV3_Response) Descriptor deprecated added in v0.2.3

func (*DeleteTracesV3_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTracesV3_Response.ProtoReflect.Descriptor instead.

func (*DeleteTracesV3_Response) GetTracesDeleted added in v0.2.3

func (x *DeleteTracesV3_Response) GetTracesDeleted() int32

func (*DeleteTracesV3_Response) ProtoMessage added in v0.2.3

func (*DeleteTracesV3_Response) ProtoMessage()

func (*DeleteTracesV3_Response) ProtoReflect added in v0.2.3

func (x *DeleteTracesV3_Response) ProtoReflect() protoreflect.Message

func (*DeleteTracesV3_Response) Reset added in v0.2.3

func (x *DeleteTracesV3_Response) Reset()

func (*DeleteTracesV3_Response) String added in v0.2.3

func (x *DeleteTracesV3_Response) String() string

type DeleteTraces_Response

type DeleteTraces_Response struct {
	TracesDeleted *int32 `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteTraces_Response) Descriptor deprecated

func (*DeleteTraces_Response) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTraces_Response.ProtoReflect.Descriptor instead.

func (*DeleteTraces_Response) GetTracesDeleted

func (x *DeleteTraces_Response) GetTracesDeleted() int32

func (*DeleteTraces_Response) ProtoMessage

func (*DeleteTraces_Response) ProtoMessage()

func (*DeleteTraces_Response) ProtoReflect

func (x *DeleteTraces_Response) ProtoReflect() protoreflect.Message

func (*DeleteTraces_Response) Reset

func (x *DeleteTraces_Response) Reset()

func (*DeleteTraces_Response) String

func (x *DeleteTraces_Response) String() string

type DeploymentJobConnection added in v0.2.2

type DeploymentJobConnection struct {
	// contains filtered or unexported fields
}

func (*DeploymentJobConnection) Descriptor deprecated added in v0.2.2

func (*DeploymentJobConnection) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentJobConnection.ProtoReflect.Descriptor instead.

func (*DeploymentJobConnection) ProtoMessage added in v0.2.2

func (*DeploymentJobConnection) ProtoMessage()

func (*DeploymentJobConnection) ProtoReflect added in v0.2.2

func (x *DeploymentJobConnection) ProtoReflect() protoreflect.Message

func (*DeploymentJobConnection) Reset added in v0.2.2

func (x *DeploymentJobConnection) Reset()

func (*DeploymentJobConnection) String added in v0.2.2

func (x *DeploymentJobConnection) String() string

type DeploymentJobConnection_State added in v0.2.2

type DeploymentJobConnection_State int32
const (
	DeploymentJobConnection_DEPLOYMENT_JOB_CONNECTION_STATE_UNSPECIFIED DeploymentJobConnection_State = 0
	// default state
	DeploymentJobConnection_NOT_SET_UP DeploymentJobConnection_State = 1
	// connected job: job exists, owner has ACLs, and required job parameters are present
	DeploymentJobConnection_CONNECTED DeploymentJobConnection_State = 2
	// job was deleted OR owner had job ACLs removed
	DeploymentJobConnection_NOT_FOUND DeploymentJobConnection_State = 3
	// required job parameters were changed
	DeploymentJobConnection_REQUIRED_PARAMETERS_CHANGED DeploymentJobConnection_State = 4
)

func (DeploymentJobConnection_State) Descriptor added in v0.2.2

func (DeploymentJobConnection_State) Enum added in v0.2.2

func (DeploymentJobConnection_State) EnumDescriptor deprecated added in v0.2.2

func (DeploymentJobConnection_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeploymentJobConnection_State.Descriptor instead.

func (DeploymentJobConnection_State) Number added in v0.2.2

func (DeploymentJobConnection_State) String added in v0.2.2

func (DeploymentJobConnection_State) Type added in v0.2.2

func (*DeploymentJobConnection_State) UnmarshalJSON deprecated added in v0.2.2

func (x *DeploymentJobConnection_State) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type DocumentationMetadata

type DocumentationMetadata struct {

	// The string of documentation attached to this particular item.
	Docstring *string `protobuf:"bytes,1,opt,name=docstring" json:"docstring,omitempty" query:"docstring" params:"docstring"`
	// The string of documentation that is *before* this item. This only makes sense for top-level
	// items such as (top-level) messages, (top-level) enumerations, or services. In all other
	// cases, this string is empty.
	LeadDoc *string `protobuf:"bytes,2,opt,name=lead_doc,json=leadDoc" json:"lead_doc,omitempty" query:"lead_doc" params:"lead_doc"`
	// The visibility level when the docstring was generated.
	// The documentation extractor builds multiple versions of the documentation, one for each
	// visibility level. The documentation is then generated for each visibility level.
	Visibility *Visibility `` /* 129-byte string literal not displayed */
	// The original proto path in the internal representation. This is useful when performing field
	// flattening to figure out what the original field was.
	// One example is ["jobs","Run","original_attempt_run_id"] for jobs.
	// This path is unique.
	OriginalProtoPath []string `` /* 164-byte string literal not displayed */
	// The location (line number) of the start of the documentation. This is required to keep the
	// pieces of documentation sorted.
	Position *int32 `protobuf:"varint,5,opt,name=position" json:"position,omitempty" query:"position" params:"position"`
	// contains filtered or unexported fields
}

A block of documentation that is added to the AST after parsing the original protocol buffer.

func (*DocumentationMetadata) Descriptor deprecated

func (*DocumentationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use DocumentationMetadata.ProtoReflect.Descriptor instead.

func (*DocumentationMetadata) GetDocstring

func (x *DocumentationMetadata) GetDocstring() string

func (*DocumentationMetadata) GetLeadDoc

func (x *DocumentationMetadata) GetLeadDoc() string

func (*DocumentationMetadata) GetOriginalProtoPath

func (x *DocumentationMetadata) GetOriginalProtoPath() []string

func (*DocumentationMetadata) GetPosition

func (x *DocumentationMetadata) GetPosition() int32

func (*DocumentationMetadata) GetVisibility

func (x *DocumentationMetadata) GetVisibility() Visibility

func (*DocumentationMetadata) ProtoMessage

func (*DocumentationMetadata) ProtoMessage()

func (*DocumentationMetadata) ProtoReflect

func (x *DocumentationMetadata) ProtoReflect() protoreflect.Message

func (*DocumentationMetadata) Reset

func (x *DocumentationMetadata) Reset()

func (*DocumentationMetadata) String

func (x *DocumentationMetadata) String() string

type EndTrace

type EndTrace struct {

	// ID of the trace to end.
	RequestId *string `protobuf:"bytes,1,opt,name=request_id,json=requestId" json:"request_id,omitempty" query:"request_id" params:"request_id"`
	// Unix timestamp of when the trace ended in milliseconds.
	TimestampMs *int64 `` /* 131-byte string literal not displayed */
	// Overall status of the operation being traced (OK, error, etc).
	Status *TraceStatus `protobuf:"varint,3,opt,name=status,enum=mlflow.TraceStatus" json:"status,omitempty" query:"status" params:"status"`
	// Additional metadata about the operation being traced.
	RequestMetadata []*TraceRequestMetadata `` /* 150-byte string literal not displayed */
	// Additional tags to add to the trace.
	Tags []*TraceTag `protobuf:"bytes,5,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// contains filtered or unexported fields
}

func (*EndTrace) Descriptor deprecated

func (*EndTrace) Descriptor() ([]byte, []int)

Deprecated: Use EndTrace.ProtoReflect.Descriptor instead.

func (*EndTrace) GetRequestId

func (x *EndTrace) GetRequestId() string

func (*EndTrace) GetRequestMetadata

func (x *EndTrace) GetRequestMetadata() []*TraceRequestMetadata

func (*EndTrace) GetStatus

func (x *EndTrace) GetStatus() TraceStatus

func (*EndTrace) GetTags

func (x *EndTrace) GetTags() []*TraceTag

func (*EndTrace) GetTimestampMs

func (x *EndTrace) GetTimestampMs() int64

func (*EndTrace) ProtoMessage

func (*EndTrace) ProtoMessage()

func (*EndTrace) ProtoReflect

func (x *EndTrace) ProtoReflect() protoreflect.Message

func (*EndTrace) Reset

func (x *EndTrace) Reset()

func (*EndTrace) String

func (x *EndTrace) String() string

type EndTrace_Response

type EndTrace_Response struct {

	// The updated trace.
	TraceInfo *TraceInfo `protobuf:"bytes,1,opt,name=trace_info,json=traceInfo" json:"trace_info,omitempty" query:"trace_info" params:"trace_info"`
	// contains filtered or unexported fields
}

func (*EndTrace_Response) Descriptor deprecated

func (*EndTrace_Response) Descriptor() ([]byte, []int)

Deprecated: Use EndTrace_Response.ProtoReflect.Descriptor instead.

func (*EndTrace_Response) GetTraceInfo

func (x *EndTrace_Response) GetTraceInfo() *TraceInfo

func (*EndTrace_Response) ProtoMessage

func (*EndTrace_Response) ProtoMessage()

func (*EndTrace_Response) ProtoReflect

func (x *EndTrace_Response) ProtoReflect() protoreflect.Message

func (*EndTrace_Response) Reset

func (x *EndTrace_Response) Reset()

func (*EndTrace_Response) String

func (x *EndTrace_Response) String() string

type ErrorCode

type ErrorCode int32
const (
	// Internal error. This means that some invariants expected by the underlying system have been
	// broken. This error code is reserved for serious errors, which generally cannot be resolved
	// by the user.
	//
	// Prefer this over all kinds of detailed error messages (e.g IO_ERROR), unless there's some
	// automation that relies on the custom error code.
	//
	// Maps to:
	// - google.rpc.Code: INTERNAL = 13;
	// - HTTP code: 500 Internal Server Error
	ErrorCode_INTERNAL_ERROR ErrorCode = 1
	// The service is currently unavailable. This is most likely a transient condition, which can be
	// corrected by retrying with a backoff. Note that it is not always safe to retrynon-idempotent
	// operations.
	//
	// Prefer this over SERVICE_UNDER_MAINTENANCE, WORKSPACE_TEMPORARILY_UNAVAILABLE.
	//
	// Maps to:
	// - google.rpc.Code: UNAVAILABLE = 14;
	// - HTTP code: 503 Service Unavailable
	ErrorCode_TEMPORARILY_UNAVAILABLE ErrorCode = 2
	// Indicates that an IOException has been internally thrown.
	ErrorCode_IO_ERROR ErrorCode = 3
	// The request is invalid. Prefer more specific error code whenever possible.
	// Also see similar recommendation for the google.rpc.Code.FAILED_PRECONDITION.
	//
	// Prefer this error code over MALFORMED_REQUEST, INVALID_STATE, UNPARSEABLE_HTTP_ERROR.
	//
	// Maps to:
	// - google.rpc.Code: FAILED_PRECONDITION = 9;
	// - HTTP code: 400 Bad Request
	ErrorCode_BAD_REQUEST ErrorCode = 4
	// An external service is unavailable temporarily as it is being updated/re-deployed. Indicates
	// gateway proxy to safely retry the request.
	ErrorCode_SERVICE_UNDER_MAINTENANCE ErrorCode = 5
	// A workspace is temporarily unavailable as the workspace is being re-assigned.
	ErrorCode_WORKSPACE_TEMPORARILY_UNAVAILABLE ErrorCode = 6
	// The deadline expired before the operation could complete. For operations that change the state
	// of the system, this error may be returned even if the operation has completed successfully.
	// For example, a successful response from a server could have been delayed long enough for
	// the deadline to expire. When possible - implementations should make sure further processing of
	// the request is aborted, e.g. by throwing an exception instead of making the RPC request,
	// making the database query, etc.
	//
	// Maps to:
	// - google.rpc.Code: DEADLINE_EXCEEDED = 4;
	// - HTTP code: 504 Gateway Timeout
	ErrorCode_DEADLINE_EXCEEDED ErrorCode = 7
	// The operation was canceled by the caller. An example - client closed the connection without
	// waiting for a response.
	//
	// Maps to:
	// - google.rpc.Code: CANCELLED = 1;
	// - HTTP code: 499 Client Closed Request
	ErrorCode_CANCELLED ErrorCode = 8
	// Operation is rejected due to throttling, e.g. some resource has been exhausted, per-user quota
	// triggered, or the entire file system is out of space.
	//
	// Maps to:
	// - google.rpc.Code: RESOURCE_EXHAUSTED = 8;
	// - HTTP code: 429 Too Many Requests
	ErrorCode_RESOURCE_EXHAUSTED ErrorCode = 9
	// The operation was aborted, typically due to a concurrency issue such as a sequencer
	// check failure, transaction abort, or transaction conflict.
	//
	// Maps to:
	// - google.rpc.Code: ABORTED = 10;
	// - HTTP code: 409 Conflict
	ErrorCode_ABORTED ErrorCode = 10
	// Operation was performed on a resource that does not exist,
	// e.g. file or directory was not found.
	//
	// Maps to:
	// - google.rpc.Code: NOT_FOUND = 5;
	// - HTTP code: 404 Not Found
	ErrorCode_NOT_FOUND ErrorCode = 11
	// Operation was rejected due a conflict with an existing resource, e.g. attempted to create
	// file or directory that already exists.
	//
	// Prefer this over RESOURCE_CONFLICT.
	//
	// Maps to:
	// - google.rpc.Code: ALREADY_EXISTS = 6;
	// - HTTP code: 409 Conflict
	ErrorCode_ALREADY_EXISTS ErrorCode = 12
	// The request does not have valid authentication (AuthN) credentials for the operation.
	//
	// Prefer this over CUSTOMER_UNAUTHORIZED, unless you need to keep consistent behavior with legacy
	// code.
	// For authorization (AuthZ) errors use PERMISSION_DENIED.
	//
	// Maps to:
	// - google.rpc.Code: UNAUTHENTICATED = 16;
	// - HTTP code: 401 Unauthorized
	ErrorCode_UNAUTHENTICATED ErrorCode = 13
	// Supplied value for a parameter was invalid (e.g., giving a number for a string parameter).
	//
	// Maps to:
	// - google.rpc.Code: INVALID_ARGUMENT = 3;
	// - HTTP code: 400 Bad Request
	ErrorCode_INVALID_PARAMETER_VALUE ErrorCode = 1000
	// Indicates that the given API endpoint does not exist. Legacy, when possible - NOT_IMPLEMENTED
	// should be used instead to indicate that API doesn't exist.
	//
	// Maps to:
	// - google.rpc.Code: NOT_FOUND = 5;
	// - HTTP code: 404 Not Found
	ErrorCode_ENDPOINT_NOT_FOUND ErrorCode = 1001
	// Indicates that the given API request was malformed.
	ErrorCode_MALFORMED_REQUEST ErrorCode = 1002
	// If one or more of the inputs to a given RPC are not in a valid state for the action.
	ErrorCode_INVALID_STATE ErrorCode = 1003
	// The caller does not have permission to execute the specified operation.
	// PERMISSION_DENIED must not be used for rejections caused by exhausting some resource,
	// use RESOURCE_EXHAUSTED instead for those errors.
	// PERMISSION_DENIED must not be used if the caller can not be identified,
	// use CUSTOMER_UNAUTHORIZED instead for those errors.
	// This error code does not imply the request is valid or the requested entity exists or
	// satisfies other pre-conditions.
	//
	// Maps to:
	// - google.rpc.Code: PERMISSION_DENIED = 7;
	// - HTTP code: 403 Forbidden
	ErrorCode_PERMISSION_DENIED ErrorCode = 1004
	// If a given user/entity is trying to use a feature which has been disabled.
	//
	// Maps to:
	// - google.rpc.Code: NOT_FOUND = 5;
	// - HTTP code: 404 Not Found
	ErrorCode_FEATURE_DISABLED ErrorCode = 1005
	// The request does not have valid authentication (AuthN) credentials for the operation.
	//
	// For authentication (AuthN) errors prefer using UNAUTHENTICATED, unless you need to keep
	// consistent behavior with legacy code.
	// For authorization (AuthZ) errors use PERMISSION_DENIED.
	//
	// Important: name is confusing, this error code is for authentication (AuthN) errors, not
	// authorization (AuthZ) errors. It maps to 401 Unauthorized and suffers from the same confusing
	// naming. See https://datatracker.ietf.org/doc/html/rfc7235#section-3.1 - "[...] status code
	// indicates that the request has not been applied because it lacks valid authentication
	// credentials for the target resource. [...] If the request included authentication credentials,
	// then the 401 response indicates that authorization has been refused for those credentials."
	//
	// Also, see https://stackoverflow.com/a/6937030/16352922, it covers it pretty well.
	//
	// Maps to:
	// - google.rpc.Code: UNAUTHENTICATED = 16;
	// - HTTP code: 401 Unauthorized
	ErrorCode_CUSTOMER_UNAUTHORIZED ErrorCode = 1006
	// If the API request is rejected due to throttling.
	// Prefer a more generic RESOURCE_EXHAUSTED for the new use cases.
	//
	// Maps to:
	// - google.rpc.Code: RESOURCE_EXHAUSTED = 8;
	// - HTTP code: 429 Too Many Requests
	ErrorCode_REQUEST_LIMIT_EXCEEDED ErrorCode = 1007
	// Indicates API request was rejected due a conflict with an existing resource.
	ErrorCode_RESOURCE_CONFLICT ErrorCode = 1008
	// Indicates that the HTTP response cannot be correctly deserialized.
	// This currently is only used in DUST test clients, and not by any real service code.
	ErrorCode_UNPARSEABLE_HTTP_ERROR ErrorCode = 1009
	// The operation is not implemented or is not supported/enabled in this service.
	//
	// Maps to:
	// - google.rpc.Code: UNIMPLEMENTED = 12;
	// - HTTP code: 501 Not Implemented
	ErrorCode_NOT_IMPLEMENTED ErrorCode = 1010
	// Unrecoverable data loss or corruption.
	//
	// One of the major use cases is to indicate that server failed to validate the integrity of
	// the request. This error can occur when the checksum specified in the `X-Databricks-Checksum`
	// request header (or trailer) doesn't match the actual request content checksum.
	//
	// Note, in case of the severe corruption that results in a malformed request, the server may
	// send a generic `400 Bad Request` response rather than sending this error code.
	//
	// Maps to:
	// - google.rpc.Code: DATA_LOSS = 15;
	// - HTTP code: 500 Internal Server Error
	ErrorCode_DATA_LOSS ErrorCode = 1011
	// If the user attempts to perform an invalid state transition on a shard.
	ErrorCode_INVALID_STATE_TRANSITION ErrorCode = 2001
	// Unable to perform the operation because the shard was locked by some other operation.
	ErrorCode_COULD_NOT_ACQUIRE_LOCK ErrorCode = 2002
	// Operation was performed on a resource that already exists.
	//
	// Prefer using ALREADY_EXISTS. Unlike ALREADY_EXISTS - this maps to HTTP code
	// 500 Internal Server Error due to legacy reasons, remapping will be a backwards incompatible
	// change.
	ErrorCode_RESOURCE_ALREADY_EXISTS ErrorCode = 3001
	// Operation was performed on a resource that does not exist.
	//
	// Prefer using NOT_FOUND - see the note for the RESOURCE_ALREADY_EXISTS, because this pair of
	// codes is related and RESOURCE_ALREADY_EXISTS has bad mapping to the HTTP codes we added
	// new error codes NOT_FOUND and ALREADY_EXISTS, and recommend to use them instead.
	ErrorCode_RESOURCE_DOES_NOT_EXIST ErrorCode = 3002
	ErrorCode_QUOTA_EXCEEDED          ErrorCode = 4001
	ErrorCode_MAX_BLOCK_SIZE_EXCEEDED ErrorCode = 4002
	ErrorCode_MAX_READ_SIZE_EXCEEDED  ErrorCode = 4003
	ErrorCode_PARTIAL_DELETE          ErrorCode = 4004
	ErrorCode_MAX_LIST_SIZE_EXCEEDED  ErrorCode = 4005
	ErrorCode_DRY_RUN_FAILED          ErrorCode = 5001
	// Cluster request was rejected because it would exceed a resource limit.
	ErrorCode_RESOURCE_LIMIT_EXCEEDED               ErrorCode = 5002
	ErrorCode_DIRECTORY_NOT_EMPTY                   ErrorCode = 6001
	ErrorCode_DIRECTORY_PROTECTED                   ErrorCode = 6002
	ErrorCode_MAX_NOTEBOOK_SIZE_EXCEEDED            ErrorCode = 6003
	ErrorCode_MAX_CHILD_NODE_SIZE_EXCEEDED          ErrorCode = 6004
	ErrorCode_SEARCH_QUERY_TOO_LONG                 ErrorCode = 6100
	ErrorCode_SEARCH_QUERY_TOO_SHORT                ErrorCode = 6101
	ErrorCode_MANAGED_RESOURCE_GROUP_DOES_NOT_EXIST ErrorCode = 7001
	ErrorCode_PERMISSION_NOT_PROPAGATED             ErrorCode = 7002
	ErrorCode_DEPLOYMENT_TIMEOUT                    ErrorCode = 7003
	ErrorCode_GIT_CONFLICT                          ErrorCode = 8001
	ErrorCode_GIT_UNKNOWN_REF                       ErrorCode = 8002
	ErrorCode_GIT_SENSITIVE_TOKEN_DETECTED          ErrorCode = 8003
	ErrorCode_GIT_URL_NOT_ON_ALLOW_LIST             ErrorCode = 8004
	ErrorCode_GIT_REMOTE_ERROR                      ErrorCode = 8005
	ErrorCode_PROJECTS_OPERATION_TIMEOUT            ErrorCode = 8006
	ErrorCode_IPYNB_FILE_IN_REPO                    ErrorCode = 8007
	ErrorCode_INSECURE_PARTNER_RESPONSE             ErrorCode = 8100
	ErrorCode_MALFORMED_PARTNER_RESPONSE            ErrorCode = 8101
	ErrorCode_METASTORE_DOES_NOT_EXIST              ErrorCode = 9000
	ErrorCode_DAC_DOES_NOT_EXIST                    ErrorCode = 9001
	ErrorCode_CATALOG_DOES_NOT_EXIST                ErrorCode = 9002
	ErrorCode_SCHEMA_DOES_NOT_EXIST                 ErrorCode = 9003
	ErrorCode_TABLE_DOES_NOT_EXIST                  ErrorCode = 9004
	ErrorCode_SHARE_DOES_NOT_EXIST                  ErrorCode = 9005
	ErrorCode_RECIPIENT_DOES_NOT_EXIST              ErrorCode = 9006
	ErrorCode_STORAGE_CREDENTIAL_DOES_NOT_EXIST     ErrorCode = 9007
	ErrorCode_EXTERNAL_LOCATION_DOES_NOT_EXIST      ErrorCode = 9008
	ErrorCode_PRINCIPAL_DOES_NOT_EXIST              ErrorCode = 9009
	ErrorCode_PROVIDER_DOES_NOT_EXIST               ErrorCode = 9010
	ErrorCode_METASTORE_ALREADY_EXISTS              ErrorCode = 9020
	ErrorCode_DAC_ALREADY_EXISTS                    ErrorCode = 9021
	ErrorCode_CATALOG_ALREADY_EXISTS                ErrorCode = 9022
	ErrorCode_SCHEMA_ALREADY_EXISTS                 ErrorCode = 9023
	ErrorCode_TABLE_ALREADY_EXISTS                  ErrorCode = 9024
	ErrorCode_SHARE_ALREADY_EXISTS                  ErrorCode = 9025
	ErrorCode_RECIPIENT_ALREADY_EXISTS              ErrorCode = 9026
	ErrorCode_STORAGE_CREDENTIAL_ALREADY_EXISTS     ErrorCode = 9027
	ErrorCode_EXTERNAL_LOCATION_ALREADY_EXISTS      ErrorCode = 9028
	ErrorCode_PROVIDER_ALREADY_EXISTS               ErrorCode = 9029
	ErrorCode_CATALOG_NOT_EMPTY                     ErrorCode = 9040
	ErrorCode_SCHEMA_NOT_EMPTY                      ErrorCode = 9041
	ErrorCode_METASTORE_NOT_EMPTY                   ErrorCode = 9042
	ErrorCode_PROVIDER_SHARE_NOT_ACCESSIBLE         ErrorCode = 9060
)

func (ErrorCode) Descriptor

func (ErrorCode) Descriptor() protoreflect.EnumDescriptor

func (ErrorCode) Enum

func (x ErrorCode) Enum() *ErrorCode

func (ErrorCode) EnumDescriptor deprecated

func (ErrorCode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ErrorCode.Descriptor instead.

func (ErrorCode) Number

func (x ErrorCode) Number() protoreflect.EnumNumber

func (ErrorCode) String

func (x ErrorCode) String() string

func (ErrorCode) Type

func (*ErrorCode) UnmarshalJSON deprecated

func (x *ErrorCode) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Expectation added in v0.2.2

type Expectation struct {

	// The value of the expectation-based assessment. This uses “google.protobuf.Value“ under the hood to support a
	// flexible schema of expectation values but is validated to constrain it to specific types. This means the value must
	// be JSON conforming to one of the following supported types:
	// * Numeric values like integers or floats
	// * Boolean values
	// * Text value (can contain JSON text the user wishes to store, but it will only be searchable as text)
	// * List values containing only strings (empty lists allowed).
	//
	// Other values like null, structs, non-string lists etc. will be rejected. However, they can instead be serialized as
	// a string and stored in the “serialized_value“ field instead. Only one of either “serialized_value“ or “value“
	// may be defined. We do not support these other formats directly despite using google.protobuf.Value due to security
	// risks around their serialization and deserialization.
	Value *structpb.Value `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// The value of the expecation-based assessment serialized as a string in a specified format. Only one of either
	// “serialized_value“ or “value“ may be defined.
	SerializedValue *Expectation_SerializedValue `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

An expectation for the values or guidelines for the outputs that a model or agent should produce from the inputs contained in the trace.

func (*Expectation) Descriptor deprecated added in v0.2.2

func (*Expectation) Descriptor() ([]byte, []int)

Deprecated: Use Expectation.ProtoReflect.Descriptor instead.

func (*Expectation) GetSerializedValue added in v0.2.2

func (x *Expectation) GetSerializedValue() *Expectation_SerializedValue

func (*Expectation) GetValue added in v0.2.2

func (x *Expectation) GetValue() *structpb.Value

func (*Expectation) ProtoMessage added in v0.2.2

func (*Expectation) ProtoMessage()

func (*Expectation) ProtoReflect added in v0.2.2

func (x *Expectation) ProtoReflect() protoreflect.Message

func (*Expectation) Reset added in v0.2.2

func (x *Expectation) Reset()

func (*Expectation) String added in v0.2.2

func (x *Expectation) String() string

type Expectation_SerializedValue added in v0.2.2

type Expectation_SerializedValue struct {

	// Marks the serialization format for the expectation value. This is a contract specific to the client. The service
	// will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
	SerializationFormat *string `` /* 170-byte string literal not displayed */
	// The value of the expectation-based assessment serialized as a string in the format defined by “serialization_format“.
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// contains filtered or unexported fields
}

func (*Expectation_SerializedValue) Descriptor deprecated added in v0.2.2

func (*Expectation_SerializedValue) Descriptor() ([]byte, []int)

Deprecated: Use Expectation_SerializedValue.ProtoReflect.Descriptor instead.

func (*Expectation_SerializedValue) GetSerializationFormat added in v0.2.2

func (x *Expectation_SerializedValue) GetSerializationFormat() string

func (*Expectation_SerializedValue) GetValue added in v0.2.2

func (x *Expectation_SerializedValue) GetValue() string

func (*Expectation_SerializedValue) ProtoMessage added in v0.2.2

func (*Expectation_SerializedValue) ProtoMessage()

func (*Expectation_SerializedValue) ProtoReflect added in v0.2.2

func (*Expectation_SerializedValue) Reset added in v0.2.2

func (x *Expectation_SerializedValue) Reset()

func (*Expectation_SerializedValue) String added in v0.2.2

func (x *Expectation_SerializedValue) String() string

type Experiment

type Experiment struct {

	// Unique identifier for the experiment.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// Human readable name that identifies the experiment.
	Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// Location where artifacts for the experiment are stored.
	ArtifactLocation *string `` /* 155-byte string literal not displayed */
	// Current life cycle stage of the experiment: "active" or "deleted".
	// Deleted experiments are not returned by APIs.
	LifecycleStage *string `` /* 145-byte string literal not displayed */
	// Last update time
	LastUpdateTime *int64 `` /* 150-byte string literal not displayed */
	// Creation time
	CreationTime *int64 `` /* 136-byte string literal not displayed */
	// Tags: Additional metadata key-value pairs.
	Tags []*ExperimentTag `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// contains filtered or unexported fields
}

Experiment

func (*Experiment) Descriptor deprecated

func (*Experiment) Descriptor() ([]byte, []int)

Deprecated: Use Experiment.ProtoReflect.Descriptor instead.

func (*Experiment) GetArtifactLocation

func (x *Experiment) GetArtifactLocation() string

func (*Experiment) GetCreationTime

func (x *Experiment) GetCreationTime() int64

func (*Experiment) GetExperimentId

func (x *Experiment) GetExperimentId() string

func (*Experiment) GetLastUpdateTime

func (x *Experiment) GetLastUpdateTime() int64

func (*Experiment) GetLifecycleStage

func (x *Experiment) GetLifecycleStage() string

func (*Experiment) GetName

func (x *Experiment) GetName() string

func (*Experiment) GetTags

func (x *Experiment) GetTags() []*ExperimentTag

func (*Experiment) ProtoMessage

func (*Experiment) ProtoMessage()

func (*Experiment) ProtoReflect

func (x *Experiment) ProtoReflect() protoreflect.Message

func (*Experiment) Reset

func (x *Experiment) Reset()

func (*Experiment) String

func (x *Experiment) String() string

type ExperimentTag

type ExperimentTag struct {

	// The tag key.
	Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// The tag value.
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// contains filtered or unexported fields
}

Tag for an experiment.

func (*ExperimentTag) Descriptor deprecated

func (*ExperimentTag) Descriptor() ([]byte, []int)

Deprecated: Use ExperimentTag.ProtoReflect.Descriptor instead.

func (*ExperimentTag) GetKey

func (x *ExperimentTag) GetKey() string

func (*ExperimentTag) GetValue

func (x *ExperimentTag) GetValue() string

func (*ExperimentTag) ProtoMessage

func (*ExperimentTag) ProtoMessage()

func (*ExperimentTag) ProtoReflect

func (x *ExperimentTag) ProtoReflect() protoreflect.Message

func (*ExperimentTag) Reset

func (x *ExperimentTag) Reset()

func (*ExperimentTag) String

func (x *ExperimentTag) String() string

type Feedback added in v0.2.2

type Feedback struct {

	// Value of the feedback-based assessment.
	// We use google.protobuf.Value to support a flexible schema of feedback values.
	// Supported initial types:
	// - Numeric values like integers or floats
	// - Boolean values
	// - Text value (can contain json text the user wishes to store, but it will only be searchable as text)
	// - Non-empty list values containing only strings
	// - Other values like structs, non-string lists etc. will be rejected for now
	Value *structpb.Value `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// An error encountered while generating the feedback. Required if value is set to null.
	Error *AssessmentError `protobuf:"bytes,3,opt,name=error" json:"error,omitempty" query:"error" params:"error"`
	// contains filtered or unexported fields
}

Feedback provided on the model / agent output(s) contained in the trace

func (*Feedback) Descriptor deprecated added in v0.2.2

func (*Feedback) Descriptor() ([]byte, []int)

Deprecated: Use Feedback.ProtoReflect.Descriptor instead.

func (*Feedback) GetError added in v0.2.2

func (x *Feedback) GetError() *AssessmentError

func (*Feedback) GetValue added in v0.2.2

func (x *Feedback) GetValue() *structpb.Value

func (*Feedback) ProtoMessage added in v0.2.2

func (*Feedback) ProtoMessage()

func (*Feedback) ProtoReflect added in v0.2.2

func (x *Feedback) ProtoReflect() protoreflect.Message

func (*Feedback) Reset added in v0.2.2

func (x *Feedback) Reset()

func (*Feedback) String added in v0.2.2

func (x *Feedback) String() string

type FileInfo

type FileInfo struct {

	// Path relative to the root artifact directory run.
	Path *string `protobuf:"bytes,1,opt,name=path" json:"path,omitempty" query:"path" params:"path"`
	// Whether the path is a directory.
	IsDir *bool `protobuf:"varint,2,opt,name=is_dir,json=isDir" json:"is_dir,omitempty" query:"is_dir" params:"is_dir"`
	// Size in bytes. Unset for directories.
	FileSize *int64 `protobuf:"varint,3,opt,name=file_size,json=fileSize" json:"file_size,omitempty" query:"file_size" params:"file_size"`
	// contains filtered or unexported fields
}

Metadata of a single artifact file or directory.

func (*FileInfo) Descriptor deprecated

func (*FileInfo) Descriptor() ([]byte, []int)

Deprecated: Use FileInfo.ProtoReflect.Descriptor instead.

func (*FileInfo) GetFileSize

func (x *FileInfo) GetFileSize() int64

func (*FileInfo) GetIsDir

func (x *FileInfo) GetIsDir() bool

func (*FileInfo) GetPath

func (x *FileInfo) GetPath() string

func (*FileInfo) ProtoMessage

func (*FileInfo) ProtoMessage()

func (*FileInfo) ProtoReflect

func (x *FileInfo) ProtoReflect() protoreflect.Message

func (*FileInfo) Reset

func (x *FileInfo) Reset()

func (*FileInfo) String

func (x *FileInfo) String() string

type FinalizeLoggedModel added in v0.2.2

type FinalizeLoggedModel struct {

	// The ID of the LoggedModel to finalize
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// Whether or not the model is ready for use.
	// Valid values in this message: ENUM<LOGGED_MODEL_READY, LOGGED_MODEL_UPLOAD_FAILED>
	// ("LOGGED_MODEL_UPLOAD_FAILED" indicates that something went wrong when logging
	// the model weights / agent code)
	Status *LoggedModelStatus `protobuf:"varint,2,opt,name=status,enum=mlflow.LoggedModelStatus" json:"status,omitempty" query:"status" params:"status"`
	// contains filtered or unexported fields
}

func (*FinalizeLoggedModel) Descriptor deprecated added in v0.2.2

func (*FinalizeLoggedModel) Descriptor() ([]byte, []int)

Deprecated: Use FinalizeLoggedModel.ProtoReflect.Descriptor instead.

func (*FinalizeLoggedModel) GetModelId added in v0.2.2

func (x *FinalizeLoggedModel) GetModelId() string

func (*FinalizeLoggedModel) GetStatus added in v0.2.2

func (x *FinalizeLoggedModel) GetStatus() LoggedModelStatus

func (*FinalizeLoggedModel) ProtoMessage added in v0.2.2

func (*FinalizeLoggedModel) ProtoMessage()

func (*FinalizeLoggedModel) ProtoReflect added in v0.2.2

func (x *FinalizeLoggedModel) ProtoReflect() protoreflect.Message

func (*FinalizeLoggedModel) Reset added in v0.2.2

func (x *FinalizeLoggedModel) Reset()

func (*FinalizeLoggedModel) String added in v0.2.2

func (x *FinalizeLoggedModel) String() string

type FinalizeLoggedModel_Response added in v0.2.2

type FinalizeLoggedModel_Response struct {

	// The updated LoggedModel.
	Model *LoggedModel `protobuf:"bytes,1,opt,name=model" json:"model,omitempty" query:"model" params:"model"`
	// contains filtered or unexported fields
}

func (*FinalizeLoggedModel_Response) Descriptor deprecated added in v0.2.2

func (*FinalizeLoggedModel_Response) Descriptor() ([]byte, []int)

Deprecated: Use FinalizeLoggedModel_Response.ProtoReflect.Descriptor instead.

func (*FinalizeLoggedModel_Response) GetModel added in v0.2.2

func (*FinalizeLoggedModel_Response) ProtoMessage added in v0.2.2

func (*FinalizeLoggedModel_Response) ProtoMessage()

func (*FinalizeLoggedModel_Response) ProtoReflect added in v0.2.2

func (*FinalizeLoggedModel_Response) Reset added in v0.2.2

func (x *FinalizeLoggedModel_Response) Reset()

func (*FinalizeLoggedModel_Response) String added in v0.2.2

type GetAssessmentRequest added in v0.2.3

type GetAssessmentRequest struct {

	// The ID of the trace the assessment belongs to.
	TraceId *string `protobuf:"bytes,1,opt,name=trace_id,json=traceId" json:"trace_id,omitempty" query:"trace_id" params:"trace_id"`
	// The ID of the assessment.
	AssessmentId *string `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetAssessmentRequest) Descriptor deprecated added in v0.2.3

func (*GetAssessmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAssessmentRequest.ProtoReflect.Descriptor instead.

func (*GetAssessmentRequest) GetAssessmentId added in v0.2.3

func (x *GetAssessmentRequest) GetAssessmentId() string

func (*GetAssessmentRequest) GetTraceId added in v0.2.3

func (x *GetAssessmentRequest) GetTraceId() string

func (*GetAssessmentRequest) ProtoMessage added in v0.2.3

func (*GetAssessmentRequest) ProtoMessage()

func (*GetAssessmentRequest) ProtoReflect added in v0.2.3

func (x *GetAssessmentRequest) ProtoReflect() protoreflect.Message

func (*GetAssessmentRequest) Reset added in v0.2.3

func (x *GetAssessmentRequest) Reset()

func (*GetAssessmentRequest) String added in v0.2.3

func (x *GetAssessmentRequest) String() string

type GetAssessmentRequest_Response added in v0.2.3

type GetAssessmentRequest_Response struct {

	// The requested assessment.
	Assessment *Assessment `protobuf:"bytes,1,opt,name=assessment" json:"assessment,omitempty" query:"assessment" params:"assessment"`
	// contains filtered or unexported fields
}

func (*GetAssessmentRequest_Response) Descriptor deprecated added in v0.2.3

func (*GetAssessmentRequest_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetAssessmentRequest_Response.ProtoReflect.Descriptor instead.

func (*GetAssessmentRequest_Response) GetAssessment added in v0.2.3

func (x *GetAssessmentRequest_Response) GetAssessment() *Assessment

func (*GetAssessmentRequest_Response) ProtoMessage added in v0.2.3

func (*GetAssessmentRequest_Response) ProtoMessage()

func (*GetAssessmentRequest_Response) ProtoReflect added in v0.2.3

func (*GetAssessmentRequest_Response) Reset added in v0.2.3

func (x *GetAssessmentRequest_Response) Reset()

func (*GetAssessmentRequest_Response) String added in v0.2.3

type GetCredentialsForLoggedModelDownload added in v0.2.2

type GetCredentialsForLoggedModelDownload struct {

	// The ID of the LoggedModel for which to fetch artifact read credentials
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// The artifact paths, relative to the LoggedModel's artifact root location,
	// for which to fetch artifact read credentials
	Paths []string `protobuf:"bytes,2,rep,name=paths" json:"paths,omitempty" query:"paths" params:"paths"`
	// Token specifying the page of credentials to fetch for large requests that require pagination
	PageToken *string `protobuf:"bytes,3,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*GetCredentialsForLoggedModelDownload) Descriptor deprecated added in v0.2.2

func (*GetCredentialsForLoggedModelDownload) Descriptor() ([]byte, []int)

Deprecated: Use GetCredentialsForLoggedModelDownload.ProtoReflect.Descriptor instead.

func (*GetCredentialsForLoggedModelDownload) GetModelId added in v0.2.2

func (*GetCredentialsForLoggedModelDownload) GetPageToken added in v0.2.2

func (x *GetCredentialsForLoggedModelDownload) GetPageToken() string

func (*GetCredentialsForLoggedModelDownload) GetPaths added in v0.2.2

func (*GetCredentialsForLoggedModelDownload) ProtoMessage added in v0.2.2

func (*GetCredentialsForLoggedModelDownload) ProtoMessage()

func (*GetCredentialsForLoggedModelDownload) ProtoReflect added in v0.2.2

func (*GetCredentialsForLoggedModelDownload) Reset added in v0.2.2

func (*GetCredentialsForLoggedModelDownload) String added in v0.2.2

type GetCredentialsForLoggedModelDownload_Response added in v0.2.2

type GetCredentialsForLoggedModelDownload_Response struct {

	// Credentials for reading the specified artifact locations
	Credentials []*LoggedModelArtifactCredential `protobuf:"bytes,1,rep,name=credentials" json:"credentials,omitempty" query:"credentials" params:"credentials"`
	// Token used to fetch the next page of credentials for large requests that require pagination
	NextPageToken *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetCredentialsForLoggedModelDownload_Response) Descriptor deprecated added in v0.2.2

Deprecated: Use GetCredentialsForLoggedModelDownload_Response.ProtoReflect.Descriptor instead.

func (*GetCredentialsForLoggedModelDownload_Response) GetCredentials added in v0.2.2

func (*GetCredentialsForLoggedModelDownload_Response) GetNextPageToken added in v0.2.2

func (*GetCredentialsForLoggedModelDownload_Response) ProtoMessage added in v0.2.2

func (*GetCredentialsForLoggedModelDownload_Response) ProtoReflect added in v0.2.2

func (*GetCredentialsForLoggedModelDownload_Response) Reset added in v0.2.2

func (*GetCredentialsForLoggedModelDownload_Response) String added in v0.2.2

type GetCredentialsForLoggedModelUpload added in v0.2.2

type GetCredentialsForLoggedModelUpload struct {

	// The ID of the LoggedModel for which to fetch artifact write credentials
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// The artifact paths, relative to the LoggedModel's artifact root location,
	// for which to fetch artifact write credentials
	Paths []string `protobuf:"bytes,2,rep,name=paths" json:"paths,omitempty" query:"paths" params:"paths"`
	// Token specifying the page of credentials to fetch for large requests that require pagination
	PageToken *string `protobuf:"bytes,3,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*GetCredentialsForLoggedModelUpload) Descriptor deprecated added in v0.2.2

func (*GetCredentialsForLoggedModelUpload) Descriptor() ([]byte, []int)

Deprecated: Use GetCredentialsForLoggedModelUpload.ProtoReflect.Descriptor instead.

func (*GetCredentialsForLoggedModelUpload) GetModelId added in v0.2.2

func (*GetCredentialsForLoggedModelUpload) GetPageToken added in v0.2.2

func (x *GetCredentialsForLoggedModelUpload) GetPageToken() string

func (*GetCredentialsForLoggedModelUpload) GetPaths added in v0.2.2

func (*GetCredentialsForLoggedModelUpload) ProtoMessage added in v0.2.2

func (*GetCredentialsForLoggedModelUpload) ProtoMessage()

func (*GetCredentialsForLoggedModelUpload) ProtoReflect added in v0.2.2

func (*GetCredentialsForLoggedModelUpload) Reset added in v0.2.2

func (*GetCredentialsForLoggedModelUpload) String added in v0.2.2

type GetCredentialsForLoggedModelUpload_Response added in v0.2.2

type GetCredentialsForLoggedModelUpload_Response struct {

	// Credentials for writing to the specified artifact locations
	Credentials []*LoggedModelArtifactCredential `protobuf:"bytes,1,rep,name=credentials" json:"credentials,omitempty" query:"credentials" params:"credentials"`
	// Token used to fetch the next page of credentials for large requests that require pagination
	NextPageToken *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetCredentialsForLoggedModelUpload_Response) Descriptor deprecated added in v0.2.2

Deprecated: Use GetCredentialsForLoggedModelUpload_Response.ProtoReflect.Descriptor instead.

func (*GetCredentialsForLoggedModelUpload_Response) GetCredentials added in v0.2.2

func (*GetCredentialsForLoggedModelUpload_Response) GetNextPageToken added in v0.2.2

func (*GetCredentialsForLoggedModelUpload_Response) ProtoMessage added in v0.2.2

func (*GetCredentialsForLoggedModelUpload_Response) ProtoReflect added in v0.2.2

func (*GetCredentialsForLoggedModelUpload_Response) Reset added in v0.2.2

func (*GetCredentialsForLoggedModelUpload_Response) String added in v0.2.2

type GetCredentialsForRead

type GetCredentialsForRead struct {

	// The ID of the MLflow Run for which to fetch artifact read credentials
	RunId *string `protobuf:"bytes,1,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// The artifact paths, relative to the Run's artifact root location, for which to
	// fetch artifact read credentials. Must not be empty.
	Path []string `protobuf:"bytes,2,rep,name=path" json:"path,omitempty" query:"path" params:"path"`
	// Token specifying the page of credentials to fetch for large requests that require pagination
	PageToken *string `protobuf:"bytes,3,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*GetCredentialsForRead) Descriptor deprecated

func (*GetCredentialsForRead) Descriptor() ([]byte, []int)

Deprecated: Use GetCredentialsForRead.ProtoReflect.Descriptor instead.

func (*GetCredentialsForRead) GetPageToken

func (x *GetCredentialsForRead) GetPageToken() string

func (*GetCredentialsForRead) GetPath

func (x *GetCredentialsForRead) GetPath() []string

func (*GetCredentialsForRead) GetRunId

func (x *GetCredentialsForRead) GetRunId() string

func (*GetCredentialsForRead) ProtoMessage

func (*GetCredentialsForRead) ProtoMessage()

func (*GetCredentialsForRead) ProtoReflect

func (x *GetCredentialsForRead) ProtoReflect() protoreflect.Message

func (*GetCredentialsForRead) Reset

func (x *GetCredentialsForRead) Reset()

func (*GetCredentialsForRead) String

func (x *GetCredentialsForRead) String() string

type GetCredentialsForRead_Response

type GetCredentialsForRead_Response struct {

	// Credentials for reading from the specified artifact locations
	CredentialInfos []*ArtifactCredentialInfo `` /* 150-byte string literal not displayed */
	// Token used to fetch the next page of credentials for large requests that require pagination
	NextPageToken *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetCredentialsForRead_Response) Descriptor deprecated

func (*GetCredentialsForRead_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetCredentialsForRead_Response.ProtoReflect.Descriptor instead.

func (*GetCredentialsForRead_Response) GetCredentialInfos

func (x *GetCredentialsForRead_Response) GetCredentialInfos() []*ArtifactCredentialInfo

func (*GetCredentialsForRead_Response) GetNextPageToken

func (x *GetCredentialsForRead_Response) GetNextPageToken() string

func (*GetCredentialsForRead_Response) ProtoMessage

func (*GetCredentialsForRead_Response) ProtoMessage()

func (*GetCredentialsForRead_Response) ProtoReflect

func (*GetCredentialsForRead_Response) Reset

func (x *GetCredentialsForRead_Response) Reset()

func (*GetCredentialsForRead_Response) String

type GetCredentialsForTraceDataDownload

type GetCredentialsForTraceDataDownload struct {
	RequestId *string `protobuf:"bytes,1,opt,name=request_id,json=requestId" json:"request_id,omitempty" query:"request_id" params:"request_id"`
	// contains filtered or unexported fields
}

func (*GetCredentialsForTraceDataDownload) Descriptor deprecated

func (*GetCredentialsForTraceDataDownload) Descriptor() ([]byte, []int)

Deprecated: Use GetCredentialsForTraceDataDownload.ProtoReflect.Descriptor instead.

func (*GetCredentialsForTraceDataDownload) GetRequestId

func (x *GetCredentialsForTraceDataDownload) GetRequestId() string

func (*GetCredentialsForTraceDataDownload) ProtoMessage

func (*GetCredentialsForTraceDataDownload) ProtoMessage()

func (*GetCredentialsForTraceDataDownload) ProtoReflect

func (*GetCredentialsForTraceDataDownload) Reset

func (*GetCredentialsForTraceDataDownload) String

type GetCredentialsForTraceDataDownload_Response

type GetCredentialsForTraceDataDownload_Response struct {
	CredentialInfo *ArtifactCredentialInfo `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetCredentialsForTraceDataDownload_Response) Descriptor deprecated

Deprecated: Use GetCredentialsForTraceDataDownload_Response.ProtoReflect.Descriptor instead.

func (*GetCredentialsForTraceDataDownload_Response) GetCredentialInfo

func (*GetCredentialsForTraceDataDownload_Response) ProtoMessage

func (*GetCredentialsForTraceDataDownload_Response) ProtoReflect

func (*GetCredentialsForTraceDataDownload_Response) Reset

func (*GetCredentialsForTraceDataDownload_Response) String

type GetCredentialsForTraceDataUpload

type GetCredentialsForTraceDataUpload struct {
	RequestId *string `protobuf:"bytes,1,opt,name=request_id,json=requestId" json:"request_id,omitempty" query:"request_id" params:"request_id"`
	// contains filtered or unexported fields
}

func (*GetCredentialsForTraceDataUpload) Descriptor deprecated

func (*GetCredentialsForTraceDataUpload) Descriptor() ([]byte, []int)

Deprecated: Use GetCredentialsForTraceDataUpload.ProtoReflect.Descriptor instead.

func (*GetCredentialsForTraceDataUpload) GetRequestId

func (x *GetCredentialsForTraceDataUpload) GetRequestId() string

func (*GetCredentialsForTraceDataUpload) ProtoMessage

func (*GetCredentialsForTraceDataUpload) ProtoMessage()

func (*GetCredentialsForTraceDataUpload) ProtoReflect

func (*GetCredentialsForTraceDataUpload) Reset

func (*GetCredentialsForTraceDataUpload) String

type GetCredentialsForTraceDataUpload_Response

type GetCredentialsForTraceDataUpload_Response struct {
	CredentialInfo *ArtifactCredentialInfo `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetCredentialsForTraceDataUpload_Response) Descriptor deprecated

func (*GetCredentialsForTraceDataUpload_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetCredentialsForTraceDataUpload_Response.ProtoReflect.Descriptor instead.

func (*GetCredentialsForTraceDataUpload_Response) GetCredentialInfo

func (*GetCredentialsForTraceDataUpload_Response) ProtoMessage

func (*GetCredentialsForTraceDataUpload_Response) ProtoReflect

func (*GetCredentialsForTraceDataUpload_Response) Reset

func (*GetCredentialsForTraceDataUpload_Response) String

type GetCredentialsForWrite

type GetCredentialsForWrite struct {

	// The ID of the MLflow Run for which to fetch artifact write credentials
	RunId *string `protobuf:"bytes,1,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// The artifact paths, relative to the Run's artifact root location, for which to
	// fetch artifact write credentials. Must not be empty.
	Path []string `protobuf:"bytes,2,rep,name=path" json:"path,omitempty" query:"path" params:"path"`
	// Token specifying the page of credentials to fetch for large requests that require pagination
	PageToken *string `protobuf:"bytes,3,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*GetCredentialsForWrite) Descriptor deprecated

func (*GetCredentialsForWrite) Descriptor() ([]byte, []int)

Deprecated: Use GetCredentialsForWrite.ProtoReflect.Descriptor instead.

func (*GetCredentialsForWrite) GetPageToken

func (x *GetCredentialsForWrite) GetPageToken() string

func (*GetCredentialsForWrite) GetPath

func (x *GetCredentialsForWrite) GetPath() []string

func (*GetCredentialsForWrite) GetRunId

func (x *GetCredentialsForWrite) GetRunId() string

func (*GetCredentialsForWrite) ProtoMessage

func (*GetCredentialsForWrite) ProtoMessage()

func (*GetCredentialsForWrite) ProtoReflect

func (x *GetCredentialsForWrite) ProtoReflect() protoreflect.Message

func (*GetCredentialsForWrite) Reset

func (x *GetCredentialsForWrite) Reset()

func (*GetCredentialsForWrite) String

func (x *GetCredentialsForWrite) String() string

type GetCredentialsForWrite_Response

type GetCredentialsForWrite_Response struct {

	// Credentials for writing to the specified artifact locations
	CredentialInfos []*ArtifactCredentialInfo `` /* 150-byte string literal not displayed */
	// Token used to fetch the next page of credentials for large requests that require pagination
	NextPageToken *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetCredentialsForWrite_Response) Descriptor deprecated

func (*GetCredentialsForWrite_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetCredentialsForWrite_Response.ProtoReflect.Descriptor instead.

func (*GetCredentialsForWrite_Response) GetCredentialInfos

func (x *GetCredentialsForWrite_Response) GetCredentialInfos() []*ArtifactCredentialInfo

func (*GetCredentialsForWrite_Response) GetNextPageToken

func (x *GetCredentialsForWrite_Response) GetNextPageToken() string

func (*GetCredentialsForWrite_Response) ProtoMessage

func (*GetCredentialsForWrite_Response) ProtoMessage()

func (*GetCredentialsForWrite_Response) ProtoReflect

func (*GetCredentialsForWrite_Response) Reset

func (*GetCredentialsForWrite_Response) String

type GetExperiment

type GetExperiment struct {

	// ID of the associated experiment.
	ExperimentId *string `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetExperiment) Descriptor deprecated

func (*GetExperiment) Descriptor() ([]byte, []int)

Deprecated: Use GetExperiment.ProtoReflect.Descriptor instead.

func (*GetExperiment) GetExperimentId

func (x *GetExperiment) GetExperimentId() string

func (*GetExperiment) ProtoMessage

func (*GetExperiment) ProtoMessage()

func (*GetExperiment) ProtoReflect

func (x *GetExperiment) ProtoReflect() protoreflect.Message

func (*GetExperiment) Reset

func (x *GetExperiment) Reset()

func (*GetExperiment) String

func (x *GetExperiment) String() string

type GetExperimentByName

type GetExperimentByName struct {

	// Name of the associated experiment.
	ExperimentName *string `` /* 165-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetExperimentByName) Descriptor deprecated

func (*GetExperimentByName) Descriptor() ([]byte, []int)

Deprecated: Use GetExperimentByName.ProtoReflect.Descriptor instead.

func (*GetExperimentByName) GetExperimentName

func (x *GetExperimentByName) GetExperimentName() string

func (*GetExperimentByName) ProtoMessage

func (*GetExperimentByName) ProtoMessage()

func (*GetExperimentByName) ProtoReflect

func (x *GetExperimentByName) ProtoReflect() protoreflect.Message

func (*GetExperimentByName) Reset

func (x *GetExperimentByName) Reset()

func (*GetExperimentByName) String

func (x *GetExperimentByName) String() string

type GetExperimentByName_Response

type GetExperimentByName_Response struct {

	// Experiment details.
	Experiment *Experiment `protobuf:"bytes,1,opt,name=experiment" json:"experiment,omitempty" query:"experiment" params:"experiment"`
	// contains filtered or unexported fields
}

func (*GetExperimentByName_Response) Descriptor deprecated

func (*GetExperimentByName_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetExperimentByName_Response.ProtoReflect.Descriptor instead.

func (*GetExperimentByName_Response) GetExperiment

func (x *GetExperimentByName_Response) GetExperiment() *Experiment

func (*GetExperimentByName_Response) ProtoMessage

func (*GetExperimentByName_Response) ProtoMessage()

func (*GetExperimentByName_Response) ProtoReflect

func (*GetExperimentByName_Response) Reset

func (x *GetExperimentByName_Response) Reset()

func (*GetExperimentByName_Response) String

type GetExperiment_Response

type GetExperiment_Response struct {

	// Experiment details.
	Experiment *Experiment `protobuf:"bytes,1,opt,name=experiment" json:"experiment,omitempty" query:"experiment" params:"experiment"`
	// contains filtered or unexported fields
}

func (*GetExperiment_Response) Descriptor deprecated

func (*GetExperiment_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetExperiment_Response.ProtoReflect.Descriptor instead.

func (*GetExperiment_Response) GetExperiment

func (x *GetExperiment_Response) GetExperiment() *Experiment

func (*GetExperiment_Response) ProtoMessage

func (*GetExperiment_Response) ProtoMessage()

func (*GetExperiment_Response) ProtoReflect

func (x *GetExperiment_Response) ProtoReflect() protoreflect.Message

func (*GetExperiment_Response) Reset

func (x *GetExperiment_Response) Reset()

func (*GetExperiment_Response) String

func (x *GetExperiment_Response) String() string

type GetLatestVersions

type GetLatestVersions struct {

	// Registered model unique name identifier.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name" validate:"required"`
	// List of stages.
	Stages []string `protobuf:"bytes,2,rep,name=stages" json:"stages,omitempty" query:"stages" params:"stages"`
	// contains filtered or unexported fields
}

func (*GetLatestVersions) Descriptor deprecated

func (*GetLatestVersions) Descriptor() ([]byte, []int)

Deprecated: Use GetLatestVersions.ProtoReflect.Descriptor instead.

func (*GetLatestVersions) GetName

func (x *GetLatestVersions) GetName() string

func (*GetLatestVersions) GetStages

func (x *GetLatestVersions) GetStages() []string

func (*GetLatestVersions) ProtoMessage

func (*GetLatestVersions) ProtoMessage()

func (*GetLatestVersions) ProtoReflect

func (x *GetLatestVersions) ProtoReflect() protoreflect.Message

func (*GetLatestVersions) Reset

func (x *GetLatestVersions) Reset()

func (*GetLatestVersions) String

func (x *GetLatestVersions) String() string

type GetLatestVersions_Response

type GetLatestVersions_Response struct {

	// Latest version models for each requests stage. Only return models with current “READY“ status.
	// If no “stages“ provided, returns the latest version for each stage, including “"None"“.
	ModelVersions []*ModelVersion `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetLatestVersions_Response) Descriptor deprecated

func (*GetLatestVersions_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetLatestVersions_Response.ProtoReflect.Descriptor instead.

func (*GetLatestVersions_Response) GetModelVersions

func (x *GetLatestVersions_Response) GetModelVersions() []*ModelVersion

func (*GetLatestVersions_Response) ProtoMessage

func (*GetLatestVersions_Response) ProtoMessage()

func (*GetLatestVersions_Response) ProtoReflect

func (*GetLatestVersions_Response) Reset

func (x *GetLatestVersions_Response) Reset()

func (*GetLatestVersions_Response) String

func (x *GetLatestVersions_Response) String() string

type GetLoggedModel added in v0.2.2

type GetLoggedModel struct {

	// The ID of the LoggedModel to retrieve.
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// contains filtered or unexported fields
}

func (*GetLoggedModel) Descriptor deprecated added in v0.2.2

func (*GetLoggedModel) Descriptor() ([]byte, []int)

Deprecated: Use GetLoggedModel.ProtoReflect.Descriptor instead.

func (*GetLoggedModel) GetModelId added in v0.2.2

func (x *GetLoggedModel) GetModelId() string

func (*GetLoggedModel) ProtoMessage added in v0.2.2

func (*GetLoggedModel) ProtoMessage()

func (*GetLoggedModel) ProtoReflect added in v0.2.2

func (x *GetLoggedModel) ProtoReflect() protoreflect.Message

func (*GetLoggedModel) Reset added in v0.2.2

func (x *GetLoggedModel) Reset()

func (*GetLoggedModel) String added in v0.2.2

func (x *GetLoggedModel) String() string

type GetLoggedModel_Response added in v0.2.2

type GetLoggedModel_Response struct {

	// The retrieved LoggedModel.
	Model *LoggedModel `protobuf:"bytes,1,opt,name=model" json:"model,omitempty" query:"model" params:"model"`
	// contains filtered or unexported fields
}

func (*GetLoggedModel_Response) Descriptor deprecated added in v0.2.2

func (*GetLoggedModel_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetLoggedModel_Response.ProtoReflect.Descriptor instead.

func (*GetLoggedModel_Response) GetModel added in v0.2.2

func (x *GetLoggedModel_Response) GetModel() *LoggedModel

func (*GetLoggedModel_Response) ProtoMessage added in v0.2.2

func (*GetLoggedModel_Response) ProtoMessage()

func (*GetLoggedModel_Response) ProtoReflect added in v0.2.2

func (x *GetLoggedModel_Response) ProtoReflect() protoreflect.Message

func (*GetLoggedModel_Response) Reset added in v0.2.2

func (x *GetLoggedModel_Response) Reset()

func (*GetLoggedModel_Response) String added in v0.2.2

func (x *GetLoggedModel_Response) String() string

type GetMetricHistory

type GetMetricHistory struct {

	// ID of the run from which to fetch metric values. Must be provided.
	RunId *string `protobuf:"bytes,3,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// [Deprecated, use run_id instead] ID of the run from which to fetch metric values. This field
	// will be removed in a future MLflow version.
	RunUuid *string `protobuf:"bytes,1,opt,name=run_uuid,json=runUuid" json:"run_uuid,omitempty" query:"run_uuid" params:"run_uuid"`
	// Name of the metric.
	MetricKey *string `protobuf:"bytes,2,opt,name=metric_key,json=metricKey" json:"metric_key,omitempty" query:"metric_key" params:"metric_key"`
	// Token indicating the page of metric history to fetch
	PageToken *string `protobuf:"bytes,4,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// Maximum number of logged instances of a metric for a run to return per call.
	// Backend servers may restrict the value of `max_results` depending on performance requirements.
	// Requests that do not specify this value will behave as non-paginated queries where all
	// metric history values for a given metric within a run are returned in a single response.
	MaxResults *int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetMetricHistory) Descriptor deprecated

func (*GetMetricHistory) Descriptor() ([]byte, []int)

Deprecated: Use GetMetricHistory.ProtoReflect.Descriptor instead.

func (*GetMetricHistory) GetMaxResults

func (x *GetMetricHistory) GetMaxResults() int32

func (*GetMetricHistory) GetMetricKey

func (x *GetMetricHistory) GetMetricKey() string

func (*GetMetricHistory) GetPageToken

func (x *GetMetricHistory) GetPageToken() string

func (*GetMetricHistory) GetRunId

func (x *GetMetricHistory) GetRunId() string

func (*GetMetricHistory) GetRunUuid

func (x *GetMetricHistory) GetRunUuid() string

func (*GetMetricHistory) ProtoMessage

func (*GetMetricHistory) ProtoMessage()

func (*GetMetricHistory) ProtoReflect

func (x *GetMetricHistory) ProtoReflect() protoreflect.Message

func (*GetMetricHistory) Reset

func (x *GetMetricHistory) Reset()

func (*GetMetricHistory) String

func (x *GetMetricHistory) String() string

type GetMetricHistoryBulkInterval

type GetMetricHistoryBulkInterval struct {

	// ID(s) of the run(s) from which to fetch metric values. Must be provided.
	RunIds []string `protobuf:"bytes,1,rep,name=run_ids,json=runIds" json:"run_ids,omitempty" query:"run_ids" params:"run_ids"`
	// Name of the metric.
	MetricKey *string `protobuf:"bytes,2,opt,name=metric_key,json=metricKey" json:"metric_key,omitempty" query:"metric_key" params:"metric_key"`
	// Optional start step to only fetch metrics after the specified step. Must be defined if
	// end_step is defined.
	StartStep *int32 `protobuf:"varint,3,opt,name=start_step,json=startStep" json:"start_step,omitempty" query:"start_step" params:"start_step"`
	// Optional end step to only fetch metrics before the specified step. Must be defined if
	// start_step is defined.
	EndStep *int32 `protobuf:"varint,4,opt,name=end_step,json=endStep" json:"end_step,omitempty" query:"end_step" params:"end_step"`
	// Maximum number of results to fetch per run specified. Must be set to a positive number.
	// Note, in reality, the API returns at most (max_results + # of run IDs) x (# run IDs) metric
	// data points.
	MaxResults *int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetMetricHistoryBulkInterval) Descriptor deprecated

func (*GetMetricHistoryBulkInterval) Descriptor() ([]byte, []int)

Deprecated: Use GetMetricHistoryBulkInterval.ProtoReflect.Descriptor instead.

func (*GetMetricHistoryBulkInterval) GetEndStep

func (x *GetMetricHistoryBulkInterval) GetEndStep() int32

func (*GetMetricHistoryBulkInterval) GetMaxResults

func (x *GetMetricHistoryBulkInterval) GetMaxResults() int32

func (*GetMetricHistoryBulkInterval) GetMetricKey

func (x *GetMetricHistoryBulkInterval) GetMetricKey() string

func (*GetMetricHistoryBulkInterval) GetRunIds

func (x *GetMetricHistoryBulkInterval) GetRunIds() []string

func (*GetMetricHistoryBulkInterval) GetStartStep

func (x *GetMetricHistoryBulkInterval) GetStartStep() int32

func (*GetMetricHistoryBulkInterval) ProtoMessage

func (*GetMetricHistoryBulkInterval) ProtoMessage()

func (*GetMetricHistoryBulkInterval) ProtoReflect

func (*GetMetricHistoryBulkInterval) Reset

func (x *GetMetricHistoryBulkInterval) Reset()

func (*GetMetricHistoryBulkInterval) String

type GetMetricHistoryBulkInterval_Response

type GetMetricHistoryBulkInterval_Response struct {

	// List of metrics representing history of values and metadata.
	Metrics []*MetricWithRunId `protobuf:"bytes,1,rep,name=metrics" json:"metrics,omitempty" query:"metrics" params:"metrics"`
	// contains filtered or unexported fields
}

func (*GetMetricHistoryBulkInterval_Response) Descriptor deprecated

func (*GetMetricHistoryBulkInterval_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetMetricHistoryBulkInterval_Response.ProtoReflect.Descriptor instead.

func (*GetMetricHistoryBulkInterval_Response) GetMetrics

func (*GetMetricHistoryBulkInterval_Response) ProtoMessage

func (*GetMetricHistoryBulkInterval_Response) ProtoMessage()

func (*GetMetricHistoryBulkInterval_Response) ProtoReflect

func (*GetMetricHistoryBulkInterval_Response) Reset

func (*GetMetricHistoryBulkInterval_Response) String

type GetMetricHistory_Response

type GetMetricHistory_Response struct {

	// All logged values for this metric.
	Metrics []*Metric `protobuf:"bytes,1,rep,name=metrics" json:"metrics,omitempty" query:"metrics" params:"metrics"`
	// Token that can be used to issue a query for the next page of metric history values.
	// A missing token indicates that no additional metrics are available to fetch.
	NextPageToken *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetMetricHistory_Response) Descriptor deprecated

func (*GetMetricHistory_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetMetricHistory_Response.ProtoReflect.Descriptor instead.

func (*GetMetricHistory_Response) GetMetrics

func (x *GetMetricHistory_Response) GetMetrics() []*Metric

func (*GetMetricHistory_Response) GetNextPageToken

func (x *GetMetricHistory_Response) GetNextPageToken() string

func (*GetMetricHistory_Response) ProtoMessage

func (*GetMetricHistory_Response) ProtoMessage()

func (*GetMetricHistory_Response) ProtoReflect

func (*GetMetricHistory_Response) Reset

func (x *GetMetricHistory_Response) Reset()

func (*GetMetricHistory_Response) String

func (x *GetMetricHistory_Response) String() string

type GetModelVersion

type GetModelVersion struct {

	// Name of the registered model
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// Model version number
	Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty" query:"version" params:"version" validate:"stringAsInteger"`
	// contains filtered or unexported fields
}

func (*GetModelVersion) Descriptor deprecated

func (*GetModelVersion) Descriptor() ([]byte, []int)

Deprecated: Use GetModelVersion.ProtoReflect.Descriptor instead.

func (*GetModelVersion) GetName

func (x *GetModelVersion) GetName() string

func (*GetModelVersion) GetVersion

func (x *GetModelVersion) GetVersion() string

func (*GetModelVersion) ProtoMessage

func (*GetModelVersion) ProtoMessage()

func (*GetModelVersion) ProtoReflect

func (x *GetModelVersion) ProtoReflect() protoreflect.Message

func (*GetModelVersion) Reset

func (x *GetModelVersion) Reset()

func (*GetModelVersion) String

func (x *GetModelVersion) String() string

type GetModelVersionByAlias

type GetModelVersionByAlias struct {

	// Name of the registered model.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name" validate:"required"`
	// Name of the alias. Maximum size is 256 bytes.
	Alias *string `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetModelVersionByAlias) Descriptor deprecated

func (*GetModelVersionByAlias) Descriptor() ([]byte, []int)

Deprecated: Use GetModelVersionByAlias.ProtoReflect.Descriptor instead.

func (*GetModelVersionByAlias) GetAlias

func (x *GetModelVersionByAlias) GetAlias() string

func (*GetModelVersionByAlias) GetName

func (x *GetModelVersionByAlias) GetName() string

func (*GetModelVersionByAlias) ProtoMessage

func (*GetModelVersionByAlias) ProtoMessage()

func (*GetModelVersionByAlias) ProtoReflect

func (x *GetModelVersionByAlias) ProtoReflect() protoreflect.Message

func (*GetModelVersionByAlias) Reset

func (x *GetModelVersionByAlias) Reset()

func (*GetModelVersionByAlias) String

func (x *GetModelVersionByAlias) String() string

type GetModelVersionByAlias_Response

type GetModelVersionByAlias_Response struct {
	ModelVersion *ModelVersion `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetModelVersionByAlias_Response) Descriptor deprecated

func (*GetModelVersionByAlias_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetModelVersionByAlias_Response.ProtoReflect.Descriptor instead.

func (*GetModelVersionByAlias_Response) GetModelVersion

func (x *GetModelVersionByAlias_Response) GetModelVersion() *ModelVersion

func (*GetModelVersionByAlias_Response) ProtoMessage

func (*GetModelVersionByAlias_Response) ProtoMessage()

func (*GetModelVersionByAlias_Response) ProtoReflect

func (*GetModelVersionByAlias_Response) Reset

func (*GetModelVersionByAlias_Response) String

type GetModelVersionDownloadUri

type GetModelVersionDownloadUri struct {

	// Name of the registered model
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// Model version number
	Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty" query:"version" params:"version" validate:"stringAsInteger"`
	// contains filtered or unexported fields
}

func (*GetModelVersionDownloadUri) Descriptor deprecated

func (*GetModelVersionDownloadUri) Descriptor() ([]byte, []int)

Deprecated: Use GetModelVersionDownloadUri.ProtoReflect.Descriptor instead.

func (*GetModelVersionDownloadUri) GetName

func (x *GetModelVersionDownloadUri) GetName() string

func (*GetModelVersionDownloadUri) GetVersion

func (x *GetModelVersionDownloadUri) GetVersion() string

func (*GetModelVersionDownloadUri) ProtoMessage

func (*GetModelVersionDownloadUri) ProtoMessage()

func (*GetModelVersionDownloadUri) ProtoReflect

func (*GetModelVersionDownloadUri) Reset

func (x *GetModelVersionDownloadUri) Reset()

func (*GetModelVersionDownloadUri) String

func (x *GetModelVersionDownloadUri) String() string

type GetModelVersionDownloadUri_Response

type GetModelVersionDownloadUri_Response struct {

	// URI corresponding to where artifacts for this model version are stored.
	ArtifactUri *string `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetModelVersionDownloadUri_Response) Descriptor deprecated

func (*GetModelVersionDownloadUri_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetModelVersionDownloadUri_Response.ProtoReflect.Descriptor instead.

func (*GetModelVersionDownloadUri_Response) GetArtifactUri

func (x *GetModelVersionDownloadUri_Response) GetArtifactUri() string

func (*GetModelVersionDownloadUri_Response) ProtoMessage

func (*GetModelVersionDownloadUri_Response) ProtoMessage()

func (*GetModelVersionDownloadUri_Response) ProtoReflect

func (*GetModelVersionDownloadUri_Response) Reset

func (*GetModelVersionDownloadUri_Response) String

type GetModelVersion_Response

type GetModelVersion_Response struct {
	ModelVersion *ModelVersion `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetModelVersion_Response) Descriptor deprecated

func (*GetModelVersion_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetModelVersion_Response.ProtoReflect.Descriptor instead.

func (*GetModelVersion_Response) GetModelVersion

func (x *GetModelVersion_Response) GetModelVersion() *ModelVersion

func (*GetModelVersion_Response) ProtoMessage

func (*GetModelVersion_Response) ProtoMessage()

func (*GetModelVersion_Response) ProtoReflect

func (x *GetModelVersion_Response) ProtoReflect() protoreflect.Message

func (*GetModelVersion_Response) Reset

func (x *GetModelVersion_Response) Reset()

func (*GetModelVersion_Response) String

func (x *GetModelVersion_Response) String() string

type GetOnlineTraceDetails added in v0.2.2

type GetOnlineTraceDetails struct {

	// Trace ID to retrieve
	TraceId *string `protobuf:"bytes,1,opt,name=trace_id,json=traceId" json:"trace_id,omitempty" query:"trace_id" params:"trace_id"`
	// SQL warehouse to use for query
	SqlWarehouseId *string `` /* 149-byte string literal not displayed */
	// Source inference table to use for query
	// ie. "ml.bbqiu.codegen_payload"
	SourceInferenceTable *string `` /* 179-byte string literal not displayed */
	// Source databricks request id to use for query
	// ie. "8d1992ce-ba3d-49e9-9701-e9b323c5cc8c"
	SourceDatabricksRequestId *string `` /* 208-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOnlineTraceDetails) Descriptor deprecated added in v0.2.2

func (*GetOnlineTraceDetails) Descriptor() ([]byte, []int)

Deprecated: Use GetOnlineTraceDetails.ProtoReflect.Descriptor instead.

func (*GetOnlineTraceDetails) GetSourceDatabricksRequestId added in v0.2.2

func (x *GetOnlineTraceDetails) GetSourceDatabricksRequestId() string

func (*GetOnlineTraceDetails) GetSourceInferenceTable added in v0.2.2

func (x *GetOnlineTraceDetails) GetSourceInferenceTable() string

func (*GetOnlineTraceDetails) GetSqlWarehouseId added in v0.2.2

func (x *GetOnlineTraceDetails) GetSqlWarehouseId() string

func (*GetOnlineTraceDetails) GetTraceId added in v0.2.2

func (x *GetOnlineTraceDetails) GetTraceId() string

func (*GetOnlineTraceDetails) ProtoMessage added in v0.2.2

func (*GetOnlineTraceDetails) ProtoMessage()

func (*GetOnlineTraceDetails) ProtoReflect added in v0.2.2

func (x *GetOnlineTraceDetails) ProtoReflect() protoreflect.Message

func (*GetOnlineTraceDetails) Reset added in v0.2.2

func (x *GetOnlineTraceDetails) Reset()

func (*GetOnlineTraceDetails) String added in v0.2.2

func (x *GetOnlineTraceDetails) String() string

type GetOnlineTraceDetails_Response added in v0.2.2

type GetOnlineTraceDetails_Response struct {

	// Return trace JSON in string form
	// Note: we may change this to a TraceData object in the future
	TraceData *string `protobuf:"bytes,1,opt,name=trace_data,json=traceData" json:"trace_data,omitempty" query:"trace_data" params:"trace_data"`
	// contains filtered or unexported fields
}

func (*GetOnlineTraceDetails_Response) Descriptor deprecated added in v0.2.2

func (*GetOnlineTraceDetails_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetOnlineTraceDetails_Response.ProtoReflect.Descriptor instead.

func (*GetOnlineTraceDetails_Response) GetTraceData added in v0.2.2

func (x *GetOnlineTraceDetails_Response) GetTraceData() string

func (*GetOnlineTraceDetails_Response) ProtoMessage added in v0.2.2

func (*GetOnlineTraceDetails_Response) ProtoMessage()

func (*GetOnlineTraceDetails_Response) ProtoReflect added in v0.2.2

func (*GetOnlineTraceDetails_Response) Reset added in v0.2.2

func (x *GetOnlineTraceDetails_Response) Reset()

func (*GetOnlineTraceDetails_Response) String added in v0.2.2

type GetPresignedUploadPartUrl

type GetPresignedUploadPartUrl struct {

	// Run ID
	RunId *string `protobuf:"bytes,1,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// Atifact path, relative to the Run's artifact root location (e.g. "path/to/file")
	Path *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty" query:"path" params:"path"`
	// ID identifying the multipart upload in which the part is uploaded
	UploadId *string `protobuf:"bytes,3,opt,name=upload_id,json=uploadId" json:"upload_id,omitempty" query:"upload_id" params:"upload_id"`
	// Part number
	PartNumber *int64 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetPresignedUploadPartUrl) Descriptor deprecated

func (*GetPresignedUploadPartUrl) Descriptor() ([]byte, []int)

Deprecated: Use GetPresignedUploadPartUrl.ProtoReflect.Descriptor instead.

func (*GetPresignedUploadPartUrl) GetPartNumber

func (x *GetPresignedUploadPartUrl) GetPartNumber() int64

func (*GetPresignedUploadPartUrl) GetPath

func (x *GetPresignedUploadPartUrl) GetPath() string

func (*GetPresignedUploadPartUrl) GetRunId

func (x *GetPresignedUploadPartUrl) GetRunId() string

func (*GetPresignedUploadPartUrl) GetUploadId

func (x *GetPresignedUploadPartUrl) GetUploadId() string

func (*GetPresignedUploadPartUrl) ProtoMessage

func (*GetPresignedUploadPartUrl) ProtoMessage()

func (*GetPresignedUploadPartUrl) ProtoReflect

func (*GetPresignedUploadPartUrl) Reset

func (x *GetPresignedUploadPartUrl) Reset()

func (*GetPresignedUploadPartUrl) String

func (x *GetPresignedUploadPartUrl) String() string

type GetPresignedUploadPartUrl_Response

type GetPresignedUploadPartUrl_Response struct {

	// Credential for uploading the part
	UploadCredentialInfo *ArtifactCredentialInfo `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetPresignedUploadPartUrl_Response) Descriptor deprecated

func (*GetPresignedUploadPartUrl_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetPresignedUploadPartUrl_Response.ProtoReflect.Descriptor instead.

func (*GetPresignedUploadPartUrl_Response) GetUploadCredentialInfo

func (x *GetPresignedUploadPartUrl_Response) GetUploadCredentialInfo() *ArtifactCredentialInfo

func (*GetPresignedUploadPartUrl_Response) ProtoMessage

func (*GetPresignedUploadPartUrl_Response) ProtoMessage()

func (*GetPresignedUploadPartUrl_Response) ProtoReflect

func (*GetPresignedUploadPartUrl_Response) Reset

func (*GetPresignedUploadPartUrl_Response) String

type GetRegisteredModel

type GetRegisteredModel struct {

	// Registered model unique name identifier.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// contains filtered or unexported fields
}

func (*GetRegisteredModel) Descriptor deprecated

func (*GetRegisteredModel) Descriptor() ([]byte, []int)

Deprecated: Use GetRegisteredModel.ProtoReflect.Descriptor instead.

func (*GetRegisteredModel) GetName

func (x *GetRegisteredModel) GetName() string

func (*GetRegisteredModel) ProtoMessage

func (*GetRegisteredModel) ProtoMessage()

func (*GetRegisteredModel) ProtoReflect

func (x *GetRegisteredModel) ProtoReflect() protoreflect.Message

func (*GetRegisteredModel) Reset

func (x *GetRegisteredModel) Reset()

func (*GetRegisteredModel) String

func (x *GetRegisteredModel) String() string

type GetRegisteredModel_Response

type GetRegisteredModel_Response struct {
	RegisteredModel *RegisteredModel `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetRegisteredModel_Response) Descriptor deprecated

func (*GetRegisteredModel_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetRegisteredModel_Response.ProtoReflect.Descriptor instead.

func (*GetRegisteredModel_Response) GetRegisteredModel

func (x *GetRegisteredModel_Response) GetRegisteredModel() *RegisteredModel

func (*GetRegisteredModel_Response) ProtoMessage

func (*GetRegisteredModel_Response) ProtoMessage()

func (*GetRegisteredModel_Response) ProtoReflect

func (*GetRegisteredModel_Response) Reset

func (x *GetRegisteredModel_Response) Reset()

func (*GetRegisteredModel_Response) String

func (x *GetRegisteredModel_Response) String() string

type GetRun

type GetRun struct {

	// ID of the run to fetch. Must be provided.
	RunId *string `protobuf:"bytes,2,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// [Deprecated, use run_id instead] ID of the run to fetch. This field will
	// be removed in a future MLflow version.
	RunUuid *string `protobuf:"bytes,1,opt,name=run_uuid,json=runUuid" json:"run_uuid,omitempty" query:"run_uuid" params:"run_uuid"`
	// contains filtered or unexported fields
}

func (*GetRun) Descriptor deprecated

func (*GetRun) Descriptor() ([]byte, []int)

Deprecated: Use GetRun.ProtoReflect.Descriptor instead.

func (*GetRun) GetRunId

func (x *GetRun) GetRunId() string

func (*GetRun) GetRunUuid

func (x *GetRun) GetRunUuid() string

func (*GetRun) ProtoMessage

func (*GetRun) ProtoMessage()

func (*GetRun) ProtoReflect

func (x *GetRun) ProtoReflect() protoreflect.Message

func (*GetRun) Reset

func (x *GetRun) Reset()

func (*GetRun) String

func (x *GetRun) String() string

type GetRun_Response

type GetRun_Response struct {

	// Run metadata (name, start time, etc) and data (metrics, params, and tags).
	Run *Run `protobuf:"bytes,1,opt,name=run" json:"run,omitempty" query:"run" params:"run"`
	// contains filtered or unexported fields
}

func (*GetRun_Response) Descriptor deprecated

func (*GetRun_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetRun_Response.ProtoReflect.Descriptor instead.

func (*GetRun_Response) GetRun

func (x *GetRun_Response) GetRun() *Run

func (*GetRun_Response) ProtoMessage

func (*GetRun_Response) ProtoMessage()

func (*GetRun_Response) ProtoReflect

func (x *GetRun_Response) ProtoReflect() protoreflect.Message

func (*GetRun_Response) Reset

func (x *GetRun_Response) Reset()

func (*GetRun_Response) String

func (x *GetRun_Response) String() string

type GetTraceInfo

type GetTraceInfo struct {

	// ID of the trace to fetch. Must be provided.
	RequestId *string `protobuf:"bytes,1,opt,name=request_id,json=requestId" json:"request_id,omitempty" query:"request_id" params:"request_id"`
	// contains filtered or unexported fields
}

func (*GetTraceInfo) Descriptor deprecated

func (*GetTraceInfo) Descriptor() ([]byte, []int)

Deprecated: Use GetTraceInfo.ProtoReflect.Descriptor instead.

func (*GetTraceInfo) GetRequestId

func (x *GetTraceInfo) GetRequestId() string

func (*GetTraceInfo) ProtoMessage

func (*GetTraceInfo) ProtoMessage()

func (*GetTraceInfo) ProtoReflect

func (x *GetTraceInfo) ProtoReflect() protoreflect.Message

func (*GetTraceInfo) Reset

func (x *GetTraceInfo) Reset()

func (*GetTraceInfo) String

func (x *GetTraceInfo) String() string

type GetTraceInfoV3 added in v0.2.2

type GetTraceInfoV3 struct {

	// ID of the trace to fetch. Must be provided.
	TraceId *string `protobuf:"bytes,1,opt,name=trace_id,json=traceId" json:"trace_id,omitempty" query:"trace_id" params:"trace_id"`
	// contains filtered or unexported fields
}

func (*GetTraceInfoV3) Descriptor deprecated added in v0.2.2

func (*GetTraceInfoV3) Descriptor() ([]byte, []int)

Deprecated: Use GetTraceInfoV3.ProtoReflect.Descriptor instead.

func (*GetTraceInfoV3) GetTraceId added in v0.2.2

func (x *GetTraceInfoV3) GetTraceId() string

func (*GetTraceInfoV3) ProtoMessage added in v0.2.2

func (*GetTraceInfoV3) ProtoMessage()

func (*GetTraceInfoV3) ProtoReflect added in v0.2.2

func (x *GetTraceInfoV3) ProtoReflect() protoreflect.Message

func (*GetTraceInfoV3) Reset added in v0.2.2

func (x *GetTraceInfoV3) Reset()

func (*GetTraceInfoV3) String added in v0.2.2

func (x *GetTraceInfoV3) String() string

type GetTraceInfoV3_Response added in v0.2.2

type GetTraceInfoV3_Response struct {
	Trace *Trace `protobuf:"bytes,1,opt,name=trace" json:"trace,omitempty" query:"trace" params:"trace"`
	// contains filtered or unexported fields
}

func (*GetTraceInfoV3_Response) Descriptor deprecated added in v0.2.2

func (*GetTraceInfoV3_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetTraceInfoV3_Response.ProtoReflect.Descriptor instead.

func (*GetTraceInfoV3_Response) GetTrace added in v0.2.2

func (x *GetTraceInfoV3_Response) GetTrace() *Trace

func (*GetTraceInfoV3_Response) ProtoMessage added in v0.2.2

func (*GetTraceInfoV3_Response) ProtoMessage()

func (*GetTraceInfoV3_Response) ProtoReflect added in v0.2.2

func (x *GetTraceInfoV3_Response) ProtoReflect() protoreflect.Message

func (*GetTraceInfoV3_Response) Reset added in v0.2.2

func (x *GetTraceInfoV3_Response) Reset()

func (*GetTraceInfoV3_Response) String added in v0.2.2

func (x *GetTraceInfoV3_Response) String() string

type GetTraceInfo_Response

type GetTraceInfo_Response struct {

	// Metadata of the requested trace.
	TraceInfo *TraceInfo `protobuf:"bytes,1,opt,name=trace_info,json=traceInfo" json:"trace_info,omitempty" query:"trace_info" params:"trace_info"`
	// contains filtered or unexported fields
}

func (*GetTraceInfo_Response) Descriptor deprecated

func (*GetTraceInfo_Response) Descriptor() ([]byte, []int)

Deprecated: Use GetTraceInfo_Response.ProtoReflect.Descriptor instead.

func (*GetTraceInfo_Response) GetTraceInfo

func (x *GetTraceInfo_Response) GetTraceInfo() *TraceInfo

func (*GetTraceInfo_Response) ProtoMessage

func (*GetTraceInfo_Response) ProtoMessage()

func (*GetTraceInfo_Response) ProtoReflect

func (x *GetTraceInfo_Response) ProtoReflect() protoreflect.Message

func (*GetTraceInfo_Response) Reset

func (x *GetTraceInfo_Response) Reset()

func (*GetTraceInfo_Response) String

func (x *GetTraceInfo_Response) String() string

type HttpEndpoint

type HttpEndpoint struct {

	// HTTP method like POST or GET.
	Method *string `protobuf:"bytes,1,opt,name=method,def=POST" json:"method,omitempty" query:"method" params:"method"`
	// Conceptual path of the API, like "/clusters" or "/clusters/create". Should start with a slash.
	Path *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty" query:"path" params:"path"`
	// A version like 1.1 which is prepended to the URL (e.g., GET /1.1/clusters).
	// Breaking changes to an RPC must use a different version number.
	Since *ApiVersion `protobuf:"bytes,3,opt,name=since" json:"since,omitempty" query:"since" params:"since"`
	// contains filtered or unexported fields
}

func (*HttpEndpoint) Descriptor deprecated

func (*HttpEndpoint) Descriptor() ([]byte, []int)

Deprecated: Use HttpEndpoint.ProtoReflect.Descriptor instead.

func (*HttpEndpoint) GetMethod

func (x *HttpEndpoint) GetMethod() string

func (*HttpEndpoint) GetPath

func (x *HttpEndpoint) GetPath() string

func (*HttpEndpoint) GetSince

func (x *HttpEndpoint) GetSince() *ApiVersion

func (*HttpEndpoint) ProtoMessage

func (*HttpEndpoint) ProtoMessage()

func (*HttpEndpoint) ProtoReflect

func (x *HttpEndpoint) ProtoReflect() protoreflect.Message

func (*HttpEndpoint) Reset

func (x *HttpEndpoint) Reset()

func (*HttpEndpoint) String

func (x *HttpEndpoint) String() string

type InputTag

type InputTag struct {

	// The tag key.
	Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty" query:"key" params:"key" validate:"required,max=255"`
	// The tag value.
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value" validate:"required,max=500"`
	// contains filtered or unexported fields
}

Tag for an input.

func (*InputTag) Descriptor deprecated

func (*InputTag) Descriptor() ([]byte, []int)

Deprecated: Use InputTag.ProtoReflect.Descriptor instead.

func (*InputTag) GetKey

func (x *InputTag) GetKey() string

func (*InputTag) GetValue

func (x *InputTag) GetValue() string

func (*InputTag) ProtoMessage

func (*InputTag) ProtoMessage()

func (*InputTag) ProtoReflect

func (x *InputTag) ProtoReflect() protoreflect.Message

func (*InputTag) Reset

func (x *InputTag) Reset()

func (*InputTag) String

func (x *InputTag) String() string

type InputVertexType

type InputVertexType int32

Types of vertices represented in MLflow Run Inputs. Valid vertices are MLflow objects that can have an input relationship.

const (
	InputVertexType_RUN     InputVertexType = 1
	InputVertexType_DATASET InputVertexType = 2
	InputVertexType_MODEL   InputVertexType = 3
)

func (InputVertexType) Descriptor

func (InputVertexType) Enum

func (x InputVertexType) Enum() *InputVertexType

func (InputVertexType) EnumDescriptor deprecated

func (InputVertexType) EnumDescriptor() ([]byte, []int)

Deprecated: Use InputVertexType.Descriptor instead.

func (InputVertexType) Number

func (InputVertexType) String

func (x InputVertexType) String() string

func (InputVertexType) Type

func (*InputVertexType) UnmarshalJSON deprecated

func (x *InputVertexType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ListArtifacts

type ListArtifacts struct {

	// ID of the run whose artifacts to list. Must be provided.
	RunId *string `protobuf:"bytes,3,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// [Deprecated, use run_id instead] ID of the run whose artifacts to list. This field will
	// be removed in a future MLflow version.
	RunUuid *string `protobuf:"bytes,1,opt,name=run_uuid,json=runUuid" json:"run_uuid,omitempty" query:"run_uuid" params:"run_uuid"`
	// Filter artifacts matching this path (a relative path from the root artifact directory).
	Path *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty" query:"path" params:"path"`
	// Token indicating the page of artifact results to fetch
	PageToken *string `protobuf:"bytes,4,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*ListArtifacts) Descriptor deprecated

func (*ListArtifacts) Descriptor() ([]byte, []int)

Deprecated: Use ListArtifacts.ProtoReflect.Descriptor instead.

func (*ListArtifacts) GetPageToken

func (x *ListArtifacts) GetPageToken() string

func (*ListArtifacts) GetPath

func (x *ListArtifacts) GetPath() string

func (*ListArtifacts) GetRunId

func (x *ListArtifacts) GetRunId() string

func (*ListArtifacts) GetRunUuid

func (x *ListArtifacts) GetRunUuid() string

func (*ListArtifacts) ProtoMessage

func (*ListArtifacts) ProtoMessage()

func (*ListArtifacts) ProtoReflect

func (x *ListArtifacts) ProtoReflect() protoreflect.Message

func (*ListArtifacts) Reset

func (x *ListArtifacts) Reset()

func (*ListArtifacts) String

func (x *ListArtifacts) String() string

type ListArtifacts_Response

type ListArtifacts_Response struct {

	// Root artifact directory for the run.
	RootUri *string `protobuf:"bytes,1,opt,name=root_uri,json=rootUri" json:"root_uri,omitempty" query:"root_uri" params:"root_uri"`
	// File location and metadata for artifacts.
	Files []*FileInfo `protobuf:"bytes,2,rep,name=files" json:"files,omitempty" query:"files" params:"files"`
	// Token that can be used to retrieve the next page of artifact results
	NextPageToken *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListArtifacts_Response) Descriptor deprecated

func (*ListArtifacts_Response) Descriptor() ([]byte, []int)

Deprecated: Use ListArtifacts_Response.ProtoReflect.Descriptor instead.

func (*ListArtifacts_Response) GetFiles

func (x *ListArtifacts_Response) GetFiles() []*FileInfo

func (*ListArtifacts_Response) GetNextPageToken

func (x *ListArtifacts_Response) GetNextPageToken() string

func (*ListArtifacts_Response) GetRootUri

func (x *ListArtifacts_Response) GetRootUri() string

func (*ListArtifacts_Response) ProtoMessage

func (*ListArtifacts_Response) ProtoMessage()

func (*ListArtifacts_Response) ProtoReflect

func (x *ListArtifacts_Response) ProtoReflect() protoreflect.Message

func (*ListArtifacts_Response) Reset

func (x *ListArtifacts_Response) Reset()

func (*ListArtifacts_Response) String

func (x *ListArtifacts_Response) String() string

type ListLoggedModelArtifacts added in v0.2.2

type ListLoggedModelArtifacts struct {

	// The ID of the LoggedModel for which to list the artifacts
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// Filter artifacts matching this path (a relative path from the root artifact directory).
	ArtifactDirectoryPath *string `` /* 184-byte string literal not displayed */
	// Token indicating the page of artifact results to fetch
	PageToken *string `protobuf:"bytes,3,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*ListLoggedModelArtifacts) Descriptor deprecated added in v0.2.2

func (*ListLoggedModelArtifacts) Descriptor() ([]byte, []int)

Deprecated: Use ListLoggedModelArtifacts.ProtoReflect.Descriptor instead.

func (*ListLoggedModelArtifacts) GetArtifactDirectoryPath added in v0.2.2

func (x *ListLoggedModelArtifacts) GetArtifactDirectoryPath() string

func (*ListLoggedModelArtifacts) GetModelId added in v0.2.2

func (x *ListLoggedModelArtifacts) GetModelId() string

func (*ListLoggedModelArtifacts) GetPageToken added in v0.2.2

func (x *ListLoggedModelArtifacts) GetPageToken() string

func (*ListLoggedModelArtifacts) ProtoMessage added in v0.2.2

func (*ListLoggedModelArtifacts) ProtoMessage()

func (*ListLoggedModelArtifacts) ProtoReflect added in v0.2.2

func (x *ListLoggedModelArtifacts) ProtoReflect() protoreflect.Message

func (*ListLoggedModelArtifacts) Reset added in v0.2.2

func (x *ListLoggedModelArtifacts) Reset()

func (*ListLoggedModelArtifacts) String added in v0.2.2

func (x *ListLoggedModelArtifacts) String() string

type ListLoggedModelArtifacts_Response added in v0.2.2

type ListLoggedModelArtifacts_Response struct {

	// Root artifact directory for the logged model.
	RootUri *string `protobuf:"bytes,1,opt,name=root_uri,json=rootUri" json:"root_uri,omitempty" query:"root_uri" params:"root_uri"`
	// File location and metadata for artifacts.
	Files []*FileInfo `protobuf:"bytes,2,rep,name=files" json:"files,omitempty" query:"files" params:"files"`
	// Token that can be used to retrieve the next page of artifact results
	NextPageToken *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListLoggedModelArtifacts_Response) Descriptor deprecated added in v0.2.2

func (*ListLoggedModelArtifacts_Response) Descriptor() ([]byte, []int)

Deprecated: Use ListLoggedModelArtifacts_Response.ProtoReflect.Descriptor instead.

func (*ListLoggedModelArtifacts_Response) GetFiles added in v0.2.2

func (*ListLoggedModelArtifacts_Response) GetNextPageToken added in v0.2.2

func (x *ListLoggedModelArtifacts_Response) GetNextPageToken() string

func (*ListLoggedModelArtifacts_Response) GetRootUri added in v0.2.2

func (x *ListLoggedModelArtifacts_Response) GetRootUri() string

func (*ListLoggedModelArtifacts_Response) ProtoMessage added in v0.2.2

func (*ListLoggedModelArtifacts_Response) ProtoMessage()

func (*ListLoggedModelArtifacts_Response) ProtoReflect added in v0.2.2

func (*ListLoggedModelArtifacts_Response) Reset added in v0.2.2

func (*ListLoggedModelArtifacts_Response) String added in v0.2.2

type LogBatch

type LogBatch struct {

	// ID of the run to log under
	RunId *string `` /* 126-byte string literal not displayed */
	// Metrics to log. A single request can contain up to 1000 metrics, and up to 1000
	// metrics, params, and tags in total.
	Metrics []*Metric `protobuf:"bytes,2,rep,name=metrics" json:"metrics,omitempty" query:"metrics" params:"metrics" validate:"max=1000,dive"`
	// Params to log. A single request can contain up to 100 params, and up to 1000
	// metrics, params, and tags in total.
	Params []*Param `` /* 136-byte string literal not displayed */
	// Tags to log. A single request can contain up to 100 tags, and up to 1000
	// metrics, params, and tags in total.
	Tags []*RunTag `protobuf:"bytes,4,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags" validate:"max=100"`
	// contains filtered or unexported fields
}

func (*LogBatch) Descriptor deprecated

func (*LogBatch) Descriptor() ([]byte, []int)

Deprecated: Use LogBatch.ProtoReflect.Descriptor instead.

func (*LogBatch) GetMetrics

func (x *LogBatch) GetMetrics() []*Metric

func (*LogBatch) GetParams

func (x *LogBatch) GetParams() []*Param

func (*LogBatch) GetRunId

func (x *LogBatch) GetRunId() string

func (*LogBatch) GetTags

func (x *LogBatch) GetTags() []*RunTag

func (*LogBatch) ProtoMessage

func (*LogBatch) ProtoMessage()

func (*LogBatch) ProtoReflect

func (x *LogBatch) ProtoReflect() protoreflect.Message

func (*LogBatch) Reset

func (x *LogBatch) Reset()

func (*LogBatch) String

func (x *LogBatch) String() string

type LogBatch_Response

type LogBatch_Response struct {
	// contains filtered or unexported fields
}

func (*LogBatch_Response) Descriptor deprecated

func (*LogBatch_Response) Descriptor() ([]byte, []int)

Deprecated: Use LogBatch_Response.ProtoReflect.Descriptor instead.

func (*LogBatch_Response) ProtoMessage

func (*LogBatch_Response) ProtoMessage()

func (*LogBatch_Response) ProtoReflect

func (x *LogBatch_Response) ProtoReflect() protoreflect.Message

func (*LogBatch_Response) Reset

func (x *LogBatch_Response) Reset()

func (*LogBatch_Response) String

func (x *LogBatch_Response) String() string

type LogInputs

type LogInputs struct {

	// ID of the run to log under
	RunId *string `` /* 126-byte string literal not displayed */
	// Dataset inputs
	Datasets []*DatasetInput `protobuf:"bytes,2,rep,name=datasets" json:"datasets,omitempty" query:"datasets" params:"datasets" validate:"required"`
	// Model inputs
	// (Currently undocumented for LoggedModels private preview)
	Models []*ModelInput `protobuf:"bytes,3,rep,name=models" json:"models,omitempty" query:"models" params:"models"`
	// contains filtered or unexported fields
}

func (*LogInputs) Descriptor deprecated

func (*LogInputs) Descriptor() ([]byte, []int)

Deprecated: Use LogInputs.ProtoReflect.Descriptor instead.

func (*LogInputs) GetDatasets

func (x *LogInputs) GetDatasets() []*DatasetInput

func (*LogInputs) GetModels added in v0.2.2

func (x *LogInputs) GetModels() []*ModelInput

func (*LogInputs) GetRunId

func (x *LogInputs) GetRunId() string

func (*LogInputs) ProtoMessage

func (*LogInputs) ProtoMessage()

func (*LogInputs) ProtoReflect

func (x *LogInputs) ProtoReflect() protoreflect.Message

func (*LogInputs) Reset

func (x *LogInputs) Reset()

func (*LogInputs) String

func (x *LogInputs) String() string

type LogInputs_Response

type LogInputs_Response struct {
	// contains filtered or unexported fields
}

func (*LogInputs_Response) Descriptor deprecated

func (*LogInputs_Response) Descriptor() ([]byte, []int)

Deprecated: Use LogInputs_Response.ProtoReflect.Descriptor instead.

func (*LogInputs_Response) ProtoMessage

func (*LogInputs_Response) ProtoMessage()

func (*LogInputs_Response) ProtoReflect

func (x *LogInputs_Response) ProtoReflect() protoreflect.Message

func (*LogInputs_Response) Reset

func (x *LogInputs_Response) Reset()

func (*LogInputs_Response) String

func (x *LogInputs_Response) String() string

type LogLoggedModelParamsRequest added in v0.2.2

type LogLoggedModelParamsRequest struct {

	// The ID of the logged model to log params for.
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// Parameters attached to the model.
	Params []*LoggedModelParameter `protobuf:"bytes,2,rep,name=params" json:"params,omitempty" query:"params" params:"params"`
	// contains filtered or unexported fields
}

func (*LogLoggedModelParamsRequest) Descriptor deprecated added in v0.2.2

func (*LogLoggedModelParamsRequest) Descriptor() ([]byte, []int)

Deprecated: Use LogLoggedModelParamsRequest.ProtoReflect.Descriptor instead.

func (*LogLoggedModelParamsRequest) GetModelId added in v0.2.2

func (x *LogLoggedModelParamsRequest) GetModelId() string

func (*LogLoggedModelParamsRequest) GetParams added in v0.2.2

func (*LogLoggedModelParamsRequest) ProtoMessage added in v0.2.2

func (*LogLoggedModelParamsRequest) ProtoMessage()

func (*LogLoggedModelParamsRequest) ProtoReflect added in v0.2.2

func (*LogLoggedModelParamsRequest) Reset added in v0.2.2

func (x *LogLoggedModelParamsRequest) Reset()

func (*LogLoggedModelParamsRequest) String added in v0.2.2

func (x *LogLoggedModelParamsRequest) String() string

type LogLoggedModelParamsRequest_Response added in v0.2.2

type LogLoggedModelParamsRequest_Response struct {
	// contains filtered or unexported fields
}

func (*LogLoggedModelParamsRequest_Response) Descriptor deprecated added in v0.2.2

func (*LogLoggedModelParamsRequest_Response) Descriptor() ([]byte, []int)

Deprecated: Use LogLoggedModelParamsRequest_Response.ProtoReflect.Descriptor instead.

func (*LogLoggedModelParamsRequest_Response) ProtoMessage added in v0.2.2

func (*LogLoggedModelParamsRequest_Response) ProtoMessage()

func (*LogLoggedModelParamsRequest_Response) ProtoReflect added in v0.2.2

func (*LogLoggedModelParamsRequest_Response) Reset added in v0.2.2

func (*LogLoggedModelParamsRequest_Response) String added in v0.2.2

type LogMetric

type LogMetric struct {

	// ID of the run under which to log the metric. Must be provided.
	RunId *string `protobuf:"bytes,6,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id" validate:"required"`
	// [Deprecated, use run_id instead] ID of the run under which to log the metric. This field will
	// be removed in a future MLflow version.
	RunUuid *string `protobuf:"bytes,1,opt,name=run_uuid,json=runUuid" json:"run_uuid,omitempty" query:"run_uuid" params:"run_uuid"`
	// Name of the metric.
	Key *string `protobuf:"bytes,2,opt,name=key" json:"key,omitempty" query:"key" params:"key" validate:"required"`
	// Double value of the metric being logged.
	Value *float64 `protobuf:"fixed64,3,opt,name=value" json:"value,omitempty" query:"value" params:"value" validate:"required"`
	// Unix timestamp in milliseconds at the time metric was logged.
	Timestamp *int64 `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty" query:"timestamp" params:"timestamp" validate:"required"`
	// Step at which to log the metric
	Step *int64 `protobuf:"varint,5,opt,name=step,def=0" json:"step,omitempty" query:"step" params:"step"`
	// ID of the logged model associated with the metric, if applicable
	ModelId *string `protobuf:"bytes,7,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// The name of the dataset associated with the metric.
	// E.g. “my.uc.table@2” “nyc-taxi-dataset”, “fantastic-elk-3”
	DatasetName *string `` /* 130-byte string literal not displayed */
	// Dataset digest of the dataset associated with the metric,
	// e.g. an md5 hash of the dataset that uniquely identifies it
	// within datasets of the same name.
	DatasetDigest *string `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LogMetric) Descriptor deprecated

func (*LogMetric) Descriptor() ([]byte, []int)

Deprecated: Use LogMetric.ProtoReflect.Descriptor instead.

func (*LogMetric) GetDatasetDigest added in v0.2.2

func (x *LogMetric) GetDatasetDigest() string

func (*LogMetric) GetDatasetName added in v0.2.2

func (x *LogMetric) GetDatasetName() string

func (*LogMetric) GetKey

func (x *LogMetric) GetKey() string

func (*LogMetric) GetModelId added in v0.2.2

func (x *LogMetric) GetModelId() string

func (*LogMetric) GetRunId

func (x *LogMetric) GetRunId() string

func (*LogMetric) GetRunUuid

func (x *LogMetric) GetRunUuid() string

func (*LogMetric) GetStep

func (x *LogMetric) GetStep() int64

func (*LogMetric) GetTimestamp

func (x *LogMetric) GetTimestamp() int64

func (*LogMetric) GetValue

func (x *LogMetric) GetValue() float64

func (*LogMetric) ProtoMessage

func (*LogMetric) ProtoMessage()

func (*LogMetric) ProtoReflect

func (x *LogMetric) ProtoReflect() protoreflect.Message

func (*LogMetric) Reset

func (x *LogMetric) Reset()

func (*LogMetric) String

func (x *LogMetric) String() string

type LogMetric_Response

type LogMetric_Response struct {
	// contains filtered or unexported fields
}

func (*LogMetric_Response) Descriptor deprecated

func (*LogMetric_Response) Descriptor() ([]byte, []int)

Deprecated: Use LogMetric_Response.ProtoReflect.Descriptor instead.

func (*LogMetric_Response) ProtoMessage

func (*LogMetric_Response) ProtoMessage()

func (*LogMetric_Response) ProtoReflect

func (x *LogMetric_Response) ProtoReflect() protoreflect.Message

func (*LogMetric_Response) Reset

func (x *LogMetric_Response) Reset()

func (*LogMetric_Response) String

func (x *LogMetric_Response) String() string

type LogModel

type LogModel struct {

	// ID of the run to log under
	RunId *string `protobuf:"bytes,1,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// MLmodel file in json format.
	ModelJson *string `protobuf:"bytes,2,opt,name=model_json,json=modelJson" json:"model_json,omitempty" query:"model_json" params:"model_json"`
	// contains filtered or unexported fields
}

func (*LogModel) Descriptor deprecated

func (*LogModel) Descriptor() ([]byte, []int)

Deprecated: Use LogModel.ProtoReflect.Descriptor instead.

func (*LogModel) GetModelJson

func (x *LogModel) GetModelJson() string

func (*LogModel) GetRunId

func (x *LogModel) GetRunId() string

func (*LogModel) ProtoMessage

func (*LogModel) ProtoMessage()

func (*LogModel) ProtoReflect

func (x *LogModel) ProtoReflect() protoreflect.Message

func (*LogModel) Reset

func (x *LogModel) Reset()

func (*LogModel) String

func (x *LogModel) String() string

type LogModel_Response

type LogModel_Response struct {
	// contains filtered or unexported fields
}

func (*LogModel_Response) Descriptor deprecated

func (*LogModel_Response) Descriptor() ([]byte, []int)

Deprecated: Use LogModel_Response.ProtoReflect.Descriptor instead.

func (*LogModel_Response) ProtoMessage

func (*LogModel_Response) ProtoMessage()

func (*LogModel_Response) ProtoReflect

func (x *LogModel_Response) ProtoReflect() protoreflect.Message

func (*LogModel_Response) Reset

func (x *LogModel_Response) Reset()

func (*LogModel_Response) String

func (x *LogModel_Response) String() string

type LogOutputs added in v0.2.2

type LogOutputs struct {

	// ID of the Run from which to log outputs.
	RunId *string `protobuf:"bytes,1,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// Model outputs from the Run.
	Models []*ModelOutput `protobuf:"bytes,2,rep,name=models" json:"models,omitempty" query:"models" params:"models"`
	// contains filtered or unexported fields
}

func (*LogOutputs) Descriptor deprecated added in v0.2.2

func (*LogOutputs) Descriptor() ([]byte, []int)

Deprecated: Use LogOutputs.ProtoReflect.Descriptor instead.

func (*LogOutputs) GetModels added in v0.2.2

func (x *LogOutputs) GetModels() []*ModelOutput

func (*LogOutputs) GetRunId added in v0.2.2

func (x *LogOutputs) GetRunId() string

func (*LogOutputs) ProtoMessage added in v0.2.2

func (*LogOutputs) ProtoMessage()

func (*LogOutputs) ProtoReflect added in v0.2.2

func (x *LogOutputs) ProtoReflect() protoreflect.Message

func (*LogOutputs) Reset added in v0.2.2

func (x *LogOutputs) Reset()

func (*LogOutputs) String added in v0.2.2

func (x *LogOutputs) String() string

type LogOutputs_Response added in v0.2.2

type LogOutputs_Response struct {
	// contains filtered or unexported fields
}

func (*LogOutputs_Response) Descriptor deprecated added in v0.2.2

func (*LogOutputs_Response) Descriptor() ([]byte, []int)

Deprecated: Use LogOutputs_Response.ProtoReflect.Descriptor instead.

func (*LogOutputs_Response) ProtoMessage added in v0.2.2

func (*LogOutputs_Response) ProtoMessage()

func (*LogOutputs_Response) ProtoReflect added in v0.2.2

func (x *LogOutputs_Response) ProtoReflect() protoreflect.Message

func (*LogOutputs_Response) Reset added in v0.2.2

func (x *LogOutputs_Response) Reset()

func (*LogOutputs_Response) String added in v0.2.2

func (x *LogOutputs_Response) String() string

type LogParam

type LogParam struct {

	// ID of the run under which to log the param. Must be provided.
	RunId *string `protobuf:"bytes,4,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// [Deprecated, use run_id instead] ID of the run under which to log the param. This field will
	// be removed in a future MLflow version.
	RunUuid *string `protobuf:"bytes,1,opt,name=run_uuid,json=runUuid" json:"run_uuid,omitempty" query:"run_uuid" params:"run_uuid"`
	// Name of the param. Maximum size is 255 bytes.
	Key *string `` /* 144-byte string literal not displayed */
	// String value of the param being logged. Maximum size is 6000 bytes.
	Value *string `protobuf:"bytes,3,opt,name=value" json:"value,omitempty" query:"value" params:"value" validate:"omitempty,truncate=6000"`
	// contains filtered or unexported fields
}

func (*LogParam) Descriptor deprecated

func (*LogParam) Descriptor() ([]byte, []int)

Deprecated: Use LogParam.ProtoReflect.Descriptor instead.

func (*LogParam) GetKey

func (x *LogParam) GetKey() string

func (*LogParam) GetRunId

func (x *LogParam) GetRunId() string

func (*LogParam) GetRunUuid

func (x *LogParam) GetRunUuid() string

func (*LogParam) GetValue

func (x *LogParam) GetValue() string

func (*LogParam) ProtoMessage

func (*LogParam) ProtoMessage()

func (*LogParam) ProtoReflect

func (x *LogParam) ProtoReflect() protoreflect.Message

func (*LogParam) Reset

func (x *LogParam) Reset()

func (*LogParam) String

func (x *LogParam) String() string

type LogParam_Response

type LogParam_Response struct {
	// contains filtered or unexported fields
}

func (*LogParam_Response) Descriptor deprecated

func (*LogParam_Response) Descriptor() ([]byte, []int)

Deprecated: Use LogParam_Response.ProtoReflect.Descriptor instead.

func (*LogParam_Response) ProtoMessage

func (*LogParam_Response) ProtoMessage()

func (*LogParam_Response) ProtoReflect

func (x *LogParam_Response) ProtoReflect() protoreflect.Message

func (*LogParam_Response) Reset

func (x *LogParam_Response) Reset()

func (*LogParam_Response) String

func (x *LogParam_Response) String() string

type LoggedModel added in v0.2.2

type LoggedModel struct {

	// LoggedModel attributes such as model ID, status, tags, etc.
	Info *LoggedModelInfo `protobuf:"bytes,1,opt,name=info" json:"info,omitempty" query:"info" params:"info"`
	// LoggedModel params and metrics.
	Data *LoggedModelData `protobuf:"bytes,2,opt,name=data" json:"data,omitempty" query:"data" params:"data"`
	// contains filtered or unexported fields
}

A LoggedModel message includes logged model attributes, tags, registration info, params, and linked run metrics.

func (*LoggedModel) Descriptor deprecated added in v0.2.2

func (*LoggedModel) Descriptor() ([]byte, []int)

Deprecated: Use LoggedModel.ProtoReflect.Descriptor instead.

func (*LoggedModel) GetData added in v0.2.2

func (x *LoggedModel) GetData() *LoggedModelData

func (*LoggedModel) GetInfo added in v0.2.2

func (x *LoggedModel) GetInfo() *LoggedModelInfo

func (*LoggedModel) ProtoMessage added in v0.2.2

func (*LoggedModel) ProtoMessage()

func (*LoggedModel) ProtoReflect added in v0.2.2

func (x *LoggedModel) ProtoReflect() protoreflect.Message

func (*LoggedModel) Reset added in v0.2.2

func (x *LoggedModel) Reset()

func (*LoggedModel) String added in v0.2.2

func (x *LoggedModel) String() string

type LoggedModelArtifactCredential added in v0.2.2

type LoggedModelArtifactCredential struct {

	// The ID of the MLflow logged model containing the artifact that can be accessed with the credential
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// The ArtifactCredentialInfo object for the logged model artifacts
	CredentialInfo *ArtifactCredentialInfo `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Credentials returned by GetCredentialsForLoggedModelUpload and GetCredentialsForLoggedModelDownload for writing and reading respectively to the artifact locations of a logged model. Contains an ArtifactCredentialInfo object for the logged model artifacts.

func (*LoggedModelArtifactCredential) Descriptor deprecated added in v0.2.2

func (*LoggedModelArtifactCredential) Descriptor() ([]byte, []int)

Deprecated: Use LoggedModelArtifactCredential.ProtoReflect.Descriptor instead.

func (*LoggedModelArtifactCredential) GetCredentialInfo added in v0.2.2

func (x *LoggedModelArtifactCredential) GetCredentialInfo() *ArtifactCredentialInfo

func (*LoggedModelArtifactCredential) GetModelId added in v0.2.2

func (x *LoggedModelArtifactCredential) GetModelId() string

func (*LoggedModelArtifactCredential) ProtoMessage added in v0.2.2

func (*LoggedModelArtifactCredential) ProtoMessage()

func (*LoggedModelArtifactCredential) ProtoReflect added in v0.2.2

func (*LoggedModelArtifactCredential) Reset added in v0.2.2

func (x *LoggedModelArtifactCredential) Reset()

func (*LoggedModelArtifactCredential) String added in v0.2.2

type LoggedModelData added in v0.2.2

type LoggedModelData struct {

	// Immutable String key-value pairs of the model.
	Params []*LoggedModelParameter `protobuf:"bytes,1,rep,name=params" json:"params,omitempty" query:"params" params:"params"`
	// Performance metrics linked to the model.
	Metrics []*Metric `protobuf:"bytes,2,rep,name=metrics" json:"metrics,omitempty" query:"metrics" params:"metrics"`
	// contains filtered or unexported fields
}

A LoggedModelData message includes logged model params and linked metrics.

func (*LoggedModelData) Descriptor deprecated added in v0.2.2

func (*LoggedModelData) Descriptor() ([]byte, []int)

Deprecated: Use LoggedModelData.ProtoReflect.Descriptor instead.

func (*LoggedModelData) GetMetrics added in v0.2.2

func (x *LoggedModelData) GetMetrics() []*Metric

func (*LoggedModelData) GetParams added in v0.2.2

func (x *LoggedModelData) GetParams() []*LoggedModelParameter

func (*LoggedModelData) ProtoMessage added in v0.2.2

func (*LoggedModelData) ProtoMessage()

func (*LoggedModelData) ProtoReflect added in v0.2.2

func (x *LoggedModelData) ProtoReflect() protoreflect.Message

func (*LoggedModelData) Reset added in v0.2.2

func (x *LoggedModelData) Reset()

func (*LoggedModelData) String added in v0.2.2

func (x *LoggedModelData) String() string

type LoggedModelInfo added in v0.2.2

type LoggedModelInfo struct {

	// A unique identifier for the model.
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// The ID of the experiment that owns the model.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// Name of the model.
	Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// Timestamp when the model was created, in milliseconds since the UNIX epoch.
	CreationTimestampMs *int64 `` /* 175-byte string literal not displayed */
	// Timestamp when the model was last updated, in milliseconds since the UNIX epoch
	LastUpdatedTimestampMs *int64 `` /* 194-byte string literal not displayed */
	// URI of the directory where model artifacts are stored.
	ArtifactUri *string `` /* 130-byte string literal not displayed */
	// Whether or not the model is ready for use.
	Status *LoggedModelStatus `protobuf:"varint,7,opt,name=status,enum=mlflow.LoggedModelStatus" json:"status,omitempty" query:"status" params:"status"`
	// The ID of the user or principal that created the model.
	CreatorId *int64 `protobuf:"varint,8,opt,name=creator_id,json=creatorId" json:"creator_id,omitempty" query:"creator_id" params:"creator_id"`
	// The type of model, such as "Agent", "Classifier", "LLM".
	ModelType *string `protobuf:"bytes,9,opt,name=model_type,json=modelType" json:"model_type,omitempty" query:"model_type" params:"model_type"`
	// Run ID of the run that created the model.
	SourceRunId *string `` /* 135-byte string literal not displayed */
	// Details on the current status.
	StatusMessage *string `` /* 141-byte string literal not displayed */
	// Mutable String key-value pairs set on the model.
	Tags []*LoggedModelTag `protobuf:"bytes,12,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// If the model has been promoted to the Model Registry, this field includes
	// information like the Registered Model name, Model Version number, etc.
	Registrations []*LoggedModelRegistrationInfo `protobuf:"bytes,13,rep,name=registrations" json:"registrations,omitempty" query:"registrations" params:"registrations"`
	// contains filtered or unexported fields
}

A LoggedModelInfo includes logged model attributes, tags, and registration info.

func (*LoggedModelInfo) Descriptor deprecated added in v0.2.2

func (*LoggedModelInfo) Descriptor() ([]byte, []int)

Deprecated: Use LoggedModelInfo.ProtoReflect.Descriptor instead.

func (*LoggedModelInfo) GetArtifactUri added in v0.2.2

func (x *LoggedModelInfo) GetArtifactUri() string

func (*LoggedModelInfo) GetCreationTimestampMs added in v0.2.2

func (x *LoggedModelInfo) GetCreationTimestampMs() int64

func (*LoggedModelInfo) GetCreatorId added in v0.2.2

func (x *LoggedModelInfo) GetCreatorId() int64

func (*LoggedModelInfo) GetExperimentId added in v0.2.2

func (x *LoggedModelInfo) GetExperimentId() string

func (*LoggedModelInfo) GetLastUpdatedTimestampMs added in v0.2.2

func (x *LoggedModelInfo) GetLastUpdatedTimestampMs() int64

func (*LoggedModelInfo) GetModelId added in v0.2.2

func (x *LoggedModelInfo) GetModelId() string

func (*LoggedModelInfo) GetModelType added in v0.2.2

func (x *LoggedModelInfo) GetModelType() string

func (*LoggedModelInfo) GetName added in v0.2.2

func (x *LoggedModelInfo) GetName() string

func (*LoggedModelInfo) GetRegistrations added in v0.2.2

func (x *LoggedModelInfo) GetRegistrations() []*LoggedModelRegistrationInfo

func (*LoggedModelInfo) GetSourceRunId added in v0.2.2

func (x *LoggedModelInfo) GetSourceRunId() string

func (*LoggedModelInfo) GetStatus added in v0.2.2

func (x *LoggedModelInfo) GetStatus() LoggedModelStatus

func (*LoggedModelInfo) GetStatusMessage added in v0.2.2

func (x *LoggedModelInfo) GetStatusMessage() string

func (*LoggedModelInfo) GetTags added in v0.2.2

func (x *LoggedModelInfo) GetTags() []*LoggedModelTag

func (*LoggedModelInfo) ProtoMessage added in v0.2.2

func (*LoggedModelInfo) ProtoMessage()

func (*LoggedModelInfo) ProtoReflect added in v0.2.2

func (x *LoggedModelInfo) ProtoReflect() protoreflect.Message

func (*LoggedModelInfo) Reset added in v0.2.2

func (x *LoggedModelInfo) Reset()

func (*LoggedModelInfo) String added in v0.2.2

func (x *LoggedModelInfo) String() string

type LoggedModelParameter added in v0.2.2

type LoggedModelParameter struct {

	// Key identifying this param.
	Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// Value associated with this param.
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// contains filtered or unexported fields
}

Parameter associated with a LoggedModel.

func (*LoggedModelParameter) Descriptor deprecated added in v0.2.2

func (*LoggedModelParameter) Descriptor() ([]byte, []int)

Deprecated: Use LoggedModelParameter.ProtoReflect.Descriptor instead.

func (*LoggedModelParameter) GetKey added in v0.2.2

func (x *LoggedModelParameter) GetKey() string

func (*LoggedModelParameter) GetValue added in v0.2.2

func (x *LoggedModelParameter) GetValue() string

func (*LoggedModelParameter) ProtoMessage added in v0.2.2

func (*LoggedModelParameter) ProtoMessage()

func (*LoggedModelParameter) ProtoReflect added in v0.2.2

func (x *LoggedModelParameter) ProtoReflect() protoreflect.Message

func (*LoggedModelParameter) Reset added in v0.2.2

func (x *LoggedModelParameter) Reset()

func (*LoggedModelParameter) String added in v0.2.2

func (x *LoggedModelParameter) String() string

type LoggedModelRegistrationInfo added in v0.2.2

type LoggedModelRegistrationInfo struct {

	// The name of the Registered Model to which the model has been promoted.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// The version number of the promoted model.
	Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty" query:"version" params:"version"`
	// contains filtered or unexported fields
}

RegistrationInfo for a LoggedModel.

func (*LoggedModelRegistrationInfo) Descriptor deprecated added in v0.2.2

func (*LoggedModelRegistrationInfo) Descriptor() ([]byte, []int)

Deprecated: Use LoggedModelRegistrationInfo.ProtoReflect.Descriptor instead.

func (*LoggedModelRegistrationInfo) GetName added in v0.2.2

func (x *LoggedModelRegistrationInfo) GetName() string

func (*LoggedModelRegistrationInfo) GetVersion added in v0.2.2

func (x *LoggedModelRegistrationInfo) GetVersion() string

func (*LoggedModelRegistrationInfo) ProtoMessage added in v0.2.2

func (*LoggedModelRegistrationInfo) ProtoMessage()

func (*LoggedModelRegistrationInfo) ProtoReflect added in v0.2.2

func (*LoggedModelRegistrationInfo) Reset added in v0.2.2

func (x *LoggedModelRegistrationInfo) Reset()

func (*LoggedModelRegistrationInfo) String added in v0.2.2

func (x *LoggedModelRegistrationInfo) String() string

type LoggedModelStatus added in v0.2.2

type LoggedModelStatus int32

A LoggedModelStatus enum value represents the status of a logged model.

const (
	LoggedModelStatus_LOGGED_MODEL_STATUS_UNSPECIFIED LoggedModelStatus = 0
	// The LoggedModel has been created, but the LoggedModel files are not
	// completely uploaded.
	LoggedModelStatus_LOGGED_MODEL_PENDING LoggedModelStatus = 1
	// The LoggedModel is created, and the LoggedModel files are completely uploaded.
	LoggedModelStatus_LOGGED_MODEL_READY LoggedModelStatus = 2
	// The LoggedModel is created, but an error occurred when uploading the
	// LoggedModel files such as model weights / agent code.
	LoggedModelStatus_LOGGED_MODEL_UPLOAD_FAILED LoggedModelStatus = 3
)

func (LoggedModelStatus) Descriptor added in v0.2.2

func (LoggedModelStatus) Enum added in v0.2.2

func (LoggedModelStatus) EnumDescriptor deprecated added in v0.2.2

func (LoggedModelStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use LoggedModelStatus.Descriptor instead.

func (LoggedModelStatus) Number added in v0.2.2

func (LoggedModelStatus) String added in v0.2.2

func (x LoggedModelStatus) String() string

func (LoggedModelStatus) Type added in v0.2.2

func (*LoggedModelStatus) UnmarshalJSON deprecated added in v0.2.2

func (x *LoggedModelStatus) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type LoggedModelTag added in v0.2.2

type LoggedModelTag struct {

	// The tag key.
	Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// The tag value.
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// contains filtered or unexported fields
}

Tag for a LoggedModel.

func (*LoggedModelTag) Descriptor deprecated added in v0.2.2

func (*LoggedModelTag) Descriptor() ([]byte, []int)

Deprecated: Use LoggedModelTag.ProtoReflect.Descriptor instead.

func (*LoggedModelTag) GetKey added in v0.2.2

func (x *LoggedModelTag) GetKey() string

func (*LoggedModelTag) GetValue added in v0.2.2

func (x *LoggedModelTag) GetValue() string

func (*LoggedModelTag) ProtoMessage added in v0.2.2

func (*LoggedModelTag) ProtoMessage()

func (*LoggedModelTag) ProtoReflect added in v0.2.2

func (x *LoggedModelTag) ProtoReflect() protoreflect.Message

func (*LoggedModelTag) Reset added in v0.2.2

func (x *LoggedModelTag) Reset()

func (*LoggedModelTag) String added in v0.2.2

func (x *LoggedModelTag) String() string

type Metric

type Metric struct {

	// Key identifying this metric.
	Key *string `` /* 144-byte string literal not displayed */
	// Value associated with this metric.
	Value *float64 `protobuf:"fixed64,2,opt,name=value" json:"value,omitempty" query:"value" params:"value" validate:"required"`
	// The timestamp at which this metric was recorded.
	Timestamp *int64 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty" query:"timestamp" params:"timestamp" validate:"required"`
	// Step at which to log the metric.
	Step *int64 `protobuf:"varint,4,opt,name=step,def=0" json:"step,omitempty" query:"step" params:"step"`
	// The name of the dataset associated with the metric.
	// E.g. “my.uc.table@2” “nyc-taxi-dataset”, “fantastic-elk-3”
	DatasetName *string `` /* 130-byte string literal not displayed */
	// Dataset digest of the dataset associated with the metric,
	// e.g. an md5 hash of the dataset that uniquely identifies it
	// within datasets of the same name.
	DatasetDigest *string `` /* 140-byte string literal not displayed */
	// The ID of the LoggedModel or Registered Model Version associated with
	// the metric, if applicable.
	ModelId *string `protobuf:"bytes,7,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// The ID of the run containing the metric.
	RunId *string `protobuf:"bytes,8,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// contains filtered or unexported fields
}

Metric associated with a run, represented as a key-value pair.

func (*Metric) Descriptor deprecated

func (*Metric) Descriptor() ([]byte, []int)

Deprecated: Use Metric.ProtoReflect.Descriptor instead.

func (*Metric) GetDatasetDigest added in v0.2.2

func (x *Metric) GetDatasetDigest() string

func (*Metric) GetDatasetName added in v0.2.2

func (x *Metric) GetDatasetName() string

func (*Metric) GetKey

func (x *Metric) GetKey() string

func (*Metric) GetModelId added in v0.2.2

func (x *Metric) GetModelId() string

func (*Metric) GetRunId added in v0.2.2

func (x *Metric) GetRunId() string

func (*Metric) GetStep

func (x *Metric) GetStep() int64

func (*Metric) GetTimestamp

func (x *Metric) GetTimestamp() int64

func (*Metric) GetValue

func (x *Metric) GetValue() float64

func (*Metric) ProtoMessage

func (*Metric) ProtoMessage()

func (*Metric) ProtoReflect

func (x *Metric) ProtoReflect() protoreflect.Message

func (*Metric) Reset

func (x *Metric) Reset()

func (*Metric) String

func (x *Metric) String() string

type MetricWithRunId

type MetricWithRunId struct {

	// Key identifying this metric.
	Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// Value associated with this metric.
	Value *float64 `protobuf:"fixed64,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// The timestamp at which this metric was recorded.
	Timestamp *int64 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty" query:"timestamp" params:"timestamp"`
	// Step at which to log the metric.
	Step *int64 `protobuf:"varint,4,opt,name=step,def=0" json:"step,omitempty" query:"step" params:"step"`
	// The ID of the run containing the metric
	RunId *string `protobuf:"bytes,5,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// contains filtered or unexported fields
}

func (*MetricWithRunId) Descriptor deprecated

func (*MetricWithRunId) Descriptor() ([]byte, []int)

Deprecated: Use MetricWithRunId.ProtoReflect.Descriptor instead.

func (*MetricWithRunId) GetKey

func (x *MetricWithRunId) GetKey() string

func (*MetricWithRunId) GetRunId

func (x *MetricWithRunId) GetRunId() string

func (*MetricWithRunId) GetStep

func (x *MetricWithRunId) GetStep() int64

func (*MetricWithRunId) GetTimestamp

func (x *MetricWithRunId) GetTimestamp() int64

func (*MetricWithRunId) GetValue

func (x *MetricWithRunId) GetValue() float64

func (*MetricWithRunId) ProtoMessage

func (*MetricWithRunId) ProtoMessage()

func (*MetricWithRunId) ProtoReflect

func (x *MetricWithRunId) ProtoReflect() protoreflect.Message

func (*MetricWithRunId) Reset

func (x *MetricWithRunId) Reset()

func (*MetricWithRunId) String

func (x *MetricWithRunId) String() string

type ModelInput added in v0.2.2

type ModelInput struct {

	// The unique identifier of the model.
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// contains filtered or unexported fields
}

Represents a LoggedModel or Registered Model Version input to a Run.

func (*ModelInput) Descriptor deprecated added in v0.2.2

func (*ModelInput) Descriptor() ([]byte, []int)

Deprecated: Use ModelInput.ProtoReflect.Descriptor instead.

func (*ModelInput) GetModelId added in v0.2.2

func (x *ModelInput) GetModelId() string

func (*ModelInput) ProtoMessage added in v0.2.2

func (*ModelInput) ProtoMessage()

func (*ModelInput) ProtoReflect added in v0.2.2

func (x *ModelInput) ProtoReflect() protoreflect.Message

func (*ModelInput) Reset added in v0.2.2

func (x *ModelInput) Reset()

func (*ModelInput) String added in v0.2.2

func (x *ModelInput) String() string

type ModelMetric added in v0.2.2

type ModelMetric struct {

	// Key identifying this metric.
	Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// Value associated with this metric.
	Value *float64 `protobuf:"fixed64,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// The timestamp at which this metric was recorded.
	Timestamp *int64 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty" query:"timestamp" params:"timestamp"`
	// Step at which to log the metric.
	Step *int64 `protobuf:"varint,4,opt,name=step,def=0" json:"step,omitempty" query:"step" params:"step"`
	// The name of the dataset associated with the metric.
	// E.g. “my.uc.table@2” “nyc-taxi-dataset”, “fantastic-elk-3”
	DatasetName *string `` /* 130-byte string literal not displayed */
	// Dataset digest of the dataset associated with the metric,
	// e.g. an md5 hash of the dataset that uniquely identifies it
	// within datasets of the same name.
	DatasetDigest *string `` /* 140-byte string literal not displayed */
	// The ID of the LoggedModel or Registered Model Version associated with
	// the metric
	ModelId *string `protobuf:"bytes,7,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// The ID of the run containing the metric.
	RunId *string `protobuf:"bytes,8,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// contains filtered or unexported fields
}

Metric associated with a model, represented as a key-value pair. Copied from MLflow metric

func (*ModelMetric) Descriptor deprecated added in v0.2.2

func (*ModelMetric) Descriptor() ([]byte, []int)

Deprecated: Use ModelMetric.ProtoReflect.Descriptor instead.

func (*ModelMetric) GetDatasetDigest added in v0.2.2

func (x *ModelMetric) GetDatasetDigest() string

func (*ModelMetric) GetDatasetName added in v0.2.2

func (x *ModelMetric) GetDatasetName() string

func (*ModelMetric) GetKey added in v0.2.2

func (x *ModelMetric) GetKey() string

func (*ModelMetric) GetModelId added in v0.2.2

func (x *ModelMetric) GetModelId() string

func (*ModelMetric) GetRunId added in v0.2.2

func (x *ModelMetric) GetRunId() string

func (*ModelMetric) GetStep added in v0.2.2

func (x *ModelMetric) GetStep() int64

func (*ModelMetric) GetTimestamp added in v0.2.2

func (x *ModelMetric) GetTimestamp() int64

func (*ModelMetric) GetValue added in v0.2.2

func (x *ModelMetric) GetValue() float64

func (*ModelMetric) ProtoMessage added in v0.2.2

func (*ModelMetric) ProtoMessage()

func (*ModelMetric) ProtoReflect added in v0.2.2

func (x *ModelMetric) ProtoReflect() protoreflect.Message

func (*ModelMetric) Reset added in v0.2.2

func (x *ModelMetric) Reset()

func (*ModelMetric) String added in v0.2.2

func (x *ModelMetric) String() string

type ModelOutput added in v0.2.2

type ModelOutput struct {

	// The unique identifier of the model.
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// Step at which the model was produced.
	Step *int64 `protobuf:"varint,2,opt,name=step" json:"step,omitempty" query:"step" params:"step"`
	// contains filtered or unexported fields
}

Represents a LoggedModel output of a Run.

func (*ModelOutput) Descriptor deprecated added in v0.2.2

func (*ModelOutput) Descriptor() ([]byte, []int)

Deprecated: Use ModelOutput.ProtoReflect.Descriptor instead.

func (*ModelOutput) GetModelId added in v0.2.2

func (x *ModelOutput) GetModelId() string

func (*ModelOutput) GetStep added in v0.2.2

func (x *ModelOutput) GetStep() int64

func (*ModelOutput) ProtoMessage added in v0.2.2

func (*ModelOutput) ProtoMessage()

func (*ModelOutput) ProtoReflect added in v0.2.2

func (x *ModelOutput) ProtoReflect() protoreflect.Message

func (*ModelOutput) Reset added in v0.2.2

func (x *ModelOutput) Reset()

func (*ModelOutput) String added in v0.2.2

func (x *ModelOutput) String() string

type ModelParam added in v0.2.2

type ModelParam struct {

	// Name of the param.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// Value of the param associated with the name, could be empty
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// contains filtered or unexported fields
}

Param for a model version.

func (*ModelParam) Descriptor deprecated added in v0.2.2

func (*ModelParam) Descriptor() ([]byte, []int)

Deprecated: Use ModelParam.ProtoReflect.Descriptor instead.

func (*ModelParam) GetName added in v0.2.2

func (x *ModelParam) GetName() string

func (*ModelParam) GetValue added in v0.2.2

func (x *ModelParam) GetValue() string

func (*ModelParam) ProtoMessage added in v0.2.2

func (*ModelParam) ProtoMessage()

func (*ModelParam) ProtoReflect added in v0.2.2

func (x *ModelParam) ProtoReflect() protoreflect.Message

func (*ModelParam) Reset added in v0.2.2

func (x *ModelParam) Reset()

func (*ModelParam) String added in v0.2.2

func (x *ModelParam) String() string

type ModelVersion

type ModelVersion struct {

	// Unique name of the model
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// Model's version number.
	Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty" query:"version" params:"version"`
	// Timestamp recorded when this “model_version“ was created.
	CreationTimestamp *int64 `` /* 161-byte string literal not displayed */
	// Timestamp recorded when metadata for this “model_version“ was last updated.
	LastUpdatedTimestamp *int64 `` /* 180-byte string literal not displayed */
	// User that created this “model_version“.
	UserId *string `protobuf:"bytes,5,opt,name=user_id,json=userId" json:"user_id,omitempty" query:"user_id" params:"user_id"`
	// Current stage for this “model_version“.
	CurrentStage *string `` /* 135-byte string literal not displayed */
	// Description of this “model_version“.
	Description *string `protobuf:"bytes,7,opt,name=description" json:"description,omitempty" query:"description" params:"description"`
	// URI indicating the location of the source model artifacts, used when creating “model_version“
	Source *string `protobuf:"bytes,8,opt,name=source" json:"source,omitempty" query:"source" params:"source"`
	// MLflow run ID used when creating “model_version“, if “source“ was generated by an
	// experiment run stored in MLflow tracking server.
	RunId *string `protobuf:"bytes,9,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// Current status of “model_version“
	Status *ModelVersionStatus `protobuf:"varint,10,opt,name=status,enum=mlflow.ModelVersionStatus" json:"status,omitempty" query:"status" params:"status"`
	// Details on current “status“, if it is pending or failed.
	StatusMessage *string `` /* 141-byte string literal not displayed */
	// Tags: Additional metadata key-value pairs for this “model_version“.
	Tags []*ModelVersionTag `protobuf:"bytes,12,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// Run Link: Direct link to the run that generated this version. This field is set at model version creation time
	// only for model versions whose source run is from a tracking server that is different from the registry server.
	RunLink *string `protobuf:"bytes,13,opt,name=run_link,json=runLink" json:"run_link,omitempty" query:"run_link" params:"run_link"`
	// Aliases pointing to this “model_version“.
	Aliases []string `protobuf:"bytes,14,rep,name=aliases" json:"aliases,omitempty" query:"aliases" params:"aliases"`
	// Optional `model_id` for model version that is used to link the registered model to the source logged model
	ModelId *string `protobuf:"bytes,15,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// Optional parameters for the model.
	ModelParams []*ModelParam `` /* 131-byte string literal not displayed */
	// Optional metrics for the model.
	ModelMetrics []*ModelMetric `` /* 136-byte string literal not displayed */
	// Deployment job state for this model version.
	DeploymentJobState *ModelVersionDeploymentJobState `` /* 170-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ModelVersion) Descriptor deprecated

func (*ModelVersion) Descriptor() ([]byte, []int)

Deprecated: Use ModelVersion.ProtoReflect.Descriptor instead.

func (*ModelVersion) GetAliases

func (x *ModelVersion) GetAliases() []string

func (*ModelVersion) GetCreationTimestamp

func (x *ModelVersion) GetCreationTimestamp() int64

func (*ModelVersion) GetCurrentStage

func (x *ModelVersion) GetCurrentStage() string

func (*ModelVersion) GetDeploymentJobState added in v0.2.2

func (x *ModelVersion) GetDeploymentJobState() *ModelVersionDeploymentJobState

func (*ModelVersion) GetDescription

func (x *ModelVersion) GetDescription() string

func (*ModelVersion) GetLastUpdatedTimestamp

func (x *ModelVersion) GetLastUpdatedTimestamp() int64

func (*ModelVersion) GetModelId added in v0.2.2

func (x *ModelVersion) GetModelId() string

func (*ModelVersion) GetModelMetrics added in v0.2.2

func (x *ModelVersion) GetModelMetrics() []*ModelMetric

func (*ModelVersion) GetModelParams added in v0.2.2

func (x *ModelVersion) GetModelParams() []*ModelParam

func (*ModelVersion) GetName

func (x *ModelVersion) GetName() string

func (*ModelVersion) GetRunId

func (x *ModelVersion) GetRunId() string
func (x *ModelVersion) GetRunLink() string

func (*ModelVersion) GetSource

func (x *ModelVersion) GetSource() string

func (*ModelVersion) GetStatus

func (x *ModelVersion) GetStatus() ModelVersionStatus

func (*ModelVersion) GetStatusMessage

func (x *ModelVersion) GetStatusMessage() string

func (*ModelVersion) GetTags

func (x *ModelVersion) GetTags() []*ModelVersionTag

func (*ModelVersion) GetUserId

func (x *ModelVersion) GetUserId() string

func (*ModelVersion) GetVersion

func (x *ModelVersion) GetVersion() string

func (*ModelVersion) ProtoMessage

func (*ModelVersion) ProtoMessage()

func (*ModelVersion) ProtoReflect

func (x *ModelVersion) ProtoReflect() protoreflect.Message

func (*ModelVersion) Reset

func (x *ModelVersion) Reset()

func (*ModelVersion) String

func (x *ModelVersion) String() string

type ModelVersionDeploymentJobState added in v0.2.2

type ModelVersionDeploymentJobState struct {
	JobId           *string                                               `protobuf:"bytes,1,opt,name=job_id,json=jobId" json:"job_id,omitempty" query:"job_id" params:"job_id"`
	RunId           *string                                               `protobuf:"bytes,2,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	JobState        *DeploymentJobConnection_State                        `` /* 158-byte string literal not displayed */
	RunState        *ModelVersionDeploymentJobState_DeploymentJobRunState `` /* 181-byte string literal not displayed */
	CurrentTaskName *string                                               `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ModelVersionDeploymentJobState) Descriptor deprecated added in v0.2.2

func (*ModelVersionDeploymentJobState) Descriptor() ([]byte, []int)

Deprecated: Use ModelVersionDeploymentJobState.ProtoReflect.Descriptor instead.

func (*ModelVersionDeploymentJobState) GetCurrentTaskName added in v0.2.2

func (x *ModelVersionDeploymentJobState) GetCurrentTaskName() string

func (*ModelVersionDeploymentJobState) GetJobId added in v0.2.2

func (x *ModelVersionDeploymentJobState) GetJobId() string

func (*ModelVersionDeploymentJobState) GetJobState added in v0.2.2

func (*ModelVersionDeploymentJobState) GetRunId added in v0.2.2

func (x *ModelVersionDeploymentJobState) GetRunId() string

func (*ModelVersionDeploymentJobState) GetRunState added in v0.2.2

func (*ModelVersionDeploymentJobState) ProtoMessage added in v0.2.2

func (*ModelVersionDeploymentJobState) ProtoMessage()

func (*ModelVersionDeploymentJobState) ProtoReflect added in v0.2.2

func (*ModelVersionDeploymentJobState) Reset added in v0.2.2

func (x *ModelVersionDeploymentJobState) Reset()

func (*ModelVersionDeploymentJobState) String added in v0.2.2

type ModelVersionDeploymentJobState_DeploymentJobRunState added in v0.2.2

type ModelVersionDeploymentJobState_DeploymentJobRunState int32
const (
	ModelVersionDeploymentJobState_DEPLOYMENT_JOB_RUN_STATE_UNSPECIFIED ModelVersionDeploymentJobState_DeploymentJobRunState = 0
	ModelVersionDeploymentJobState_NO_VALID_DEPLOYMENT_JOB_FOUND        ModelVersionDeploymentJobState_DeploymentJobRunState = 1
	ModelVersionDeploymentJobState_RUNNING                              ModelVersionDeploymentJobState_DeploymentJobRunState = 2
	ModelVersionDeploymentJobState_SUCCEEDED                            ModelVersionDeploymentJobState_DeploymentJobRunState = 3
	ModelVersionDeploymentJobState_FAILED                               ModelVersionDeploymentJobState_DeploymentJobRunState = 4
	ModelVersionDeploymentJobState_PENDING                              ModelVersionDeploymentJobState_DeploymentJobRunState = 5
	ModelVersionDeploymentJobState_APPROVAL                             ModelVersionDeploymentJobState_DeploymentJobRunState = 6
)

func (ModelVersionDeploymentJobState_DeploymentJobRunState) Descriptor added in v0.2.2

func (ModelVersionDeploymentJobState_DeploymentJobRunState) Enum added in v0.2.2

func (ModelVersionDeploymentJobState_DeploymentJobRunState) EnumDescriptor deprecated added in v0.2.2

Deprecated: Use ModelVersionDeploymentJobState_DeploymentJobRunState.Descriptor instead.

func (ModelVersionDeploymentJobState_DeploymentJobRunState) Number added in v0.2.2

func (ModelVersionDeploymentJobState_DeploymentJobRunState) String added in v0.2.2

func (ModelVersionDeploymentJobState_DeploymentJobRunState) Type added in v0.2.2

func (*ModelVersionDeploymentJobState_DeploymentJobRunState) UnmarshalJSON deprecated added in v0.2.2

Deprecated: Do not use.

type ModelVersionStatus

type ModelVersionStatus int32
const (
	// Request to register a new model version is pending as server performs background tasks.
	ModelVersionStatus_PENDING_REGISTRATION ModelVersionStatus = 1
	// Request to register a new model version has failed.
	ModelVersionStatus_FAILED_REGISTRATION ModelVersionStatus = 2
	// Model version is ready for use.
	ModelVersionStatus_READY ModelVersionStatus = 3
)

func (ModelVersionStatus) Descriptor

func (ModelVersionStatus) Enum

func (ModelVersionStatus) EnumDescriptor deprecated

func (ModelVersionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ModelVersionStatus.Descriptor instead.

func (ModelVersionStatus) Number

func (ModelVersionStatus) String

func (x ModelVersionStatus) String() string

func (ModelVersionStatus) Type

func (*ModelVersionStatus) UnmarshalJSON deprecated

func (x *ModelVersionStatus) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ModelVersionTag

type ModelVersionTag struct {

	// The tag key.
	Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// The tag value.
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// contains filtered or unexported fields
}

Tag for a model version.

func (*ModelVersionTag) Descriptor deprecated

func (*ModelVersionTag) Descriptor() ([]byte, []int)

Deprecated: Use ModelVersionTag.ProtoReflect.Descriptor instead.

func (*ModelVersionTag) GetKey

func (x *ModelVersionTag) GetKey() string

func (*ModelVersionTag) GetValue

func (x *ModelVersionTag) GetValue() string

func (*ModelVersionTag) ProtoMessage

func (*ModelVersionTag) ProtoMessage()

func (*ModelVersionTag) ProtoReflect

func (x *ModelVersionTag) ProtoReflect() protoreflect.Message

func (*ModelVersionTag) Reset

func (x *ModelVersionTag) Reset()

func (*ModelVersionTag) String

func (x *ModelVersionTag) String() string

type OutputVertexType added in v0.2.2

type OutputVertexType int32

Types of vertices represented in MLflow Run Outputs. Valid vertices are MLflow objects that can have an output relationship.

const (
	OutputVertexType_RUN_OUTPUT   OutputVertexType = 1
	OutputVertexType_MODEL_OUTPUT OutputVertexType = 2
)

func (OutputVertexType) Descriptor added in v0.2.2

func (OutputVertexType) Enum added in v0.2.2

func (OutputVertexType) EnumDescriptor deprecated added in v0.2.2

func (OutputVertexType) EnumDescriptor() ([]byte, []int)

Deprecated: Use OutputVertexType.Descriptor instead.

func (OutputVertexType) Number added in v0.2.2

func (OutputVertexType) String added in v0.2.2

func (x OutputVertexType) String() string

func (OutputVertexType) Type added in v0.2.2

func (*OutputVertexType) UnmarshalJSON deprecated added in v0.2.2

func (x *OutputVertexType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Param

type Param struct {

	// Key identifying this param.
	Key *string `` /* 144-byte string literal not displayed */
	// Value associated with this param.
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value" validate:"omitempty,truncate=6000"`
	// contains filtered or unexported fields
}

Param associated with a run.

func (*Param) Descriptor deprecated

func (*Param) Descriptor() ([]byte, []int)

Deprecated: Use Param.ProtoReflect.Descriptor instead.

func (*Param) GetKey

func (x *Param) GetKey() string

func (*Param) GetValue

func (x *Param) GetValue() string

func (*Param) ProtoMessage

func (*Param) ProtoMessage()

func (*Param) ProtoReflect

func (x *Param) ProtoReflect() protoreflect.Message

func (*Param) Reset

func (x *Param) Reset()

func (*Param) String

func (x *Param) String() string

type PartEtag

type PartEtag struct {
	PartNumber *int64  `` /* 126-byte string literal not displayed */
	Etag       *string `protobuf:"bytes,2,opt,name=etag" json:"etag,omitempty" query:"etag" params:"etag"`
	// contains filtered or unexported fields
}

func (*PartEtag) Descriptor deprecated

func (*PartEtag) Descriptor() ([]byte, []int)

Deprecated: Use PartEtag.ProtoReflect.Descriptor instead.

func (*PartEtag) GetEtag

func (x *PartEtag) GetEtag() string

func (*PartEtag) GetPartNumber

func (x *PartEtag) GetPartNumber() int64

func (*PartEtag) ProtoMessage

func (*PartEtag) ProtoMessage()

func (*PartEtag) ProtoReflect

func (x *PartEtag) ProtoReflect() protoreflect.Message

func (*PartEtag) Reset

func (x *PartEtag) Reset()

func (*PartEtag) String

func (x *PartEtag) String() string

type RateLimit

type RateLimit struct {

	// The maximum burst of API requests allowed for a single endpoint. In the context of the
	// token bucket algorithm, this constant represents the total capacity of the token bucket.
	MaxBurst *int64 `protobuf:"varint,1,opt,name=max_burst,json=maxBurst" json:"max_burst,omitempty" query:"max_burst" params:"max_burst"`
	// The maximum sustained request per second limit for a single endpoint. In the context of the,
	// token bucket algorithm, this constant represents the rate at which the token bucket fills.
	MaxSustainedPerSecond *int64 `` /* 189-byte string literal not displayed */
	// contains filtered or unexported fields
}

API rate limits applied to RPCs coming from the API Proxy. The rate limits are applied on a per organization basis.

func (*RateLimit) Descriptor deprecated

func (*RateLimit) Descriptor() ([]byte, []int)

Deprecated: Use RateLimit.ProtoReflect.Descriptor instead.

func (*RateLimit) GetMaxBurst

func (x *RateLimit) GetMaxBurst() int64

func (*RateLimit) GetMaxSustainedPerSecond

func (x *RateLimit) GetMaxSustainedPerSecond() int64

func (*RateLimit) ProtoMessage

func (*RateLimit) ProtoMessage()

func (*RateLimit) ProtoReflect

func (x *RateLimit) ProtoReflect() protoreflect.Message

func (*RateLimit) Reset

func (x *RateLimit) Reset()

func (*RateLimit) String

func (x *RateLimit) String() string

type RegisteredModel

type RegisteredModel struct {

	// Unique name for the model.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// Timestamp recorded when this “registered_model“ was created.
	CreationTimestamp *int64 `` /* 161-byte string literal not displayed */
	// Timestamp recorded when metadata for this “registered_model“ was last updated.
	LastUpdatedTimestamp *int64 `` /* 180-byte string literal not displayed */
	// User that created this “registered_model“
	// NOTE: this field is not currently returned.
	UserId *string `protobuf:"bytes,4,opt,name=user_id,json=userId" json:"user_id,omitempty" query:"user_id" params:"user_id"`
	// Description of this “registered_model“.
	Description *string `protobuf:"bytes,5,opt,name=description" json:"description,omitempty" query:"description" params:"description"`
	// Collection of latest model versions for each stage.
	// Only contains models with current “READY“ status.
	LatestVersions []*ModelVersion `` /* 145-byte string literal not displayed */
	// Tags: Additional metadata key-value pairs for this “registered_model“.
	Tags []*RegisteredModelTag `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// Aliases pointing to model versions associated with this “registered_model“.
	Aliases []*RegisteredModelAlias `protobuf:"bytes,8,rep,name=aliases" json:"aliases,omitempty" query:"aliases" params:"aliases"`
	// Deployment job id for this model.
	DeploymentJobId *string `` /* 154-byte string literal not displayed */
	// Deployment job state for this model.
	DeploymentJobState *DeploymentJobConnection_State `` /* 213-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RegisteredModel) Descriptor deprecated

func (*RegisteredModel) Descriptor() ([]byte, []int)

Deprecated: Use RegisteredModel.ProtoReflect.Descriptor instead.

func (*RegisteredModel) GetAliases

func (x *RegisteredModel) GetAliases() []*RegisteredModelAlias

func (*RegisteredModel) GetCreationTimestamp

func (x *RegisteredModel) GetCreationTimestamp() int64

func (*RegisteredModel) GetDeploymentJobId added in v0.2.2

func (x *RegisteredModel) GetDeploymentJobId() string

func (*RegisteredModel) GetDeploymentJobState added in v0.2.2

func (x *RegisteredModel) GetDeploymentJobState() DeploymentJobConnection_State

func (*RegisteredModel) GetDescription

func (x *RegisteredModel) GetDescription() string

func (*RegisteredModel) GetLastUpdatedTimestamp

func (x *RegisteredModel) GetLastUpdatedTimestamp() int64

func (*RegisteredModel) GetLatestVersions

func (x *RegisteredModel) GetLatestVersions() []*ModelVersion

func (*RegisteredModel) GetName

func (x *RegisteredModel) GetName() string

func (*RegisteredModel) GetTags

func (x *RegisteredModel) GetTags() []*RegisteredModelTag

func (*RegisteredModel) GetUserId

func (x *RegisteredModel) GetUserId() string

func (*RegisteredModel) ProtoMessage

func (*RegisteredModel) ProtoMessage()

func (*RegisteredModel) ProtoReflect

func (x *RegisteredModel) ProtoReflect() protoreflect.Message

func (*RegisteredModel) Reset

func (x *RegisteredModel) Reset()

func (*RegisteredModel) String

func (x *RegisteredModel) String() string

type RegisteredModelAlias

type RegisteredModelAlias struct {

	// The name of the alias.
	Alias *string `protobuf:"bytes,1,opt,name=alias" json:"alias,omitempty" query:"alias" params:"alias"`
	// The model version number that the alias points to.
	Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty" query:"version" params:"version"`
	// contains filtered or unexported fields
}

Alias for a registered model

func (*RegisteredModelAlias) Descriptor deprecated

func (*RegisteredModelAlias) Descriptor() ([]byte, []int)

Deprecated: Use RegisteredModelAlias.ProtoReflect.Descriptor instead.

func (*RegisteredModelAlias) GetAlias

func (x *RegisteredModelAlias) GetAlias() string

func (*RegisteredModelAlias) GetVersion

func (x *RegisteredModelAlias) GetVersion() string

func (*RegisteredModelAlias) ProtoMessage

func (*RegisteredModelAlias) ProtoMessage()

func (*RegisteredModelAlias) ProtoReflect

func (x *RegisteredModelAlias) ProtoReflect() protoreflect.Message

func (*RegisteredModelAlias) Reset

func (x *RegisteredModelAlias) Reset()

func (*RegisteredModelAlias) String

func (x *RegisteredModelAlias) String() string

type RegisteredModelTag

type RegisteredModelTag struct {

	// The tag key.
	Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// The tag value.
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// contains filtered or unexported fields
}

Tag for a registered model

func (*RegisteredModelTag) Descriptor deprecated

func (*RegisteredModelTag) Descriptor() ([]byte, []int)

Deprecated: Use RegisteredModelTag.ProtoReflect.Descriptor instead.

func (*RegisteredModelTag) GetKey

func (x *RegisteredModelTag) GetKey() string

func (*RegisteredModelTag) GetValue

func (x *RegisteredModelTag) GetValue() string

func (*RegisteredModelTag) ProtoMessage

func (*RegisteredModelTag) ProtoMessage()

func (*RegisteredModelTag) ProtoReflect

func (x *RegisteredModelTag) ProtoReflect() protoreflect.Message

func (*RegisteredModelTag) Reset

func (x *RegisteredModelTag) Reset()

func (*RegisteredModelTag) String

func (x *RegisteredModelTag) String() string

type RenameRegisteredModel

type RenameRegisteredModel struct {

	// Registered model unique name identifier.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name" validate:"notEmpty,required"`
	// If provided, updates the name for this “registered_model“.
	NewName *string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RenameRegisteredModel) Descriptor deprecated

func (*RenameRegisteredModel) Descriptor() ([]byte, []int)

Deprecated: Use RenameRegisteredModel.ProtoReflect.Descriptor instead.

func (*RenameRegisteredModel) GetName

func (x *RenameRegisteredModel) GetName() string

func (*RenameRegisteredModel) GetNewName

func (x *RenameRegisteredModel) GetNewName() string

func (*RenameRegisteredModel) ProtoMessage

func (*RenameRegisteredModel) ProtoMessage()

func (*RenameRegisteredModel) ProtoReflect

func (x *RenameRegisteredModel) ProtoReflect() protoreflect.Message

func (*RenameRegisteredModel) Reset

func (x *RenameRegisteredModel) Reset()

func (*RenameRegisteredModel) String

func (x *RenameRegisteredModel) String() string

type RenameRegisteredModel_Response

type RenameRegisteredModel_Response struct {
	RegisteredModel *RegisteredModel `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RenameRegisteredModel_Response) Descriptor deprecated

func (*RenameRegisteredModel_Response) Descriptor() ([]byte, []int)

Deprecated: Use RenameRegisteredModel_Response.ProtoReflect.Descriptor instead.

func (*RenameRegisteredModel_Response) GetRegisteredModel

func (x *RenameRegisteredModel_Response) GetRegisteredModel() *RegisteredModel

func (*RenameRegisteredModel_Response) ProtoMessage

func (*RenameRegisteredModel_Response) ProtoMessage()

func (*RenameRegisteredModel_Response) ProtoReflect

func (*RenameRegisteredModel_Response) Reset

func (x *RenameRegisteredModel_Response) Reset()

func (*RenameRegisteredModel_Response) String

type RestoreExperiment

type RestoreExperiment struct {

	// ID of the associated experiment.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RestoreExperiment) Descriptor deprecated

func (*RestoreExperiment) Descriptor() ([]byte, []int)

Deprecated: Use RestoreExperiment.ProtoReflect.Descriptor instead.

func (*RestoreExperiment) GetExperimentId

func (x *RestoreExperiment) GetExperimentId() string

func (*RestoreExperiment) ProtoMessage

func (*RestoreExperiment) ProtoMessage()

func (*RestoreExperiment) ProtoReflect

func (x *RestoreExperiment) ProtoReflect() protoreflect.Message

func (*RestoreExperiment) Reset

func (x *RestoreExperiment) Reset()

func (*RestoreExperiment) String

func (x *RestoreExperiment) String() string

type RestoreExperiment_Response

type RestoreExperiment_Response struct {
	// contains filtered or unexported fields
}

func (*RestoreExperiment_Response) Descriptor deprecated

func (*RestoreExperiment_Response) Descriptor() ([]byte, []int)

Deprecated: Use RestoreExperiment_Response.ProtoReflect.Descriptor instead.

func (*RestoreExperiment_Response) ProtoMessage

func (*RestoreExperiment_Response) ProtoMessage()

func (*RestoreExperiment_Response) ProtoReflect

func (*RestoreExperiment_Response) Reset

func (x *RestoreExperiment_Response) Reset()

func (*RestoreExperiment_Response) String

func (x *RestoreExperiment_Response) String() string

type RestoreRun

type RestoreRun struct {

	// ID of the run to restore.
	RunId *string `protobuf:"bytes,1,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// contains filtered or unexported fields
}

func (*RestoreRun) Descriptor deprecated

func (*RestoreRun) Descriptor() ([]byte, []int)

Deprecated: Use RestoreRun.ProtoReflect.Descriptor instead.

func (*RestoreRun) GetRunId

func (x *RestoreRun) GetRunId() string

func (*RestoreRun) ProtoMessage

func (*RestoreRun) ProtoMessage()

func (*RestoreRun) ProtoReflect

func (x *RestoreRun) ProtoReflect() protoreflect.Message

func (*RestoreRun) Reset

func (x *RestoreRun) Reset()

func (*RestoreRun) String

func (x *RestoreRun) String() string

type RestoreRun_Response

type RestoreRun_Response struct {
	// contains filtered or unexported fields
}

func (*RestoreRun_Response) Descriptor deprecated

func (*RestoreRun_Response) Descriptor() ([]byte, []int)

Deprecated: Use RestoreRun_Response.ProtoReflect.Descriptor instead.

func (*RestoreRun_Response) ProtoMessage

func (*RestoreRun_Response) ProtoMessage()

func (*RestoreRun_Response) ProtoReflect

func (x *RestoreRun_Response) ProtoReflect() protoreflect.Message

func (*RestoreRun_Response) Reset

func (x *RestoreRun_Response) Reset()

func (*RestoreRun_Response) String

func (x *RestoreRun_Response) String() string

type Run

type Run struct {

	// Run metadata.
	Info *RunInfo `protobuf:"bytes,1,opt,name=info" json:"info,omitempty" query:"info" params:"info"`
	// Run data.
	Data *RunData `protobuf:"bytes,2,opt,name=data" json:"data,omitempty" query:"data" params:"data"`
	// Run inputs.
	Inputs *RunInputs `protobuf:"bytes,3,opt,name=inputs" json:"inputs,omitempty" query:"inputs" params:"inputs"`
	// Run outputs.
	Outputs *RunOutputs `protobuf:"bytes,4,opt,name=outputs" json:"outputs,omitempty" query:"outputs" params:"outputs"`
	// contains filtered or unexported fields
}

A single run.

func (*Run) Descriptor deprecated

func (*Run) Descriptor() ([]byte, []int)

Deprecated: Use Run.ProtoReflect.Descriptor instead.

func (*Run) GetData

func (x *Run) GetData() *RunData

func (*Run) GetInfo

func (x *Run) GetInfo() *RunInfo

func (*Run) GetInputs

func (x *Run) GetInputs() *RunInputs

func (*Run) GetOutputs added in v0.2.2

func (x *Run) GetOutputs() *RunOutputs

func (*Run) ProtoMessage

func (*Run) ProtoMessage()

func (*Run) ProtoReflect

func (x *Run) ProtoReflect() protoreflect.Message

func (*Run) Reset

func (x *Run) Reset()

func (*Run) String

func (x *Run) String() string

type RunData

type RunData struct {

	// Run metrics.
	Metrics []*Metric `protobuf:"bytes,1,rep,name=metrics" json:"metrics,omitempty" query:"metrics" params:"metrics"`
	// Run parameters.
	Params []*Param `protobuf:"bytes,2,rep,name=params" json:"params,omitempty" query:"params" params:"params"`
	// Additional metadata key-value pairs.
	Tags []*RunTag `protobuf:"bytes,3,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// contains filtered or unexported fields
}

Run data (metrics, params, and tags).

func (*RunData) Descriptor deprecated

func (*RunData) Descriptor() ([]byte, []int)

Deprecated: Use RunData.ProtoReflect.Descriptor instead.

func (*RunData) GetMetrics

func (x *RunData) GetMetrics() []*Metric

func (*RunData) GetParams

func (x *RunData) GetParams() []*Param

func (*RunData) GetTags

func (x *RunData) GetTags() []*RunTag

func (*RunData) ProtoMessage

func (*RunData) ProtoMessage()

func (*RunData) ProtoReflect

func (x *RunData) ProtoReflect() protoreflect.Message

func (*RunData) Reset

func (x *RunData) Reset()

func (*RunData) String

func (x *RunData) String() string

type RunInfo

type RunInfo struct {

	// Unique identifier for the run.
	RunId *string `protobuf:"bytes,15,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// [Deprecated, use run_id instead] Unique identifier for the run. This field will
	// be removed in a future MLflow version.
	RunUuid *string `protobuf:"bytes,1,opt,name=run_uuid,json=runUuid" json:"run_uuid,omitempty" query:"run_uuid" params:"run_uuid"`
	// The name of the run.
	RunName *string `protobuf:"bytes,3,opt,name=run_name,json=runName" json:"run_name,omitempty" query:"run_name" params:"run_name"`
	// The experiment ID.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// User who initiated the run.
	// This field is deprecated as of MLflow 1.0, and will be removed in a future
	// MLflow release. Use 'mlflow.user' tag instead.
	UserId *string `protobuf:"bytes,6,opt,name=user_id,json=userId" json:"user_id,omitempty" query:"user_id" params:"user_id"`
	// Current status of the run.
	Status *RunStatus `protobuf:"varint,7,opt,name=status,enum=mlflow.RunStatus" json:"status,omitempty" query:"status" params:"status"`
	// Unix timestamp of when the run started in milliseconds.
	StartTime *int64 `protobuf:"varint,8,opt,name=start_time,json=startTime" json:"start_time,omitempty" query:"start_time" params:"start_time"`
	// Unix timestamp of when the run ended in milliseconds.
	EndTime *int64 `protobuf:"varint,9,opt,name=end_time,json=endTime" json:"end_time,omitempty" query:"end_time" params:"end_time"`
	// URI of the directory where artifacts should be uploaded.
	// This can be a local path (starting with "/"), or a distributed file system (DFS)
	// path, like “s3://bucket/directory“ or “dbfs:/my/directory“.
	// If not set, the local “./mlruns“ directory is  chosen.
	ArtifactUri *string `` /* 131-byte string literal not displayed */
	// Current life cycle stage of the experiment : OneOf("active", "deleted")
	LifecycleStage *string `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

Metadata of a single run.

func (*RunInfo) Descriptor deprecated

func (*RunInfo) Descriptor() ([]byte, []int)

Deprecated: Use RunInfo.ProtoReflect.Descriptor instead.

func (*RunInfo) GetArtifactUri

func (x *RunInfo) GetArtifactUri() string

func (*RunInfo) GetEndTime

func (x *RunInfo) GetEndTime() int64

func (*RunInfo) GetExperimentId

func (x *RunInfo) GetExperimentId() string

func (*RunInfo) GetLifecycleStage

func (x *RunInfo) GetLifecycleStage() string

func (*RunInfo) GetRunId

func (x *RunInfo) GetRunId() string

func (*RunInfo) GetRunName

func (x *RunInfo) GetRunName() string

func (*RunInfo) GetRunUuid

func (x *RunInfo) GetRunUuid() string

func (*RunInfo) GetStartTime

func (x *RunInfo) GetStartTime() int64

func (*RunInfo) GetStatus

func (x *RunInfo) GetStatus() RunStatus

func (*RunInfo) GetUserId

func (x *RunInfo) GetUserId() string

func (*RunInfo) ProtoMessage

func (*RunInfo) ProtoMessage()

func (*RunInfo) ProtoReflect

func (x *RunInfo) ProtoReflect() protoreflect.Message

func (*RunInfo) Reset

func (x *RunInfo) Reset()

func (*RunInfo) String

func (x *RunInfo) String() string

type RunInputs

type RunInputs struct {

	// Dataset inputs to the Run.
	DatasetInputs []*DatasetInput `` /* 140-byte string literal not displayed */
	// Model inputs to the Run.
	ModelInputs []*ModelInput `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

Run inputs.

func (*RunInputs) Descriptor deprecated

func (*RunInputs) Descriptor() ([]byte, []int)

Deprecated: Use RunInputs.ProtoReflect.Descriptor instead.

func (*RunInputs) GetDatasetInputs

func (x *RunInputs) GetDatasetInputs() []*DatasetInput

func (*RunInputs) GetModelInputs added in v0.2.2

func (x *RunInputs) GetModelInputs() []*ModelInput

func (*RunInputs) ProtoMessage

func (*RunInputs) ProtoMessage()

func (*RunInputs) ProtoReflect

func (x *RunInputs) ProtoReflect() protoreflect.Message

func (*RunInputs) Reset

func (x *RunInputs) Reset()

func (*RunInputs) String

func (x *RunInputs) String() string

type RunOutputs added in v0.2.2

type RunOutputs struct {

	// Model outputs of the Run.
	ModelOutputs []*ModelOutput `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

Outputs of a Run.

func (*RunOutputs) Descriptor deprecated added in v0.2.2

func (*RunOutputs) Descriptor() ([]byte, []int)

Deprecated: Use RunOutputs.ProtoReflect.Descriptor instead.

func (*RunOutputs) GetModelOutputs added in v0.2.2

func (x *RunOutputs) GetModelOutputs() []*ModelOutput

func (*RunOutputs) ProtoMessage added in v0.2.2

func (*RunOutputs) ProtoMessage()

func (*RunOutputs) ProtoReflect added in v0.2.2

func (x *RunOutputs) ProtoReflect() protoreflect.Message

func (*RunOutputs) Reset added in v0.2.2

func (x *RunOutputs) Reset()

func (*RunOutputs) String added in v0.2.2

func (x *RunOutputs) String() string

type RunStatus

type RunStatus int32

Status of a run.

const (
	// Run has been initiated.
	RunStatus_RUNNING RunStatus = 1
	// Run is scheduled to run at a later time.
	RunStatus_SCHEDULED RunStatus = 2
	// Run has completed.
	RunStatus_FINISHED RunStatus = 3
	// Run execution failed.
	RunStatus_FAILED RunStatus = 4
	// Run killed by user.
	RunStatus_KILLED RunStatus = 5
)

func (RunStatus) Descriptor

func (RunStatus) Descriptor() protoreflect.EnumDescriptor

func (RunStatus) Enum

func (x RunStatus) Enum() *RunStatus

func (RunStatus) EnumDescriptor deprecated

func (RunStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use RunStatus.Descriptor instead.

func (RunStatus) Number

func (x RunStatus) Number() protoreflect.EnumNumber

func (RunStatus) String

func (x RunStatus) String() string

func (RunStatus) Type

func (*RunStatus) UnmarshalJSON deprecated

func (x *RunStatus) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type RunTag

type RunTag struct {

	// The tag key.
	Key *string `` /* 144-byte string literal not displayed */
	// The tag value.
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value" validate:"omitempty,max=5000"`
	// contains filtered or unexported fields
}

Tag for a run.

func (*RunTag) Descriptor deprecated

func (*RunTag) Descriptor() ([]byte, []int)

Deprecated: Use RunTag.ProtoReflect.Descriptor instead.

func (*RunTag) GetKey

func (x *RunTag) GetKey() string

func (*RunTag) GetValue

func (x *RunTag) GetValue() string

func (*RunTag) ProtoMessage

func (*RunTag) ProtoMessage()

func (*RunTag) ProtoReflect

func (x *RunTag) ProtoReflect() protoreflect.Message

func (*RunTag) Reset

func (x *RunTag) Reset()

func (*RunTag) String

func (x *RunTag) String() string

type SearchDatasets

type SearchDatasets struct {

	// List of experiment IDs to search over.
	ExperimentIds []string `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchDatasets) Descriptor deprecated

func (*SearchDatasets) Descriptor() ([]byte, []int)

Deprecated: Use SearchDatasets.ProtoReflect.Descriptor instead.

func (*SearchDatasets) GetExperimentIds

func (x *SearchDatasets) GetExperimentIds() []string

func (*SearchDatasets) ProtoMessage

func (*SearchDatasets) ProtoMessage()

func (*SearchDatasets) ProtoReflect

func (x *SearchDatasets) ProtoReflect() protoreflect.Message

func (*SearchDatasets) Reset

func (x *SearchDatasets) Reset()

func (*SearchDatasets) String

func (x *SearchDatasets) String() string

type SearchDatasets_Response

type SearchDatasets_Response struct {

	// Return the summary for most recently created N datasets, as configured in backend
	DatasetSummaries []*DatasetSummary `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchDatasets_Response) Descriptor deprecated

func (*SearchDatasets_Response) Descriptor() ([]byte, []int)

Deprecated: Use SearchDatasets_Response.ProtoReflect.Descriptor instead.

func (*SearchDatasets_Response) GetDatasetSummaries

func (x *SearchDatasets_Response) GetDatasetSummaries() []*DatasetSummary

func (*SearchDatasets_Response) ProtoMessage

func (*SearchDatasets_Response) ProtoMessage()

func (*SearchDatasets_Response) ProtoReflect

func (x *SearchDatasets_Response) ProtoReflect() protoreflect.Message

func (*SearchDatasets_Response) Reset

func (x *SearchDatasets_Response) Reset()

func (*SearchDatasets_Response) String

func (x *SearchDatasets_Response) String() string

type SearchExperiments

type SearchExperiments struct {

	// Maximum number of experiments desired.
	// Servers may select a desired default `max_results` value. All servers are
	// guaranteed to support a `max_results` threshold of at least 1,000 but may
	// support more. Callers of this endpoint are encouraged to pass max_results
	// explicitly and leverage page_token to iterate through experiments.
	MaxResults *int64 `` /* 170-byte string literal not displayed */
	// Token indicating the page of experiments to fetch
	PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// A filter expression over experiment attributes and tags that allows returning a subset of
	// experiments. The syntax is a subset of SQL that supports ANDing together binary operations
	// between an attribute or tag, and a constant.
	//
	// Example: “name LIKE 'test-%' AND tags.key = 'value'“
	//
	// You can select columns with special characters (hyphen, space, period, etc.) by using
	// double quotes or backticks.
	//
	// Example: “tags."extra-key" = 'value'“ or “tags.`extra-key` = 'value'“
	//
	// Supported operators are “=“, “!=“, “LIKE“, and “ILIKE“.
	Filter *string `protobuf:"bytes,3,opt,name=filter" json:"filter,omitempty" query:"filter" params:"filter"`
	// List of columns for ordering search results, which can include experiment name and id
	// with an optional "DESC" or "ASC" annotation, where "ASC" is the default.
	// Tiebreaks are done by experiment id DESC.
	OrderBy []string `protobuf:"bytes,4,rep,name=order_by,json=orderBy" json:"order_by,omitempty" query:"order_by" params:"order_by"`
	// Qualifier for type of experiments to be returned.
	// If unspecified, return only active experiments.
	ViewType *ViewType `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchExperiments) Descriptor deprecated

func (*SearchExperiments) Descriptor() ([]byte, []int)

Deprecated: Use SearchExperiments.ProtoReflect.Descriptor instead.

func (*SearchExperiments) GetFilter

func (x *SearchExperiments) GetFilter() string

func (*SearchExperiments) GetMaxResults

func (x *SearchExperiments) GetMaxResults() int64

func (*SearchExperiments) GetOrderBy

func (x *SearchExperiments) GetOrderBy() []string

func (*SearchExperiments) GetPageToken

func (x *SearchExperiments) GetPageToken() string

func (*SearchExperiments) GetViewType

func (x *SearchExperiments) GetViewType() ViewType

func (*SearchExperiments) ProtoMessage

func (*SearchExperiments) ProtoMessage()

func (*SearchExperiments) ProtoReflect

func (x *SearchExperiments) ProtoReflect() protoreflect.Message

func (*SearchExperiments) Reset

func (x *SearchExperiments) Reset()

func (*SearchExperiments) String

func (x *SearchExperiments) String() string

type SearchExperiments_Response

type SearchExperiments_Response struct {

	// Experiments that match the search criteria
	Experiments []*Experiment `protobuf:"bytes,1,rep,name=experiments" json:"experiments,omitempty" query:"experiments" params:"experiments"`
	// Token that can be used to retrieve the next page of experiments.
	// An empty token means that no more experiments are available for retrieval.
	NextPageToken *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchExperiments_Response) Descriptor deprecated

func (*SearchExperiments_Response) Descriptor() ([]byte, []int)

Deprecated: Use SearchExperiments_Response.ProtoReflect.Descriptor instead.

func (*SearchExperiments_Response) GetExperiments

func (x *SearchExperiments_Response) GetExperiments() []*Experiment

func (*SearchExperiments_Response) GetNextPageToken

func (x *SearchExperiments_Response) GetNextPageToken() string

func (*SearchExperiments_Response) ProtoMessage

func (*SearchExperiments_Response) ProtoMessage()

func (*SearchExperiments_Response) ProtoReflect

func (*SearchExperiments_Response) Reset

func (x *SearchExperiments_Response) Reset()

func (*SearchExperiments_Response) String

func (x *SearchExperiments_Response) String() string

type SearchLoggedModels added in v0.2.2

type SearchLoggedModels struct {

	// IDs of the Experiments in which to search for Logged Models.
	ExperimentIds []string `` /* 140-byte string literal not displayed */
	// A filter expression over Logged Model info and data that allows returning a subset of
	// Logged Models. The syntax is a subset of SQL that supports ANDing together binary operations
	// Example: “params.alpha < 0.3 AND metrics.accuracy > 0.9“.
	Filter *string `protobuf:"bytes,2,opt,name=filter" json:"filter,omitempty" query:"filter" params:"filter"`
	// List of datasets on which to apply the metrics filter clauses.
	// For example, a filter with `metrics.accuracy > 0.9` and dataset info with name "test_dataset"
	// means we will return all logged models with accuracy > 0.9 on the test_dataset.
	// Metric values from ANY dataset matching the criteria are considered.
	// If no datasets are specified, then metrics across all datasets are considered in the filter.
	Datasets []*SearchLoggedModels_Dataset `protobuf:"bytes,6,rep,name=datasets" json:"datasets,omitempty" query:"datasets" params:"datasets"`
	// Maximum number of Logged Models to return. Max threshold is 50.
	MaxResults *int32 `` /* 133-byte string literal not displayed */
	// List of columns for ordering the results, with additional fields for sorting criteria.
	OrderBy []*SearchLoggedModels_OrderBy `protobuf:"bytes,4,rep,name=order_by,json=orderBy" json:"order_by,omitempty" query:"order_by" params:"order_by"`
	// Token indicating the page of Logged Models to fetch.
	PageToken *string `protobuf:"bytes,5,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*SearchLoggedModels) Descriptor deprecated added in v0.2.2

func (*SearchLoggedModels) Descriptor() ([]byte, []int)

Deprecated: Use SearchLoggedModels.ProtoReflect.Descriptor instead.

func (*SearchLoggedModels) GetDatasets added in v0.2.2

func (x *SearchLoggedModels) GetDatasets() []*SearchLoggedModels_Dataset

func (*SearchLoggedModels) GetExperimentIds added in v0.2.2

func (x *SearchLoggedModels) GetExperimentIds() []string

func (*SearchLoggedModels) GetFilter added in v0.2.2

func (x *SearchLoggedModels) GetFilter() string

func (*SearchLoggedModels) GetMaxResults added in v0.2.2

func (x *SearchLoggedModels) GetMaxResults() int32

func (*SearchLoggedModels) GetOrderBy added in v0.2.2

func (*SearchLoggedModels) GetPageToken added in v0.2.2

func (x *SearchLoggedModels) GetPageToken() string

func (*SearchLoggedModels) ProtoMessage added in v0.2.2

func (*SearchLoggedModels) ProtoMessage()

func (*SearchLoggedModels) ProtoReflect added in v0.2.2

func (x *SearchLoggedModels) ProtoReflect() protoreflect.Message

func (*SearchLoggedModels) Reset added in v0.2.2

func (x *SearchLoggedModels) Reset()

func (*SearchLoggedModels) String added in v0.2.2

func (x *SearchLoggedModels) String() string

type SearchLoggedModels_Dataset added in v0.2.2

type SearchLoggedModels_Dataset struct {

	// The name of the dataset.
	DatasetName *string `` /* 130-byte string literal not displayed */
	// The digest of the dataset.
	DatasetDigest *string `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchLoggedModels_Dataset) Descriptor deprecated added in v0.2.2

func (*SearchLoggedModels_Dataset) Descriptor() ([]byte, []int)

Deprecated: Use SearchLoggedModels_Dataset.ProtoReflect.Descriptor instead.

func (*SearchLoggedModels_Dataset) GetDatasetDigest added in v0.2.2

func (x *SearchLoggedModels_Dataset) GetDatasetDigest() string

func (*SearchLoggedModels_Dataset) GetDatasetName added in v0.2.2

func (x *SearchLoggedModels_Dataset) GetDatasetName() string

func (*SearchLoggedModels_Dataset) ProtoMessage added in v0.2.2

func (*SearchLoggedModels_Dataset) ProtoMessage()

func (*SearchLoggedModels_Dataset) ProtoReflect added in v0.2.2

func (*SearchLoggedModels_Dataset) Reset added in v0.2.2

func (x *SearchLoggedModels_Dataset) Reset()

func (*SearchLoggedModels_Dataset) String added in v0.2.2

func (x *SearchLoggedModels_Dataset) String() string

type SearchLoggedModels_OrderBy added in v0.2.2

type SearchLoggedModels_OrderBy struct {

	// Name of the field to order by, e.g. "metrics.accuracy".
	FieldName *string `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty" query:"field_name" params:"field_name"`
	// Whether the order is ascending or not.
	Ascending *bool `protobuf:"varint,2,opt,name=ascending,def=1" json:"ascending,omitempty" query:"ascending" params:"ascending"`
	// If “field_name“ refers to a metric, this field specifies the name of the dataset
	// associated with the metric. Only metrics associated with the specified dataset name will be
	// considered for ordering. This field may only be set if “field_name“ refers to a metric.
	DatasetName *string `` /* 130-byte string literal not displayed */
	// If “field_name“ refers to a metric, this field specifies the digest of the dataset
	// associated with the metric. Only metrics associated with the specified dataset name
	// and digest will be considered for ordering. This field may only be set if “dataset_name“
	// is also set.
	DatasetDigest *string `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchLoggedModels_OrderBy) Descriptor deprecated added in v0.2.2

func (*SearchLoggedModels_OrderBy) Descriptor() ([]byte, []int)

Deprecated: Use SearchLoggedModels_OrderBy.ProtoReflect.Descriptor instead.

func (*SearchLoggedModels_OrderBy) GetAscending added in v0.2.2

func (x *SearchLoggedModels_OrderBy) GetAscending() bool

func (*SearchLoggedModels_OrderBy) GetDatasetDigest added in v0.2.2

func (x *SearchLoggedModels_OrderBy) GetDatasetDigest() string

func (*SearchLoggedModels_OrderBy) GetDatasetName added in v0.2.2

func (x *SearchLoggedModels_OrderBy) GetDatasetName() string

func (*SearchLoggedModels_OrderBy) GetFieldName added in v0.2.2

func (x *SearchLoggedModels_OrderBy) GetFieldName() string

func (*SearchLoggedModels_OrderBy) ProtoMessage added in v0.2.2

func (*SearchLoggedModels_OrderBy) ProtoMessage()

func (*SearchLoggedModels_OrderBy) ProtoReflect added in v0.2.2

func (*SearchLoggedModels_OrderBy) Reset added in v0.2.2

func (x *SearchLoggedModels_OrderBy) Reset()

func (*SearchLoggedModels_OrderBy) String added in v0.2.2

func (x *SearchLoggedModels_OrderBy) String() string

type SearchLoggedModels_Response added in v0.2.2

type SearchLoggedModels_Response struct {

	// Logged Models that match the search criteria.
	Models []*LoggedModel `protobuf:"bytes,1,rep,name=models" json:"models,omitempty" query:"models" params:"models"`
	// Token that can be used to retrieve the next page of Logged Models.
	NextPageToken *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchLoggedModels_Response) Descriptor deprecated added in v0.2.2

func (*SearchLoggedModels_Response) Descriptor() ([]byte, []int)

Deprecated: Use SearchLoggedModels_Response.ProtoReflect.Descriptor instead.

func (*SearchLoggedModels_Response) GetModels added in v0.2.2

func (x *SearchLoggedModels_Response) GetModels() []*LoggedModel

func (*SearchLoggedModels_Response) GetNextPageToken added in v0.2.2

func (x *SearchLoggedModels_Response) GetNextPageToken() string

func (*SearchLoggedModels_Response) ProtoMessage added in v0.2.2

func (*SearchLoggedModels_Response) ProtoMessage()

func (*SearchLoggedModels_Response) ProtoReflect added in v0.2.2

func (*SearchLoggedModels_Response) Reset added in v0.2.2

func (x *SearchLoggedModels_Response) Reset()

func (*SearchLoggedModels_Response) String added in v0.2.2

func (x *SearchLoggedModels_Response) String() string

type SearchModelVersions

type SearchModelVersions struct {

	// String filter condition, like "name='my-model-name'". Must be a single boolean condition,
	// with string values wrapped in single quotes.
	Filter *string `protobuf:"bytes,1,opt,name=filter" json:"filter,omitempty" query:"filter" params:"filter"`
	// Maximum number of models desired. Max threshold is 200K. Backends may choose a lower default
	// value and maximum threshold.
	MaxResults *int64 `` /* 137-byte string literal not displayed */
	// List of columns to be ordered by including model name, version, stage with an
	// optional "DESC" or "ASC" annotation, where "ASC" is the default.
	// Tiebreaks are done by latest stage transition timestamp, followed by name ASC, followed by
	// version DESC.
	OrderBy []string `protobuf:"bytes,3,rep,name=order_by,json=orderBy" json:"order_by,omitempty" query:"order_by" params:"order_by"`
	// Pagination token to go to next page based on previous search query.
	PageToken *string `protobuf:"bytes,4,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*SearchModelVersions) Descriptor deprecated

func (*SearchModelVersions) Descriptor() ([]byte, []int)

Deprecated: Use SearchModelVersions.ProtoReflect.Descriptor instead.

func (*SearchModelVersions) GetFilter

func (x *SearchModelVersions) GetFilter() string

func (*SearchModelVersions) GetMaxResults

func (x *SearchModelVersions) GetMaxResults() int64

func (*SearchModelVersions) GetOrderBy

func (x *SearchModelVersions) GetOrderBy() []string

func (*SearchModelVersions) GetPageToken

func (x *SearchModelVersions) GetPageToken() string

func (*SearchModelVersions) ProtoMessage

func (*SearchModelVersions) ProtoMessage()

func (*SearchModelVersions) ProtoReflect

func (x *SearchModelVersions) ProtoReflect() protoreflect.Message

func (*SearchModelVersions) Reset

func (x *SearchModelVersions) Reset()

func (*SearchModelVersions) String

func (x *SearchModelVersions) String() string

type SearchModelVersions_Response

type SearchModelVersions_Response struct {

	// Models that match the search criteria
	ModelVersions []*ModelVersion `` /* 140-byte string literal not displayed */
	// Pagination token to request next page of models for the same search query.
	NextPageToken *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchModelVersions_Response) Descriptor deprecated

func (*SearchModelVersions_Response) Descriptor() ([]byte, []int)

Deprecated: Use SearchModelVersions_Response.ProtoReflect.Descriptor instead.

func (*SearchModelVersions_Response) GetModelVersions

func (x *SearchModelVersions_Response) GetModelVersions() []*ModelVersion

func (*SearchModelVersions_Response) GetNextPageToken

func (x *SearchModelVersions_Response) GetNextPageToken() string

func (*SearchModelVersions_Response) ProtoMessage

func (*SearchModelVersions_Response) ProtoMessage()

func (*SearchModelVersions_Response) ProtoReflect

func (*SearchModelVersions_Response) Reset

func (x *SearchModelVersions_Response) Reset()

func (*SearchModelVersions_Response) String

type SearchRegisteredModels

type SearchRegisteredModels struct {

	// String filter condition, like "name LIKE 'my-model-name'".
	// Interpreted in the backend automatically as "name LIKE '%my-model-name%'".
	// Single boolean condition, with string values wrapped in single quotes.
	Filter *string `protobuf:"bytes,1,opt,name=filter" json:"filter,omitempty" query:"filter" params:"filter"`
	// Maximum number of models desired. Default is 100. Max threshold is 1000.
	MaxResults *int64 `` /* 134-byte string literal not displayed */
	// List of columns for ordering search results, which can include model name and last updated
	// timestamp with an optional "DESC" or "ASC" annotation, where "ASC" is the default.
	// Tiebreaks are done by model name ASC.
	OrderBy []string `protobuf:"bytes,3,rep,name=order_by,json=orderBy" json:"order_by,omitempty" query:"order_by" params:"order_by"`
	// Pagination token to go to the next page based on a previous search query.
	PageToken *string `protobuf:"bytes,4,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*SearchRegisteredModels) Descriptor deprecated

func (*SearchRegisteredModels) Descriptor() ([]byte, []int)

Deprecated: Use SearchRegisteredModels.ProtoReflect.Descriptor instead.

func (*SearchRegisteredModels) GetFilter

func (x *SearchRegisteredModels) GetFilter() string

func (*SearchRegisteredModels) GetMaxResults

func (x *SearchRegisteredModels) GetMaxResults() int64

func (*SearchRegisteredModels) GetOrderBy

func (x *SearchRegisteredModels) GetOrderBy() []string

func (*SearchRegisteredModels) GetPageToken

func (x *SearchRegisteredModels) GetPageToken() string

func (*SearchRegisteredModels) ProtoMessage

func (*SearchRegisteredModels) ProtoMessage()

func (*SearchRegisteredModels) ProtoReflect

func (x *SearchRegisteredModels) ProtoReflect() protoreflect.Message

func (*SearchRegisteredModels) Reset

func (x *SearchRegisteredModels) Reset()

func (*SearchRegisteredModels) String

func (x *SearchRegisteredModels) String() string

type SearchRegisteredModels_Response

type SearchRegisteredModels_Response struct {

	// Registered Models that match the search criteria.
	RegisteredModels []*RegisteredModel `` /* 155-byte string literal not displayed */
	// Pagination token to request the next page of models.
	NextPageToken *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchRegisteredModels_Response) Descriptor deprecated

func (*SearchRegisteredModels_Response) Descriptor() ([]byte, []int)

Deprecated: Use SearchRegisteredModels_Response.ProtoReflect.Descriptor instead.

func (*SearchRegisteredModels_Response) GetNextPageToken

func (x *SearchRegisteredModels_Response) GetNextPageToken() string

func (*SearchRegisteredModels_Response) GetRegisteredModels

func (x *SearchRegisteredModels_Response) GetRegisteredModels() []*RegisteredModel

func (*SearchRegisteredModels_Response) ProtoMessage

func (*SearchRegisteredModels_Response) ProtoMessage()

func (*SearchRegisteredModels_Response) ProtoReflect

func (*SearchRegisteredModels_Response) Reset

func (*SearchRegisteredModels_Response) String

type SearchRuns

type SearchRuns struct {

	// List of experiment IDs to search over.
	ExperimentIds []string `` /* 140-byte string literal not displayed */
	// A filter expression over params, metrics, and tags, that allows returning a subset of
	// runs. The syntax is a subset of SQL that supports ANDing together binary operations
	// between a param, metric, or tag and a constant.
	//
	// Example: “metrics.rmse < 1 and params.model_class = 'LogisticRegression'“
	//
	// You can select columns with special characters (hyphen, space, period, etc.) by using double quotes:
	// “metrics."model class" = 'LinearRegression' and tags."user-name" = 'Tomas'“
	//
	// Supported operators are “=“, “!=“, “>“, “>=“, “<“, and “<=“.
	Filter *string `protobuf:"bytes,4,opt,name=filter" json:"filter,omitempty" query:"filter" params:"filter"`
	// Whether to display only active, only deleted, or all runs.
	// Defaults to only active runs.
	RunViewType *ViewType `` /* 183-byte string literal not displayed */
	// Maximum number of runs desired. If unspecified, defaults to 1000.
	// All servers are guaranteed to support a `max_results` threshold of at least 50,000
	// but may support more. Callers of this endpoint are encouraged to pass max_results
	// explicitly and leverage page_token to iterate through experiments.
	MaxResults *int32 `` /* 161-byte string literal not displayed */
	// List of columns to be ordered by, including attributes, params, metrics, and tags with an
	// optional "DESC" or "ASC" annotation, where "ASC" is the default.
	// Example: ["params.input DESC", "metrics.alpha ASC", "metrics.rmse"]
	// Tiebreaks are done by start_time DESC followed by run_id for runs with the same start time
	// (and this is the default ordering criterion if order_by is not provided).
	OrderBy   []string `protobuf:"bytes,6,rep,name=order_by,json=orderBy" json:"order_by,omitempty" query:"order_by" params:"order_by"`
	PageToken *string  `protobuf:"bytes,7,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*SearchRuns) Descriptor deprecated

func (*SearchRuns) Descriptor() ([]byte, []int)

Deprecated: Use SearchRuns.ProtoReflect.Descriptor instead.

func (*SearchRuns) GetExperimentIds

func (x *SearchRuns) GetExperimentIds() []string

func (*SearchRuns) GetFilter

func (x *SearchRuns) GetFilter() string

func (*SearchRuns) GetMaxResults

func (x *SearchRuns) GetMaxResults() int32

func (*SearchRuns) GetOrderBy

func (x *SearchRuns) GetOrderBy() []string

func (*SearchRuns) GetPageToken

func (x *SearchRuns) GetPageToken() string

func (*SearchRuns) GetRunViewType

func (x *SearchRuns) GetRunViewType() ViewType

func (*SearchRuns) ProtoMessage

func (*SearchRuns) ProtoMessage()

func (*SearchRuns) ProtoReflect

func (x *SearchRuns) ProtoReflect() protoreflect.Message

func (*SearchRuns) Reset

func (x *SearchRuns) Reset()

func (*SearchRuns) String

func (x *SearchRuns) String() string

type SearchRuns_Response

type SearchRuns_Response struct {

	// Runs that match the search criteria.
	Runs          []*Run  `protobuf:"bytes,1,rep,name=runs" json:"runs,omitempty" query:"runs" params:"runs"`
	NextPageToken *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchRuns_Response) Descriptor deprecated

func (*SearchRuns_Response) Descriptor() ([]byte, []int)

Deprecated: Use SearchRuns_Response.ProtoReflect.Descriptor instead.

func (*SearchRuns_Response) GetNextPageToken

func (x *SearchRuns_Response) GetNextPageToken() string

func (*SearchRuns_Response) GetRuns

func (x *SearchRuns_Response) GetRuns() []*Run

func (*SearchRuns_Response) ProtoMessage

func (*SearchRuns_Response) ProtoMessage()

func (*SearchRuns_Response) ProtoReflect

func (x *SearchRuns_Response) ProtoReflect() protoreflect.Message

func (*SearchRuns_Response) Reset

func (x *SearchRuns_Response) Reset()

func (*SearchRuns_Response) String

func (x *SearchRuns_Response) String() string

type SearchTraces

type SearchTraces struct {

	// List of experiment IDs to search over.
	ExperimentIds []string `` /* 140-byte string literal not displayed */
	// A filter expression over trace attributes and tags that allows returning a subset of
	// traces. The syntax is a subset of SQL that supports ANDing together binary operations
	// Example: “trace.status = 'OK' and trace.timestamp_ms > 1711089570679“.
	Filter *string `protobuf:"bytes,2,opt,name=filter" json:"filter,omitempty" query:"filter" params:"filter"`
	// Maximum number of traces desired. Max threshold is 500.
	MaxResults *int32 `` /* 134-byte string literal not displayed */
	// List of columns for ordering the results, e.g. “["timestamp_ms DESC"]“.
	OrderBy []string `protobuf:"bytes,4,rep,name=order_by,json=orderBy" json:"order_by,omitempty" query:"order_by" params:"order_by"`
	// Token indicating the page of traces to fetch.
	PageToken *string `protobuf:"bytes,5,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*SearchTraces) Descriptor deprecated

func (*SearchTraces) Descriptor() ([]byte, []int)

Deprecated: Use SearchTraces.ProtoReflect.Descriptor instead.

func (*SearchTraces) GetExperimentIds

func (x *SearchTraces) GetExperimentIds() []string

func (*SearchTraces) GetFilter

func (x *SearchTraces) GetFilter() string

func (*SearchTraces) GetMaxResults

func (x *SearchTraces) GetMaxResults() int32

func (*SearchTraces) GetOrderBy

func (x *SearchTraces) GetOrderBy() []string

func (*SearchTraces) GetPageToken

func (x *SearchTraces) GetPageToken() string

func (*SearchTraces) ProtoMessage

func (*SearchTraces) ProtoMessage()

func (*SearchTraces) ProtoReflect

func (x *SearchTraces) ProtoReflect() protoreflect.Message

func (*SearchTraces) Reset

func (x *SearchTraces) Reset()

func (*SearchTraces) String

func (x *SearchTraces) String() string

type SearchTracesV3 added in v0.2.3

type SearchTracesV3 struct {

	// A list of MLflow experiments to search over.
	Locations []*TraceLocation `protobuf:"bytes,1,rep,name=locations" json:"locations,omitempty" query:"locations" params:"locations"`
	// A filter expression over trace attributes and tags that allows returning a subset of
	// traces. The syntax is a subset of SQL that supports ANDing together binary operations
	// Example: “trace.status = 'OK' and trace.timestamp_ms > 1711089570679“.
	Filter *string `protobuf:"bytes,2,opt,name=filter" json:"filter,omitempty" query:"filter" params:"filter"`
	// Maximum number of traces desired. Max threshold is 500.
	MaxResults *int32 `` /* 134-byte string literal not displayed */
	// List of columns for ordering the results, e.g. “["timestamp_ms DESC"]“.
	OrderBy []string `protobuf:"bytes,4,rep,name=order_by,json=orderBy" json:"order_by,omitempty" query:"order_by" params:"order_by"`
	// Token indicating the page of traces to fetch.
	PageToken *string `protobuf:"bytes,5,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*SearchTracesV3) Descriptor deprecated added in v0.2.3

func (*SearchTracesV3) Descriptor() ([]byte, []int)

Deprecated: Use SearchTracesV3.ProtoReflect.Descriptor instead.

func (*SearchTracesV3) GetFilter added in v0.2.3

func (x *SearchTracesV3) GetFilter() string

func (*SearchTracesV3) GetLocations added in v0.2.3

func (x *SearchTracesV3) GetLocations() []*TraceLocation

func (*SearchTracesV3) GetMaxResults added in v0.2.3

func (x *SearchTracesV3) GetMaxResults() int32

func (*SearchTracesV3) GetOrderBy added in v0.2.3

func (x *SearchTracesV3) GetOrderBy() []string

func (*SearchTracesV3) GetPageToken added in v0.2.3

func (x *SearchTracesV3) GetPageToken() string

func (*SearchTracesV3) ProtoMessage added in v0.2.3

func (*SearchTracesV3) ProtoMessage()

func (*SearchTracesV3) ProtoReflect added in v0.2.3

func (x *SearchTracesV3) ProtoReflect() protoreflect.Message

func (*SearchTracesV3) Reset added in v0.2.3

func (x *SearchTracesV3) Reset()

func (*SearchTracesV3) String added in v0.2.3

func (x *SearchTracesV3) String() string

type SearchTracesV3_Response added in v0.2.3

type SearchTracesV3_Response struct {

	// Information about traces that match the search criteria.
	Traces        []*TraceInfoV3 `protobuf:"bytes,1,rep,name=traces" json:"traces,omitempty" query:"traces" params:"traces"`
	NextPageToken *string        `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchTracesV3_Response) Descriptor deprecated added in v0.2.3

func (*SearchTracesV3_Response) Descriptor() ([]byte, []int)

Deprecated: Use SearchTracesV3_Response.ProtoReflect.Descriptor instead.

func (*SearchTracesV3_Response) GetNextPageToken added in v0.2.3

func (x *SearchTracesV3_Response) GetNextPageToken() string

func (*SearchTracesV3_Response) GetTraces added in v0.2.3

func (x *SearchTracesV3_Response) GetTraces() []*TraceInfoV3

func (*SearchTracesV3_Response) ProtoMessage added in v0.2.3

func (*SearchTracesV3_Response) ProtoMessage()

func (*SearchTracesV3_Response) ProtoReflect added in v0.2.3

func (x *SearchTracesV3_Response) ProtoReflect() protoreflect.Message

func (*SearchTracesV3_Response) Reset added in v0.2.3

func (x *SearchTracesV3_Response) Reset()

func (*SearchTracesV3_Response) String added in v0.2.3

func (x *SearchTracesV3_Response) String() string

type SearchTraces_Response

type SearchTraces_Response struct {

	// Information about traces that match the search criteria.
	Traces        []*TraceInfo `protobuf:"bytes,1,rep,name=traces" json:"traces,omitempty" query:"traces" params:"traces"`
	NextPageToken *string      `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchTraces_Response) Descriptor deprecated

func (*SearchTraces_Response) Descriptor() ([]byte, []int)

Deprecated: Use SearchTraces_Response.ProtoReflect.Descriptor instead.

func (*SearchTraces_Response) GetNextPageToken

func (x *SearchTraces_Response) GetNextPageToken() string

func (*SearchTraces_Response) GetTraces

func (x *SearchTraces_Response) GetTraces() []*TraceInfo

func (*SearchTraces_Response) ProtoMessage

func (*SearchTraces_Response) ProtoMessage()

func (*SearchTraces_Response) ProtoReflect

func (x *SearchTraces_Response) ProtoReflect() protoreflect.Message

func (*SearchTraces_Response) Reset

func (x *SearchTraces_Response) Reset()

func (*SearchTraces_Response) String

func (x *SearchTraces_Response) String() string

type SearchUnifiedTraces added in v0.2.2

type SearchUnifiedTraces struct {
	ModelId        *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	SqlWarehouseId *string `` /* 149-byte string literal not displayed */
	// TODO: Eventually we want to provide an API that only uses model_id
	ExperimentIds []string `` /* 140-byte string literal not displayed */
	// A filter expression over trace attributes and tags that allows returning a subset of
	// traces. The syntax is a subset of SQL that supports ANDing together binary operations
	// Example: “trace.status = 'OK' and trace.timestamp_ms > 1711089570679“.
	Filter *string `protobuf:"bytes,4,opt,name=filter" json:"filter,omitempty" query:"filter" params:"filter"`
	// Maximum number of traces desired. Max threshold is 500.
	MaxResults *int32 `` /* 134-byte string literal not displayed */
	// List of columns for ordering the results, e.g. “["timestamp_ms DESC"]“.
	OrderBy []string `protobuf:"bytes,6,rep,name=order_by,json=orderBy" json:"order_by,omitempty" query:"order_by" params:"order_by"`
	// Token indicating the page of traces to fetch. This is a unified token that encodes both online and offline traces
	// tokens.
	PageToken *string `protobuf:"bytes,7,opt,name=page_token,json=pageToken" json:"page_token,omitempty" query:"page_token" params:"page_token"`
	// contains filtered or unexported fields
}

func (*SearchUnifiedTraces) Descriptor deprecated added in v0.2.2

func (*SearchUnifiedTraces) Descriptor() ([]byte, []int)

Deprecated: Use SearchUnifiedTraces.ProtoReflect.Descriptor instead.

func (*SearchUnifiedTraces) GetExperimentIds added in v0.2.2

func (x *SearchUnifiedTraces) GetExperimentIds() []string

func (*SearchUnifiedTraces) GetFilter added in v0.2.2

func (x *SearchUnifiedTraces) GetFilter() string

func (*SearchUnifiedTraces) GetMaxResults added in v0.2.2

func (x *SearchUnifiedTraces) GetMaxResults() int32

func (*SearchUnifiedTraces) GetModelId added in v0.2.2

func (x *SearchUnifiedTraces) GetModelId() string

func (*SearchUnifiedTraces) GetOrderBy added in v0.2.2

func (x *SearchUnifiedTraces) GetOrderBy() []string

func (*SearchUnifiedTraces) GetPageToken added in v0.2.2

func (x *SearchUnifiedTraces) GetPageToken() string

func (*SearchUnifiedTraces) GetSqlWarehouseId added in v0.2.2

func (x *SearchUnifiedTraces) GetSqlWarehouseId() string

func (*SearchUnifiedTraces) ProtoMessage added in v0.2.2

func (*SearchUnifiedTraces) ProtoMessage()

func (*SearchUnifiedTraces) ProtoReflect added in v0.2.2

func (x *SearchUnifiedTraces) ProtoReflect() protoreflect.Message

func (*SearchUnifiedTraces) Reset added in v0.2.2

func (x *SearchUnifiedTraces) Reset()

func (*SearchUnifiedTraces) String added in v0.2.2

func (x *SearchUnifiedTraces) String() string

type SearchUnifiedTraces_Response added in v0.2.2

type SearchUnifiedTraces_Response struct {

	// Information about traces that match the search criteria.
	Traces        []*TraceInfo `protobuf:"bytes,1,rep,name=traces" json:"traces,omitempty" query:"traces" params:"traces"`
	NextPageToken *string      `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchUnifiedTraces_Response) Descriptor deprecated added in v0.2.2

func (*SearchUnifiedTraces_Response) Descriptor() ([]byte, []int)

Deprecated: Use SearchUnifiedTraces_Response.ProtoReflect.Descriptor instead.

func (*SearchUnifiedTraces_Response) GetNextPageToken added in v0.2.2

func (x *SearchUnifiedTraces_Response) GetNextPageToken() string

func (*SearchUnifiedTraces_Response) GetTraces added in v0.2.2

func (x *SearchUnifiedTraces_Response) GetTraces() []*TraceInfo

func (*SearchUnifiedTraces_Response) ProtoMessage added in v0.2.2

func (*SearchUnifiedTraces_Response) ProtoMessage()

func (*SearchUnifiedTraces_Response) ProtoReflect added in v0.2.2

func (*SearchUnifiedTraces_Response) Reset added in v0.2.2

func (x *SearchUnifiedTraces_Response) Reset()

func (*SearchUnifiedTraces_Response) String added in v0.2.2

type SetExperimentTag

type SetExperimentTag struct {

	// ID of the experiment under which to log the tag. Must be provided.
	ExperimentId *string `` /* 155-byte string literal not displayed */
	// Name of the tag. Maximum size depends on storage backend.
	// All storage backends are guaranteed to support key values up to 250 bytes in size.
	Key *string `` /* 131-byte string literal not displayed */
	// String value of the tag being logged. Maximum size depends on storage backend.
	// All storage backends are guaranteed to support key values up to 5000 bytes in size.
	Value *string `protobuf:"bytes,3,opt,name=value" json:"value,omitempty" query:"value" params:"value" validate:"max=5000"`
	// contains filtered or unexported fields
}

func (*SetExperimentTag) Descriptor deprecated

func (*SetExperimentTag) Descriptor() ([]byte, []int)

Deprecated: Use SetExperimentTag.ProtoReflect.Descriptor instead.

func (*SetExperimentTag) GetExperimentId

func (x *SetExperimentTag) GetExperimentId() string

func (*SetExperimentTag) GetKey

func (x *SetExperimentTag) GetKey() string

func (*SetExperimentTag) GetValue

func (x *SetExperimentTag) GetValue() string

func (*SetExperimentTag) ProtoMessage

func (*SetExperimentTag) ProtoMessage()

func (*SetExperimentTag) ProtoReflect

func (x *SetExperimentTag) ProtoReflect() protoreflect.Message

func (*SetExperimentTag) Reset

func (x *SetExperimentTag) Reset()

func (*SetExperimentTag) String

func (x *SetExperimentTag) String() string

type SetExperimentTag_Response

type SetExperimentTag_Response struct {
	// contains filtered or unexported fields
}

func (*SetExperimentTag_Response) Descriptor deprecated

func (*SetExperimentTag_Response) Descriptor() ([]byte, []int)

Deprecated: Use SetExperimentTag_Response.ProtoReflect.Descriptor instead.

func (*SetExperimentTag_Response) ProtoMessage

func (*SetExperimentTag_Response) ProtoMessage()

func (*SetExperimentTag_Response) ProtoReflect

func (*SetExperimentTag_Response) Reset

func (x *SetExperimentTag_Response) Reset()

func (*SetExperimentTag_Response) String

func (x *SetExperimentTag_Response) String() string

type SetLoggedModelTags added in v0.2.2

type SetLoggedModelTags struct {

	// The ID of the LoggedModel to set the tag on.
	ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId" json:"model_id,omitempty" query:"model_id" params:"model_id"`
	// The tag key.
	Tags []*LoggedModelTag `protobuf:"bytes,2,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// contains filtered or unexported fields
}

func (*SetLoggedModelTags) Descriptor deprecated added in v0.2.2

func (*SetLoggedModelTags) Descriptor() ([]byte, []int)

Deprecated: Use SetLoggedModelTags.ProtoReflect.Descriptor instead.

func (*SetLoggedModelTags) GetModelId added in v0.2.2

func (x *SetLoggedModelTags) GetModelId() string

func (*SetLoggedModelTags) GetTags added in v0.2.2

func (x *SetLoggedModelTags) GetTags() []*LoggedModelTag

func (*SetLoggedModelTags) ProtoMessage added in v0.2.2

func (*SetLoggedModelTags) ProtoMessage()

func (*SetLoggedModelTags) ProtoReflect added in v0.2.2

func (x *SetLoggedModelTags) ProtoReflect() protoreflect.Message

func (*SetLoggedModelTags) Reset added in v0.2.2

func (x *SetLoggedModelTags) Reset()

func (*SetLoggedModelTags) String added in v0.2.2

func (x *SetLoggedModelTags) String() string

type SetLoggedModelTags_Response added in v0.2.2

type SetLoggedModelTags_Response struct {

	// The updated LoggedModel.
	Model *LoggedModel `protobuf:"bytes,1,opt,name=model" json:"model,omitempty" query:"model" params:"model"`
	// contains filtered or unexported fields
}

func (*SetLoggedModelTags_Response) Descriptor deprecated added in v0.2.2

func (*SetLoggedModelTags_Response) Descriptor() ([]byte, []int)

Deprecated: Use SetLoggedModelTags_Response.ProtoReflect.Descriptor instead.

func (*SetLoggedModelTags_Response) GetModel added in v0.2.2

func (*SetLoggedModelTags_Response) ProtoMessage added in v0.2.2

func (*SetLoggedModelTags_Response) ProtoMessage()

func (*SetLoggedModelTags_Response) ProtoReflect added in v0.2.2

func (*SetLoggedModelTags_Response) Reset added in v0.2.2

func (x *SetLoggedModelTags_Response) Reset()

func (*SetLoggedModelTags_Response) String added in v0.2.2

func (x *SetLoggedModelTags_Response) String() string

type SetModelVersionTag

type SetModelVersionTag struct {

	// Unique name of the model.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name" validate:"required"`
	// Model version number.
	Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty" query:"version" params:"version" validate:"stringAsInteger"`
	// Name of the tag. Maximum size depends on storage backend.
	// If a tag with this name already exists, its preexisting value will be replaced by the specified `value`.
	// All storage backends are guaranteed to support key values up to 250 bytes in size.
	Key *string `` /* 144-byte string literal not displayed */
	// String value of the tag being logged. Maximum size depends on storage backend.
	Value *string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetModelVersionTag) Descriptor deprecated

func (*SetModelVersionTag) Descriptor() ([]byte, []int)

Deprecated: Use SetModelVersionTag.ProtoReflect.Descriptor instead.

func (*SetModelVersionTag) GetKey

func (x *SetModelVersionTag) GetKey() string

func (*SetModelVersionTag) GetName

func (x *SetModelVersionTag) GetName() string

func (*SetModelVersionTag) GetValue

func (x *SetModelVersionTag) GetValue() string

func (*SetModelVersionTag) GetVersion

func (x *SetModelVersionTag) GetVersion() string

func (*SetModelVersionTag) ProtoMessage

func (*SetModelVersionTag) ProtoMessage()

func (*SetModelVersionTag) ProtoReflect

func (x *SetModelVersionTag) ProtoReflect() protoreflect.Message

func (*SetModelVersionTag) Reset

func (x *SetModelVersionTag) Reset()

func (*SetModelVersionTag) String

func (x *SetModelVersionTag) String() string

type SetModelVersionTag_Response

type SetModelVersionTag_Response struct {
	// contains filtered or unexported fields
}

func (*SetModelVersionTag_Response) Descriptor deprecated

func (*SetModelVersionTag_Response) Descriptor() ([]byte, []int)

Deprecated: Use SetModelVersionTag_Response.ProtoReflect.Descriptor instead.

func (*SetModelVersionTag_Response) ProtoMessage

func (*SetModelVersionTag_Response) ProtoMessage()

func (*SetModelVersionTag_Response) ProtoReflect

func (*SetModelVersionTag_Response) Reset

func (x *SetModelVersionTag_Response) Reset()

func (*SetModelVersionTag_Response) String

func (x *SetModelVersionTag_Response) String() string

type SetRegisteredModelAlias

type SetRegisteredModelAlias struct {

	// Name of the registered model.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name" validate:"required"`
	// Name of the alias. Maximum size depends on storage backend.
	// If an alias with this name already exists, its preexisting value will be replaced by the specified `version`.
	// All storage backends are guaranteed to support alias name values up to 256 bytes in size.
	Alias *string `` /* 152-byte string literal not displayed */
	// Model version number.
	Version *string `protobuf:"bytes,3,opt,name=version" json:"version,omitempty" query:"version" params:"version"`
	// contains filtered or unexported fields
}

func (*SetRegisteredModelAlias) Descriptor deprecated

func (*SetRegisteredModelAlias) Descriptor() ([]byte, []int)

Deprecated: Use SetRegisteredModelAlias.ProtoReflect.Descriptor instead.

func (*SetRegisteredModelAlias) GetAlias

func (x *SetRegisteredModelAlias) GetAlias() string

func (*SetRegisteredModelAlias) GetName

func (x *SetRegisteredModelAlias) GetName() string

func (*SetRegisteredModelAlias) GetVersion

func (x *SetRegisteredModelAlias) GetVersion() string

func (*SetRegisteredModelAlias) ProtoMessage

func (*SetRegisteredModelAlias) ProtoMessage()

func (*SetRegisteredModelAlias) ProtoReflect

func (x *SetRegisteredModelAlias) ProtoReflect() protoreflect.Message

func (*SetRegisteredModelAlias) Reset

func (x *SetRegisteredModelAlias) Reset()

func (*SetRegisteredModelAlias) String

func (x *SetRegisteredModelAlias) String() string

type SetRegisteredModelAlias_Response

type SetRegisteredModelAlias_Response struct {
	// contains filtered or unexported fields
}

func (*SetRegisteredModelAlias_Response) Descriptor deprecated

func (*SetRegisteredModelAlias_Response) Descriptor() ([]byte, []int)

Deprecated: Use SetRegisteredModelAlias_Response.ProtoReflect.Descriptor instead.

func (*SetRegisteredModelAlias_Response) ProtoMessage

func (*SetRegisteredModelAlias_Response) ProtoMessage()

func (*SetRegisteredModelAlias_Response) ProtoReflect

func (*SetRegisteredModelAlias_Response) Reset

func (*SetRegisteredModelAlias_Response) String

type SetRegisteredModelTag

type SetRegisteredModelTag struct {

	// Unique name of the model.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name" validate:"required"`
	// Name of the tag. Maximum size depends on storage backend.
	// If a tag with this name already exists, its preexisting value will be replaced by the specified `value`.
	// All storage backends are guaranteed to support key values up to 250 bytes in size.
	Key *string `` /* 144-byte string literal not displayed */
	// String value of the tag being logged. Maximum size depends on storage backend.
	Value *string `protobuf:"bytes,3,opt,name=value" json:"value,omitempty" query:"value" params:"value" validate:"omitempty,max=5000"`
	// contains filtered or unexported fields
}

func (*SetRegisteredModelTag) Descriptor deprecated

func (*SetRegisteredModelTag) Descriptor() ([]byte, []int)

Deprecated: Use SetRegisteredModelTag.ProtoReflect.Descriptor instead.

func (*SetRegisteredModelTag) GetKey

func (x *SetRegisteredModelTag) GetKey() string

func (*SetRegisteredModelTag) GetName

func (x *SetRegisteredModelTag) GetName() string

func (*SetRegisteredModelTag) GetValue

func (x *SetRegisteredModelTag) GetValue() string

func (*SetRegisteredModelTag) ProtoMessage

func (*SetRegisteredModelTag) ProtoMessage()

func (*SetRegisteredModelTag) ProtoReflect

func (x *SetRegisteredModelTag) ProtoReflect() protoreflect.Message

func (*SetRegisteredModelTag) Reset

func (x *SetRegisteredModelTag) Reset()

func (*SetRegisteredModelTag) String

func (x *SetRegisteredModelTag) String() string

type SetRegisteredModelTag_Response

type SetRegisteredModelTag_Response struct {
	// contains filtered or unexported fields
}

func (*SetRegisteredModelTag_Response) Descriptor deprecated

func (*SetRegisteredModelTag_Response) Descriptor() ([]byte, []int)

Deprecated: Use SetRegisteredModelTag_Response.ProtoReflect.Descriptor instead.

func (*SetRegisteredModelTag_Response) ProtoMessage

func (*SetRegisteredModelTag_Response) ProtoMessage()

func (*SetRegisteredModelTag_Response) ProtoReflect

func (*SetRegisteredModelTag_Response) Reset

func (x *SetRegisteredModelTag_Response) Reset()

func (*SetRegisteredModelTag_Response) String

type SetTag

type SetTag struct {

	// ID of the run under which to log the tag. Must be provided.
	RunId *string `protobuf:"bytes,4,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// [Deprecated, use run_id instead] ID of the run under which to log the tag. This field will
	// be removed in a future MLflow version.
	RunUuid *string `protobuf:"bytes,1,opt,name=run_uuid,json=runUuid" json:"run_uuid,omitempty" query:"run_uuid" params:"run_uuid"`
	// Name of the tag. Maximum size depends on storage backend.
	// All storage backends are guaranteed to support key values up to 250 bytes in size.
	Key *string `` /* 145-byte string literal not displayed */
	// String value of the tag being logged. Maximum size depends on storage backend.
	// All storage backends are guaranteed to support key values up to 5000 bytes in size.
	Value *string `protobuf:"bytes,3,opt,name=value" json:"value,omitempty" query:"value" params:"value" validate:"omitempty,truncate=8000"`
	// contains filtered or unexported fields
}

func (*SetTag) Descriptor deprecated

func (*SetTag) Descriptor() ([]byte, []int)

Deprecated: Use SetTag.ProtoReflect.Descriptor instead.

func (*SetTag) GetKey

func (x *SetTag) GetKey() string

func (*SetTag) GetRunId

func (x *SetTag) GetRunId() string

func (*SetTag) GetRunUuid

func (x *SetTag) GetRunUuid() string

func (*SetTag) GetValue

func (x *SetTag) GetValue() string

func (*SetTag) ProtoMessage

func (*SetTag) ProtoMessage()

func (*SetTag) ProtoReflect

func (x *SetTag) ProtoReflect() protoreflect.Message

func (*SetTag) Reset

func (x *SetTag) Reset()

func (*SetTag) String

func (x *SetTag) String() string

type SetTag_Response

type SetTag_Response struct {
	// contains filtered or unexported fields
}

func (*SetTag_Response) Descriptor deprecated

func (*SetTag_Response) Descriptor() ([]byte, []int)

Deprecated: Use SetTag_Response.ProtoReflect.Descriptor instead.

func (*SetTag_Response) ProtoMessage

func (*SetTag_Response) ProtoMessage()

func (*SetTag_Response) ProtoReflect

func (x *SetTag_Response) ProtoReflect() protoreflect.Message

func (*SetTag_Response) Reset

func (x *SetTag_Response) Reset()

func (*SetTag_Response) String

func (x *SetTag_Response) String() string

type SetTraceTag

type SetTraceTag struct {

	// ID of the trace on which to set a tag.
	RequestId *string `protobuf:"bytes,1,opt,name=request_id,json=requestId" json:"request_id,omitempty" query:"request_id" params:"request_id"`
	// Name of the tag. Maximum size depends on storage backend.
	// All storage backends are guaranteed to support key values up to 250 bytes in size.
	Key *string `` /* 144-byte string literal not displayed */
	// String value of the tag being logged. Maximum size depends on storage backend.
	// All storage backends are guaranteed to support key values up to 250 bytes in size.
	Value *string `protobuf:"bytes,3,opt,name=value" json:"value,omitempty" query:"value" params:"value" validate:"omitempty,truncate=8000"`
	// contains filtered or unexported fields
}

func (*SetTraceTag) Descriptor deprecated

func (*SetTraceTag) Descriptor() ([]byte, []int)

Deprecated: Use SetTraceTag.ProtoReflect.Descriptor instead.

func (*SetTraceTag) GetKey

func (x *SetTraceTag) GetKey() string

func (*SetTraceTag) GetRequestId

func (x *SetTraceTag) GetRequestId() string

func (*SetTraceTag) GetValue

func (x *SetTraceTag) GetValue() string

func (*SetTraceTag) ProtoMessage

func (*SetTraceTag) ProtoMessage()

func (*SetTraceTag) ProtoReflect

func (x *SetTraceTag) ProtoReflect() protoreflect.Message

func (*SetTraceTag) Reset

func (x *SetTraceTag) Reset()

func (*SetTraceTag) String

func (x *SetTraceTag) String() string

type SetTraceTagV3 added in v0.2.3

type SetTraceTagV3 struct {

	// ID of the trace on which to set a tag.
	TraceId *string `protobuf:"bytes,4,opt,name=trace_id,json=traceId" json:"trace_id,omitempty" query:"trace_id" params:"trace_id"`
	// Name of the tag. Maximum size depends on storage backend.
	// All storage backends are guaranteed to support key values up to 250 bytes in size.
	Key *string `protobuf:"bytes,2,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// String value of the tag being logged. Maximum size depends on storage backend.
	// All storage backends are guaranteed to support key values up to 250 bytes in size.
	Value *string `protobuf:"bytes,3,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// contains filtered or unexported fields
}

func (*SetTraceTagV3) Descriptor deprecated added in v0.2.3

func (*SetTraceTagV3) Descriptor() ([]byte, []int)

Deprecated: Use SetTraceTagV3.ProtoReflect.Descriptor instead.

func (*SetTraceTagV3) GetKey added in v0.2.3

func (x *SetTraceTagV3) GetKey() string

func (*SetTraceTagV3) GetTraceId added in v0.2.3

func (x *SetTraceTagV3) GetTraceId() string

func (*SetTraceTagV3) GetValue added in v0.2.3

func (x *SetTraceTagV3) GetValue() string

func (*SetTraceTagV3) ProtoMessage added in v0.2.3

func (*SetTraceTagV3) ProtoMessage()

func (*SetTraceTagV3) ProtoReflect added in v0.2.3

func (x *SetTraceTagV3) ProtoReflect() protoreflect.Message

func (*SetTraceTagV3) Reset added in v0.2.3

func (x *SetTraceTagV3) Reset()

func (*SetTraceTagV3) String added in v0.2.3

func (x *SetTraceTagV3) String() string

type SetTraceTagV3_Response added in v0.2.3

type SetTraceTagV3_Response struct {
	// contains filtered or unexported fields
}

func (*SetTraceTagV3_Response) Descriptor deprecated added in v0.2.3

func (*SetTraceTagV3_Response) Descriptor() ([]byte, []int)

Deprecated: Use SetTraceTagV3_Response.ProtoReflect.Descriptor instead.

func (*SetTraceTagV3_Response) ProtoMessage added in v0.2.3

func (*SetTraceTagV3_Response) ProtoMessage()

func (*SetTraceTagV3_Response) ProtoReflect added in v0.2.3

func (x *SetTraceTagV3_Response) ProtoReflect() protoreflect.Message

func (*SetTraceTagV3_Response) Reset added in v0.2.3

func (x *SetTraceTagV3_Response) Reset()

func (*SetTraceTagV3_Response) String added in v0.2.3

func (x *SetTraceTagV3_Response) String() string

type SetTraceTag_Response

type SetTraceTag_Response struct {
	// contains filtered or unexported fields
}

func (*SetTraceTag_Response) Descriptor deprecated

func (*SetTraceTag_Response) Descriptor() ([]byte, []int)

Deprecated: Use SetTraceTag_Response.ProtoReflect.Descriptor instead.

func (*SetTraceTag_Response) ProtoMessage

func (*SetTraceTag_Response) ProtoMessage()

func (*SetTraceTag_Response) ProtoReflect

func (x *SetTraceTag_Response) ProtoReflect() protoreflect.Message

func (*SetTraceTag_Response) Reset

func (x *SetTraceTag_Response) Reset()

func (*SetTraceTag_Response) String

func (x *SetTraceTag_Response) String() string

type SourceType

type SourceType int32

Source that generated a run.

const (
	// Databricks notebook environment.
	SourceType_NOTEBOOK SourceType = 1
	// Scheduled or Run Now job.
	SourceType_JOB SourceType = 2
	// As a prepackaged project: either a Docker image or GitHub source, etc.
	SourceType_PROJECT SourceType = 3
	// Local run: Using CLI, IDE, or local notebook.
	SourceType_LOCAL SourceType = 4
	// Unknown source type.
	SourceType_UNKNOWN SourceType = 1000
)

func (SourceType) Descriptor

func (SourceType) Descriptor() protoreflect.EnumDescriptor

func (SourceType) Enum

func (x SourceType) Enum() *SourceType

func (SourceType) EnumDescriptor deprecated

func (SourceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SourceType.Descriptor instead.

func (SourceType) Number

func (x SourceType) Number() protoreflect.EnumNumber

func (SourceType) String

func (x SourceType) String() string

func (SourceType) Type

func (*SourceType) UnmarshalJSON deprecated

func (x *SourceType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type StartTrace

type StartTrace struct {

	// ID of the associated experiment.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// Unix timestamp of when the trace started in milliseconds.
	TimestampMs *int64 `` /* 131-byte string literal not displayed */
	// Metadata about the request that initiated the trace.
	RequestMetadata []*TraceRequestMetadata `` /* 150-byte string literal not displayed */
	// Tags for the trace.
	Tags []*TraceTag `protobuf:"bytes,4,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// contains filtered or unexported fields
}

func (*StartTrace) Descriptor deprecated

func (*StartTrace) Descriptor() ([]byte, []int)

Deprecated: Use StartTrace.ProtoReflect.Descriptor instead.

func (*StartTrace) GetExperimentId

func (x *StartTrace) GetExperimentId() string

func (*StartTrace) GetRequestMetadata

func (x *StartTrace) GetRequestMetadata() []*TraceRequestMetadata

func (*StartTrace) GetTags

func (x *StartTrace) GetTags() []*TraceTag

func (*StartTrace) GetTimestampMs

func (x *StartTrace) GetTimestampMs() int64

func (*StartTrace) ProtoMessage

func (*StartTrace) ProtoMessage()

func (*StartTrace) ProtoReflect

func (x *StartTrace) ProtoReflect() protoreflect.Message

func (*StartTrace) Reset

func (x *StartTrace) Reset()

func (*StartTrace) String

func (x *StartTrace) String() string

type StartTraceV3 added in v0.2.2

type StartTraceV3 struct {

	// The information for the trace being created.
	Trace *Trace `protobuf:"bytes,1,opt,name=trace" json:"trace,omitempty" query:"trace" params:"trace"`
	// contains filtered or unexported fields
}

func (*StartTraceV3) Descriptor deprecated added in v0.2.2

func (*StartTraceV3) Descriptor() ([]byte, []int)

Deprecated: Use StartTraceV3.ProtoReflect.Descriptor instead.

func (*StartTraceV3) GetTrace added in v0.2.2

func (x *StartTraceV3) GetTrace() *Trace

func (*StartTraceV3) ProtoMessage added in v0.2.2

func (*StartTraceV3) ProtoMessage()

func (*StartTraceV3) ProtoReflect added in v0.2.2

func (x *StartTraceV3) ProtoReflect() protoreflect.Message

func (*StartTraceV3) Reset added in v0.2.2

func (x *StartTraceV3) Reset()

func (*StartTraceV3) String added in v0.2.2

func (x *StartTraceV3) String() string

type StartTraceV3_Response added in v0.2.2

type StartTraceV3_Response struct {

	// The created trace information.
	Trace *Trace `protobuf:"bytes,1,opt,name=trace" json:"trace,omitempty" query:"trace" params:"trace"`
	// contains filtered or unexported fields
}

func (*StartTraceV3_Response) Descriptor deprecated added in v0.2.2

func (*StartTraceV3_Response) Descriptor() ([]byte, []int)

Deprecated: Use StartTraceV3_Response.ProtoReflect.Descriptor instead.

func (*StartTraceV3_Response) GetTrace added in v0.2.2

func (x *StartTraceV3_Response) GetTrace() *Trace

func (*StartTraceV3_Response) ProtoMessage added in v0.2.2

func (*StartTraceV3_Response) ProtoMessage()

func (*StartTraceV3_Response) ProtoReflect added in v0.2.2

func (x *StartTraceV3_Response) ProtoReflect() protoreflect.Message

func (*StartTraceV3_Response) Reset added in v0.2.2

func (x *StartTraceV3_Response) Reset()

func (*StartTraceV3_Response) String added in v0.2.2

func (x *StartTraceV3_Response) String() string

type StartTrace_Response

type StartTrace_Response struct {

	// The newly created trace.
	TraceInfo *TraceInfo `protobuf:"bytes,1,opt,name=trace_info,json=traceInfo" json:"trace_info,omitempty" query:"trace_info" params:"trace_info"`
	// contains filtered or unexported fields
}

func (*StartTrace_Response) Descriptor deprecated

func (*StartTrace_Response) Descriptor() ([]byte, []int)

Deprecated: Use StartTrace_Response.ProtoReflect.Descriptor instead.

func (*StartTrace_Response) GetTraceInfo

func (x *StartTrace_Response) GetTraceInfo() *TraceInfo

func (*StartTrace_Response) ProtoMessage

func (*StartTrace_Response) ProtoMessage()

func (*StartTrace_Response) ProtoReflect

func (x *StartTrace_Response) ProtoReflect() protoreflect.Message

func (*StartTrace_Response) Reset

func (x *StartTrace_Response) Reset()

func (*StartTrace_Response) String

func (x *StartTrace_Response) String() string

type Trace added in v0.2.2

type Trace struct {
	TraceInfo *TraceInfoV3 `protobuf:"bytes,1,opt,name=trace_info,json=traceInfo" json:"trace_info,omitempty" query:"trace_info" params:"trace_info"`
	// contains filtered or unexported fields
}

func (*Trace) Descriptor deprecated added in v0.2.2

func (*Trace) Descriptor() ([]byte, []int)

Deprecated: Use Trace.ProtoReflect.Descriptor instead.

func (*Trace) GetTraceInfo added in v0.2.2

func (x *Trace) GetTraceInfo() *TraceInfoV3

func (*Trace) ProtoMessage added in v0.2.2

func (*Trace) ProtoMessage()

func (*Trace) ProtoReflect added in v0.2.2

func (x *Trace) ProtoReflect() protoreflect.Message

func (*Trace) Reset added in v0.2.2

func (x *Trace) Reset()

func (*Trace) String added in v0.2.2

func (x *Trace) String() string

type TraceInfo

type TraceInfo struct {

	// Unique identifier for the trace.
	RequestId *string `protobuf:"bytes,1,opt,name=request_id,json=requestId" json:"request_id,omitempty" query:"request_id" params:"request_id"`
	// The ID of the experiment that contains the trace.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// Unix timestamp of when the trace started in milliseconds.
	TimestampMs *int64 `` /* 131-byte string literal not displayed */
	// Unix timestamp of the duration of the trace in milliseconds.
	ExecutionTimeMs *int64 `` /* 155-byte string literal not displayed */
	// Overall status of the operation being traced (OK, error, etc.).
	Status *TraceStatus `protobuf:"varint,5,opt,name=status,enum=mlflow.TraceStatus" json:"status,omitempty" query:"status" params:"status"`
	// Other trace metadata.
	RequestMetadata []*TraceRequestMetadata `` /* 150-byte string literal not displayed */
	// Tags for the trace.
	Tags []*TraceTag `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty" query:"tags" params:"tags"`
	// contains filtered or unexported fields
}

TraceInfo. Represents metadata of a trace.

func (*TraceInfo) Descriptor deprecated

func (*TraceInfo) Descriptor() ([]byte, []int)

Deprecated: Use TraceInfo.ProtoReflect.Descriptor instead.

func (*TraceInfo) GetExecutionTimeMs

func (x *TraceInfo) GetExecutionTimeMs() int64

func (*TraceInfo) GetExperimentId

func (x *TraceInfo) GetExperimentId() string

func (*TraceInfo) GetRequestId

func (x *TraceInfo) GetRequestId() string

func (*TraceInfo) GetRequestMetadata

func (x *TraceInfo) GetRequestMetadata() []*TraceRequestMetadata

func (*TraceInfo) GetStatus

func (x *TraceInfo) GetStatus() TraceStatus

func (*TraceInfo) GetTags

func (x *TraceInfo) GetTags() []*TraceTag

func (*TraceInfo) GetTimestampMs

func (x *TraceInfo) GetTimestampMs() int64

func (*TraceInfo) ProtoMessage

func (*TraceInfo) ProtoMessage()

func (*TraceInfo) ProtoReflect

func (x *TraceInfo) ProtoReflect() protoreflect.Message

func (*TraceInfo) Reset

func (x *TraceInfo) Reset()

func (*TraceInfo) String

func (x *TraceInfo) String() string

type TraceInfoV3 added in v0.2.2

type TraceInfoV3 struct {

	// The primary key associated with the trace
	TraceId *string `protobuf:"bytes,1,opt,name=trace_id,json=traceId" json:"trace_id,omitempty" query:"trace_id" params:"trace_id"`
	// Client supplied request ID associated with the trace. This could be used to identify the trace/request from an
	// external system that produced the trace.
	ClientRequestId *string        `` /* 154-byte string literal not displayed */
	TraceLocation   *TraceLocation `` /* 140-byte string literal not displayed */
	// [Deprecated, please use `request_preview` instead.]
	// Request to the model/agent.
	// Equivalent to the input of the root span but added for ease of access.
	// Represented as a JSON string.
	Request *string `protobuf:"bytes,4,opt,name=request" json:"request,omitempty" query:"request" params:"request"`
	// [Deprecated, please use `request_preview` instead.]
	// Response of the model/agent.
	// Equivalent to the output of the root span but added for ease of access.
	// Represented as a JSON string.
	Response *string `protobuf:"bytes,5,opt,name=response" json:"response,omitempty" query:"response" params:"response"`
	// A preview of the request to the model/agent represented as a JSON string. This is equivalent to the input of the root
	// span. This preview value is truncated to 10KB while the full request is stored in the trace data in blob storage.
	RequestPreview *string `` /* 146-byte string literal not displayed */
	// A preview of the request to the model/agent represented as a JSON string. This is equivalent to the output of the root
	// span. This preview value is truncated to 10KB while the full response is stored in the trace data in blob storage.
	ResponsePreview *string `` /* 151-byte string literal not displayed */
	// Start time of the trace
	RequestTime *timestamppb.Timestamp `` /* 130-byte string literal not displayed */
	// Execution time of the trace
	ExecutionDuration *durationpb.Duration `` /* 160-byte string literal not displayed */
	State             *TraceInfoV3_State   `protobuf:"varint,8,opt,name=state,enum=mlflow.TraceInfoV3_State" json:"state,omitempty" query:"state" params:"state"`
	// Metadata associated with the trace.
	// Examples include:
	//   - run_id: The ID of the mlflow Run (i.e. evaluation job) that produced the trace. May not be
	//     applicable in certain situations such as if the trace was created via interactive vibe checks)
	//   - model_id: The ID of the associated model that produced the trace.
	//   - dataset_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
	//   - dataset_record_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
	//   - session_id: The ID of the session (e.g. chat conversation) where the request came from
	TraceMetadata map[string]string `` /* 214-byte string literal not displayed */
	Assessments   []*Assessment     `protobuf:"bytes,10,rep,name=assessments" json:"assessments,omitempty" query:"assessments" params:"assessments"`
	// Mutable, user-defined tags for the trace, e.g. “question_topic”: “DBSQL”
	Tags map[string]string `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TraceInfoV3) Descriptor deprecated added in v0.2.2

func (*TraceInfoV3) Descriptor() ([]byte, []int)

Deprecated: Use TraceInfoV3.ProtoReflect.Descriptor instead.

func (*TraceInfoV3) GetAssessments added in v0.2.2

func (x *TraceInfoV3) GetAssessments() []*Assessment

func (*TraceInfoV3) GetClientRequestId added in v0.2.2

func (x *TraceInfoV3) GetClientRequestId() string

func (*TraceInfoV3) GetExecutionDuration added in v0.2.2

func (x *TraceInfoV3) GetExecutionDuration() *durationpb.Duration

func (*TraceInfoV3) GetRequest added in v0.2.2

func (x *TraceInfoV3) GetRequest() string

func (*TraceInfoV3) GetRequestPreview added in v0.2.2

func (x *TraceInfoV3) GetRequestPreview() string

func (*TraceInfoV3) GetRequestTime added in v0.2.2

func (x *TraceInfoV3) GetRequestTime() *timestamppb.Timestamp

func (*TraceInfoV3) GetResponse added in v0.2.2

func (x *TraceInfoV3) GetResponse() string

func (*TraceInfoV3) GetResponsePreview added in v0.2.2

func (x *TraceInfoV3) GetResponsePreview() string

func (*TraceInfoV3) GetState added in v0.2.2

func (x *TraceInfoV3) GetState() TraceInfoV3_State

func (*TraceInfoV3) GetTags added in v0.2.2

func (x *TraceInfoV3) GetTags() map[string]string

func (*TraceInfoV3) GetTraceId added in v0.2.2

func (x *TraceInfoV3) GetTraceId() string

func (*TraceInfoV3) GetTraceLocation added in v0.2.2

func (x *TraceInfoV3) GetTraceLocation() *TraceLocation

func (*TraceInfoV3) GetTraceMetadata added in v0.2.2

func (x *TraceInfoV3) GetTraceMetadata() map[string]string

func (*TraceInfoV3) ProtoMessage added in v0.2.2

func (*TraceInfoV3) ProtoMessage()

func (*TraceInfoV3) ProtoReflect added in v0.2.2

func (x *TraceInfoV3) ProtoReflect() protoreflect.Message

func (*TraceInfoV3) Reset added in v0.2.2

func (x *TraceInfoV3) Reset()

func (*TraceInfoV3) String added in v0.2.2

func (x *TraceInfoV3) String() string

type TraceInfoV3_State added in v0.2.2

type TraceInfoV3_State int32

Execution state of the trace at the time that it was logged.

const (
	TraceInfoV3_STATE_UNSPECIFIED TraceInfoV3_State = 0
	// The operation being traced was successful.
	TraceInfoV3_OK TraceInfoV3_State = 1
	// The operation being traced failed.
	TraceInfoV3_ERROR TraceInfoV3_State = 2
	// The operation being traced is still in progress. This is useful for incremental/distributed tracing logging in
	// contrast with when the full trace is logged only upon its completion.
	TraceInfoV3_IN_PROGRESS TraceInfoV3_State = 3
)

func (TraceInfoV3_State) Descriptor added in v0.2.2

func (TraceInfoV3_State) Enum added in v0.2.2

func (TraceInfoV3_State) EnumDescriptor deprecated added in v0.2.2

func (TraceInfoV3_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use TraceInfoV3_State.Descriptor instead.

func (TraceInfoV3_State) Number added in v0.2.2

func (TraceInfoV3_State) String added in v0.2.2

func (x TraceInfoV3_State) String() string

func (TraceInfoV3_State) Type added in v0.2.2

func (*TraceInfoV3_State) UnmarshalJSON deprecated added in v0.2.2

func (x *TraceInfoV3_State) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type TraceLocation added in v0.2.2

type TraceLocation struct {
	Type *TraceLocation_TraceLocationType `` /* 126-byte string literal not displayed */
	// Types that are assignable to Identifier:
	//
	//	*TraceLocation_MlflowExperiment
	//	*TraceLocation_InferenceTable
	Identifier isTraceLocation_Identifier `protobuf_oneof:"identifier"`
	// contains filtered or unexported fields
}

The location where the traces was stored and produced

func (*TraceLocation) Descriptor deprecated added in v0.2.2

func (*TraceLocation) Descriptor() ([]byte, []int)

Deprecated: Use TraceLocation.ProtoReflect.Descriptor instead.

func (*TraceLocation) GetIdentifier added in v0.2.2

func (m *TraceLocation) GetIdentifier() isTraceLocation_Identifier

func (*TraceLocation) GetInferenceTable added in v0.2.2

func (x *TraceLocation) GetInferenceTable() *TraceLocation_InferenceTableLocation

func (*TraceLocation) GetMlflowExperiment added in v0.2.2

func (x *TraceLocation) GetMlflowExperiment() *TraceLocation_MlflowExperimentLocation

func (*TraceLocation) GetType added in v0.2.2

func (*TraceLocation) ProtoMessage added in v0.2.2

func (*TraceLocation) ProtoMessage()

func (*TraceLocation) ProtoReflect added in v0.2.2

func (x *TraceLocation) ProtoReflect() protoreflect.Message

func (*TraceLocation) Reset added in v0.2.2

func (x *TraceLocation) Reset()

func (*TraceLocation) String added in v0.2.2

func (x *TraceLocation) String() string

type TraceLocation_InferenceTable added in v0.2.2

type TraceLocation_InferenceTable struct {
	InferenceTable *TraceLocation_InferenceTableLocation `protobuf:"bytes,3,opt,name=inference_table,json=inferenceTable,oneof"`
}

type TraceLocation_InferenceTableLocation added in v0.2.2

type TraceLocation_InferenceTableLocation struct {

	// Full inference table name in the form of catalog.schema.table_name
	FullTableName *string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TraceLocation_InferenceTableLocation) Descriptor deprecated added in v0.2.2

func (*TraceLocation_InferenceTableLocation) Descriptor() ([]byte, []int)

Deprecated: Use TraceLocation_InferenceTableLocation.ProtoReflect.Descriptor instead.

func (*TraceLocation_InferenceTableLocation) GetFullTableName added in v0.2.2

func (x *TraceLocation_InferenceTableLocation) GetFullTableName() string

func (*TraceLocation_InferenceTableLocation) ProtoMessage added in v0.2.2

func (*TraceLocation_InferenceTableLocation) ProtoMessage()

func (*TraceLocation_InferenceTableLocation) ProtoReflect added in v0.2.2

func (*TraceLocation_InferenceTableLocation) Reset added in v0.2.2

func (*TraceLocation_InferenceTableLocation) String added in v0.2.2

type TraceLocation_MlflowExperiment added in v0.2.2

type TraceLocation_MlflowExperiment struct {
	MlflowExperiment *TraceLocation_MlflowExperimentLocation `protobuf:"bytes,2,opt,name=mlflow_experiment,json=mlflowExperiment,oneof"`
}

type TraceLocation_MlflowExperimentLocation added in v0.2.2

type TraceLocation_MlflowExperimentLocation struct {

	// MLflow experiment ID which is the ACL container holding the trace.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TraceLocation_MlflowExperimentLocation) Descriptor deprecated added in v0.2.2

func (*TraceLocation_MlflowExperimentLocation) Descriptor() ([]byte, []int)

Deprecated: Use TraceLocation_MlflowExperimentLocation.ProtoReflect.Descriptor instead.

func (*TraceLocation_MlflowExperimentLocation) GetExperimentId added in v0.2.2

func (x *TraceLocation_MlflowExperimentLocation) GetExperimentId() string

func (*TraceLocation_MlflowExperimentLocation) ProtoMessage added in v0.2.2

func (*TraceLocation_MlflowExperimentLocation) ProtoReflect added in v0.2.2

func (*TraceLocation_MlflowExperimentLocation) Reset added in v0.2.2

func (*TraceLocation_MlflowExperimentLocation) String added in v0.2.2

type TraceLocation_TraceLocationType added in v0.2.2

type TraceLocation_TraceLocationType int32
const (
	TraceLocation_TRACE_LOCATION_TYPE_UNSPECIFIED TraceLocation_TraceLocationType = 0
	TraceLocation_MLFLOW_EXPERIMENT               TraceLocation_TraceLocationType = 1
	TraceLocation_INFERENCE_TABLE                 TraceLocation_TraceLocationType = 2
)

func (TraceLocation_TraceLocationType) Descriptor added in v0.2.2

func (TraceLocation_TraceLocationType) Enum added in v0.2.2

func (TraceLocation_TraceLocationType) EnumDescriptor deprecated added in v0.2.2

func (TraceLocation_TraceLocationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TraceLocation_TraceLocationType.Descriptor instead.

func (TraceLocation_TraceLocationType) Number added in v0.2.2

func (TraceLocation_TraceLocationType) String added in v0.2.2

func (TraceLocation_TraceLocationType) Type added in v0.2.2

func (*TraceLocation_TraceLocationType) UnmarshalJSON deprecated added in v0.2.2

func (x *TraceLocation_TraceLocationType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type TraceRequestMetadata

type TraceRequestMetadata struct {

	// Key identifying this metadata.
	Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// Value identifying this metadata.
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// contains filtered or unexported fields
}

func (*TraceRequestMetadata) Descriptor deprecated

func (*TraceRequestMetadata) Descriptor() ([]byte, []int)

Deprecated: Use TraceRequestMetadata.ProtoReflect.Descriptor instead.

func (*TraceRequestMetadata) GetKey

func (x *TraceRequestMetadata) GetKey() string

func (*TraceRequestMetadata) GetValue

func (x *TraceRequestMetadata) GetValue() string

func (*TraceRequestMetadata) ProtoMessage

func (*TraceRequestMetadata) ProtoMessage()

func (*TraceRequestMetadata) ProtoReflect

func (x *TraceRequestMetadata) ProtoReflect() protoreflect.Message

func (*TraceRequestMetadata) Reset

func (x *TraceRequestMetadata) Reset()

func (*TraceRequestMetadata) String

func (x *TraceRequestMetadata) String() string

type TraceStatus

type TraceStatus int32
const (
	TraceStatus_TRACE_STATUS_UNSPECIFIED TraceStatus = 0
	// The operation being traced was successful.
	TraceStatus_OK TraceStatus = 1
	// The operation being traced failed.
	TraceStatus_ERROR TraceStatus = 2
	// The operation being traced is still in progress.
	TraceStatus_IN_PROGRESS TraceStatus = 3
)

func (TraceStatus) Descriptor

func (TraceStatus) Enum

func (x TraceStatus) Enum() *TraceStatus

func (TraceStatus) EnumDescriptor deprecated

func (TraceStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use TraceStatus.Descriptor instead.

func (TraceStatus) Number

func (x TraceStatus) Number() protoreflect.EnumNumber

func (TraceStatus) String

func (x TraceStatus) String() string

func (TraceStatus) Type

func (*TraceStatus) UnmarshalJSON deprecated

func (x *TraceStatus) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type TraceTag

type TraceTag struct {

	// Key identifying this trace tag.
	Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// Value associated with this trace tag.
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// contains filtered or unexported fields
}

func (*TraceTag) Descriptor deprecated

func (*TraceTag) Descriptor() ([]byte, []int)

Deprecated: Use TraceTag.ProtoReflect.Descriptor instead.

func (*TraceTag) GetKey

func (x *TraceTag) GetKey() string

func (*TraceTag) GetValue

func (x *TraceTag) GetValue() string

func (*TraceTag) ProtoMessage

func (*TraceTag) ProtoMessage()

func (*TraceTag) ProtoReflect

func (x *TraceTag) ProtoReflect() protoreflect.Message

func (*TraceTag) Reset

func (x *TraceTag) Reset()

func (*TraceTag) String

func (x *TraceTag) String() string

type TransitionModelVersionStage

type TransitionModelVersionStage struct {

	// Name of the registered model
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// Model version number
	Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty" query:"version" params:"version"`
	// Transition `model_version` to new stage.
	Stage *string `protobuf:"bytes,3,opt,name=stage" json:"stage,omitempty" query:"stage" params:"stage"`
	// When transitioning a model version to a particular stage, this flag dictates whether all
	// existing model versions in that stage should be atomically moved to the "archived" stage.
	// This ensures that at-most-one model version exists in the target stage.
	// This field is *required* when transitioning a model versions's stage
	ArchiveExistingVersions *bool `` /* 195-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TransitionModelVersionStage) Descriptor deprecated

func (*TransitionModelVersionStage) Descriptor() ([]byte, []int)

Deprecated: Use TransitionModelVersionStage.ProtoReflect.Descriptor instead.

func (*TransitionModelVersionStage) GetArchiveExistingVersions

func (x *TransitionModelVersionStage) GetArchiveExistingVersions() bool

func (*TransitionModelVersionStage) GetName

func (x *TransitionModelVersionStage) GetName() string

func (*TransitionModelVersionStage) GetStage

func (x *TransitionModelVersionStage) GetStage() string

func (*TransitionModelVersionStage) GetVersion

func (x *TransitionModelVersionStage) GetVersion() string

func (*TransitionModelVersionStage) ProtoMessage

func (*TransitionModelVersionStage) ProtoMessage()

func (*TransitionModelVersionStage) ProtoReflect

func (*TransitionModelVersionStage) Reset

func (x *TransitionModelVersionStage) Reset()

func (*TransitionModelVersionStage) String

func (x *TransitionModelVersionStage) String() string

type TransitionModelVersionStage_Response

type TransitionModelVersionStage_Response struct {

	// Updated model version
	ModelVersion *ModelVersion `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TransitionModelVersionStage_Response) Descriptor deprecated

func (*TransitionModelVersionStage_Response) Descriptor() ([]byte, []int)

Deprecated: Use TransitionModelVersionStage_Response.ProtoReflect.Descriptor instead.

func (*TransitionModelVersionStage_Response) GetModelVersion

func (x *TransitionModelVersionStage_Response) GetModelVersion() *ModelVersion

func (*TransitionModelVersionStage_Response) ProtoMessage

func (*TransitionModelVersionStage_Response) ProtoMessage()

func (*TransitionModelVersionStage_Response) ProtoReflect

func (*TransitionModelVersionStage_Response) Reset

func (*TransitionModelVersionStage_Response) String

type UpdateAssessment added in v0.2.2

type UpdateAssessment struct {

	// The Assessment containing the fields which should be updated.
	Assessment *Assessment `protobuf:"bytes,1,opt,name=assessment" json:"assessment,omitempty" query:"assessment" params:"assessment"`
	// The list of the assessment fields to update. These should correspond to the values (or lack thereof) present in `assessment`.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask" json:"update_mask,omitempty" query:"update_mask" params:"update_mask"`
	// contains filtered or unexported fields
}

A request to update an existing assessment.

func (*UpdateAssessment) Descriptor deprecated added in v0.2.2

func (*UpdateAssessment) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAssessment.ProtoReflect.Descriptor instead.

func (*UpdateAssessment) GetAssessment added in v0.2.2

func (x *UpdateAssessment) GetAssessment() *Assessment

func (*UpdateAssessment) GetUpdateMask added in v0.2.2

func (x *UpdateAssessment) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateAssessment) ProtoMessage added in v0.2.2

func (*UpdateAssessment) ProtoMessage()

func (*UpdateAssessment) ProtoReflect added in v0.2.2

func (x *UpdateAssessment) ProtoReflect() protoreflect.Message

func (*UpdateAssessment) Reset added in v0.2.2

func (x *UpdateAssessment) Reset()

func (*UpdateAssessment) String added in v0.2.2

func (x *UpdateAssessment) String() string

type UpdateAssessment_Response added in v0.2.2

type UpdateAssessment_Response struct {

	// The Assessment after the update.
	Assessment *Assessment `protobuf:"bytes,1,opt,name=assessment" json:"assessment,omitempty" query:"assessment" params:"assessment"`
	// contains filtered or unexported fields
}

func (*UpdateAssessment_Response) Descriptor deprecated added in v0.2.2

func (*UpdateAssessment_Response) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAssessment_Response.ProtoReflect.Descriptor instead.

func (*UpdateAssessment_Response) GetAssessment added in v0.2.2

func (x *UpdateAssessment_Response) GetAssessment() *Assessment

func (*UpdateAssessment_Response) ProtoMessage added in v0.2.2

func (*UpdateAssessment_Response) ProtoMessage()

func (*UpdateAssessment_Response) ProtoReflect added in v0.2.2

func (*UpdateAssessment_Response) Reset added in v0.2.2

func (x *UpdateAssessment_Response) Reset()

func (*UpdateAssessment_Response) String added in v0.2.2

func (x *UpdateAssessment_Response) String() string

type UpdateExperiment

type UpdateExperiment struct {

	// ID of the associated experiment.
	ExperimentId *string `` /* 135-byte string literal not displayed */
	// If provided, the experiment's name is changed to the new name. The new name must be unique.
	NewName *string `protobuf:"bytes,2,opt,name=new_name,json=newName" json:"new_name,omitempty" query:"new_name" params:"new_name"`
	// contains filtered or unexported fields
}

func (*UpdateExperiment) Descriptor deprecated

func (*UpdateExperiment) Descriptor() ([]byte, []int)

Deprecated: Use UpdateExperiment.ProtoReflect.Descriptor instead.

func (*UpdateExperiment) GetExperimentId

func (x *UpdateExperiment) GetExperimentId() string

func (*UpdateExperiment) GetNewName

func (x *UpdateExperiment) GetNewName() string

func (*UpdateExperiment) ProtoMessage

func (*UpdateExperiment) ProtoMessage()

func (*UpdateExperiment) ProtoReflect

func (x *UpdateExperiment) ProtoReflect() protoreflect.Message

func (*UpdateExperiment) Reset

func (x *UpdateExperiment) Reset()

func (*UpdateExperiment) String

func (x *UpdateExperiment) String() string

type UpdateExperiment_Response

type UpdateExperiment_Response struct {
	// contains filtered or unexported fields
}

func (*UpdateExperiment_Response) Descriptor deprecated

func (*UpdateExperiment_Response) Descriptor() ([]byte, []int)

Deprecated: Use UpdateExperiment_Response.ProtoReflect.Descriptor instead.

func (*UpdateExperiment_Response) ProtoMessage

func (*UpdateExperiment_Response) ProtoMessage()

func (*UpdateExperiment_Response) ProtoReflect

func (*UpdateExperiment_Response) Reset

func (x *UpdateExperiment_Response) Reset()

func (*UpdateExperiment_Response) String

func (x *UpdateExperiment_Response) String() string

type UpdateModelVersion

type UpdateModelVersion struct {

	// Name of the registered model
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// Model version number
	Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty" query:"version" params:"version"`
	// If provided, updates the description for this “registered_model“.
	Description *string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty" query:"description" params:"description"`
	// contains filtered or unexported fields
}

func (*UpdateModelVersion) Descriptor deprecated

func (*UpdateModelVersion) Descriptor() ([]byte, []int)

Deprecated: Use UpdateModelVersion.ProtoReflect.Descriptor instead.

func (*UpdateModelVersion) GetDescription

func (x *UpdateModelVersion) GetDescription() string

func (*UpdateModelVersion) GetName

func (x *UpdateModelVersion) GetName() string

func (*UpdateModelVersion) GetVersion

func (x *UpdateModelVersion) GetVersion() string

func (*UpdateModelVersion) ProtoMessage

func (*UpdateModelVersion) ProtoMessage()

func (*UpdateModelVersion) ProtoReflect

func (x *UpdateModelVersion) ProtoReflect() protoreflect.Message

func (*UpdateModelVersion) Reset

func (x *UpdateModelVersion) Reset()

func (*UpdateModelVersion) String

func (x *UpdateModelVersion) String() string

type UpdateModelVersion_Response

type UpdateModelVersion_Response struct {

	// Return new version number generated for this model in registry.
	ModelVersion *ModelVersion `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateModelVersion_Response) Descriptor deprecated

func (*UpdateModelVersion_Response) Descriptor() ([]byte, []int)

Deprecated: Use UpdateModelVersion_Response.ProtoReflect.Descriptor instead.

func (*UpdateModelVersion_Response) GetModelVersion

func (x *UpdateModelVersion_Response) GetModelVersion() *ModelVersion

func (*UpdateModelVersion_Response) ProtoMessage

func (*UpdateModelVersion_Response) ProtoMessage()

func (*UpdateModelVersion_Response) ProtoReflect

func (*UpdateModelVersion_Response) Reset

func (x *UpdateModelVersion_Response) Reset()

func (*UpdateModelVersion_Response) String

func (x *UpdateModelVersion_Response) String() string

type UpdateRegisteredModel

type UpdateRegisteredModel struct {

	// Registered model unique name identifier.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty" query:"name" params:"name"`
	// If provided, updates the description for this “registered_model“.
	Description *string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty" query:"description" params:"description"`
	// Deployment job id for this model.
	DeploymentJobId *string `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateRegisteredModel) Descriptor deprecated

func (*UpdateRegisteredModel) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRegisteredModel.ProtoReflect.Descriptor instead.

func (*UpdateRegisteredModel) GetDeploymentJobId added in v0.2.2

func (x *UpdateRegisteredModel) GetDeploymentJobId() string

func (*UpdateRegisteredModel) GetDescription

func (x *UpdateRegisteredModel) GetDescription() string

func (*UpdateRegisteredModel) GetName

func (x *UpdateRegisteredModel) GetName() string

func (*UpdateRegisteredModel) ProtoMessage

func (*UpdateRegisteredModel) ProtoMessage()

func (*UpdateRegisteredModel) ProtoReflect

func (x *UpdateRegisteredModel) ProtoReflect() protoreflect.Message

func (*UpdateRegisteredModel) Reset

func (x *UpdateRegisteredModel) Reset()

func (*UpdateRegisteredModel) String

func (x *UpdateRegisteredModel) String() string

type UpdateRegisteredModel_Response

type UpdateRegisteredModel_Response struct {
	RegisteredModel *RegisteredModel `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateRegisteredModel_Response) Descriptor deprecated

func (*UpdateRegisteredModel_Response) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRegisteredModel_Response.ProtoReflect.Descriptor instead.

func (*UpdateRegisteredModel_Response) GetRegisteredModel

func (x *UpdateRegisteredModel_Response) GetRegisteredModel() *RegisteredModel

func (*UpdateRegisteredModel_Response) ProtoMessage

func (*UpdateRegisteredModel_Response) ProtoMessage()

func (*UpdateRegisteredModel_Response) ProtoReflect

func (*UpdateRegisteredModel_Response) Reset

func (x *UpdateRegisteredModel_Response) Reset()

func (*UpdateRegisteredModel_Response) String

type UpdateRun

type UpdateRun struct {

	// ID of the run to update. Must be provided.
	RunId *string `protobuf:"bytes,4,opt,name=run_id,json=runId" json:"run_id,omitempty" query:"run_id" params:"run_id"`
	// [Deprecated, use run_id instead] ID of the run to update.. This field will
	// be removed in a future MLflow version.
	RunUuid *string `protobuf:"bytes,1,opt,name=run_uuid,json=runUuid" json:"run_uuid,omitempty" query:"run_uuid" params:"run_uuid"`
	// Updated status of the run.
	Status *RunStatus `protobuf:"varint,2,opt,name=status,enum=mlflow.RunStatus" json:"status,omitempty" query:"status" params:"status"`
	// Unix timestamp in milliseconds of when the run ended.
	EndTime *int64 `protobuf:"varint,3,opt,name=end_time,json=endTime" json:"end_time,omitempty" query:"end_time" params:"end_time"`
	// Updated name of the run.
	RunName *string `protobuf:"bytes,5,opt,name=run_name,json=runName" json:"run_name,omitempty" query:"run_name" params:"run_name"`
	// contains filtered or unexported fields
}

func (*UpdateRun) Descriptor deprecated

func (*UpdateRun) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRun.ProtoReflect.Descriptor instead.

func (*UpdateRun) GetEndTime

func (x *UpdateRun) GetEndTime() int64

func (*UpdateRun) GetRunId

func (x *UpdateRun) GetRunId() string

func (*UpdateRun) GetRunName

func (x *UpdateRun) GetRunName() string

func (*UpdateRun) GetRunUuid

func (x *UpdateRun) GetRunUuid() string

func (*UpdateRun) GetStatus

func (x *UpdateRun) GetStatus() RunStatus

func (*UpdateRun) ProtoMessage

func (*UpdateRun) ProtoMessage()

func (*UpdateRun) ProtoReflect

func (x *UpdateRun) ProtoReflect() protoreflect.Message

func (*UpdateRun) Reset

func (x *UpdateRun) Reset()

func (*UpdateRun) String

func (x *UpdateRun) String() string

type UpdateRun_Response

type UpdateRun_Response struct {

	// Updated metadata of the run.
	RunInfo *RunInfo `protobuf:"bytes,1,opt,name=run_info,json=runInfo" json:"run_info,omitempty" query:"run_info" params:"run_info"`
	// contains filtered or unexported fields
}

func (*UpdateRun_Response) Descriptor deprecated

func (*UpdateRun_Response) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRun_Response.ProtoReflect.Descriptor instead.

func (*UpdateRun_Response) GetRunInfo

func (x *UpdateRun_Response) GetRunInfo() *RunInfo

func (*UpdateRun_Response) ProtoMessage

func (*UpdateRun_Response) ProtoMessage()

func (*UpdateRun_Response) ProtoReflect

func (x *UpdateRun_Response) ProtoReflect() protoreflect.Message

func (*UpdateRun_Response) Reset

func (x *UpdateRun_Response) Reset()

func (*UpdateRun_Response) String

func (x *UpdateRun_Response) String() string

type ViewType

type ViewType int32

View type for ListExperiments query.

const (
	// Default. Return only active experiments.
	ViewType_ACTIVE_ONLY ViewType = 1
	// Return only deleted experiments.
	ViewType_DELETED_ONLY ViewType = 2
	// Get all experiments.
	ViewType_ALL ViewType = 3
)

func (ViewType) Descriptor

func (ViewType) Descriptor() protoreflect.EnumDescriptor

func (ViewType) Enum

func (x ViewType) Enum() *ViewType

func (ViewType) EnumDescriptor deprecated

func (ViewType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ViewType.Descriptor instead.

func (ViewType) Number

func (x ViewType) Number() protoreflect.EnumNumber

func (ViewType) String

func (x ViewType) String() string

func (ViewType) Type

func (*ViewType) UnmarshalJSON deprecated

func (x *ViewType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Visibility

type Visibility int32

Visibility defines who is allowed to use the RPC.

const (
	// Public indicates visible to both external and internal customers.
	Visibility_PUBLIC Visibility = 1
	// Internal is only available to Databricks-internal clients.
	Visibility_INTERNAL Visibility = 2
	// Public-undocumented are accessible via public endpoints, but not documented. This is useful
	// for internal clients that depend on public endpoints (e.g. workflows running in the driver).
	Visibility_PUBLIC_UNDOCUMENTED Visibility = 3
)

func (Visibility) Descriptor

func (Visibility) Descriptor() protoreflect.EnumDescriptor

func (Visibility) Enum

func (x Visibility) Enum() *Visibility

func (Visibility) EnumDescriptor deprecated

func (Visibility) EnumDescriptor() ([]byte, []int)

Deprecated: Use Visibility.Descriptor instead.

func (Visibility) Number

func (x Visibility) Number() protoreflect.EnumNumber

func (Visibility) String

func (x Visibility) String() string

func (Visibility) Type

func (*Visibility) UnmarshalJSON deprecated

func (x *Visibility) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL