artifacts

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

This section is empty.

Variables

View Source
var File_mlflow_artifacts_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AbortMultipartUpload

type AbortMultipartUpload struct {
	Path     *string `protobuf:"bytes,1,opt,name=path" json:"path,omitempty" query:"path" params:"path"`
	UploadId *string `protobuf:"bytes,2,opt,name=upload_id,json=uploadId" json:"upload_id,omitempty" query:"upload_id" params:"upload_id"`
	// contains filtered or unexported fields
}

func (*AbortMultipartUpload) Descriptor deprecated

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

Deprecated: Use AbortMultipartUpload.ProtoReflect.Descriptor instead.

func (*AbortMultipartUpload) GetPath

func (x *AbortMultipartUpload) GetPath() string

func (*AbortMultipartUpload) GetUploadId

func (x *AbortMultipartUpload) GetUploadId() string

func (*AbortMultipartUpload) ProtoMessage

func (*AbortMultipartUpload) ProtoMessage()

func (*AbortMultipartUpload) ProtoReflect

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

func (*AbortMultipartUpload) Reset

func (x *AbortMultipartUpload) Reset()

func (*AbortMultipartUpload) String

func (x *AbortMultipartUpload) String() string

type AbortMultipartUpload_Response

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

func (*AbortMultipartUpload_Response) Descriptor deprecated

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

Deprecated: Use AbortMultipartUpload_Response.ProtoReflect.Descriptor instead.

func (*AbortMultipartUpload_Response) ProtoMessage

func (*AbortMultipartUpload_Response) ProtoMessage()

func (*AbortMultipartUpload_Response) ProtoReflect

func (*AbortMultipartUpload_Response) Reset

func (x *AbortMultipartUpload_Response) Reset()

func (*AbortMultipartUpload_Response) String

type CompleteMultipartUpload

type CompleteMultipartUpload struct {
	Path     *string                `protobuf:"bytes,1,opt,name=path" json:"path,omitempty" query:"path" params:"path"`
	UploadId *string                `protobuf:"bytes,2,opt,name=upload_id,json=uploadId" json:"upload_id,omitempty" query:"upload_id" params:"upload_id"`
	Parts    []*MultipartUploadPart `protobuf:"bytes,3,rep,name=parts" json:"parts,omitempty" query:"parts" params:"parts"`
	// contains filtered or unexported fields
}

func (*CompleteMultipartUpload) Descriptor deprecated

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

Deprecated: Use CompleteMultipartUpload.ProtoReflect.Descriptor instead.

func (*CompleteMultipartUpload) GetParts

func (*CompleteMultipartUpload) GetPath

func (x *CompleteMultipartUpload) GetPath() 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 CreateMultipartUpload

type CreateMultipartUpload struct {
	Path     *string `protobuf:"bytes,1,opt,name=path" json:"path,omitempty" query:"path" params:"path"`
	NumParts *int64  `protobuf:"varint,2,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) 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 {
	UploadId    *string                      `protobuf:"bytes,1,opt,name=upload_id,json=uploadId" json:"upload_id,omitempty" query:"upload_id" params:"upload_id"`
	Credentials []*MultipartUploadCredential `protobuf:"bytes,2,rep,name=credentials" json:"credentials,omitempty" query:"credentials" params:"credentials"`
	// 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) GetCredentials

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 DeleteArtifact

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

func (*DeleteArtifact) Descriptor deprecated

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

Deprecated: Use DeleteArtifact.ProtoReflect.Descriptor instead.

func (*DeleteArtifact) ProtoMessage

func (*DeleteArtifact) ProtoMessage()

func (*DeleteArtifact) ProtoReflect

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

func (*DeleteArtifact) Reset

func (x *DeleteArtifact) Reset()

func (*DeleteArtifact) String

func (x *DeleteArtifact) String() string

type DeleteArtifact_Response

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

func (*DeleteArtifact_Response) Descriptor deprecated

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

Deprecated: Use DeleteArtifact_Response.ProtoReflect.Descriptor instead.

func (*DeleteArtifact_Response) ProtoMessage

func (*DeleteArtifact_Response) ProtoMessage()

func (*DeleteArtifact_Response) ProtoReflect

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

func (*DeleteArtifact_Response) Reset

func (x *DeleteArtifact_Response) Reset()

func (*DeleteArtifact_Response) String

func (x *DeleteArtifact_Response) String() string

type DownloadArtifact

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

func (*DownloadArtifact) Descriptor deprecated

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

Deprecated: Use DownloadArtifact.ProtoReflect.Descriptor instead.

func (*DownloadArtifact) ProtoMessage

func (*DownloadArtifact) ProtoMessage()

func (*DownloadArtifact) ProtoReflect

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

func (*DownloadArtifact) Reset

func (x *DownloadArtifact) Reset()

func (*DownloadArtifact) String

func (x *DownloadArtifact) String() string

type DownloadArtifact_Response

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

func (*DownloadArtifact_Response) Descriptor deprecated

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

Deprecated: Use DownloadArtifact_Response.ProtoReflect.Descriptor instead.

func (*DownloadArtifact_Response) ProtoMessage

func (*DownloadArtifact_Response) ProtoMessage()

func (*DownloadArtifact_Response) ProtoReflect

func (*DownloadArtifact_Response) Reset

func (x *DownloadArtifact_Response) Reset()

func (*DownloadArtifact_Response) String

func (x *DownloadArtifact_Response) 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
}

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 ListArtifacts

type ListArtifacts struct {

	// Filter artifacts matching this path (a relative path from the root artifact directory).
	Path *string `protobuf:"bytes,1,opt,name=path" json:"path,omitempty" query:"path" params:"path"`
	// contains filtered or unexported fields
}

func (*ListArtifacts) Descriptor deprecated

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

Deprecated: Use ListArtifacts.ProtoReflect.Descriptor instead.

func (*ListArtifacts) GetPath

func (x *ListArtifacts) GetPath() 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 {

	// File location and metadata for artifacts.
	Files []*FileInfo `protobuf:"bytes,1,rep,name=files" json:"files,omitempty" query:"files" params:"files"`
	// 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) 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 MultipartUploadCredential

type MultipartUploadCredential struct {
	Url        *string           `protobuf:"bytes,1,opt,name=url" json:"url,omitempty" query:"url" params:"url"`
	PartNumber *int64            `` /* 126-byte string literal not displayed */
	Headers    map[string]string `` /* 167-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MultipartUploadCredential) Descriptor deprecated

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

Deprecated: Use MultipartUploadCredential.ProtoReflect.Descriptor instead.

func (*MultipartUploadCredential) GetHeaders

func (x *MultipartUploadCredential) GetHeaders() map[string]string

func (*MultipartUploadCredential) GetPartNumber

func (x *MultipartUploadCredential) GetPartNumber() int64

func (*MultipartUploadCredential) GetUrl

func (x *MultipartUploadCredential) GetUrl() string

func (*MultipartUploadCredential) ProtoMessage

func (*MultipartUploadCredential) ProtoMessage()

func (*MultipartUploadCredential) ProtoReflect

func (*MultipartUploadCredential) Reset

func (x *MultipartUploadCredential) Reset()

func (*MultipartUploadCredential) String

func (x *MultipartUploadCredential) String() string

type MultipartUploadPart

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

func (*MultipartUploadPart) Descriptor deprecated

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

Deprecated: Use MultipartUploadPart.ProtoReflect.Descriptor instead.

func (*MultipartUploadPart) GetEtag

func (x *MultipartUploadPart) GetEtag() string

func (*MultipartUploadPart) GetPartNumber

func (x *MultipartUploadPart) GetPartNumber() int64

func (*MultipartUploadPart) GetUrl

func (x *MultipartUploadPart) GetUrl() string

func (*MultipartUploadPart) ProtoMessage

func (*MultipartUploadPart) ProtoMessage()

func (*MultipartUploadPart) ProtoReflect

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

func (*MultipartUploadPart) Reset

func (x *MultipartUploadPart) Reset()

func (*MultipartUploadPart) String

func (x *MultipartUploadPart) String() string

type UploadArtifact

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

func (*UploadArtifact) Descriptor deprecated

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

Deprecated: Use UploadArtifact.ProtoReflect.Descriptor instead.

func (*UploadArtifact) ProtoMessage

func (*UploadArtifact) ProtoMessage()

func (*UploadArtifact) ProtoReflect

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

func (*UploadArtifact) Reset

func (x *UploadArtifact) Reset()

func (*UploadArtifact) String

func (x *UploadArtifact) String() string

type UploadArtifact_Response

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

func (*UploadArtifact_Response) Descriptor deprecated

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

Deprecated: Use UploadArtifact_Response.ProtoReflect.Descriptor instead.

func (*UploadArtifact_Response) ProtoMessage

func (*UploadArtifact_Response) ProtoMessage()

func (*UploadArtifact_Response) ProtoReflect

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

func (*UploadArtifact_Response) Reset

func (x *UploadArtifact_Response) Reset()

func (*UploadArtifact_Response) String

func (x *UploadArtifact_Response) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL