Documentation
¶
Index ¶
- func ValidateGroupID(input interface{}, key string) (warnings []string, errors []error)
- type DeltaModelCurrentState
- type DeltaModelListRequest
- type DeltaModelModifyRequest
- type DeltaModelStatusRequest
- type DeltaModelStatusResponse
- type GroupId
- type InferenceDeltaModelClient
- func (c InferenceDeltaModelClient) InferenceGroupsGetDeltaModelsStatusAsync(ctx context.Context, id GroupId, input DeltaModelStatusRequest) (result InferenceGroupsGetDeltaModelsStatusAsyncOperationResponse, err error)
- func (c InferenceDeltaModelClient) InferenceGroupsListDeltaModelsAsync(ctx context.Context, id GroupId, input DeltaModelListRequest) (result InferenceGroupsListDeltaModelsAsyncOperationResponse, err error)
- func (c InferenceDeltaModelClient) InferenceGroupsListDeltaModelsAsyncComplete(ctx context.Context, id GroupId, input DeltaModelListRequest) (result InferenceGroupsListDeltaModelsAsyncCompleteResult, err error)
- func (c InferenceDeltaModelClient) InferenceGroupsModifyDeltaModelsAsync(ctx context.Context, id GroupId, input DeltaModelModifyRequest) (result InferenceGroupsModifyDeltaModelsAsyncOperationResponse, err error)
- func (c InferenceDeltaModelClient) InferenceGroupsModifyDeltaModelsAsyncThenPoll(ctx context.Context, id GroupId, input DeltaModelModifyRequest) error
- type InferenceGroupsGetDeltaModelsStatusAsyncOperationResponse
- type InferenceGroupsListDeltaModelsAsyncCompleteResult
- type InferenceGroupsListDeltaModelsAsyncCustomPager
- type InferenceGroupsListDeltaModelsAsyncOperationResponse
- type InferenceGroupsModifyDeltaModelsAsyncOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateGroupID ¶
ValidateGroupID checks that 'input' can be parsed as a Group ID
Types ¶
type DeltaModelCurrentState ¶
type DeltaModelListRequest ¶
type DeltaModelModifyRequest ¶
type DeltaModelStatusRequest ¶
type DeltaModelStatusResponse ¶
type DeltaModelStatusResponse struct { ActualInstanceCount *int64 `json:"actualInstanceCount,omitempty"` DeltaModels *map[string][]DeltaModelCurrentState `json:"deltaModels,omitempty"` ExpectedInstanceCount *int64 `json:"expectedInstanceCount,omitempty"` RevisionId *string `json:"revisionId,omitempty"` TargetBaseModel *string `json:"targetBaseModel,omitempty"` }
type GroupId ¶
type GroupId struct { SubscriptionId string ResourceGroupName string WorkspaceName string InferencePoolName string GroupName string }
GroupId is a struct representing the Resource ID for a Group
func NewGroupID ¶
func NewGroupID(subscriptionId string, resourceGroupName string, workspaceName string, inferencePoolName string, groupName string) GroupId
NewGroupID returns a new GroupId struct
func ParseGroupID ¶
ParseGroupID parses 'input' into a GroupId
func ParseGroupIDInsensitively ¶
ParseGroupIDInsensitively parses 'input' case-insensitively into a GroupId note: this method should only be used for API response data and not user input
func (*GroupId) FromParseResult ¶
func (id *GroupId) FromParseResult(input resourceids.ParseResult) error
func (GroupId) Segments ¶
func (id GroupId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Group ID
type InferenceDeltaModelClient ¶
type InferenceDeltaModelClient struct {
Client *resourcemanager.Client
}
func NewInferenceDeltaModelClientWithBaseURI ¶
func NewInferenceDeltaModelClientWithBaseURI(sdkApi sdkEnv.Api) (*InferenceDeltaModelClient, error)
func (InferenceDeltaModelClient) InferenceGroupsGetDeltaModelsStatusAsync ¶
func (c InferenceDeltaModelClient) InferenceGroupsGetDeltaModelsStatusAsync(ctx context.Context, id GroupId, input DeltaModelStatusRequest) (result InferenceGroupsGetDeltaModelsStatusAsyncOperationResponse, err error)
InferenceGroupsGetDeltaModelsStatusAsync ...
func (InferenceDeltaModelClient) InferenceGroupsListDeltaModelsAsync ¶
func (c InferenceDeltaModelClient) InferenceGroupsListDeltaModelsAsync(ctx context.Context, id GroupId, input DeltaModelListRequest) (result InferenceGroupsListDeltaModelsAsyncOperationResponse, err error)
InferenceGroupsListDeltaModelsAsync ...
func (InferenceDeltaModelClient) InferenceGroupsListDeltaModelsAsyncComplete ¶
func (c InferenceDeltaModelClient) InferenceGroupsListDeltaModelsAsyncComplete(ctx context.Context, id GroupId, input DeltaModelListRequest) (result InferenceGroupsListDeltaModelsAsyncCompleteResult, err error)
InferenceGroupsListDeltaModelsAsyncComplete retrieves all the results into a single object
func (InferenceDeltaModelClient) InferenceGroupsModifyDeltaModelsAsync ¶
func (c InferenceDeltaModelClient) InferenceGroupsModifyDeltaModelsAsync(ctx context.Context, id GroupId, input DeltaModelModifyRequest) (result InferenceGroupsModifyDeltaModelsAsyncOperationResponse, err error)
InferenceGroupsModifyDeltaModelsAsync ...
func (InferenceDeltaModelClient) InferenceGroupsModifyDeltaModelsAsyncThenPoll ¶
func (c InferenceDeltaModelClient) InferenceGroupsModifyDeltaModelsAsyncThenPoll(ctx context.Context, id GroupId, input DeltaModelModifyRequest) error
InferenceGroupsModifyDeltaModelsAsyncThenPoll performs InferenceGroupsModifyDeltaModelsAsync then polls until it's completed
type InferenceGroupsGetDeltaModelsStatusAsyncOperationResponse ¶
type InferenceGroupsGetDeltaModelsStatusAsyncOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *DeltaModelStatusResponse }
type InferenceGroupsListDeltaModelsAsyncCustomPager ¶
type InferenceGroupsListDeltaModelsAsyncCustomPager struct {
NextLink *odata.Link `json:"nextLink"`
}
func (*InferenceGroupsListDeltaModelsAsyncCustomPager) NextPageLink ¶
func (p *InferenceGroupsListDeltaModelsAsyncCustomPager) NextPageLink() *odata.Link
Source Files
¶
- client.go
- id_group.go
- method_inferencegroupsgetdeltamodelsstatusasync.go
- method_inferencegroupslistdeltamodelsasync.go
- method_inferencegroupsmodifydeltamodelsasync.go
- model_deltamodelcurrentstate.go
- model_deltamodellistrequest.go
- model_deltamodelmodifyrequest.go
- model_deltamodelstatusrequest.go
- model_deltamodelstatusresponse.go
- version.go