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 PossibleValuesForModelLifecycleStatus() []string + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type AccountModel struct + BaseModel *DeploymentModel + CallRateLimit *CallRateLimit + Capabilities *map[string]string + Deprecation *ModelDeprecationInfo + FinetuneCapabilities *map[string]string + Format *string + IsDefaultVersion *bool + LifecycleStatus *ModelLifecycleStatus + MaxCapacity *int64 + Name *string + Skus *[]ModelSku + Source *string + SystemData *systemdata.SystemData + Version *string + type CallRateLimit struct + Count *float64 + RenewalPeriod *float64 + Rules *[]ThrottlingRule + type CapacityConfig struct + AllowedValues *[]int64 + Default *int64 + Maximum *int64 + Minimum *int64 + Step *int64 + type DeploymentModel struct + CallRateLimit *CallRateLimit + Format *string + Name *string + Source *string + Version *string + type ListCompleteResult struct + Items []Model + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]Model + OData *odata.OData + type LocationId struct + LocationName string + SubscriptionId string + func NewLocationID(subscriptionId string, locationName string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id *LocationId) FromParseResult(input resourceids.ParseResult) error + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string + type Model struct + Kind *string + Model *AccountModel + SkuName *string + type ModelDeprecationInfo struct + FineTune *string + Inference *string + type ModelLifecycleStatus string + const ModelLifecycleStatusGenerallyAvailable + const ModelLifecycleStatusPreview + func (s *ModelLifecycleStatus) UnmarshalJSON(bytes []byte) error + type ModelOperationPredicate struct + Kind *string + SkuName *string + func (p ModelOperationPredicate) Matches(input Model) bool + type ModelSku struct + Capacity *CapacityConfig + DeprecationDate *string + Name *string + RateLimits *[]CallRateLimit + UsageName *string + func (o *ModelSku) GetDeprecationDateAsTime() (*time.Time, error) + func (o *ModelSku) SetDeprecationDateAsTime(input time.Time) + type ModelsClient struct + Client *resourcemanager.Client + func NewModelsClientWithBaseURI(sdkApi sdkEnv.Api) (*ModelsClient, error) + func (c ModelsClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error) + func (c ModelsClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error) + func (c ModelsClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate ModelOperationPredicate) (result ListCompleteResult, err error) + type RequestMatchPattern struct + Method *string + Path *string + type ThrottlingRule struct + Count *float64 + DynamicThrottlingEnabled *bool + Key *string + MatchPatterns *[]RequestMatchPattern + MinCount *float64 + RenewalPeriod *float64