Documentation ¶
Index ¶
- func PossibleValuesForAssetProvisioningState() []string
- func PossibleValuesForListViewType() []string
- func ValidateFeatureStoreEntityID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error)
- type AssetProvisioningState
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type FeatureStoreEntityId
- type FeaturestoreEntityContainer
- type FeaturestoreEntityContainerClient
- func (c FeaturestoreEntityContainerClient) CreateOrUpdate(ctx context.Context, id FeatureStoreEntityId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c FeaturestoreEntityContainerClient) CreateOrUpdateThenPoll(ctx context.Context, id FeatureStoreEntityId, ...) error
- func (c FeaturestoreEntityContainerClient) Delete(ctx context.Context, id FeatureStoreEntityId) (result DeleteOperationResponse, err error)
- func (c FeaturestoreEntityContainerClient) DeleteThenPoll(ctx context.Context, id FeatureStoreEntityId) error
- func (c FeaturestoreEntityContainerClient) GetEntity(ctx context.Context, id FeatureStoreEntityId) (result GetEntityOperationResponse, err error)
- func (c FeaturestoreEntityContainerClient) List(ctx context.Context, id WorkspaceId, options ListOperationOptions) (result ListOperationResponse, err error)
- func (c FeaturestoreEntityContainerClient) ListComplete(ctx context.Context, id WorkspaceId, options ListOperationOptions) (ListCompleteResult, error)
- func (c FeaturestoreEntityContainerClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options ListOperationOptions, ...) (result ListCompleteResult, err error)
- type FeaturestoreEntityContainerResource
- type FeaturestoreEntityContainerResourceOperationPredicate
- type GetEntityOperationResponse
- type ListCompleteResult
- type ListCustomPager
- type ListOperationOptions
- type ListOperationResponse
- type ListViewType
- type WorkspaceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAssetProvisioningState ¶
func PossibleValuesForAssetProvisioningState() []string
func PossibleValuesForListViewType ¶
func PossibleValuesForListViewType() []string
func ValidateFeatureStoreEntityID ¶
func ValidateFeatureStoreEntityID(input interface{}, key string) (warnings []string, errors []error)
ValidateFeatureStoreEntityID checks that 'input' can be parsed as a Feature Store Entity ID
func ValidateWorkspaceID ¶
ValidateWorkspaceID checks that 'input' can be parsed as a Workspace ID
Types ¶
type AssetProvisioningState ¶
type AssetProvisioningState string
const ( AssetProvisioningStateCanceled AssetProvisioningState = "Canceled" AssetProvisioningStateCreating AssetProvisioningState = "Creating" AssetProvisioningStateDeleting AssetProvisioningState = "Deleting" AssetProvisioningStateFailed AssetProvisioningState = "Failed" AssetProvisioningStateSucceeded AssetProvisioningState = "Succeeded" AssetProvisioningStateUpdating AssetProvisioningState = "Updating" )
func (*AssetProvisioningState) UnmarshalJSON ¶
func (s *AssetProvisioningState) UnmarshalJSON(bytes []byte) error
type DeleteOperationResponse ¶
type FeatureStoreEntityId ¶
type FeatureStoreEntityId struct { SubscriptionId string ResourceGroupName string WorkspaceName string FeatureStoreEntityName string }
FeatureStoreEntityId is a struct representing the Resource ID for a Feature Store Entity
func NewFeatureStoreEntityID ¶
func NewFeatureStoreEntityID(subscriptionId string, resourceGroupName string, workspaceName string, featureStoreEntityName string) FeatureStoreEntityId
NewFeatureStoreEntityID returns a new FeatureStoreEntityId struct
func ParseFeatureStoreEntityID ¶
func ParseFeatureStoreEntityID(input string) (*FeatureStoreEntityId, error)
ParseFeatureStoreEntityID parses 'input' into a FeatureStoreEntityId
func ParseFeatureStoreEntityIDInsensitively ¶
func ParseFeatureStoreEntityIDInsensitively(input string) (*FeatureStoreEntityId, error)
ParseFeatureStoreEntityIDInsensitively parses 'input' case-insensitively into a FeatureStoreEntityId note: this method should only be used for API response data and not user input
func (*FeatureStoreEntityId) FromParseResult ¶
func (id *FeatureStoreEntityId) FromParseResult(input resourceids.ParseResult) error
func (FeatureStoreEntityId) ID ¶
func (id FeatureStoreEntityId) ID() string
ID returns the formatted Feature Store Entity ID
func (FeatureStoreEntityId) Segments ¶
func (id FeatureStoreEntityId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Feature Store Entity ID
func (FeatureStoreEntityId) String ¶
func (id FeatureStoreEntityId) String() string
String returns a human-readable description of this Feature Store Entity ID
type FeaturestoreEntityContainer ¶
type FeaturestoreEntityContainer struct { Description *string `json:"description,omitempty"` IsArchived *bool `json:"isArchived,omitempty"` LatestVersion *string `json:"latestVersion,omitempty"` NextVersion *string `json:"nextVersion,omitempty"` Properties *map[string]string `json:"properties,omitempty"` ProvisioningState *AssetProvisioningState `json:"provisioningState,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type FeaturestoreEntityContainerClient ¶
type FeaturestoreEntityContainerClient struct {
Client *resourcemanager.Client
}
func NewFeaturestoreEntityContainerClientWithBaseURI ¶
func NewFeaturestoreEntityContainerClientWithBaseURI(sdkApi sdkEnv.Api) (*FeaturestoreEntityContainerClient, error)
func (FeaturestoreEntityContainerClient) CreateOrUpdate ¶
func (c FeaturestoreEntityContainerClient) CreateOrUpdate(ctx context.Context, id FeatureStoreEntityId, input FeaturestoreEntityContainerResource) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (FeaturestoreEntityContainerClient) CreateOrUpdateThenPoll ¶
func (c FeaturestoreEntityContainerClient) CreateOrUpdateThenPoll(ctx context.Context, id FeatureStoreEntityId, input FeaturestoreEntityContainerResource) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (FeaturestoreEntityContainerClient) Delete ¶
func (c FeaturestoreEntityContainerClient) Delete(ctx context.Context, id FeatureStoreEntityId) (result DeleteOperationResponse, err error)
Delete ...
func (FeaturestoreEntityContainerClient) DeleteThenPoll ¶
func (c FeaturestoreEntityContainerClient) DeleteThenPoll(ctx context.Context, id FeatureStoreEntityId) error
DeleteThenPoll performs Delete then polls until it's completed
func (FeaturestoreEntityContainerClient) GetEntity ¶
func (c FeaturestoreEntityContainerClient) GetEntity(ctx context.Context, id FeatureStoreEntityId) (result GetEntityOperationResponse, err error)
GetEntity ...
func (FeaturestoreEntityContainerClient) List ¶
func (c FeaturestoreEntityContainerClient) List(ctx context.Context, id WorkspaceId, options ListOperationOptions) (result ListOperationResponse, err error)
List ...
func (FeaturestoreEntityContainerClient) ListComplete ¶
func (c FeaturestoreEntityContainerClient) ListComplete(ctx context.Context, id WorkspaceId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (FeaturestoreEntityContainerClient) ListCompleteMatchingPredicate ¶
func (c FeaturestoreEntityContainerClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options ListOperationOptions, predicate FeaturestoreEntityContainerResourceOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type FeaturestoreEntityContainerResource ¶
type FeaturestoreEntityContainerResource struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties FeaturestoreEntityContainer `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type FeaturestoreEntityContainerResourceOperationPredicate ¶
type FeaturestoreEntityContainerResourceOperationPredicate struct { Id *string Name *string Type *string }
func (FeaturestoreEntityContainerResourceOperationPredicate) Matches ¶
func (p FeaturestoreEntityContainerResourceOperationPredicate) Matches(input FeaturestoreEntityContainerResource) bool
type GetEntityOperationResponse ¶
type GetEntityOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *FeaturestoreEntityContainerResource }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []FeaturestoreEntityContainerResource }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationOptions ¶
type ListOperationOptions struct { CreatedBy *string Description *string ListViewType *ListViewType Name *string PageSize *int64 Skip *string Tags *string }
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
func (ListOperationOptions) ToHeaders ¶
func (o ListOperationOptions) ToHeaders() *client.Headers
func (ListOperationOptions) ToOData ¶
func (o ListOperationOptions) ToOData() *odata.Query
func (ListOperationOptions) ToQuery ¶
func (o ListOperationOptions) ToQuery() *client.QueryParams
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]FeaturestoreEntityContainerResource }
type ListViewType ¶
type ListViewType string
const ( ListViewTypeActiveOnly ListViewType = "ActiveOnly" ListViewTypeAll ListViewType = "All" ListViewTypeArchivedOnly ListViewType = "ArchivedOnly" )
func (*ListViewType) UnmarshalJSON ¶
func (s *ListViewType) UnmarshalJSON(bytes []byte) error
type WorkspaceId ¶
WorkspaceId is a struct representing the Resource ID for a Workspace
func NewWorkspaceID ¶
func NewWorkspaceID(subscriptionId string, resourceGroupName string, workspaceName string) WorkspaceId
NewWorkspaceID returns a new WorkspaceId struct
func ParseWorkspaceID ¶
func ParseWorkspaceID(input string) (*WorkspaceId, error)
ParseWorkspaceID parses 'input' into a WorkspaceId
func ParseWorkspaceIDInsensitively ¶
func ParseWorkspaceIDInsensitively(input string) (*WorkspaceId, error)
ParseWorkspaceIDInsensitively parses 'input' case-insensitively into a WorkspaceId note: this method should only be used for API response data and not user input
func (*WorkspaceId) FromParseResult ¶
func (id *WorkspaceId) FromParseResult(input resourceids.ParseResult) error
func (WorkspaceId) Segments ¶
func (id WorkspaceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace ID
func (WorkspaceId) String ¶
func (id WorkspaceId) String() string
String returns a human-readable description of this Workspace ID