Versions in this module Expand all Collapse all v0 v0.20241104.1140654 Nov 4, 2024 Changes in this version + func PossibleValuesForDataType() []string + func PossibleValuesForListViewType() []string + func PossibleValuesForPendingUploadCredentialType() []string + func PossibleValuesForPendingUploadType() []string + func ValidateDataID(input interface{}, key string) (warnings []string, errors []error) + func ValidateVersionID(input interface{}, key string) (warnings []string, errors []error) + type BaseDataVersionBaseImpl struct + DataType DataType + DataUri string + Description *string + IsAnonymous *bool + IsArchived *bool + Properties *map[string]string + Tags *map[string]string + func (s BaseDataVersionBaseImpl) DataVersionBase() BaseDataVersionBaseImpl + type BasePendingUploadCredentialDtoImpl struct + CredentialType PendingUploadCredentialType + func (s BasePendingUploadCredentialDtoImpl) PendingUploadCredentialDto() BasePendingUploadCredentialDtoImpl + type BlobReferenceForConsumptionDto struct + BlobUri *string + Credential PendingUploadCredentialDto + StorageAccountArmId *string + func (s *BlobReferenceForConsumptionDto) UnmarshalJSON(bytes []byte) error + type DataId struct + DataName string + RegistryName string + ResourceGroupName string + SubscriptionId string + func NewDataID(subscriptionId string, resourceGroupName string, registryName string, ...) DataId + func ParseDataID(input string) (*DataId, error) + func ParseDataIDInsensitively(input string) (*DataId, error) + func (id *DataId) FromParseResult(input resourceids.ParseResult) error + func (id DataId) ID() string + func (id DataId) Segments() []resourceids.Segment + func (id DataId) String() string + type DataType string + const DataTypeMltable + const DataTypeUriFile + const DataTypeUriFolder + func (s *DataType) UnmarshalJSON(bytes []byte) error + type DataVersionBase interface + DataVersionBase func() BaseDataVersionBaseImpl + func UnmarshalDataVersionBaseImplementation(input []byte) (DataVersionBase, error) + type DataVersionBaseResource struct + Id *string + Name *string + Properties DataVersionBase + SystemData *systemdata.SystemData + Type *string + func (s *DataVersionBaseResource) UnmarshalJSON(bytes []byte) error + type DataVersionBaseResourceOperationPredicate struct + Id *string + Name *string + Type *string + func (p DataVersionBaseResourceOperationPredicate) Matches(input DataVersionBaseResource) bool + type DataVersionRegistryClient struct + Client *resourcemanager.Client + func NewDataVersionRegistryClientWithBaseURI(sdkApi sdkEnv.Api) (*DataVersionRegistryClient, error) + func (c DataVersionRegistryClient) RegistryDataVersionsCreateOrGetStartPendingUpload(ctx context.Context, id VersionId, input PendingUploadRequestDto) (result RegistryDataVersionsCreateOrGetStartPendingUploadOperationResponse, ...) + func (c DataVersionRegistryClient) RegistryDataVersionsCreateOrUpdate(ctx context.Context, id VersionId, input DataVersionBaseResource) (result RegistryDataVersionsCreateOrUpdateOperationResponse, err error) + func (c DataVersionRegistryClient) RegistryDataVersionsCreateOrUpdateThenPoll(ctx context.Context, id VersionId, input DataVersionBaseResource) error + func (c DataVersionRegistryClient) RegistryDataVersionsDelete(ctx context.Context, id VersionId) (result RegistryDataVersionsDeleteOperationResponse, err error) + func (c DataVersionRegistryClient) RegistryDataVersionsDeleteThenPoll(ctx context.Context, id VersionId) error + func (c DataVersionRegistryClient) RegistryDataVersionsGet(ctx context.Context, id VersionId) (result RegistryDataVersionsGetOperationResponse, err error) + func (c DataVersionRegistryClient) RegistryDataVersionsList(ctx context.Context, id DataId, ...) (result RegistryDataVersionsListOperationResponse, err error) + func (c DataVersionRegistryClient) RegistryDataVersionsListComplete(ctx context.Context, id DataId, ...) (RegistryDataVersionsListCompleteResult, error) + func (c DataVersionRegistryClient) RegistryDataVersionsListCompleteMatchingPredicate(ctx context.Context, id DataId, ...) (result RegistryDataVersionsListCompleteResult, err error) + type ListViewType string + const ListViewTypeActiveOnly + const ListViewTypeAll + const ListViewTypeArchivedOnly + func (s *ListViewType) UnmarshalJSON(bytes []byte) error + type MLTableData struct + DataType DataType + DataUri string + Description *string + IsAnonymous *bool + IsArchived *bool + Properties *map[string]string + ReferencedUris *[]string + Tags *map[string]string + func (s MLTableData) DataVersionBase() BaseDataVersionBaseImpl + func (s MLTableData) MarshalJSON() ([]byte, error) + type PendingUploadCredentialDto interface + PendingUploadCredentialDto func() BasePendingUploadCredentialDtoImpl + func UnmarshalPendingUploadCredentialDtoImplementation(input []byte) (PendingUploadCredentialDto, error) + type PendingUploadCredentialType string + const PendingUploadCredentialTypeSAS + func (s *PendingUploadCredentialType) UnmarshalJSON(bytes []byte) error + type PendingUploadRequestDto struct + PendingUploadId *string + PendingUploadType *PendingUploadType + type PendingUploadResponseDto struct + BlobReferenceForConsumption *BlobReferenceForConsumptionDto + PendingUploadId *string + PendingUploadType *PendingUploadType + type PendingUploadType string + const PendingUploadTypeNone + const PendingUploadTypeTemporaryBlobReference + func (s *PendingUploadType) UnmarshalJSON(bytes []byte) error + type RawDataVersionBaseImpl struct + Type string + Values map[string]interface{} + func (s RawDataVersionBaseImpl) DataVersionBase() BaseDataVersionBaseImpl + type RawPendingUploadCredentialDtoImpl struct + Type string + Values map[string]interface{} + func (s RawPendingUploadCredentialDtoImpl) PendingUploadCredentialDto() BasePendingUploadCredentialDtoImpl + type RegistryDataVersionsCreateOrGetStartPendingUploadOperationResponse struct + HttpResponse *http.Response + Model *PendingUploadResponseDto + OData *odata.OData + type RegistryDataVersionsCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *DataVersionBaseResource + OData *odata.OData + Poller pollers.Poller + type RegistryDataVersionsDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type RegistryDataVersionsGetOperationResponse struct + HttpResponse *http.Response + Model *DataVersionBaseResource + OData *odata.OData + type RegistryDataVersionsListCompleteResult struct + Items []DataVersionBaseResource + LatestHttpResponse *http.Response + type RegistryDataVersionsListCustomPager struct + NextLink *odata.Link + func (p *RegistryDataVersionsListCustomPager) NextPageLink() *odata.Link + type RegistryDataVersionsListOperationOptions struct + ListViewType *ListViewType + OrderBy *string + Skip *string + Tags *string + Top *int64 + func DefaultRegistryDataVersionsListOperationOptions() RegistryDataVersionsListOperationOptions + func (o RegistryDataVersionsListOperationOptions) ToHeaders() *client.Headers + func (o RegistryDataVersionsListOperationOptions) ToOData() *odata.Query + func (o RegistryDataVersionsListOperationOptions) ToQuery() *client.QueryParams + type RegistryDataVersionsListOperationResponse struct + HttpResponse *http.Response + Model *[]DataVersionBaseResource + OData *odata.OData + type SASCredentialDto struct + CredentialType PendingUploadCredentialType + SasUri *string + func (s SASCredentialDto) MarshalJSON() ([]byte, error) + func (s SASCredentialDto) PendingUploadCredentialDto() BasePendingUploadCredentialDtoImpl + type UriFileDataVersion struct + DataType DataType + DataUri string + Description *string + IsAnonymous *bool + IsArchived *bool + Properties *map[string]string + Tags *map[string]string + func (s UriFileDataVersion) DataVersionBase() BaseDataVersionBaseImpl + func (s UriFileDataVersion) MarshalJSON() ([]byte, error) + type UriFolderDataVersion struct + DataType DataType + DataUri string + Description *string + IsAnonymous *bool + IsArchived *bool + Properties *map[string]string + Tags *map[string]string + func (s UriFolderDataVersion) DataVersionBase() BaseDataVersionBaseImpl + func (s UriFolderDataVersion) MarshalJSON() ([]byte, error) + type VersionId struct + DataName string + RegistryName string + ResourceGroupName string + SubscriptionId string + VersionName string + func NewVersionID(subscriptionId string, resourceGroupName string, registryName string, ...) VersionId + func ParseVersionID(input string) (*VersionId, error) + func ParseVersionIDInsensitively(input string) (*VersionId, error) + func (id *VersionId) FromParseResult(input resourceids.ParseResult) error + func (id VersionId) ID() string + func (id VersionId) Segments() []resourceids.Segment + func (id VersionId) String() string