Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForContentSafetyStatus() []string + func PossibleValuesForEndpointProvisioningState() []string + func PossibleValuesForKeyType() []string + func PossibleValuesForManagedServiceIdentityType() []string + func PossibleValuesForServerlessEndpointState() []string + func PossibleValuesForServerlessInferenceEndpointAuthMode() []string + func PossibleValuesForSkuTier() []string + func ValidateServerlessEndpointID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error) + type ContentSafety struct + ContentSafetyStatus ContentSafetyStatus + type ContentSafetyStatus string + const ContentSafetyStatusDisabled + const ContentSafetyStatusEnabled + func (s *ContentSafetyStatus) UnmarshalJSON(bytes []byte) error + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ServerlessEndpointTrackedResource + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type EndpointAuthKeys struct + PrimaryKey *string + SecondaryKey *string + type EndpointProvisioningState string + const EndpointProvisioningStateCanceled + const EndpointProvisioningStateCreating + const EndpointProvisioningStateDeleting + const EndpointProvisioningStateFailed + const EndpointProvisioningStateSucceeded + const EndpointProvisioningStateUpdating + func (s *EndpointProvisioningState) UnmarshalJSON(bytes []byte) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *ServerlessEndpointTrackedResource + OData *odata.OData + type KeyType string + const KeyTypePrimary + const KeyTypeSecondary + func (s *KeyType) UnmarshalJSON(bytes []byte) error + type ListCompleteResult struct + Items []ServerlessEndpointTrackedResource + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListKeysOperationResponse struct + HttpResponse *http.Response + Model *EndpointAuthKeys + OData *odata.OData + type ListOperationOptions struct + Skip *string + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ServerlessEndpointTrackedResource + OData *odata.OData + type ManagedServiceIdentityType string + const ManagedServiceIdentityTypeNone + const ManagedServiceIdentityTypeSystemAssigned + const ManagedServiceIdentityTypeSystemAssignedUserAssigned + const ManagedServiceIdentityTypeUserAssigned + func (s *ManagedServiceIdentityType) UnmarshalJSON(bytes []byte) error + type ModelSettings struct + ModelId *string + type PartialManagedServiceIdentity struct + Type *ManagedServiceIdentityType + UserAssignedIdentities *map[string]interface{} + type PartialMinimalTrackedResourceWithSkuAndIdentity struct + Identity *PartialManagedServiceIdentity + Sku *PartialSku + Tags *map[string]string + type PartialSku struct + Capacity *int64 + Family *string + Name *string + Size *string + Tier *SkuTier + type RegenerateEndpointKeysRequest struct + KeyType KeyType + KeyValue *string + type RegenerateKeysOperationResponse struct + HttpResponse *http.Response + Model *EndpointAuthKeys + OData *odata.OData + Poller pollers.Poller + type ServerlessEndpoint struct + AuthMode ServerlessInferenceEndpointAuthMode + ContentSafety *ContentSafety + EndpointState *ServerlessEndpointState + InferenceEndpoint *ServerlessInferenceEndpoint + MarketplaceSubscriptionId *string + ModelSettings *ModelSettings + ProvisioningState *EndpointProvisioningState + type ServerlessEndpointClient struct + Client *resourcemanager.Client + func NewServerlessEndpointClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerlessEndpointClient, error) + func (c ServerlessEndpointClient) CreateOrUpdate(ctx context.Context, id ServerlessEndpointId, ...) (result CreateOrUpdateOperationResponse, err error) + func (c ServerlessEndpointClient) CreateOrUpdateThenPoll(ctx context.Context, id ServerlessEndpointId, ...) error + func (c ServerlessEndpointClient) Delete(ctx context.Context, id ServerlessEndpointId) (result DeleteOperationResponse, err error) + func (c ServerlessEndpointClient) DeleteThenPoll(ctx context.Context, id ServerlessEndpointId) error + func (c ServerlessEndpointClient) Get(ctx context.Context, id ServerlessEndpointId) (result GetOperationResponse, err error) + func (c ServerlessEndpointClient) List(ctx context.Context, id WorkspaceId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c ServerlessEndpointClient) ListComplete(ctx context.Context, id WorkspaceId, options ListOperationOptions) (ListCompleteResult, error) + func (c ServerlessEndpointClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + func (c ServerlessEndpointClient) ListKeys(ctx context.Context, id ServerlessEndpointId) (result ListKeysOperationResponse, err error) + func (c ServerlessEndpointClient) RegenerateKeys(ctx context.Context, id ServerlessEndpointId, ...) (result RegenerateKeysOperationResponse, err error) + func (c ServerlessEndpointClient) RegenerateKeysThenPoll(ctx context.Context, id ServerlessEndpointId, ...) error + func (c ServerlessEndpointClient) Update(ctx context.Context, id ServerlessEndpointId, ...) (result UpdateOperationResponse, err error) + func (c ServerlessEndpointClient) UpdateThenPoll(ctx context.Context, id ServerlessEndpointId, ...) error + type ServerlessEndpointId struct + ResourceGroupName string + ServerlessEndpointName string + SubscriptionId string + WorkspaceName string + func NewServerlessEndpointID(subscriptionId string, resourceGroupName string, workspaceName string, ...) ServerlessEndpointId + func ParseServerlessEndpointID(input string) (*ServerlessEndpointId, error) + func ParseServerlessEndpointIDInsensitively(input string) (*ServerlessEndpointId, error) + func (id *ServerlessEndpointId) FromParseResult(input resourceids.ParseResult) error + func (id ServerlessEndpointId) ID() string + func (id ServerlessEndpointId) Segments() []resourceids.Segment + func (id ServerlessEndpointId) String() string + type ServerlessEndpointState string + const ServerlessEndpointStateCreating + const ServerlessEndpointStateCreationFailed + const ServerlessEndpointStateDeleting + const ServerlessEndpointStateDeletionFailed + const ServerlessEndpointStateOnline + const ServerlessEndpointStateReinstating + const ServerlessEndpointStateSuspended + const ServerlessEndpointStateSuspending + const ServerlessEndpointStateUnknown + func (s *ServerlessEndpointState) UnmarshalJSON(bytes []byte) error + type ServerlessEndpointTrackedResource struct + Id *string + Identity *identity.LegacySystemAndUserAssignedMap + Kind *string + Location string + Name *string + Properties ServerlessEndpoint + Sku *Sku + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type ServerlessEndpointTrackedResourceOperationPredicate struct + Id *string + Kind *string + Location *string + Name *string + Type *string + func (p ServerlessEndpointTrackedResourceOperationPredicate) Matches(input ServerlessEndpointTrackedResource) bool + type ServerlessInferenceEndpoint struct + Headers *map[string]string + Uri string + type ServerlessInferenceEndpointAuthMode string + const ServerlessInferenceEndpointAuthModeKey + func (s *ServerlessInferenceEndpointAuthMode) UnmarshalJSON(bytes []byte) error + type Sku struct + Capacity *int64 + Family *string + Name string + Size *string + Tier *SkuTier + type SkuTier string + const SkuTierBasic + const SkuTierFree + const SkuTierPremium + const SkuTierStandard + func (s *SkuTier) UnmarshalJSON(bytes []byte) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *ServerlessEndpointTrackedResource + OData *odata.OData + Poller pollers.Poller + type WorkspaceId struct + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewWorkspaceID(subscriptionId string, resourceGroupName string, workspaceName string) WorkspaceId + func ParseWorkspaceID(input string) (*WorkspaceId, error) + func ParseWorkspaceIDInsensitively(input string) (*WorkspaceId, error) + func (id *WorkspaceId) FromParseResult(input resourceids.ParseResult) error + func (id WorkspaceId) ID() string + func (id WorkspaceId) Segments() []resourceids.Segment + func (id WorkspaceId) String() string