protos

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2024 License: Apache-2.0 Imports: 6 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_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_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_SearchTraces_MaxResults = int32(100)
)

Default values for SearchTraces fields.

Variables

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",
	}
	InputVertexType_value = map[string]int32{
		"RUN":     1,
		"DATASET": 2,
	}
)

Enum value maps for InputVertexType.

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 (
	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 (
	// 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_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 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 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 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"`
	// 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) 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"`
	// 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"`
	// contains filtered or unexported fields
}

func (*CreateRegisteredModel) Descriptor deprecated

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

Deprecated: Use CreateRegisteredModel.ProtoReflect.Descriptor instead.

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"`
	// Source information for the dataset. Note that the source may not exactly reproduce the
	// dataset if it was transformed / modified before use with MLflow.
	SourceType *string `` /* 145-byte string literal not displayed */
	// The type of the dataset source, e.g. ‘databricks-uc-table’, ‘DBFS’, ‘S3’, ...
	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 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 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 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"`
	// Model version number that the tag was logged under.
	Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty" query:"version" params:"version"`
	// Name of the tag. The name must be an exact match; wild-card deletion is not supported. Maximum size is 250 bytes.
	Key *string `protobuf:"bytes,3,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// 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"`
	// Name of the alias. The name must be an exact match; wild-card deletion is not supported. Maximum size is 256 bytes.
	Alias *string `protobuf:"bytes,2,opt,name=alias" json:"alias,omitempty" query:"alias" params:"alias"`
	// 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"`
	// Name of the tag. The name must be an exact match; wild-card deletion is not supported. Maximum size is 250 bytes.
	Key *string `protobuf:"bytes,2,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// 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.
	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 (*DeleteTraceTag) Descriptor deprecated

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

Deprecated: Use DeleteTraceTag.ProtoReflect.Descriptor instead.

func (*DeleteTraceTag) GetKey

func (x *DeleteTraceTag) GetKey() string

func (*DeleteTraceTag) GetRequestId

func (x *DeleteTraceTag) GetRequestId() 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 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 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 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 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 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 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 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"`
	// 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"`
	// Name of the alias. Maximum size is 256 bytes.
	Alias *string `protobuf:"bytes,2,opt,name=alias" json:"alias,omitempty" query:"alias" params:"alias"`
	// 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"`
	// 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 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 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
)

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 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"`
	// 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) 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 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"`
	// contains filtered or unexported fields
}

func (*LogMetric) Descriptor deprecated

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

Deprecated: Use LogMetric.ProtoReflect.Descriptor instead.

func (*LogMetric) GetKey

func (x *LogMetric) GetKey() 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 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 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"`
	// 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) GetKey

func (x *Metric) GetKey() 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 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"`
	// 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) GetDescription

func (x *ModelVersion) GetDescription() string

func (*ModelVersion) GetLastUpdatedTimestamp

func (x *ModelVersion) GetLastUpdatedTimestamp() int64

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 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 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"`
	// 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) 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"`
	// If provided, updates the name for this “registered_model“.
	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 (*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"`
	// 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) 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 */
	// 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) 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 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 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 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 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 SetModelVersionTag

type SetModelVersionTag struct {

	// Unique name of the 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"`
	// 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 `protobuf:"bytes,3,opt,name=key" json:"key,omitempty" query:"key" params:"key"`
	// String value of the tag being logged. Maximum size depends on storage backend.
	Value *string `protobuf:"bytes,4,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// 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"`
	// 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 `protobuf:"bytes,2,opt,name=alias" json:"alias,omitempty" query:"alias" params:"alias"`
	// 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"`
	// 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 `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.
	Value *string `protobuf:"bytes,3,opt,name=value" json:"value,omitempty" query:"value" params:"value"`
	// 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 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 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 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 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 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"`
	// contains filtered or unexported fields
}

func (*UpdateRegisteredModel) Descriptor deprecated

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

Deprecated: Use UpdateRegisteredModel.ProtoReflect.Descriptor instead.

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