Documentation ¶
Index ¶
- func PossibleValuesForEndpointAuthMode() []string
- func PossibleValuesForEndpointComputeType() []string
- func PossibleValuesForEndpointProvisioningState() []string
- func PossibleValuesForKeyType() []string
- func PossibleValuesForManagedServiceIdentityType() []string
- func PossibleValuesForOrderString() []string
- func PossibleValuesForSkuTier() []string
- func ValidateOnlineEndpointID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type EndpointAuthKeys
- type EndpointAuthMode
- type EndpointAuthToken
- type EndpointComputeType
- type EndpointProvisioningState
- type GetOperationResponse
- type GetTokenOperationResponse
- type KeyType
- type ListCompleteResult
- type ListKeysOperationResponse
- type ListOperationOptions
- type ListOperationResponse
- type ManagedServiceIdentityType
- type OnlineEndpoint
- type OnlineEndpointClient
- func (c OnlineEndpointClient) CreateOrUpdate(ctx context.Context, id OnlineEndpointId, input OnlineEndpointTrackedResource) (result CreateOrUpdateOperationResponse, err error)
- func (c OnlineEndpointClient) CreateOrUpdateThenPoll(ctx context.Context, id OnlineEndpointId, input OnlineEndpointTrackedResource) error
- func (c OnlineEndpointClient) Delete(ctx context.Context, id OnlineEndpointId) (result DeleteOperationResponse, err error)
- func (c OnlineEndpointClient) DeleteThenPoll(ctx context.Context, id OnlineEndpointId) error
- func (c OnlineEndpointClient) Get(ctx context.Context, id OnlineEndpointId) (result GetOperationResponse, err error)
- func (c OnlineEndpointClient) GetToken(ctx context.Context, id OnlineEndpointId) (result GetTokenOperationResponse, err error)
- func (c OnlineEndpointClient) List(ctx context.Context, id WorkspaceId, options ListOperationOptions) (resp ListOperationResponse, err error)
- func (c OnlineEndpointClient) ListComplete(ctx context.Context, id WorkspaceId, options ListOperationOptions) (ListCompleteResult, error)
- func (c OnlineEndpointClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options ListOperationOptions, ...) (resp ListCompleteResult, err error)
- func (c OnlineEndpointClient) ListKeys(ctx context.Context, id OnlineEndpointId) (result ListKeysOperationResponse, err error)
- func (c OnlineEndpointClient) RegenerateKeys(ctx context.Context, id OnlineEndpointId, input RegenerateEndpointKeysRequest) (result RegenerateKeysOperationResponse, err error)
- func (c OnlineEndpointClient) RegenerateKeysThenPoll(ctx context.Context, id OnlineEndpointId, input RegenerateEndpointKeysRequest) error
- func (c OnlineEndpointClient) Update(ctx context.Context, id OnlineEndpointId, ...) (result UpdateOperationResponse, err error)
- func (c OnlineEndpointClient) UpdateThenPoll(ctx context.Context, id OnlineEndpointId, ...) error
- type OnlineEndpointId
- type OnlineEndpointTrackedResource
- type OnlineEndpointTrackedResourceOperationPredicate
- type OrderString
- type PartialManagedServiceIdentity
- type PartialMinimalTrackedResourceWithIdentity
- type RegenerateEndpointKeysRequest
- type RegenerateKeysOperationResponse
- type Sku
- type SkuTier
- type UpdateOperationResponse
- type WorkspaceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForEndpointAuthMode ¶
func PossibleValuesForEndpointAuthMode() []string
func PossibleValuesForEndpointComputeType ¶
func PossibleValuesForEndpointComputeType() []string
func PossibleValuesForEndpointProvisioningState ¶
func PossibleValuesForEndpointProvisioningState() []string
func PossibleValuesForKeyType ¶
func PossibleValuesForKeyType() []string
func PossibleValuesForManagedServiceIdentityType ¶
func PossibleValuesForManagedServiceIdentityType() []string
func PossibleValuesForOrderString ¶
func PossibleValuesForOrderString() []string
func PossibleValuesForSkuTier ¶
func PossibleValuesForSkuTier() []string
func ValidateOnlineEndpointID ¶
ValidateOnlineEndpointID checks that 'input' can be parsed as a Online Endpoint ID
func ValidateWorkspaceID ¶
ValidateWorkspaceID checks that 'input' can be parsed as a Workspace ID
Types ¶
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type DeleteOperationResponse ¶
type DeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type EndpointAuthKeys ¶
type EndpointAuthMode ¶
type EndpointAuthMode string
const ( EndpointAuthModeAADToken EndpointAuthMode = "AADToken" EndpointAuthModeAMLToken EndpointAuthMode = "AMLToken" EndpointAuthModeKey EndpointAuthMode = "Key" )
type EndpointAuthToken ¶
type EndpointComputeType ¶
type EndpointComputeType string
const ( EndpointComputeTypeAzureMLCompute EndpointComputeType = "AzureMLCompute" EndpointComputeTypeKubernetes EndpointComputeType = "Kubernetes" EndpointComputeTypeManaged EndpointComputeType = "Managed" )
type EndpointProvisioningState ¶
type EndpointProvisioningState string
const ( EndpointProvisioningStateCanceled EndpointProvisioningState = "Canceled" EndpointProvisioningStateCreating EndpointProvisioningState = "Creating" EndpointProvisioningStateDeleting EndpointProvisioningState = "Deleting" EndpointProvisioningStateFailed EndpointProvisioningState = "Failed" EndpointProvisioningStateSucceeded EndpointProvisioningState = "Succeeded" EndpointProvisioningStateUpdating EndpointProvisioningState = "Updating" )
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *OnlineEndpointTrackedResource }
type GetTokenOperationResponse ¶
type GetTokenOperationResponse struct { HttpResponse *http.Response Model *EndpointAuthToken }
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []OnlineEndpointTrackedResource
}
type ListKeysOperationResponse ¶
type ListKeysOperationResponse struct { HttpResponse *http.Response Model *EndpointAuthKeys }
type ListOperationOptions ¶
type ListOperationOptions struct { ComputeType *EndpointComputeType Count *int64 Name *string OrderBy *OrderString Properties *string Skip *string Tags *string }
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]OnlineEndpointTrackedResource // contains filtered or unexported fields }
func (ListOperationResponse) HasMore ¶
func (r ListOperationResponse) HasMore() bool
func (ListOperationResponse) LoadMore ¶
func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error)
type ManagedServiceIdentityType ¶
type ManagedServiceIdentityType string
const ( ManagedServiceIdentityTypeNone ManagedServiceIdentityType = "None" ManagedServiceIdentityTypeSystemAssigned ManagedServiceIdentityType = "SystemAssigned" ManagedServiceIdentityTypeSystemAssignedUserAssigned ManagedServiceIdentityType = "SystemAssigned,UserAssigned" ManagedServiceIdentityTypeUserAssigned ManagedServiceIdentityType = "UserAssigned" )
type OnlineEndpoint ¶
type OnlineEndpoint struct { AuthMode EndpointAuthMode `json:"authMode"` Compute *string `json:"compute,omitempty"` Description *string `json:"description,omitempty"` Keys *EndpointAuthKeys `json:"keys,omitempty"` Properties *map[string]string `json:"properties,omitempty"` ProvisioningState *EndpointProvisioningState `json:"provisioningState,omitempty"` ScoringUri *string `json:"scoringUri,omitempty"` SwaggerUri *string `json:"swaggerUri,omitempty"` Traffic *map[string]int64 `json:"traffic,omitempty"` }
type OnlineEndpointClient ¶
type OnlineEndpointClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewOnlineEndpointClientWithBaseURI ¶
func NewOnlineEndpointClientWithBaseURI(endpoint string) OnlineEndpointClient
func (OnlineEndpointClient) CreateOrUpdate ¶
func (c OnlineEndpointClient) CreateOrUpdate(ctx context.Context, id OnlineEndpointId, input OnlineEndpointTrackedResource) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (OnlineEndpointClient) CreateOrUpdateThenPoll ¶
func (c OnlineEndpointClient) CreateOrUpdateThenPoll(ctx context.Context, id OnlineEndpointId, input OnlineEndpointTrackedResource) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (OnlineEndpointClient) Delete ¶
func (c OnlineEndpointClient) Delete(ctx context.Context, id OnlineEndpointId) (result DeleteOperationResponse, err error)
Delete ...
func (OnlineEndpointClient) DeleteThenPoll ¶
func (c OnlineEndpointClient) DeleteThenPoll(ctx context.Context, id OnlineEndpointId) error
DeleteThenPoll performs Delete then polls until it's completed
func (OnlineEndpointClient) Get ¶
func (c OnlineEndpointClient) Get(ctx context.Context, id OnlineEndpointId) (result GetOperationResponse, err error)
Get ...
func (OnlineEndpointClient) GetToken ¶
func (c OnlineEndpointClient) GetToken(ctx context.Context, id OnlineEndpointId) (result GetTokenOperationResponse, err error)
GetToken ...
func (OnlineEndpointClient) List ¶
func (c OnlineEndpointClient) List(ctx context.Context, id WorkspaceId, options ListOperationOptions) (resp ListOperationResponse, err error)
List ...
func (OnlineEndpointClient) ListComplete ¶
func (c OnlineEndpointClient) ListComplete(ctx context.Context, id WorkspaceId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (OnlineEndpointClient) ListCompleteMatchingPredicate ¶
func (c OnlineEndpointClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options ListOperationOptions, predicate OnlineEndpointTrackedResourceOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (OnlineEndpointClient) ListKeys ¶
func (c OnlineEndpointClient) ListKeys(ctx context.Context, id OnlineEndpointId) (result ListKeysOperationResponse, err error)
ListKeys ...
func (OnlineEndpointClient) RegenerateKeys ¶
func (c OnlineEndpointClient) RegenerateKeys(ctx context.Context, id OnlineEndpointId, input RegenerateEndpointKeysRequest) (result RegenerateKeysOperationResponse, err error)
RegenerateKeys ...
func (OnlineEndpointClient) RegenerateKeysThenPoll ¶
func (c OnlineEndpointClient) RegenerateKeysThenPoll(ctx context.Context, id OnlineEndpointId, input RegenerateEndpointKeysRequest) error
RegenerateKeysThenPoll performs RegenerateKeys then polls until it's completed
func (OnlineEndpointClient) Update ¶
func (c OnlineEndpointClient) Update(ctx context.Context, id OnlineEndpointId, input PartialMinimalTrackedResourceWithIdentity) (result UpdateOperationResponse, err error)
Update ...
func (OnlineEndpointClient) UpdateThenPoll ¶
func (c OnlineEndpointClient) UpdateThenPoll(ctx context.Context, id OnlineEndpointId, input PartialMinimalTrackedResourceWithIdentity) error
UpdateThenPoll performs Update then polls until it's completed
type OnlineEndpointId ¶
type OnlineEndpointId struct { SubscriptionId string ResourceGroupName string WorkspaceName string EndpointName string }
OnlineEndpointId is a struct representing the Resource ID for a Online Endpoint
func NewOnlineEndpointID ¶
func NewOnlineEndpointID(subscriptionId string, resourceGroupName string, workspaceName string, endpointName string) OnlineEndpointId
NewOnlineEndpointID returns a new OnlineEndpointId struct
func ParseOnlineEndpointID ¶
func ParseOnlineEndpointID(input string) (*OnlineEndpointId, error)
ParseOnlineEndpointID parses 'input' into a OnlineEndpointId
func ParseOnlineEndpointIDInsensitively ¶
func ParseOnlineEndpointIDInsensitively(input string) (*OnlineEndpointId, error)
ParseOnlineEndpointIDInsensitively parses 'input' case-insensitively into a OnlineEndpointId note: this method should only be used for API response data and not user input
func (OnlineEndpointId) ID ¶
func (id OnlineEndpointId) ID() string
ID returns the formatted Online Endpoint ID
func (OnlineEndpointId) Segments ¶
func (id OnlineEndpointId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Online Endpoint ID
func (OnlineEndpointId) String ¶
func (id OnlineEndpointId) String() string
String returns a human-readable description of this Online Endpoint ID
type OnlineEndpointTrackedResource ¶
type OnlineEndpointTrackedResource struct { Id *string `json:"id,omitempty"` Identity *identity.LegacySystemAndUserAssignedMap `json:"identity,omitempty"` Kind *string `json:"kind,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties OnlineEndpoint `json:"properties"` Sku *Sku `json:"sku,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type OnlineEndpointTrackedResourceOperationPredicate ¶
type OnlineEndpointTrackedResourceOperationPredicate struct { Id *string Kind *string Location *string Name *string Type *string }
func (OnlineEndpointTrackedResourceOperationPredicate) Matches ¶
func (p OnlineEndpointTrackedResourceOperationPredicate) Matches(input OnlineEndpointTrackedResource) bool
type OrderString ¶
type OrderString string
const ( OrderStringCreatedAtAsc OrderString = "CreatedAtAsc" OrderStringCreatedAtDesc OrderString = "CreatedAtDesc" OrderStringUpdatedAtAsc OrderString = "UpdatedAtAsc" OrderStringUpdatedAtDesc OrderString = "UpdatedAtDesc" )
type PartialManagedServiceIdentity ¶
type PartialManagedServiceIdentity struct { Type *ManagedServiceIdentityType `json:"type,omitempty"` UserAssignedIdentities *map[string]interface{} `json:"userAssignedIdentities,omitempty"` }
type PartialMinimalTrackedResourceWithIdentity ¶
type PartialMinimalTrackedResourceWithIdentity struct { Identity *PartialManagedServiceIdentity `json:"identity,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type RegenerateKeysOperationResponse ¶
type RegenerateKeysOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
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) 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
Source Files ¶
- client.go
- constants.go
- id_onlineendpoint.go
- id_workspace.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_gettoken_autorest.go
- method_list_autorest.go
- method_listkeys_autorest.go
- method_regeneratekeys_autorest.go
- method_update_autorest.go
- model_endpointauthkeys.go
- model_endpointauthtoken.go
- model_onlineendpoint.go
- model_onlineendpointtrackedresource.go
- model_partialmanagedserviceidentity.go
- model_partialminimaltrackedresourcewithidentity.go
- model_regenerateendpointkeysrequest.go
- model_sku.go
- predicates.go
- version.go