Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks.
Index ¶
- type AddImageLabelsRequest
- type AddImageLabelsRequestLabels
- type AddImageLabelsResponse
- func (s AddImageLabelsResponse) GoString() string
- func (s *AddImageLabelsResponse) SetBody(v *AddImageLabelsResponseBody) *AddImageLabelsResponse
- func (s *AddImageLabelsResponse) SetHeaders(v map[string]*string) *AddImageLabelsResponse
- func (s *AddImageLabelsResponse) SetStatusCode(v int32) *AddImageLabelsResponse
- func (s AddImageLabelsResponse) String() string
- type AddImageLabelsResponseBody
- type AddImageRequest
- func (s AddImageRequest) GoString() string
- func (s *AddImageRequest) SetAccessibility(v string) *AddImageRequest
- func (s *AddImageRequest) SetDescription(v string) *AddImageRequest
- func (s *AddImageRequest) SetImageId(v string) *AddImageRequest
- func (s *AddImageRequest) SetImageUri(v string) *AddImageRequest
- func (s *AddImageRequest) SetLabels(v []*AddImageRequestLabels) *AddImageRequest
- func (s *AddImageRequest) SetName(v string) *AddImageRequest
- func (s *AddImageRequest) SetSize(v int32) *AddImageRequest
- func (s *AddImageRequest) SetWorkspaceId(v string) *AddImageRequest
- func (s AddImageRequest) String() string
- type AddImageRequestLabels
- type AddImageResponse
- func (s AddImageResponse) GoString() string
- func (s *AddImageResponse) SetBody(v *AddImageResponseBody) *AddImageResponse
- func (s *AddImageResponse) SetHeaders(v map[string]*string) *AddImageResponse
- func (s *AddImageResponse) SetStatusCode(v int32) *AddImageResponse
- func (s AddImageResponse) String() string
- type AddImageResponseBody
- type AddMemberRoleResponse
- func (s AddMemberRoleResponse) GoString() string
- func (s *AddMemberRoleResponse) SetBody(v *AddMemberRoleResponseBody) *AddMemberRoleResponse
- func (s *AddMemberRoleResponse) SetHeaders(v map[string]*string) *AddMemberRoleResponse
- func (s *AddMemberRoleResponse) SetStatusCode(v int32) *AddMemberRoleResponse
- func (s AddMemberRoleResponse) String() string
- type AddMemberRoleResponseBody
- type Client
- func (client *Client) AddImage(request *AddImageRequest) (_result *AddImageResponse, _err error)
- func (client *Client) AddImageLabels(ImageId *string, request *AddImageLabelsRequest) (_result *AddImageLabelsResponse, _err error)
- func (client *Client) AddImageLabelsWithOptions(ImageId *string, request *AddImageLabelsRequest, headers map[string]*string, ...) (_result *AddImageLabelsResponse, _err error)
- func (client *Client) AddImageWithOptions(request *AddImageRequest, headers map[string]*string, ...) (_result *AddImageResponse, _err error)
- func (client *Client) AddMemberRole(WorkspaceId *string, MemberId *string, RoleName *string) (_result *AddMemberRoleResponse, _err error)
- func (client *Client) AddMemberRoleWithOptions(WorkspaceId *string, MemberId *string, RoleName *string, ...) (_result *AddMemberRoleResponse, _err error)
- func (client *Client) CreateCodeSource(request *CreateCodeSourceRequest) (_result *CreateCodeSourceResponse, _err error)
- func (client *Client) CreateCodeSourceWithOptions(request *CreateCodeSourceRequest, headers map[string]*string, ...) (_result *CreateCodeSourceResponse, _err error)
- func (client *Client) CreateDataset(request *CreateDatasetRequest) (_result *CreateDatasetResponse, _err error)
- func (client *Client) CreateDatasetLabels(DatasetId *string, request *CreateDatasetLabelsRequest) (_result *CreateDatasetLabelsResponse, _err error)
- func (client *Client) CreateDatasetLabelsWithOptions(DatasetId *string, request *CreateDatasetLabelsRequest, ...) (_result *CreateDatasetLabelsResponse, _err error)
- func (client *Client) CreateDatasetWithOptions(request *CreateDatasetRequest, headers map[string]*string, ...) (_result *CreateDatasetResponse, _err error)
- func (client *Client) CreateMember(WorkspaceId *string, request *CreateMemberRequest) (_result *CreateMemberResponse, _err error)
- func (client *Client) CreateMemberWithOptions(WorkspaceId *string, request *CreateMemberRequest, headers map[string]*string, ...) (_result *CreateMemberResponse, _err error)
- func (client *Client) CreateModel(request *CreateModelRequest) (_result *CreateModelResponse, _err error)
- func (client *Client) CreateModelLabels(ModelId *string, request *CreateModelLabelsRequest) (_result *CreateModelLabelsResponse, _err error)
- func (client *Client) CreateModelLabelsWithOptions(ModelId *string, request *CreateModelLabelsRequest, headers map[string]*string, ...) (_result *CreateModelLabelsResponse, _err error)
- func (client *Client) CreateModelVersion(ModelId *string, request *CreateModelVersionRequest) (_result *CreateModelVersionResponse, _err error)
- func (client *Client) CreateModelVersionLabels(ModelId *string, VersionName *string, request *CreateModelVersionLabelsRequest) (_result *CreateModelVersionLabelsResponse, _err error)
- func (client *Client) CreateModelVersionLabelsWithOptions(ModelId *string, VersionName *string, request *CreateModelVersionLabelsRequest, ...) (_result *CreateModelVersionLabelsResponse, _err error)
- func (client *Client) CreateModelVersionWithOptions(ModelId *string, request *CreateModelVersionRequest, ...) (_result *CreateModelVersionResponse, _err error)
- func (client *Client) CreateModelWithOptions(request *CreateModelRequest, headers map[string]*string, ...) (_result *CreateModelResponse, _err error)
- func (client *Client) CreateProductOrders(request *CreateProductOrdersRequest) (_result *CreateProductOrdersResponse, _err error)
- func (client *Client) CreateProductOrdersWithOptions(request *CreateProductOrdersRequest, headers map[string]*string, ...) (_result *CreateProductOrdersResponse, _err error)
- func (client *Client) CreateWorkspace(request *CreateWorkspaceRequest) (_result *CreateWorkspaceResponse, _err error)
- func (client *Client) CreateWorkspaceResource(WorkspaceId *string, request *CreateWorkspaceResourceRequest) (_result *CreateWorkspaceResourceResponse, _err error)
- func (client *Client) CreateWorkspaceResourceWithOptions(WorkspaceId *string, request *CreateWorkspaceResourceRequest, ...) (_result *CreateWorkspaceResourceResponse, _err error)
- func (client *Client) CreateWorkspaceWithOptions(request *CreateWorkspaceRequest, headers map[string]*string, ...) (_result *CreateWorkspaceResponse, _err error)
- func (client *Client) DeleteCodeSource(CodeSourceId *string) (_result *DeleteCodeSourceResponse, _err error)
- func (client *Client) DeleteCodeSourceWithOptions(CodeSourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteCodeSourceResponse, _err error)
- func (client *Client) DeleteDataset(DatasetId *string) (_result *DeleteDatasetResponse, _err error)
- func (client *Client) DeleteDatasetLabels(DatasetId *string, request *DeleteDatasetLabelsRequest) (_result *DeleteDatasetLabelsResponse, _err error)
- func (client *Client) DeleteDatasetLabelsWithOptions(DatasetId *string, request *DeleteDatasetLabelsRequest, ...) (_result *DeleteDatasetLabelsResponse, _err error)
- func (client *Client) DeleteDatasetWithOptions(DatasetId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteDatasetResponse, _err error)
- func (client *Client) DeleteMembers(WorkspaceId *string, request *DeleteMembersRequest) (_result *DeleteMembersResponse, _err error)
- func (client *Client) DeleteMembersWithOptions(WorkspaceId *string, request *DeleteMembersRequest, headers map[string]*string, ...) (_result *DeleteMembersResponse, _err error)
- func (client *Client) DeleteModel(ModelId *string) (_result *DeleteModelResponse, _err error)
- func (client *Client) DeleteModelLabels(ModelId *string, request *DeleteModelLabelsRequest) (_result *DeleteModelLabelsResponse, _err error)
- func (client *Client) DeleteModelLabelsWithOptions(ModelId *string, request *DeleteModelLabelsRequest, headers map[string]*string, ...) (_result *DeleteModelLabelsResponse, _err error)
- func (client *Client) DeleteModelVersion(ModelId *string, VersionName *string) (_result *DeleteModelVersionResponse, _err error)
- func (client *Client) DeleteModelVersionLabels(ModelId *string, VersionName *string, request *DeleteModelVersionLabelsRequest) (_result *DeleteModelVersionLabelsResponse, _err error)
- func (client *Client) DeleteModelVersionLabelsWithOptions(ModelId *string, VersionName *string, request *DeleteModelVersionLabelsRequest, ...) (_result *DeleteModelVersionLabelsResponse, _err error)
- func (client *Client) DeleteModelVersionWithOptions(ModelId *string, VersionName *string, headers map[string]*string, ...) (_result *DeleteModelVersionResponse, _err error)
- func (client *Client) DeleteModelWithOptions(ModelId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteModelResponse, _err error)
- func (client *Client) DeleteWorkspace(WorkspaceId *string) (_result *DeleteWorkspaceResponse, _err error)
- func (client *Client) DeleteWorkspaceResource(WorkspaceId *string, request *DeleteWorkspaceResourceRequest) (_result *DeleteWorkspaceResourceResponse, _err error)
- func (client *Client) DeleteWorkspaceResourceWithOptions(WorkspaceId *string, request *DeleteWorkspaceResourceRequest, ...) (_result *DeleteWorkspaceResourceResponse, _err error)
- func (client *Client) DeleteWorkspaceWithOptions(WorkspaceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteWorkspaceResponse, _err error)
- func (client *Client) GetCodeSource(CodeSourceId *string) (_result *GetCodeSourceResponse, _err error)
- func (client *Client) GetCodeSourceWithOptions(CodeSourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetCodeSourceResponse, _err error)
- func (client *Client) GetDataset(DatasetId *string) (_result *GetDatasetResponse, _err error)
- func (client *Client) GetDatasetWithOptions(DatasetId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDatasetResponse, _err error)
- func (client *Client) GetDefaultWorkspace(request *GetDefaultWorkspaceRequest) (_result *GetDefaultWorkspaceResponse, _err error)
- func (client *Client) GetDefaultWorkspaceWithOptions(request *GetDefaultWorkspaceRequest, headers map[string]*string, ...) (_result *GetDefaultWorkspaceResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetImage(ImageId *string, request *GetImageRequest) (_result *GetImageResponse, _err error)
- func (client *Client) GetImageWithOptions(ImageId *string, request *GetImageRequest, headers map[string]*string, ...) (_result *GetImageResponse, _err error)
- func (client *Client) GetMember(WorkspaceId *string, request *GetMemberRequest) (_result *GetMemberResponse, _err error)
- func (client *Client) GetMemberWithOptions(WorkspaceId *string, request *GetMemberRequest, headers map[string]*string, ...) (_result *GetMemberResponse, _err error)
- func (client *Client) GetModel(ModelId *string) (_result *GetModelResponse, _err error)
- func (client *Client) GetModelVersion(ModelId *string, VersionName *string) (_result *GetModelVersionResponse, _err error)
- func (client *Client) GetModelVersionWithOptions(ModelId *string, VersionName *string, headers map[string]*string, ...) (_result *GetModelVersionResponse, _err error)
- func (client *Client) GetModelWithOptions(ModelId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetModelResponse, _err error)
- func (client *Client) GetPermission(WorkspaceId *string, PermissionCode *string, request *GetPermissionRequest) (_result *GetPermissionResponse, _err error)
- func (client *Client) GetPermissionWithOptions(WorkspaceId *string, PermissionCode *string, request *GetPermissionRequest, ...) (_result *GetPermissionResponse, _err error)
- func (client *Client) GetServiceTemplate(ServiceTemplateId *string) (_result *GetServiceTemplateResponse, _err error)
- func (client *Client) GetServiceTemplateWithOptions(ServiceTemplateId *string, headers map[string]*string, ...) (_result *GetServiceTemplateResponse, _err error)
- func (client *Client) GetWorkspace(WorkspaceId *string, request *GetWorkspaceRequest) (_result *GetWorkspaceResponse, _err error)
- func (client *Client) GetWorkspaceWithOptions(WorkspaceId *string, request *GetWorkspaceRequest, headers map[string]*string, ...) (_result *GetWorkspaceResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListCodeSources(request *ListCodeSourcesRequest) (_result *ListCodeSourcesResponse, _err error)
- func (client *Client) ListCodeSourcesWithOptions(request *ListCodeSourcesRequest, headers map[string]*string, ...) (_result *ListCodeSourcesResponse, _err error)
- func (client *Client) ListDatasets(request *ListDatasetsRequest) (_result *ListDatasetsResponse, _err error)
- func (client *Client) ListDatasetsWithOptions(request *ListDatasetsRequest, headers map[string]*string, ...) (_result *ListDatasetsResponse, _err error)
- func (client *Client) ListImageLabels(request *ListImageLabelsRequest) (_result *ListImageLabelsResponse, _err error)
- func (client *Client) ListImageLabelsWithOptions(request *ListImageLabelsRequest, headers map[string]*string, ...) (_result *ListImageLabelsResponse, _err error)
- func (client *Client) ListImages(request *ListImagesRequest) (_result *ListImagesResponse, _err error)
- func (client *Client) ListImagesWithOptions(request *ListImagesRequest, headers map[string]*string, ...) (_result *ListImagesResponse, _err error)
- func (client *Client) ListMembers(WorkspaceId *string, request *ListMembersRequest) (_result *ListMembersResponse, _err error)
- func (client *Client) ListMembersWithOptions(WorkspaceId *string, request *ListMembersRequest, headers map[string]*string, ...) (_result *ListMembersResponse, _err error)
- func (client *Client) ListModelVersions(ModelId *string, request *ListModelVersionsRequest) (_result *ListModelVersionsResponse, _err error)
- func (client *Client) ListModelVersionsWithOptions(ModelId *string, request *ListModelVersionsRequest, headers map[string]*string, ...) (_result *ListModelVersionsResponse, _err error)
- func (client *Client) ListModels(request *ListModelsRequest) (_result *ListModelsResponse, _err error)
- func (client *Client) ListModelsWithOptions(request *ListModelsRequest, headers map[string]*string, ...) (_result *ListModelsResponse, _err error)
- func (client *Client) ListPermissions(WorkspaceId *string) (_result *ListPermissionsResponse, _err error)
- func (client *Client) ListPermissionsWithOptions(WorkspaceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPermissionsResponse, _err error)
- func (client *Client) ListProducts(request *ListProductsRequest) (_result *ListProductsResponse, _err error)
- func (client *Client) ListProductsWithOptions(request *ListProductsRequest, headers map[string]*string, ...) (_result *ListProductsResponse, _err error)
- func (client *Client) ListQuotas(request *ListQuotasRequest) (_result *ListQuotasResponse, _err error)
- func (client *Client) ListQuotasWithOptions(request *ListQuotasRequest, headers map[string]*string, ...) (_result *ListQuotasResponse, _err error)
- func (client *Client) ListResources(request *ListResourcesRequest) (_result *ListResourcesResponse, _err error)
- func (client *Client) ListResourcesWithOptions(request *ListResourcesRequest, headers map[string]*string, ...) (_result *ListResourcesResponse, _err error)
- func (client *Client) ListServiceTemplates(request *ListServiceTemplatesRequest) (_result *ListServiceTemplatesResponse, _err error)
- func (client *Client) ListServiceTemplatesWithOptions(request *ListServiceTemplatesRequest, headers map[string]*string, ...) (_result *ListServiceTemplatesResponse, _err error)
- func (client *Client) ListWorkspaceUsers(WorkspaceId *string, request *ListWorkspaceUsersRequest) (_result *ListWorkspaceUsersResponse, _err error)
- func (client *Client) ListWorkspaceUsersWithOptions(WorkspaceId *string, request *ListWorkspaceUsersRequest, ...) (_result *ListWorkspaceUsersResponse, _err error)
- func (client *Client) ListWorkspaces(request *ListWorkspacesRequest) (_result *ListWorkspacesResponse, _err error)
- func (client *Client) ListWorkspacesWithOptions(request *ListWorkspacesRequest, headers map[string]*string, ...) (_result *ListWorkspacesResponse, _err error)
- func (client *Client) PublishCodeSource(CodeSourceId *string) (_result *PublishCodeSourceResponse, _err error)
- func (client *Client) PublishCodeSourceWithOptions(CodeSourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PublishCodeSourceResponse, _err error)
- func (client *Client) PublishDataset(DatasetId *string) (_result *PublishDatasetResponse, _err error)
- func (client *Client) PublishDatasetWithOptions(DatasetId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PublishDatasetResponse, _err error)
- func (client *Client) PublishImage(ImageId *string) (_result *PublishImageResponse, _err error)
- func (client *Client) PublishImageWithOptions(ImageId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PublishImageResponse, _err error)
- func (client *Client) RemoveImage(ImageId *string) (_result *RemoveImageResponse, _err error)
- func (client *Client) RemoveImageLabels(ImageId *string, LabelKey *string) (_result *RemoveImageLabelsResponse, _err error)
- func (client *Client) RemoveImageLabelsWithOptions(ImageId *string, LabelKey *string, headers map[string]*string, ...) (_result *RemoveImageLabelsResponse, _err error)
- func (client *Client) RemoveImageWithOptions(ImageId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveImageResponse, _err error)
- func (client *Client) RemoveMemberRole(WorkspaceId *string, MemberId *string, RoleName *string) (_result *RemoveMemberRoleResponse, _err error)
- func (client *Client) RemoveMemberRoleWithOptions(WorkspaceId *string, MemberId *string, RoleName *string, ...) (_result *RemoveMemberRoleResponse, _err error)
- func (client *Client) UpdateDataset(DatasetId *string, request *UpdateDatasetRequest) (_result *UpdateDatasetResponse, _err error)
- func (client *Client) UpdateDatasetWithOptions(DatasetId *string, request *UpdateDatasetRequest, headers map[string]*string, ...) (_result *UpdateDatasetResponse, _err error)
- func (client *Client) UpdateDefaultWorkspace(request *UpdateDefaultWorkspaceRequest) (_result *UpdateDefaultWorkspaceResponse, _err error)
- func (client *Client) UpdateDefaultWorkspaceWithOptions(request *UpdateDefaultWorkspaceRequest, headers map[string]*string, ...) (_result *UpdateDefaultWorkspaceResponse, _err error)
- func (client *Client) UpdateModel(ModelId *string, request *UpdateModelRequest) (_result *UpdateModelResponse, _err error)
- func (client *Client) UpdateModelVersion(ModelId *string, VersionName *string, request *UpdateModelVersionRequest) (_result *UpdateModelVersionResponse, _err error)
- func (client *Client) UpdateModelVersionWithOptions(ModelId *string, VersionName *string, request *UpdateModelVersionRequest, ...) (_result *UpdateModelVersionResponse, _err error)
- func (client *Client) UpdateModelWithOptions(ModelId *string, request *UpdateModelRequest, headers map[string]*string, ...) (_result *UpdateModelResponse, _err error)
- func (client *Client) UpdateWorkspace(WorkspaceId *string, request *UpdateWorkspaceRequest) (_result *UpdateWorkspaceResponse, _err error)
- func (client *Client) UpdateWorkspaceResource(WorkspaceId *string, request *UpdateWorkspaceResourceRequest) (_result *UpdateWorkspaceResourceResponse, _err error)
- func (client *Client) UpdateWorkspaceResourceWithOptions(WorkspaceId *string, request *UpdateWorkspaceResourceRequest, ...) (_result *UpdateWorkspaceResourceResponse, _err error)
- func (client *Client) UpdateWorkspaceWithOptions(WorkspaceId *string, request *UpdateWorkspaceRequest, ...) (_result *UpdateWorkspaceResponse, _err error)
- type CodeSourceItem
- func (s CodeSourceItem) GoString() string
- func (s *CodeSourceItem) SetAccessibility(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetCodeBranch(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetCodeCommit(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetCodeRepo(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetCodeRepoAccessToken(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetCodeRepoUserName(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetCodeSourceId(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetDescription(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetDisplayName(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetGmtCreateTime(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetGmtModifyTime(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetMountPath(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetUserId(v string) *CodeSourceItem
- func (s *CodeSourceItem) SetWorkspaceId(v string) *CodeSourceItem
- func (s CodeSourceItem) String() string
- type Collection
- func (s Collection) GoString() string
- func (s *Collection) SetCollectionName(v string) *Collection
- func (s *Collection) SetGmtCreateTime(v string) *Collection
- func (s *Collection) SetGmtModifiedTime(v string) *Collection
- func (s *Collection) SetOwnerId(v string) *Collection
- func (s *Collection) SetUserId(v string) *Collection
- func (s Collection) String() string
- type CreateCodeSourceRequest
- func (s CreateCodeSourceRequest) GoString() string
- func (s *CreateCodeSourceRequest) SetAccessibility(v string) *CreateCodeSourceRequest
- func (s *CreateCodeSourceRequest) SetCodeBranch(v string) *CreateCodeSourceRequest
- func (s *CreateCodeSourceRequest) SetCodeRepo(v string) *CreateCodeSourceRequest
- func (s *CreateCodeSourceRequest) SetCodeRepoAccessToken(v string) *CreateCodeSourceRequest
- func (s *CreateCodeSourceRequest) SetCodeRepoUserName(v string) *CreateCodeSourceRequest
- func (s *CreateCodeSourceRequest) SetDescription(v string) *CreateCodeSourceRequest
- func (s *CreateCodeSourceRequest) SetDisplayName(v string) *CreateCodeSourceRequest
- func (s *CreateCodeSourceRequest) SetMountPath(v string) *CreateCodeSourceRequest
- func (s *CreateCodeSourceRequest) SetWorkspaceId(v string) *CreateCodeSourceRequest
- func (s CreateCodeSourceRequest) String() string
- type CreateCodeSourceResponse
- func (s CreateCodeSourceResponse) GoString() string
- func (s *CreateCodeSourceResponse) SetBody(v *CreateCodeSourceResponseBody) *CreateCodeSourceResponse
- func (s *CreateCodeSourceResponse) SetHeaders(v map[string]*string) *CreateCodeSourceResponse
- func (s *CreateCodeSourceResponse) SetStatusCode(v int32) *CreateCodeSourceResponse
- func (s CreateCodeSourceResponse) String() string
- type CreateCodeSourceResponseBody
- type CreateDatasetLabelsRequest
- type CreateDatasetLabelsResponse
- func (s CreateDatasetLabelsResponse) GoString() string
- func (s *CreateDatasetLabelsResponse) SetBody(v *CreateDatasetLabelsResponseBody) *CreateDatasetLabelsResponse
- func (s *CreateDatasetLabelsResponse) SetHeaders(v map[string]*string) *CreateDatasetLabelsResponse
- func (s *CreateDatasetLabelsResponse) SetStatusCode(v int32) *CreateDatasetLabelsResponse
- func (s CreateDatasetLabelsResponse) String() string
- type CreateDatasetLabelsResponseBody
- type CreateDatasetRequest
- func (s CreateDatasetRequest) GoString() string
- func (s *CreateDatasetRequest) SetAccessibility(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetDataSourceType(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetDataType(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetDescription(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetLabels(v []*Label) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetName(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetOptions(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetProperty(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetProvider(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetProviderType(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetSourceId(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetSourceType(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetUri(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetUserId(v string) *CreateDatasetRequest
- func (s *CreateDatasetRequest) SetWorkspaceId(v string) *CreateDatasetRequest
- func (s CreateDatasetRequest) String() string
- type CreateDatasetResponse
- func (s CreateDatasetResponse) GoString() string
- func (s *CreateDatasetResponse) SetBody(v *CreateDatasetResponseBody) *CreateDatasetResponse
- func (s *CreateDatasetResponse) SetHeaders(v map[string]*string) *CreateDatasetResponse
- func (s *CreateDatasetResponse) SetStatusCode(v int32) *CreateDatasetResponse
- func (s CreateDatasetResponse) String() string
- type CreateDatasetResponseBody
- type CreateMemberRequest
- type CreateMemberRequestMembers
- type CreateMemberResponse
- func (s CreateMemberResponse) GoString() string
- func (s *CreateMemberResponse) SetBody(v *CreateMemberResponseBody) *CreateMemberResponse
- func (s *CreateMemberResponse) SetHeaders(v map[string]*string) *CreateMemberResponse
- func (s *CreateMemberResponse) SetStatusCode(v int32) *CreateMemberResponse
- func (s CreateMemberResponse) String() string
- type CreateMemberResponseBody
- type CreateMemberResponseBodyMembers
- func (s CreateMemberResponseBodyMembers) GoString() string
- func (s *CreateMemberResponseBodyMembers) SetDisplayName(v string) *CreateMemberResponseBodyMembers
- func (s *CreateMemberResponseBodyMembers) SetMemberId(v string) *CreateMemberResponseBodyMembers
- func (s *CreateMemberResponseBodyMembers) SetRoles(v []*string) *CreateMemberResponseBodyMembers
- func (s *CreateMemberResponseBodyMembers) SetUserId(v string) *CreateMemberResponseBodyMembers
- func (s CreateMemberResponseBodyMembers) String() string
- type CreateModelLabelsRequest
- type CreateModelLabelsResponse
- func (s CreateModelLabelsResponse) GoString() string
- func (s *CreateModelLabelsResponse) SetBody(v *CreateModelLabelsResponseBody) *CreateModelLabelsResponse
- func (s *CreateModelLabelsResponse) SetHeaders(v map[string]*string) *CreateModelLabelsResponse
- func (s *CreateModelLabelsResponse) SetStatusCode(v int32) *CreateModelLabelsResponse
- func (s CreateModelLabelsResponse) String() string
- type CreateModelLabelsResponseBody
- type CreateModelRequest
- func (s CreateModelRequest) GoString() string
- func (s *CreateModelRequest) SetAccessibility(v string) *CreateModelRequest
- func (s *CreateModelRequest) SetDomain(v string) *CreateModelRequest
- func (s *CreateModelRequest) SetExtraInfo(v map[string]interface{}) *CreateModelRequest
- func (s *CreateModelRequest) SetLabels(v []*Label) *CreateModelRequest
- func (s *CreateModelRequest) SetModelDescription(v string) *CreateModelRequest
- func (s *CreateModelRequest) SetModelDoc(v string) *CreateModelRequest
- func (s *CreateModelRequest) SetModelName(v string) *CreateModelRequest
- func (s *CreateModelRequest) SetModelType(v string) *CreateModelRequest
- func (s *CreateModelRequest) SetOrderNumber(v int64) *CreateModelRequest
- func (s *CreateModelRequest) SetOrigin(v string) *CreateModelRequest
- func (s *CreateModelRequest) SetTask(v string) *CreateModelRequest
- func (s *CreateModelRequest) SetWorkspaceId(v string) *CreateModelRequest
- func (s CreateModelRequest) String() string
- type CreateModelResponse
- func (s CreateModelResponse) GoString() string
- func (s *CreateModelResponse) SetBody(v *CreateModelResponseBody) *CreateModelResponse
- func (s *CreateModelResponse) SetHeaders(v map[string]*string) *CreateModelResponse
- func (s *CreateModelResponse) SetStatusCode(v int32) *CreateModelResponse
- func (s CreateModelResponse) String() string
- type CreateModelResponseBody
- type CreateModelVersionLabelsRequest
- type CreateModelVersionLabelsResponse
- func (s CreateModelVersionLabelsResponse) GoString() string
- func (s *CreateModelVersionLabelsResponse) SetBody(v *CreateModelVersionLabelsResponseBody) *CreateModelVersionLabelsResponse
- func (s *CreateModelVersionLabelsResponse) SetHeaders(v map[string]*string) *CreateModelVersionLabelsResponse
- func (s *CreateModelVersionLabelsResponse) SetStatusCode(v int32) *CreateModelVersionLabelsResponse
- func (s CreateModelVersionLabelsResponse) String() string
- type CreateModelVersionLabelsResponseBody
- type CreateModelVersionRequest
- func (s CreateModelVersionRequest) GoString() string
- func (s *CreateModelVersionRequest) SetApprovalStatus(v string) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetCompressionSpec(v map[string]interface{}) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetEvaluationSpec(v map[string]interface{}) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetExtraInfo(v map[string]interface{}) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetFormatType(v string) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetFrameworkType(v string) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetInferenceSpec(v map[string]interface{}) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetLabels(v []*Label) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetMetrics(v map[string]interface{}) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetOptions(v string) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetSourceId(v string) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetSourceType(v string) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetTrainingSpec(v map[string]interface{}) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetUri(v string) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetVersionDescription(v string) *CreateModelVersionRequest
- func (s *CreateModelVersionRequest) SetVersionName(v string) *CreateModelVersionRequest
- func (s CreateModelVersionRequest) String() string
- type CreateModelVersionResponse
- func (s CreateModelVersionResponse) GoString() string
- func (s *CreateModelVersionResponse) SetBody(v *CreateModelVersionResponseBody) *CreateModelVersionResponse
- func (s *CreateModelVersionResponse) SetHeaders(v map[string]*string) *CreateModelVersionResponse
- func (s *CreateModelVersionResponse) SetStatusCode(v int32) *CreateModelVersionResponse
- func (s CreateModelVersionResponse) String() string
- type CreateModelVersionResponseBody
- func (s CreateModelVersionResponseBody) GoString() string
- func (s *CreateModelVersionResponseBody) SetRequestId(v string) *CreateModelVersionResponseBody
- func (s *CreateModelVersionResponseBody) SetVersionName(v string) *CreateModelVersionResponseBody
- func (s CreateModelVersionResponseBody) String() string
- type CreateProductOrdersRequest
- func (s CreateProductOrdersRequest) GoString() string
- func (s *CreateProductOrdersRequest) SetAutoPay(v bool) *CreateProductOrdersRequest
- func (s *CreateProductOrdersRequest) SetProducts(v []*CreateProductOrdersRequestProducts) *CreateProductOrdersRequest
- func (s CreateProductOrdersRequest) String() string
- type CreateProductOrdersRequestProducts
- func (s CreateProductOrdersRequestProducts) GoString() string
- func (s *CreateProductOrdersRequestProducts) SetAutoRenew(v bool) *CreateProductOrdersRequestProducts
- func (s *CreateProductOrdersRequestProducts) SetChargeType(v string) *CreateProductOrdersRequestProducts
- func (s *CreateProductOrdersRequestProducts) SetDuration(v int64) *CreateProductOrdersRequestProducts
- func (s *CreateProductOrdersRequestProducts) SetInstanceProperties(v []*CreateProductOrdersRequestProductsInstanceProperties) *CreateProductOrdersRequestProducts
- func (s *CreateProductOrdersRequestProducts) SetOrderType(v string) *CreateProductOrdersRequestProducts
- func (s *CreateProductOrdersRequestProducts) SetPricingCycle(v string) *CreateProductOrdersRequestProducts
- func (s *CreateProductOrdersRequestProducts) SetProductCode(v string) *CreateProductOrdersRequestProducts
- func (s CreateProductOrdersRequestProducts) String() string
- type CreateProductOrdersRequestProductsInstanceProperties
- func (s CreateProductOrdersRequestProductsInstanceProperties) GoString() string
- func (s *CreateProductOrdersRequestProductsInstanceProperties) SetCode(v string) *CreateProductOrdersRequestProductsInstanceProperties
- func (s *CreateProductOrdersRequestProductsInstanceProperties) SetName(v string) *CreateProductOrdersRequestProductsInstanceProperties
- func (s *CreateProductOrdersRequestProductsInstanceProperties) SetValue(v string) *CreateProductOrdersRequestProductsInstanceProperties
- func (s CreateProductOrdersRequestProductsInstanceProperties) String() string
- type CreateProductOrdersResponse
- func (s CreateProductOrdersResponse) GoString() string
- func (s *CreateProductOrdersResponse) SetBody(v *CreateProductOrdersResponseBody) *CreateProductOrdersResponse
- func (s *CreateProductOrdersResponse) SetHeaders(v map[string]*string) *CreateProductOrdersResponse
- func (s *CreateProductOrdersResponse) SetStatusCode(v int32) *CreateProductOrdersResponse
- func (s CreateProductOrdersResponse) String() string
- type CreateProductOrdersResponseBody
- func (s CreateProductOrdersResponseBody) GoString() string
- func (s *CreateProductOrdersResponseBody) SetBuyProductRequestId(v string) *CreateProductOrdersResponseBody
- func (s *CreateProductOrdersResponseBody) SetMessage(v string) *CreateProductOrdersResponseBody
- func (s *CreateProductOrdersResponseBody) SetOrderId(v string) *CreateProductOrdersResponseBody
- func (s *CreateProductOrdersResponseBody) SetRequestId(v string) *CreateProductOrdersResponseBody
- func (s CreateProductOrdersResponseBody) String() string
- type CreateWorkspaceRequest
- func (s CreateWorkspaceRequest) GoString() string
- func (s *CreateWorkspaceRequest) SetDescription(v string) *CreateWorkspaceRequest
- func (s *CreateWorkspaceRequest) SetDisplayName(v string) *CreateWorkspaceRequest
- func (s *CreateWorkspaceRequest) SetEnvTypes(v []*string) *CreateWorkspaceRequest
- func (s *CreateWorkspaceRequest) SetWorkspaceName(v string) *CreateWorkspaceRequest
- func (s CreateWorkspaceRequest) String() string
- type CreateWorkspaceResourceRequest
- func (s CreateWorkspaceResourceRequest) GoString() string
- func (s *CreateWorkspaceResourceRequest) SetOption(v string) *CreateWorkspaceResourceRequest
- func (s *CreateWorkspaceResourceRequest) SetResources(v []*CreateWorkspaceResourceRequestResources) *CreateWorkspaceResourceRequest
- func (s CreateWorkspaceResourceRequest) String() string
- type CreateWorkspaceResourceRequestResources
- func (s CreateWorkspaceResourceRequestResources) GoString() string
- func (s *CreateWorkspaceResourceRequestResources) SetEnvType(v string) *CreateWorkspaceResourceRequestResources
- func (s *CreateWorkspaceResourceRequestResources) SetGroupName(v string) *CreateWorkspaceResourceRequestResources
- func (s *CreateWorkspaceResourceRequestResources) SetIsDefault(v bool) *CreateWorkspaceResourceRequestResources
- func (s *CreateWorkspaceResourceRequestResources) SetLabels(v []*CreateWorkspaceResourceRequestResourcesLabels) *CreateWorkspaceResourceRequestResources
- func (s *CreateWorkspaceResourceRequestResources) SetName(v string) *CreateWorkspaceResourceRequestResources
- func (s *CreateWorkspaceResourceRequestResources) SetProductType(v string) *CreateWorkspaceResourceRequestResources
- func (s *CreateWorkspaceResourceRequestResources) SetQuotas(v []*CreateWorkspaceResourceRequestResourcesQuotas) *CreateWorkspaceResourceRequestResources
- func (s *CreateWorkspaceResourceRequestResources) SetResourceType(v string) *CreateWorkspaceResourceRequestResources
- func (s *CreateWorkspaceResourceRequestResources) SetSpec(v map[string]interface{}) *CreateWorkspaceResourceRequestResources
- func (s *CreateWorkspaceResourceRequestResources) SetWorkspaceId(v string) *CreateWorkspaceResourceRequestResources
- func (s CreateWorkspaceResourceRequestResources) String() string
- type CreateWorkspaceResourceRequestResourcesLabels
- func (s CreateWorkspaceResourceRequestResourcesLabels) GoString() string
- func (s *CreateWorkspaceResourceRequestResourcesLabels) SetKey(v string) *CreateWorkspaceResourceRequestResourcesLabels
- func (s *CreateWorkspaceResourceRequestResourcesLabels) SetValue(v string) *CreateWorkspaceResourceRequestResourcesLabels
- func (s CreateWorkspaceResourceRequestResourcesLabels) String() string
- type CreateWorkspaceResourceRequestResourcesQuotas
- type CreateWorkspaceResourceResponse
- func (s CreateWorkspaceResourceResponse) GoString() string
- func (s *CreateWorkspaceResourceResponse) SetBody(v *CreateWorkspaceResourceResponseBody) *CreateWorkspaceResourceResponse
- func (s *CreateWorkspaceResourceResponse) SetHeaders(v map[string]*string) *CreateWorkspaceResourceResponse
- func (s *CreateWorkspaceResourceResponse) SetStatusCode(v int32) *CreateWorkspaceResourceResponse
- func (s CreateWorkspaceResourceResponse) String() string
- type CreateWorkspaceResourceResponseBody
- func (s CreateWorkspaceResourceResponseBody) GoString() string
- func (s *CreateWorkspaceResourceResponseBody) SetRequestId(v string) *CreateWorkspaceResourceResponseBody
- func (s *CreateWorkspaceResourceResponseBody) SetResources(v []*CreateWorkspaceResourceResponseBodyResources) *CreateWorkspaceResourceResponseBody
- func (s *CreateWorkspaceResourceResponseBody) SetTotalCount(v int64) *CreateWorkspaceResourceResponseBody
- func (s CreateWorkspaceResourceResponseBody) String() string
- type CreateWorkspaceResourceResponseBodyResources
- type CreateWorkspaceResponse
- func (s CreateWorkspaceResponse) GoString() string
- func (s *CreateWorkspaceResponse) SetBody(v *CreateWorkspaceResponseBody) *CreateWorkspaceResponse
- func (s *CreateWorkspaceResponse) SetHeaders(v map[string]*string) *CreateWorkspaceResponse
- func (s *CreateWorkspaceResponse) SetStatusCode(v int32) *CreateWorkspaceResponse
- func (s CreateWorkspaceResponse) String() string
- type CreateWorkspaceResponseBody
- type Dataset
- func (s Dataset) GoString() string
- func (s *Dataset) SetAccessibility(v string) *Dataset
- func (s *Dataset) SetDataSourceType(v string) *Dataset
- func (s *Dataset) SetDataType(v string) *Dataset
- func (s *Dataset) SetDatasetId(v string) *Dataset
- func (s *Dataset) SetDescription(v string) *Dataset
- func (s *Dataset) SetGmtCreateTime(v string) *Dataset
- func (s *Dataset) SetGmtModifiedTime(v string) *Dataset
- func (s *Dataset) SetLabels(v []*Label) *Dataset
- func (s *Dataset) SetName(v string) *Dataset
- func (s *Dataset) SetOptions(v string) *Dataset
- func (s *Dataset) SetOwnerId(v string) *Dataset
- func (s *Dataset) SetProperty(v string) *Dataset
- func (s *Dataset) SetProviderType(v string) *Dataset
- func (s *Dataset) SetSourceId(v string) *Dataset
- func (s *Dataset) SetSourceType(v string) *Dataset
- func (s *Dataset) SetUri(v string) *Dataset
- func (s *Dataset) SetUserId(v string) *Dataset
- func (s *Dataset) SetWorkspaceId(v string) *Dataset
- func (s Dataset) String() string
- type DatasetLabel
- type DeleteCodeSourceResponse
- func (s DeleteCodeSourceResponse) GoString() string
- func (s *DeleteCodeSourceResponse) SetBody(v *DeleteCodeSourceResponseBody) *DeleteCodeSourceResponse
- func (s *DeleteCodeSourceResponse) SetHeaders(v map[string]*string) *DeleteCodeSourceResponse
- func (s *DeleteCodeSourceResponse) SetStatusCode(v int32) *DeleteCodeSourceResponse
- func (s DeleteCodeSourceResponse) String() string
- type DeleteCodeSourceResponseBody
- type DeleteDatasetLabelsRequest
- type DeleteDatasetLabelsResponse
- func (s DeleteDatasetLabelsResponse) GoString() string
- func (s *DeleteDatasetLabelsResponse) SetBody(v *DeleteDatasetLabelsResponseBody) *DeleteDatasetLabelsResponse
- func (s *DeleteDatasetLabelsResponse) SetHeaders(v map[string]*string) *DeleteDatasetLabelsResponse
- func (s *DeleteDatasetLabelsResponse) SetStatusCode(v int32) *DeleteDatasetLabelsResponse
- func (s DeleteDatasetLabelsResponse) String() string
- type DeleteDatasetLabelsResponseBody
- type DeleteDatasetResponse
- func (s DeleteDatasetResponse) GoString() string
- func (s *DeleteDatasetResponse) SetBody(v *DeleteDatasetResponseBody) *DeleteDatasetResponse
- func (s *DeleteDatasetResponse) SetHeaders(v map[string]*string) *DeleteDatasetResponse
- func (s *DeleteDatasetResponse) SetStatusCode(v int32) *DeleteDatasetResponse
- func (s DeleteDatasetResponse) String() string
- type DeleteDatasetResponseBody
- type DeleteMembersRequest
- type DeleteMembersResponse
- func (s DeleteMembersResponse) GoString() string
- func (s *DeleteMembersResponse) SetBody(v *DeleteMembersResponseBody) *DeleteMembersResponse
- func (s *DeleteMembersResponse) SetHeaders(v map[string]*string) *DeleteMembersResponse
- func (s *DeleteMembersResponse) SetStatusCode(v int32) *DeleteMembersResponse
- func (s DeleteMembersResponse) String() string
- type DeleteMembersResponseBody
- func (s DeleteMembersResponseBody) GoString() string
- func (s *DeleteMembersResponseBody) SetCode(v string) *DeleteMembersResponseBody
- func (s *DeleteMembersResponseBody) SetMessage(v string) *DeleteMembersResponseBody
- func (s *DeleteMembersResponseBody) SetRequestId(v string) *DeleteMembersResponseBody
- func (s DeleteMembersResponseBody) String() string
- type DeleteModelLabelsRequest
- type DeleteModelLabelsResponse
- func (s DeleteModelLabelsResponse) GoString() string
- func (s *DeleteModelLabelsResponse) SetBody(v *DeleteModelLabelsResponseBody) *DeleteModelLabelsResponse
- func (s *DeleteModelLabelsResponse) SetHeaders(v map[string]*string) *DeleteModelLabelsResponse
- func (s *DeleteModelLabelsResponse) SetStatusCode(v int32) *DeleteModelLabelsResponse
- func (s DeleteModelLabelsResponse) String() string
- type DeleteModelLabelsResponseBody
- type DeleteModelResponse
- func (s DeleteModelResponse) GoString() string
- func (s *DeleteModelResponse) SetBody(v *DeleteModelResponseBody) *DeleteModelResponse
- func (s *DeleteModelResponse) SetHeaders(v map[string]*string) *DeleteModelResponse
- func (s *DeleteModelResponse) SetStatusCode(v int32) *DeleteModelResponse
- func (s DeleteModelResponse) String() string
- type DeleteModelResponseBody
- type DeleteModelVersionLabelsRequest
- type DeleteModelVersionLabelsResponse
- func (s DeleteModelVersionLabelsResponse) GoString() string
- func (s *DeleteModelVersionLabelsResponse) SetBody(v *DeleteModelVersionLabelsResponseBody) *DeleteModelVersionLabelsResponse
- func (s *DeleteModelVersionLabelsResponse) SetHeaders(v map[string]*string) *DeleteModelVersionLabelsResponse
- func (s *DeleteModelVersionLabelsResponse) SetStatusCode(v int32) *DeleteModelVersionLabelsResponse
- func (s DeleteModelVersionLabelsResponse) String() string
- type DeleteModelVersionLabelsResponseBody
- type DeleteModelVersionResponse
- func (s DeleteModelVersionResponse) GoString() string
- func (s *DeleteModelVersionResponse) SetBody(v *DeleteModelVersionResponseBody) *DeleteModelVersionResponse
- func (s *DeleteModelVersionResponse) SetHeaders(v map[string]*string) *DeleteModelVersionResponse
- func (s *DeleteModelVersionResponse) SetStatusCode(v int32) *DeleteModelVersionResponse
- func (s DeleteModelVersionResponse) String() string
- type DeleteModelVersionResponseBody
- type DeleteWorkspaceResourceRequest
- func (s DeleteWorkspaceResourceRequest) GoString() string
- func (s *DeleteWorkspaceResourceRequest) SetGroupName(v string) *DeleteWorkspaceResourceRequest
- func (s *DeleteWorkspaceResourceRequest) SetLabels(v string) *DeleteWorkspaceResourceRequest
- func (s *DeleteWorkspaceResourceRequest) SetOption(v string) *DeleteWorkspaceResourceRequest
- func (s *DeleteWorkspaceResourceRequest) SetProductType(v string) *DeleteWorkspaceResourceRequest
- func (s *DeleteWorkspaceResourceRequest) SetResourceIds(v string) *DeleteWorkspaceResourceRequest
- func (s *DeleteWorkspaceResourceRequest) SetResourceType(v string) *DeleteWorkspaceResourceRequest
- func (s DeleteWorkspaceResourceRequest) String() string
- type DeleteWorkspaceResourceResponse
- func (s DeleteWorkspaceResourceResponse) GoString() string
- func (s *DeleteWorkspaceResourceResponse) SetBody(v *DeleteWorkspaceResourceResponseBody) *DeleteWorkspaceResourceResponse
- func (s *DeleteWorkspaceResourceResponse) SetHeaders(v map[string]*string) *DeleteWorkspaceResourceResponse
- func (s *DeleteWorkspaceResourceResponse) SetStatusCode(v int32) *DeleteWorkspaceResourceResponse
- func (s DeleteWorkspaceResourceResponse) String() string
- type DeleteWorkspaceResourceResponseBody
- func (s DeleteWorkspaceResourceResponseBody) GoString() string
- func (s *DeleteWorkspaceResourceResponseBody) SetRequestId(v string) *DeleteWorkspaceResourceResponseBody
- func (s *DeleteWorkspaceResourceResponseBody) SetResourceIds(v []*string) *DeleteWorkspaceResourceResponseBody
- func (s DeleteWorkspaceResourceResponseBody) String() string
- type DeleteWorkspaceResponse
- func (s DeleteWorkspaceResponse) GoString() string
- func (s *DeleteWorkspaceResponse) SetBody(v *DeleteWorkspaceResponseBody) *DeleteWorkspaceResponse
- func (s *DeleteWorkspaceResponse) SetHeaders(v map[string]*string) *DeleteWorkspaceResponse
- func (s *DeleteWorkspaceResponse) SetStatusCode(v int32) *DeleteWorkspaceResponse
- func (s DeleteWorkspaceResponse) String() string
- type DeleteWorkspaceResponseBody
- type Experiment
- func (s Experiment) GoString() string
- func (s *Experiment) SetArtifactUri(v string) *Experiment
- func (s *Experiment) SetExperimentId(v string) *Experiment
- func (s *Experiment) SetGmtCreateTime(v string) *Experiment
- func (s *Experiment) SetGmtModifiedTime(v string) *Experiment
- func (s *Experiment) SetLabels(v []map[string]interface{}) *Experiment
- func (s *Experiment) SetName(v string) *Experiment
- func (s *Experiment) SetOwnerId(v string) *Experiment
- func (s *Experiment) SetTensorboardLogUri(v string) *Experiment
- func (s *Experiment) SetUserId(v string) *Experiment
- func (s *Experiment) SetWorkspaceId(v string) *Experiment
- func (s Experiment) String() string
- type ExperimentLabel
- func (s ExperimentLabel) GoString() string
- func (s *ExperimentLabel) SetExperimentId(v string) *ExperimentLabel
- func (s *ExperimentLabel) SetGmtCreateTime(v string) *ExperimentLabel
- func (s *ExperimentLabel) SetGmtModifiedTime(v string) *ExperimentLabel
- func (s *ExperimentLabel) SetKey(v string) *ExperimentLabel
- func (s *ExperimentLabel) SetValue(v string) *ExperimentLabel
- func (s ExperimentLabel) String() string
- type GetCodeSourceResponse
- func (s GetCodeSourceResponse) GoString() string
- func (s *GetCodeSourceResponse) SetBody(v *GetCodeSourceResponseBody) *GetCodeSourceResponse
- func (s *GetCodeSourceResponse) SetHeaders(v map[string]*string) *GetCodeSourceResponse
- func (s *GetCodeSourceResponse) SetStatusCode(v int32) *GetCodeSourceResponse
- func (s GetCodeSourceResponse) String() string
- type GetCodeSourceResponseBody
- func (s GetCodeSourceResponseBody) GoString() string
- func (s *GetCodeSourceResponseBody) SetAccessibility(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetCodeBranch(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetCodeCommit(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetCodeRepo(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetCodeRepoAccessToken(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetCodeRepoUserName(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetCodeSourceId(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetDescription(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetDisplayName(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetGmtCreateTime(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetGmtModifyTime(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetMountPath(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetRequestId(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetUserId(v string) *GetCodeSourceResponseBody
- func (s *GetCodeSourceResponseBody) SetWorkspaceId(v string) *GetCodeSourceResponseBody
- func (s GetCodeSourceResponseBody) String() string
- type GetDatasetResponse
- func (s GetDatasetResponse) GoString() string
- func (s *GetDatasetResponse) SetBody(v *GetDatasetResponseBody) *GetDatasetResponse
- func (s *GetDatasetResponse) SetHeaders(v map[string]*string) *GetDatasetResponse
- func (s *GetDatasetResponse) SetStatusCode(v int32) *GetDatasetResponse
- func (s GetDatasetResponse) String() string
- type GetDatasetResponseBody
- func (s GetDatasetResponseBody) GoString() string
- func (s *GetDatasetResponseBody) SetAccessibility(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetDataSourceType(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetDataType(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetDatasetId(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetDescription(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetGmtCreateTime(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetGmtModifiedTime(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetLabels(v []*Label) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetName(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetOptions(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetOwnerId(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetProperty(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetProvider(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetProviderType(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetRequestId(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetSourceId(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetSourceType(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetUri(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetUserId(v string) *GetDatasetResponseBody
- func (s *GetDatasetResponseBody) SetWorkspaceId(v string) *GetDatasetResponseBody
- func (s GetDatasetResponseBody) String() string
- type GetDefaultWorkspaceRequest
- type GetDefaultWorkspaceResponse
- func (s GetDefaultWorkspaceResponse) GoString() string
- func (s *GetDefaultWorkspaceResponse) SetBody(v *GetDefaultWorkspaceResponseBody) *GetDefaultWorkspaceResponse
- func (s *GetDefaultWorkspaceResponse) SetHeaders(v map[string]*string) *GetDefaultWorkspaceResponse
- func (s *GetDefaultWorkspaceResponse) SetStatusCode(v int32) *GetDefaultWorkspaceResponse
- func (s GetDefaultWorkspaceResponse) String() string
- type GetDefaultWorkspaceResponseBody
- func (s GetDefaultWorkspaceResponseBody) GoString() string
- func (s *GetDefaultWorkspaceResponseBody) SetConditions(v []*GetDefaultWorkspaceResponseBodyConditions) *GetDefaultWorkspaceResponseBody
- func (s *GetDefaultWorkspaceResponseBody) SetCreator(v string) *GetDefaultWorkspaceResponseBody
- func (s *GetDefaultWorkspaceResponseBody) SetDescription(v string) *GetDefaultWorkspaceResponseBody
- func (s *GetDefaultWorkspaceResponseBody) SetDisplayName(v string) *GetDefaultWorkspaceResponseBody
- func (s *GetDefaultWorkspaceResponseBody) SetEnvTypes(v []*string) *GetDefaultWorkspaceResponseBody
- func (s *GetDefaultWorkspaceResponseBody) SetGmtCreateTime(v string) *GetDefaultWorkspaceResponseBody
- func (s *GetDefaultWorkspaceResponseBody) SetGmtModifiedTime(v string) *GetDefaultWorkspaceResponseBody
- func (s *GetDefaultWorkspaceResponseBody) SetOwner(v *GetDefaultWorkspaceResponseBodyOwner) *GetDefaultWorkspaceResponseBody
- func (s *GetDefaultWorkspaceResponseBody) SetRequestId(v string) *GetDefaultWorkspaceResponseBody
- func (s *GetDefaultWorkspaceResponseBody) SetStatus(v string) *GetDefaultWorkspaceResponseBody
- func (s *GetDefaultWorkspaceResponseBody) SetWorkspaceId(v string) *GetDefaultWorkspaceResponseBody
- func (s *GetDefaultWorkspaceResponseBody) SetWorkspaceName(v string) *GetDefaultWorkspaceResponseBody
- func (s GetDefaultWorkspaceResponseBody) String() string
- type GetDefaultWorkspaceResponseBodyConditions
- func (s GetDefaultWorkspaceResponseBodyConditions) GoString() string
- func (s *GetDefaultWorkspaceResponseBodyConditions) SetCode(v int64) *GetDefaultWorkspaceResponseBodyConditions
- func (s *GetDefaultWorkspaceResponseBodyConditions) SetMessage(v string) *GetDefaultWorkspaceResponseBodyConditions
- func (s *GetDefaultWorkspaceResponseBodyConditions) SetType(v string) *GetDefaultWorkspaceResponseBodyConditions
- func (s GetDefaultWorkspaceResponseBodyConditions) String() string
- type GetDefaultWorkspaceResponseBodyOwner
- func (s GetDefaultWorkspaceResponseBodyOwner) GoString() string
- func (s *GetDefaultWorkspaceResponseBodyOwner) SetUserId(v string) *GetDefaultWorkspaceResponseBodyOwner
- func (s *GetDefaultWorkspaceResponseBodyOwner) SetUserKp(v string) *GetDefaultWorkspaceResponseBodyOwner
- func (s *GetDefaultWorkspaceResponseBodyOwner) SetUserName(v string) *GetDefaultWorkspaceResponseBodyOwner
- func (s GetDefaultWorkspaceResponseBodyOwner) String() string
- type GetImageRequest
- type GetImageResponse
- func (s GetImageResponse) GoString() string
- func (s *GetImageResponse) SetBody(v *GetImageResponseBody) *GetImageResponse
- func (s *GetImageResponse) SetHeaders(v map[string]*string) *GetImageResponse
- func (s *GetImageResponse) SetStatusCode(v int32) *GetImageResponse
- func (s GetImageResponse) String() string
- type GetImageResponseBody
- func (s GetImageResponseBody) GoString() string
- func (s *GetImageResponseBody) SetAccessibility(v string) *GetImageResponseBody
- func (s *GetImageResponseBody) SetDescription(v string) *GetImageResponseBody
- func (s *GetImageResponseBody) SetGmtCreateTime(v string) *GetImageResponseBody
- func (s *GetImageResponseBody) SetGmtModifiedTime(v string) *GetImageResponseBody
- func (s *GetImageResponseBody) SetImageUri(v string) *GetImageResponseBody
- func (s *GetImageResponseBody) SetLabels(v []*GetImageResponseBodyLabels) *GetImageResponseBody
- func (s *GetImageResponseBody) SetName(v string) *GetImageResponseBody
- func (s *GetImageResponseBody) SetParentUserId(v string) *GetImageResponseBody
- func (s *GetImageResponseBody) SetRequestId(v string) *GetImageResponseBody
- func (s *GetImageResponseBody) SetSize(v int32) *GetImageResponseBody
- func (s *GetImageResponseBody) SetUserId(v string) *GetImageResponseBody
- func (s *GetImageResponseBody) SetWorkspaceId(v string) *GetImageResponseBody
- func (s GetImageResponseBody) String() string
- type GetImageResponseBodyLabels
- type GetMemberRequest
- type GetMemberResponse
- func (s GetMemberResponse) GoString() string
- func (s *GetMemberResponse) SetBody(v *GetMemberResponseBody) *GetMemberResponse
- func (s *GetMemberResponse) SetHeaders(v map[string]*string) *GetMemberResponse
- func (s *GetMemberResponse) SetStatusCode(v int32) *GetMemberResponse
- func (s GetMemberResponse) String() string
- type GetMemberResponseBody
- func (s GetMemberResponseBody) GoString() string
- func (s *GetMemberResponseBody) SetDisplayName(v string) *GetMemberResponseBody
- func (s *GetMemberResponseBody) SetGmtCreateTime(v string) *GetMemberResponseBody
- func (s *GetMemberResponseBody) SetMemberId(v string) *GetMemberResponseBody
- func (s *GetMemberResponseBody) SetMemberName(v string) *GetMemberResponseBody
- func (s *GetMemberResponseBody) SetRequestId(v string) *GetMemberResponseBody
- func (s *GetMemberResponseBody) SetRoles(v []*string) *GetMemberResponseBody
- func (s *GetMemberResponseBody) SetUserId(v string) *GetMemberResponseBody
- func (s GetMemberResponseBody) String() string
- type GetModelResponse
- func (s GetModelResponse) GoString() string
- func (s *GetModelResponse) SetBody(v *GetModelResponseBody) *GetModelResponse
- func (s *GetModelResponse) SetHeaders(v map[string]*string) *GetModelResponse
- func (s *GetModelResponse) SetStatusCode(v int32) *GetModelResponse
- func (s GetModelResponse) String() string
- type GetModelResponseBody
- func (s GetModelResponseBody) GoString() string
- func (s *GetModelResponseBody) SetAccessibility(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetDomain(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetExtraInfo(v map[string]interface{}) *GetModelResponseBody
- func (s *GetModelResponseBody) SetGmtCreateTime(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetGmtModifiedTime(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetLabels(v []*Label) *GetModelResponseBody
- func (s *GetModelResponseBody) SetLatestVersion(v *ModelVersion) *GetModelResponseBody
- func (s *GetModelResponseBody) SetModelDescription(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetModelDoc(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetModelId(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetModelName(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetModelType(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetOrderNumber(v int64) *GetModelResponseBody
- func (s *GetModelResponseBody) SetOrigin(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetOwnerId(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetProvider(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetRequestId(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetTask(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetUserId(v string) *GetModelResponseBody
- func (s *GetModelResponseBody) SetWorkspaceId(v string) *GetModelResponseBody
- func (s GetModelResponseBody) String() string
- type GetModelVersionResponse
- func (s GetModelVersionResponse) GoString() string
- func (s *GetModelVersionResponse) SetBody(v *GetModelVersionResponseBody) *GetModelVersionResponse
- func (s *GetModelVersionResponse) SetHeaders(v map[string]*string) *GetModelVersionResponse
- func (s *GetModelVersionResponse) SetStatusCode(v int32) *GetModelVersionResponse
- func (s GetModelVersionResponse) String() string
- type GetModelVersionResponseBody
- func (s GetModelVersionResponseBody) GoString() string
- func (s *GetModelVersionResponseBody) SetApprovalStatus(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetCompressionSpec(v map[string]interface{}) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetEvaluationSpec(v map[string]interface{}) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetExtraInfo(v map[string]interface{}) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetFormatType(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetFrameworkType(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetGmtCreateTime(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetGmtModifiedTime(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetInferenceSpec(v map[string]interface{}) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetLabels(v []*Label) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetMetrics(v map[string]interface{}) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetOptions(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetOwnerId(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetRequestId(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetSourceId(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetSourceType(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetTrainingSpec(v map[string]interface{}) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetUri(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetUserId(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetVersionDescription(v string) *GetModelVersionResponseBody
- func (s *GetModelVersionResponseBody) SetVersionName(v string) *GetModelVersionResponseBody
- func (s GetModelVersionResponseBody) String() string
- type GetPermissionRequest
- func (s GetPermissionRequest) GoString() string
- func (s *GetPermissionRequest) SetAccessibility(v string) *GetPermissionRequest
- func (s *GetPermissionRequest) SetCreator(v string) *GetPermissionRequest
- func (s *GetPermissionRequest) SetOption(v string) *GetPermissionRequest
- func (s *GetPermissionRequest) SetResource(v string) *GetPermissionRequest
- func (s GetPermissionRequest) String() string
- type GetPermissionResponse
- func (s GetPermissionResponse) GoString() string
- func (s *GetPermissionResponse) SetBody(v *GetPermissionResponseBody) *GetPermissionResponse
- func (s *GetPermissionResponse) SetHeaders(v map[string]*string) *GetPermissionResponse
- func (s *GetPermissionResponse) SetStatusCode(v int32) *GetPermissionResponse
- func (s GetPermissionResponse) String() string
- type GetPermissionResponseBody
- func (s GetPermissionResponseBody) GoString() string
- func (s *GetPermissionResponseBody) SetPermissionCode(v string) *GetPermissionResponseBody
- func (s *GetPermissionResponseBody) SetPermissionRules(v []*GetPermissionResponseBodyPermissionRules) *GetPermissionResponseBody
- func (s *GetPermissionResponseBody) SetRequestId(v string) *GetPermissionResponseBody
- func (s GetPermissionResponseBody) String() string
- type GetPermissionResponseBodyPermissionRules
- func (s GetPermissionResponseBodyPermissionRules) GoString() string
- func (s *GetPermissionResponseBodyPermissionRules) SetAccessibility(v string) *GetPermissionResponseBodyPermissionRules
- func (s *GetPermissionResponseBodyPermissionRules) SetEntityAccessType(v string) *GetPermissionResponseBodyPermissionRules
- func (s GetPermissionResponseBodyPermissionRules) String() string
- type GetServiceTemplateResponse
- func (s GetServiceTemplateResponse) GoString() string
- func (s *GetServiceTemplateResponse) SetBody(v *GetServiceTemplateResponseBody) *GetServiceTemplateResponse
- func (s *GetServiceTemplateResponse) SetHeaders(v map[string]*string) *GetServiceTemplateResponse
- func (s *GetServiceTemplateResponse) SetStatusCode(v int32) *GetServiceTemplateResponse
- func (s GetServiceTemplateResponse) String() string
- type GetServiceTemplateResponseBody
- func (s GetServiceTemplateResponseBody) GoString() string
- func (s *GetServiceTemplateResponseBody) SetGmtCreateTime(v string) *GetServiceTemplateResponseBody
- func (s *GetServiceTemplateResponseBody) SetGmtModifiedTime(v string) *GetServiceTemplateResponseBody
- func (s *GetServiceTemplateResponseBody) SetInferenceSpec(v map[string]interface{}) *GetServiceTemplateResponseBody
- func (s *GetServiceTemplateResponseBody) SetLabels(v []*Label) *GetServiceTemplateResponseBody
- func (s *GetServiceTemplateResponseBody) SetOwnerId(v string) *GetServiceTemplateResponseBody
- func (s *GetServiceTemplateResponseBody) SetProvider(v string) *GetServiceTemplateResponseBody
- func (s *GetServiceTemplateResponseBody) SetRequestId(v string) *GetServiceTemplateResponseBody
- func (s *GetServiceTemplateResponseBody) SetServiceTemplateDescription(v string) *GetServiceTemplateResponseBody
- func (s *GetServiceTemplateResponseBody) SetServiceTemplateDoc(v string) *GetServiceTemplateResponseBody
- func (s *GetServiceTemplateResponseBody) SetServiceTemplateId(v string) *GetServiceTemplateResponseBody
- func (s *GetServiceTemplateResponseBody) SetServiceTemplateName(v string) *GetServiceTemplateResponseBody
- func (s *GetServiceTemplateResponseBody) SetUserId(v string) *GetServiceTemplateResponseBody
- func (s GetServiceTemplateResponseBody) String() string
- type GetWorkspaceRequest
- type GetWorkspaceResponse
- func (s GetWorkspaceResponse) GoString() string
- func (s *GetWorkspaceResponse) SetBody(v *GetWorkspaceResponseBody) *GetWorkspaceResponse
- func (s *GetWorkspaceResponse) SetHeaders(v map[string]*string) *GetWorkspaceResponse
- func (s *GetWorkspaceResponse) SetStatusCode(v int32) *GetWorkspaceResponse
- func (s GetWorkspaceResponse) String() string
- type GetWorkspaceResponseBody
- func (s GetWorkspaceResponseBody) GoString() string
- func (s *GetWorkspaceResponseBody) SetAdminNames(v []*string) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetCreator(v string) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetDescription(v string) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetDisplayName(v string) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetEnvTypes(v []*string) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetExtraInfos(v map[string]interface{}) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetGmtCreateTime(v string) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetGmtModifiedTime(v string) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetIsDefault(v bool) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetOwner(v *GetWorkspaceResponseBodyOwner) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetRequestId(v string) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetStatus(v string) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetWorkspaceId(v string) *GetWorkspaceResponseBody
- func (s *GetWorkspaceResponseBody) SetWorkspaceName(v string) *GetWorkspaceResponseBody
- func (s GetWorkspaceResponseBody) String() string
- type GetWorkspaceResponseBodyOwner
- func (s GetWorkspaceResponseBodyOwner) GoString() string
- func (s *GetWorkspaceResponseBodyOwner) SetDisplayName(v string) *GetWorkspaceResponseBodyOwner
- func (s *GetWorkspaceResponseBodyOwner) SetUserId(v string) *GetWorkspaceResponseBodyOwner
- func (s *GetWorkspaceResponseBodyOwner) SetUserKp(v string) *GetWorkspaceResponseBodyOwner
- func (s *GetWorkspaceResponseBodyOwner) SetUserName(v string) *GetWorkspaceResponseBodyOwner
- func (s GetWorkspaceResponseBodyOwner) String() string
- type Label
- type LabelInfo
- type ListCodeSourcesRequest
- func (s ListCodeSourcesRequest) GoString() string
- func (s *ListCodeSourcesRequest) SetDisplayName(v string) *ListCodeSourcesRequest
- func (s *ListCodeSourcesRequest) SetOrder(v string) *ListCodeSourcesRequest
- func (s *ListCodeSourcesRequest) SetPageNumber(v int32) *ListCodeSourcesRequest
- func (s *ListCodeSourcesRequest) SetPageSize(v int32) *ListCodeSourcesRequest
- func (s *ListCodeSourcesRequest) SetSortBy(v string) *ListCodeSourcesRequest
- func (s *ListCodeSourcesRequest) SetWorkspaceId(v string) *ListCodeSourcesRequest
- func (s ListCodeSourcesRequest) String() string
- type ListCodeSourcesResponse
- func (s ListCodeSourcesResponse) GoString() string
- func (s *ListCodeSourcesResponse) SetBody(v *ListCodeSourcesResponseBody) *ListCodeSourcesResponse
- func (s *ListCodeSourcesResponse) SetHeaders(v map[string]*string) *ListCodeSourcesResponse
- func (s *ListCodeSourcesResponse) SetStatusCode(v int32) *ListCodeSourcesResponse
- func (s ListCodeSourcesResponse) String() string
- type ListCodeSourcesResponseBody
- func (s ListCodeSourcesResponseBody) GoString() string
- func (s *ListCodeSourcesResponseBody) SetCodeSources(v []*CodeSourceItem) *ListCodeSourcesResponseBody
- func (s *ListCodeSourcesResponseBody) SetRequestId(v string) *ListCodeSourcesResponseBody
- func (s *ListCodeSourcesResponseBody) SetTotalCount(v int64) *ListCodeSourcesResponseBody
- func (s ListCodeSourcesResponseBody) String() string
- type ListDatasetsRequest
- func (s ListDatasetsRequest) GoString() string
- func (s *ListDatasetsRequest) SetDataSourceTypes(v string) *ListDatasetsRequest
- func (s *ListDatasetsRequest) SetDataTypes(v string) *ListDatasetsRequest
- func (s *ListDatasetsRequest) SetLabel(v string) *ListDatasetsRequest
- func (s *ListDatasetsRequest) SetName(v string) *ListDatasetsRequest
- func (s *ListDatasetsRequest) SetOrder(v string) *ListDatasetsRequest
- func (s *ListDatasetsRequest) SetPageNumber(v int32) *ListDatasetsRequest
- func (s *ListDatasetsRequest) SetPageSize(v int32) *ListDatasetsRequest
- func (s *ListDatasetsRequest) SetProperties(v string) *ListDatasetsRequest
- func (s *ListDatasetsRequest) SetProvider(v string) *ListDatasetsRequest
- func (s *ListDatasetsRequest) SetSourceId(v string) *ListDatasetsRequest
- func (s *ListDatasetsRequest) SetSourceTypes(v string) *ListDatasetsRequest
- func (s *ListDatasetsRequest) SetWorkspaceId(v string) *ListDatasetsRequest
- func (s ListDatasetsRequest) String() string
- type ListDatasetsResponse
- func (s ListDatasetsResponse) GoString() string
- func (s *ListDatasetsResponse) SetBody(v *ListDatasetsResponseBody) *ListDatasetsResponse
- func (s *ListDatasetsResponse) SetHeaders(v map[string]*string) *ListDatasetsResponse
- func (s *ListDatasetsResponse) SetStatusCode(v int32) *ListDatasetsResponse
- func (s ListDatasetsResponse) String() string
- type ListDatasetsResponseBody
- func (s ListDatasetsResponseBody) GoString() string
- func (s *ListDatasetsResponseBody) SetDatasets(v []*Dataset) *ListDatasetsResponseBody
- func (s *ListDatasetsResponseBody) SetRequestId(v string) *ListDatasetsResponseBody
- func (s *ListDatasetsResponseBody) SetTotalCount(v int64) *ListDatasetsResponseBody
- func (s ListDatasetsResponseBody) String() string
- type ListImageLabelsRequest
- func (s ListImageLabelsRequest) GoString() string
- func (s *ListImageLabelsRequest) SetImageId(v string) *ListImageLabelsRequest
- func (s *ListImageLabelsRequest) SetLabelFilter(v string) *ListImageLabelsRequest
- func (s *ListImageLabelsRequest) SetLabelKeys(v string) *ListImageLabelsRequest
- func (s *ListImageLabelsRequest) SetRegion(v string) *ListImageLabelsRequest
- func (s *ListImageLabelsRequest) SetWorkspaceId(v string) *ListImageLabelsRequest
- func (s ListImageLabelsRequest) String() string
- type ListImageLabelsResponse
- func (s ListImageLabelsResponse) GoString() string
- func (s *ListImageLabelsResponse) SetBody(v *ListImageLabelsResponseBody) *ListImageLabelsResponse
- func (s *ListImageLabelsResponse) SetHeaders(v map[string]*string) *ListImageLabelsResponse
- func (s *ListImageLabelsResponse) SetStatusCode(v int32) *ListImageLabelsResponse
- func (s ListImageLabelsResponse) String() string
- type ListImageLabelsResponseBody
- func (s ListImageLabelsResponseBody) GoString() string
- func (s *ListImageLabelsResponseBody) SetLabels(v []*ListImageLabelsResponseBodyLabels) *ListImageLabelsResponseBody
- func (s *ListImageLabelsResponseBody) SetRequestId(v string) *ListImageLabelsResponseBody
- func (s *ListImageLabelsResponseBody) SetTotalCount(v int64) *ListImageLabelsResponseBody
- func (s ListImageLabelsResponseBody) String() string
- type ListImageLabelsResponseBodyLabels
- func (s ListImageLabelsResponseBodyLabels) GoString() string
- func (s *ListImageLabelsResponseBodyLabels) SetKey(v string) *ListImageLabelsResponseBodyLabels
- func (s *ListImageLabelsResponseBodyLabels) SetValue(v string) *ListImageLabelsResponseBodyLabels
- func (s ListImageLabelsResponseBodyLabels) String() string
- type ListImagesRequest
- func (s ListImagesRequest) GoString() string
- func (s *ListImagesRequest) SetAccessibility(v string) *ListImagesRequest
- func (s *ListImagesRequest) SetLabels(v string) *ListImagesRequest
- func (s *ListImagesRequest) SetName(v string) *ListImagesRequest
- func (s *ListImagesRequest) SetOrder(v string) *ListImagesRequest
- func (s *ListImagesRequest) SetPageNumber(v int32) *ListImagesRequest
- func (s *ListImagesRequest) SetPageSize(v int32) *ListImagesRequest
- func (s *ListImagesRequest) SetParentUserId(v string) *ListImagesRequest
- func (s *ListImagesRequest) SetQuery(v string) *ListImagesRequest
- func (s *ListImagesRequest) SetSortBy(v string) *ListImagesRequest
- func (s *ListImagesRequest) SetUserId(v string) *ListImagesRequest
- func (s *ListImagesRequest) SetVerbose(v bool) *ListImagesRequest
- func (s *ListImagesRequest) SetWorkspaceId(v string) *ListImagesRequest
- func (s ListImagesRequest) String() string
- type ListImagesResponse
- func (s ListImagesResponse) GoString() string
- func (s *ListImagesResponse) SetBody(v *ListImagesResponseBody) *ListImagesResponse
- func (s *ListImagesResponse) SetHeaders(v map[string]*string) *ListImagesResponse
- func (s *ListImagesResponse) SetStatusCode(v int32) *ListImagesResponse
- func (s ListImagesResponse) String() string
- type ListImagesResponseBody
- func (s ListImagesResponseBody) GoString() string
- func (s *ListImagesResponseBody) SetImages(v []*ListImagesResponseBodyImages) *ListImagesResponseBody
- func (s *ListImagesResponseBody) SetRequestId(v string) *ListImagesResponseBody
- func (s *ListImagesResponseBody) SetTotalCount(v int64) *ListImagesResponseBody
- func (s ListImagesResponseBody) String() string
- type ListImagesResponseBodyImages
- func (s ListImagesResponseBodyImages) GoString() string
- func (s *ListImagesResponseBodyImages) SetAccessibility(v string) *ListImagesResponseBodyImages
- func (s *ListImagesResponseBodyImages) SetDescription(v string) *ListImagesResponseBodyImages
- func (s *ListImagesResponseBodyImages) SetGmtCreateTime(v string) *ListImagesResponseBodyImages
- func (s *ListImagesResponseBodyImages) SetGmtModifiedTime(v string) *ListImagesResponseBodyImages
- func (s *ListImagesResponseBodyImages) SetImageId(v string) *ListImagesResponseBodyImages
- func (s *ListImagesResponseBodyImages) SetImageUri(v string) *ListImagesResponseBodyImages
- func (s *ListImagesResponseBodyImages) SetLabels(v []*ListImagesResponseBodyImagesLabels) *ListImagesResponseBodyImages
- func (s *ListImagesResponseBodyImages) SetName(v string) *ListImagesResponseBodyImages
- func (s *ListImagesResponseBodyImages) SetParentUserId(v string) *ListImagesResponseBodyImages
- func (s *ListImagesResponseBodyImages) SetSize(v int32) *ListImagesResponseBodyImages
- func (s *ListImagesResponseBodyImages) SetUserId(v string) *ListImagesResponseBodyImages
- func (s *ListImagesResponseBodyImages) SetWorkspaceId(v string) *ListImagesResponseBodyImages
- func (s ListImagesResponseBodyImages) String() string
- type ListImagesResponseBodyImagesLabels
- func (s ListImagesResponseBodyImagesLabels) GoString() string
- func (s *ListImagesResponseBodyImagesLabels) SetKey(v string) *ListImagesResponseBodyImagesLabels
- func (s *ListImagesResponseBodyImagesLabels) SetValue(v string) *ListImagesResponseBodyImagesLabels
- func (s ListImagesResponseBodyImagesLabels) String() string
- type ListMembersRequest
- func (s ListMembersRequest) GoString() string
- func (s *ListMembersRequest) SetMemberName(v string) *ListMembersRequest
- func (s *ListMembersRequest) SetPageNumber(v int64) *ListMembersRequest
- func (s *ListMembersRequest) SetPageSize(v int32) *ListMembersRequest
- func (s *ListMembersRequest) SetRoles(v string) *ListMembersRequest
- func (s ListMembersRequest) String() string
- type ListMembersResponse
- func (s ListMembersResponse) GoString() string
- func (s *ListMembersResponse) SetBody(v *ListMembersResponseBody) *ListMembersResponse
- func (s *ListMembersResponse) SetHeaders(v map[string]*string) *ListMembersResponse
- func (s *ListMembersResponse) SetStatusCode(v int32) *ListMembersResponse
- func (s ListMembersResponse) String() string
- type ListMembersResponseBody
- func (s ListMembersResponseBody) GoString() string
- func (s *ListMembersResponseBody) SetMembers(v []*ListMembersResponseBodyMembers) *ListMembersResponseBody
- func (s *ListMembersResponseBody) SetRequestId(v string) *ListMembersResponseBody
- func (s *ListMembersResponseBody) SetTotalCount(v int64) *ListMembersResponseBody
- func (s ListMembersResponseBody) String() string
- type ListMembersResponseBodyMembers
- func (s ListMembersResponseBodyMembers) GoString() string
- func (s *ListMembersResponseBodyMembers) SetDisplayName(v string) *ListMembersResponseBodyMembers
- func (s *ListMembersResponseBodyMembers) SetGmtCreateTime(v string) *ListMembersResponseBodyMembers
- func (s *ListMembersResponseBodyMembers) SetMemberId(v string) *ListMembersResponseBodyMembers
- func (s *ListMembersResponseBodyMembers) SetMemberName(v string) *ListMembersResponseBodyMembers
- func (s *ListMembersResponseBodyMembers) SetRoles(v []*string) *ListMembersResponseBodyMembers
- func (s *ListMembersResponseBodyMembers) SetUserId(v string) *ListMembersResponseBodyMembers
- func (s ListMembersResponseBodyMembers) String() string
- type ListModelVersionsRequest
- func (s ListModelVersionsRequest) GoString() string
- func (s *ListModelVersionsRequest) SetApprovalStatus(v string) *ListModelVersionsRequest
- func (s *ListModelVersionsRequest) SetFormatType(v string) *ListModelVersionsRequest
- func (s *ListModelVersionsRequest) SetFrameworkType(v string) *ListModelVersionsRequest
- func (s *ListModelVersionsRequest) SetLabel(v string) *ListModelVersionsRequest
- func (s *ListModelVersionsRequest) SetOrder(v string) *ListModelVersionsRequest
- func (s *ListModelVersionsRequest) SetPageNumber(v int32) *ListModelVersionsRequest
- func (s *ListModelVersionsRequest) SetPageSize(v int32) *ListModelVersionsRequest
- func (s *ListModelVersionsRequest) SetSortBy(v string) *ListModelVersionsRequest
- func (s *ListModelVersionsRequest) SetSourceId(v string) *ListModelVersionsRequest
- func (s *ListModelVersionsRequest) SetSourceType(v string) *ListModelVersionsRequest
- func (s *ListModelVersionsRequest) SetVersionName(v string) *ListModelVersionsRequest
- func (s ListModelVersionsRequest) String() string
- type ListModelVersionsResponse
- func (s ListModelVersionsResponse) GoString() string
- func (s *ListModelVersionsResponse) SetBody(v *ListModelVersionsResponseBody) *ListModelVersionsResponse
- func (s *ListModelVersionsResponse) SetHeaders(v map[string]*string) *ListModelVersionsResponse
- func (s *ListModelVersionsResponse) SetStatusCode(v int32) *ListModelVersionsResponse
- func (s ListModelVersionsResponse) String() string
- type ListModelVersionsResponseBody
- func (s ListModelVersionsResponseBody) GoString() string
- func (s *ListModelVersionsResponseBody) SetRequestId(v string) *ListModelVersionsResponseBody
- func (s *ListModelVersionsResponseBody) SetTotalCount(v int64) *ListModelVersionsResponseBody
- func (s *ListModelVersionsResponseBody) SetVersions(v []*ModelVersion) *ListModelVersionsResponseBody
- func (s ListModelVersionsResponseBody) String() string
- type ListModelsRequest
- func (s ListModelsRequest) GoString() string
- func (s *ListModelsRequest) SetCollections(v string) *ListModelsRequest
- func (s *ListModelsRequest) SetDomain(v string) *ListModelsRequest
- func (s *ListModelsRequest) SetLabel(v string) *ListModelsRequest
- func (s *ListModelsRequest) SetModelName(v string) *ListModelsRequest
- func (s *ListModelsRequest) SetModelType(v string) *ListModelsRequest
- func (s *ListModelsRequest) SetOrder(v string) *ListModelsRequest
- func (s *ListModelsRequest) SetOrigin(v string) *ListModelsRequest
- func (s *ListModelsRequest) SetPageNumber(v int32) *ListModelsRequest
- func (s *ListModelsRequest) SetPageSize(v int32) *ListModelsRequest
- func (s *ListModelsRequest) SetProvider(v string) *ListModelsRequest
- func (s *ListModelsRequest) SetQuery(v string) *ListModelsRequest
- func (s *ListModelsRequest) SetSortBy(v string) *ListModelsRequest
- func (s *ListModelsRequest) SetTask(v string) *ListModelsRequest
- func (s *ListModelsRequest) SetWorkspaceId(v string) *ListModelsRequest
- func (s ListModelsRequest) String() string
- type ListModelsResponse
- func (s ListModelsResponse) GoString() string
- func (s *ListModelsResponse) SetBody(v *ListModelsResponseBody) *ListModelsResponse
- func (s *ListModelsResponse) SetHeaders(v map[string]*string) *ListModelsResponse
- func (s *ListModelsResponse) SetStatusCode(v int32) *ListModelsResponse
- func (s ListModelsResponse) String() string
- type ListModelsResponseBody
- func (s ListModelsResponseBody) GoString() string
- func (s *ListModelsResponseBody) SetModels(v []*Model) *ListModelsResponseBody
- func (s *ListModelsResponseBody) SetRequestId(v string) *ListModelsResponseBody
- func (s *ListModelsResponseBody) SetTotalCount(v int64) *ListModelsResponseBody
- func (s ListModelsResponseBody) String() string
- type ListPermissionsResponse
- func (s ListPermissionsResponse) GoString() string
- func (s *ListPermissionsResponse) SetBody(v *ListPermissionsResponseBody) *ListPermissionsResponse
- func (s *ListPermissionsResponse) SetHeaders(v map[string]*string) *ListPermissionsResponse
- func (s *ListPermissionsResponse) SetStatusCode(v int32) *ListPermissionsResponse
- func (s ListPermissionsResponse) String() string
- type ListPermissionsResponseBody
- func (s ListPermissionsResponseBody) GoString() string
- func (s *ListPermissionsResponseBody) SetPermissions(v []*ListPermissionsResponseBodyPermissions) *ListPermissionsResponseBody
- func (s *ListPermissionsResponseBody) SetRequestId(v string) *ListPermissionsResponseBody
- func (s *ListPermissionsResponseBody) SetTotalCount(v int64) *ListPermissionsResponseBody
- func (s ListPermissionsResponseBody) String() string
- type ListPermissionsResponseBodyPermissions
- func (s ListPermissionsResponseBodyPermissions) GoString() string
- func (s *ListPermissionsResponseBodyPermissions) SetPermissionCode(v string) *ListPermissionsResponseBodyPermissions
- func (s *ListPermissionsResponseBodyPermissions) SetPermissionRules(v []*ListPermissionsResponseBodyPermissionsPermissionRules) *ListPermissionsResponseBodyPermissions
- func (s ListPermissionsResponseBodyPermissions) String() string
- type ListPermissionsResponseBodyPermissionsPermissionRules
- func (s ListPermissionsResponseBodyPermissionsPermissionRules) GoString() string
- func (s *ListPermissionsResponseBodyPermissionsPermissionRules) SetAccessibility(v string) *ListPermissionsResponseBodyPermissionsPermissionRules
- func (s *ListPermissionsResponseBodyPermissionsPermissionRules) SetEntityAccessType(v string) *ListPermissionsResponseBodyPermissionsPermissionRules
- func (s ListPermissionsResponseBodyPermissionsPermissionRules) String() string
- type ListProductsRequest
- func (s ListProductsRequest) GoString() string
- func (s *ListProductsRequest) SetProductCodes(v string) *ListProductsRequest
- func (s *ListProductsRequest) SetServiceCodes(v string) *ListProductsRequest
- func (s *ListProductsRequest) SetVerbose(v bool) *ListProductsRequest
- func (s ListProductsRequest) String() string
- type ListProductsResponse
- func (s ListProductsResponse) GoString() string
- func (s *ListProductsResponse) SetBody(v *ListProductsResponseBody) *ListProductsResponse
- func (s *ListProductsResponse) SetHeaders(v map[string]*string) *ListProductsResponse
- func (s *ListProductsResponse) SetStatusCode(v int32) *ListProductsResponse
- func (s ListProductsResponse) String() string
- type ListProductsResponseBody
- func (s ListProductsResponseBody) GoString() string
- func (s *ListProductsResponseBody) SetProducts(v []*ListProductsResponseBodyProducts) *ListProductsResponseBody
- func (s *ListProductsResponseBody) SetRequestId(v string) *ListProductsResponseBody
- func (s *ListProductsResponseBody) SetServices(v []*ListProductsResponseBodyServices) *ListProductsResponseBody
- func (s ListProductsResponseBody) String() string
- type ListProductsResponseBodyProducts
- func (s ListProductsResponseBodyProducts) GoString() string
- func (s *ListProductsResponseBodyProducts) SetHasPermissionToPurchase(v bool) *ListProductsResponseBodyProducts
- func (s *ListProductsResponseBodyProducts) SetIsPurchased(v bool) *ListProductsResponseBodyProducts
- func (s *ListProductsResponseBodyProducts) SetProductCode(v string) *ListProductsResponseBodyProducts
- func (s *ListProductsResponseBodyProducts) SetProductInstanceId(v string) *ListProductsResponseBodyProducts
- func (s *ListProductsResponseBodyProducts) SetPurchaseUrl(v string) *ListProductsResponseBodyProducts
- func (s ListProductsResponseBodyProducts) String() string
- type ListProductsResponseBodyServices
- func (s ListProductsResponseBodyServices) GoString() string
- func (s *ListProductsResponseBodyServices) SetIsOpen(v bool) *ListProductsResponseBodyServices
- func (s *ListProductsResponseBodyServices) SetOpenUrl(v string) *ListProductsResponseBodyServices
- func (s *ListProductsResponseBodyServices) SetServiceCode(v string) *ListProductsResponseBodyServices
- func (s ListProductsResponseBodyServices) String() string
- type ListQuotasRequest
- type ListQuotasResponse
- func (s ListQuotasResponse) GoString() string
- func (s *ListQuotasResponse) SetBody(v *ListQuotasResponseBody) *ListQuotasResponse
- func (s *ListQuotasResponse) SetHeaders(v map[string]*string) *ListQuotasResponse
- func (s *ListQuotasResponse) SetStatusCode(v int32) *ListQuotasResponse
- func (s ListQuotasResponse) String() string
- type ListQuotasResponseBody
- func (s ListQuotasResponseBody) GoString() string
- func (s *ListQuotasResponseBody) SetQuotas(v []*ListQuotasResponseBodyQuotas) *ListQuotasResponseBody
- func (s *ListQuotasResponseBody) SetRequestId(v string) *ListQuotasResponseBody
- func (s *ListQuotasResponseBody) SetTotalCount(v int64) *ListQuotasResponseBody
- func (s ListQuotasResponseBody) String() string
- type ListQuotasResponseBodyQuotas
- func (s ListQuotasResponseBodyQuotas) GoString() string
- func (s *ListQuotasResponseBodyQuotas) SetDisplayName(v string) *ListQuotasResponseBodyQuotas
- func (s *ListQuotasResponseBodyQuotas) SetId(v string) *ListQuotasResponseBodyQuotas
- func (s *ListQuotasResponseBodyQuotas) SetMode(v string) *ListQuotasResponseBodyQuotas
- func (s *ListQuotasResponseBodyQuotas) SetName(v string) *ListQuotasResponseBodyQuotas
- func (s *ListQuotasResponseBodyQuotas) SetProductCode(v string) *ListQuotasResponseBodyQuotas
- func (s *ListQuotasResponseBodyQuotas) SetQuotaType(v string) *ListQuotasResponseBodyQuotas
- func (s *ListQuotasResponseBodyQuotas) SetSpecs(v []*ListQuotasResponseBodyQuotasSpecs) *ListQuotasResponseBodyQuotas
- func (s ListQuotasResponseBodyQuotas) String() string
- type ListQuotasResponseBodyQuotasSpecs
- func (s ListQuotasResponseBodyQuotasSpecs) GoString() string
- func (s *ListQuotasResponseBodyQuotasSpecs) SetName(v string) *ListQuotasResponseBodyQuotasSpecs
- func (s *ListQuotasResponseBodyQuotasSpecs) SetType(v string) *ListQuotasResponseBodyQuotasSpecs
- func (s *ListQuotasResponseBodyQuotasSpecs) SetValue(v string) *ListQuotasResponseBodyQuotasSpecs
- func (s ListQuotasResponseBodyQuotasSpecs) String() string
- type ListResourcesRequest
- func (s ListResourcesRequest) GoString() string
- func (s *ListResourcesRequest) SetGroupName(v string) *ListResourcesRequest
- func (s *ListResourcesRequest) SetLabels(v string) *ListResourcesRequest
- func (s *ListResourcesRequest) SetOption(v string) *ListResourcesRequest
- func (s *ListResourcesRequest) SetPageNumber(v int64) *ListResourcesRequest
- func (s *ListResourcesRequest) SetPageSize(v int32) *ListResourcesRequest
- func (s *ListResourcesRequest) SetProductTypes(v string) *ListResourcesRequest
- func (s *ListResourcesRequest) SetQuotaIds(v string) *ListResourcesRequest
- func (s *ListResourcesRequest) SetResourceName(v string) *ListResourcesRequest
- func (s *ListResourcesRequest) SetResourceTypes(v string) *ListResourcesRequest
- func (s *ListResourcesRequest) SetVerbose(v bool) *ListResourcesRequest
- func (s *ListResourcesRequest) SetVerboseFields(v string) *ListResourcesRequest
- func (s *ListResourcesRequest) SetWorkspaceId(v string) *ListResourcesRequest
- func (s ListResourcesRequest) String() string
- type ListResourcesResponse
- func (s ListResourcesResponse) GoString() string
- func (s *ListResourcesResponse) SetBody(v *ListResourcesResponseBody) *ListResourcesResponse
- func (s *ListResourcesResponse) SetHeaders(v map[string]*string) *ListResourcesResponse
- func (s *ListResourcesResponse) SetStatusCode(v int32) *ListResourcesResponse
- func (s ListResourcesResponse) String() string
- type ListResourcesResponseBody
- func (s ListResourcesResponseBody) GoString() string
- func (s *ListResourcesResponseBody) SetRequestId(v string) *ListResourcesResponseBody
- func (s *ListResourcesResponseBody) SetResources(v []*ListResourcesResponseBodyResources) *ListResourcesResponseBody
- func (s *ListResourcesResponseBody) SetTotalCount(v int64) *ListResourcesResponseBody
- func (s ListResourcesResponseBody) String() string
- type ListResourcesResponseBodyResources
- func (s ListResourcesResponseBodyResources) GoString() string
- func (s *ListResourcesResponseBodyResources) SetEncryption(v *ListResourcesResponseBodyResourcesEncryption) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetEnvType(v string) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetExecutor(v *ListResourcesResponseBodyResourcesExecutor) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetGmtCreateTime(v string) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetGroupName(v string) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetId(v string) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetIsDefault(v bool) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetLabels(v []*ListResourcesResponseBodyResourcesLabels) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetName(v string) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetProductType(v string) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetQuotas(v []*ListResourcesResponseBodyResourcesQuotas) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetResourceType(v string) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetSpec(v map[string]interface{}) *ListResourcesResponseBodyResources
- func (s *ListResourcesResponseBodyResources) SetWorkspaceId(v string) *ListResourcesResponseBodyResources
- func (s ListResourcesResponseBodyResources) String() string
- type ListResourcesResponseBodyResourcesEncryption
- func (s ListResourcesResponseBodyResourcesEncryption) GoString() string
- func (s *ListResourcesResponseBodyResourcesEncryption) SetAlgorithm(v string) *ListResourcesResponseBodyResourcesEncryption
- func (s *ListResourcesResponseBodyResourcesEncryption) SetEnabled(v bool) *ListResourcesResponseBodyResourcesEncryption
- func (s *ListResourcesResponseBodyResourcesEncryption) SetKey(v string) *ListResourcesResponseBodyResourcesEncryption
- func (s ListResourcesResponseBodyResourcesEncryption) String() string
- type ListResourcesResponseBodyResourcesExecutor
- type ListResourcesResponseBodyResourcesLabels
- func (s ListResourcesResponseBodyResourcesLabels) GoString() string
- func (s *ListResourcesResponseBodyResourcesLabels) SetKey(v string) *ListResourcesResponseBodyResourcesLabels
- func (s *ListResourcesResponseBodyResourcesLabels) SetValue(v string) *ListResourcesResponseBodyResourcesLabels
- func (s ListResourcesResponseBodyResourcesLabels) String() string
- type ListResourcesResponseBodyResourcesQuotas
- func (s ListResourcesResponseBodyResourcesQuotas) GoString() string
- func (s *ListResourcesResponseBodyResourcesQuotas) SetCardType(v string) *ListResourcesResponseBodyResourcesQuotas
- func (s *ListResourcesResponseBodyResourcesQuotas) SetDisplayName(v string) *ListResourcesResponseBodyResourcesQuotas
- func (s *ListResourcesResponseBodyResourcesQuotas) SetId(v string) *ListResourcesResponseBodyResourcesQuotas
- func (s *ListResourcesResponseBodyResourcesQuotas) SetMode(v string) *ListResourcesResponseBodyResourcesQuotas
- func (s *ListResourcesResponseBodyResourcesQuotas) SetName(v string) *ListResourcesResponseBodyResourcesQuotas
- func (s *ListResourcesResponseBodyResourcesQuotas) SetProductCode(v string) *ListResourcesResponseBodyResourcesQuotas
- func (s *ListResourcesResponseBodyResourcesQuotas) SetQuotaType(v string) *ListResourcesResponseBodyResourcesQuotas
- func (s *ListResourcesResponseBodyResourcesQuotas) SetSpecs(v []*ListResourcesResponseBodyResourcesQuotasSpecs) *ListResourcesResponseBodyResourcesQuotas
- func (s ListResourcesResponseBodyResourcesQuotas) String() string
- type ListResourcesResponseBodyResourcesQuotasSpecs
- func (s ListResourcesResponseBodyResourcesQuotasSpecs) GoString() string
- func (s *ListResourcesResponseBodyResourcesQuotasSpecs) SetName(v string) *ListResourcesResponseBodyResourcesQuotasSpecs
- func (s *ListResourcesResponseBodyResourcesQuotasSpecs) SetValue(v string) *ListResourcesResponseBodyResourcesQuotasSpecs
- func (s ListResourcesResponseBodyResourcesQuotasSpecs) String() string
- type ListServiceTemplatesRequest
- func (s ListServiceTemplatesRequest) GoString() string
- func (s *ListServiceTemplatesRequest) SetLabel(v string) *ListServiceTemplatesRequest
- func (s *ListServiceTemplatesRequest) SetOrder(v string) *ListServiceTemplatesRequest
- func (s *ListServiceTemplatesRequest) SetPageNumber(v int32) *ListServiceTemplatesRequest
- func (s *ListServiceTemplatesRequest) SetPageSize(v int32) *ListServiceTemplatesRequest
- func (s *ListServiceTemplatesRequest) SetProvider(v string) *ListServiceTemplatesRequest
- func (s *ListServiceTemplatesRequest) SetQuery(v string) *ListServiceTemplatesRequest
- func (s *ListServiceTemplatesRequest) SetServiceTemplateName(v string) *ListServiceTemplatesRequest
- func (s *ListServiceTemplatesRequest) SetSortBy(v string) *ListServiceTemplatesRequest
- func (s ListServiceTemplatesRequest) String() string
- type ListServiceTemplatesResponse
- func (s ListServiceTemplatesResponse) GoString() string
- func (s *ListServiceTemplatesResponse) SetBody(v *ListServiceTemplatesResponseBody) *ListServiceTemplatesResponse
- func (s *ListServiceTemplatesResponse) SetHeaders(v map[string]*string) *ListServiceTemplatesResponse
- func (s *ListServiceTemplatesResponse) SetStatusCode(v int32) *ListServiceTemplatesResponse
- func (s ListServiceTemplatesResponse) String() string
- type ListServiceTemplatesResponseBody
- func (s ListServiceTemplatesResponseBody) GoString() string
- func (s *ListServiceTemplatesResponseBody) SetRequestId(v string) *ListServiceTemplatesResponseBody
- func (s *ListServiceTemplatesResponseBody) SetServiceTemplates(v []*ServiceTemplate) *ListServiceTemplatesResponseBody
- func (s *ListServiceTemplatesResponseBody) SetTotalCount(v int64) *ListServiceTemplatesResponseBody
- func (s ListServiceTemplatesResponseBody) String() string
- type ListWorkspaceUsersRequest
- type ListWorkspaceUsersResponse
- func (s ListWorkspaceUsersResponse) GoString() string
- func (s *ListWorkspaceUsersResponse) SetBody(v *ListWorkspaceUsersResponseBody) *ListWorkspaceUsersResponse
- func (s *ListWorkspaceUsersResponse) SetHeaders(v map[string]*string) *ListWorkspaceUsersResponse
- func (s *ListWorkspaceUsersResponse) SetStatusCode(v int32) *ListWorkspaceUsersResponse
- func (s ListWorkspaceUsersResponse) String() string
- type ListWorkspaceUsersResponseBody
- func (s ListWorkspaceUsersResponseBody) GoString() string
- func (s *ListWorkspaceUsersResponseBody) SetRequestId(v string) *ListWorkspaceUsersResponseBody
- func (s *ListWorkspaceUsersResponseBody) SetTotalCount(v int64) *ListWorkspaceUsersResponseBody
- func (s *ListWorkspaceUsersResponseBody) SetUsers(v []*ListWorkspaceUsersResponseBodyUsers) *ListWorkspaceUsersResponseBody
- func (s ListWorkspaceUsersResponseBody) String() string
- type ListWorkspaceUsersResponseBodyUsers
- func (s ListWorkspaceUsersResponseBodyUsers) GoString() string
- func (s *ListWorkspaceUsersResponseBodyUsers) SetUserId(v string) *ListWorkspaceUsersResponseBodyUsers
- func (s *ListWorkspaceUsersResponseBodyUsers) SetUserName(v string) *ListWorkspaceUsersResponseBodyUsers
- func (s ListWorkspaceUsersResponseBodyUsers) String() string
- type ListWorkspacesRequest
- func (s ListWorkspacesRequest) GoString() string
- func (s *ListWorkspacesRequest) SetFields(v string) *ListWorkspacesRequest
- func (s *ListWorkspacesRequest) SetModuleList(v string) *ListWorkspacesRequest
- func (s *ListWorkspacesRequest) SetOption(v string) *ListWorkspacesRequest
- func (s *ListWorkspacesRequest) SetOrder(v string) *ListWorkspacesRequest
- func (s *ListWorkspacesRequest) SetPageNumber(v int64) *ListWorkspacesRequest
- func (s *ListWorkspacesRequest) SetPageSize(v int32) *ListWorkspacesRequest
- func (s *ListWorkspacesRequest) SetSortBy(v string) *ListWorkspacesRequest
- func (s *ListWorkspacesRequest) SetStatus(v string) *ListWorkspacesRequest
- func (s *ListWorkspacesRequest) SetVerbose(v bool) *ListWorkspacesRequest
- func (s *ListWorkspacesRequest) SetWorkspaceIds(v string) *ListWorkspacesRequest
- func (s *ListWorkspacesRequest) SetWorkspaceName(v string) *ListWorkspacesRequest
- func (s ListWorkspacesRequest) String() string
- type ListWorkspacesResponse
- func (s ListWorkspacesResponse) GoString() string
- func (s *ListWorkspacesResponse) SetBody(v *ListWorkspacesResponseBody) *ListWorkspacesResponse
- func (s *ListWorkspacesResponse) SetHeaders(v map[string]*string) *ListWorkspacesResponse
- func (s *ListWorkspacesResponse) SetStatusCode(v int32) *ListWorkspacesResponse
- func (s ListWorkspacesResponse) String() string
- type ListWorkspacesResponseBody
- func (s ListWorkspacesResponseBody) GoString() string
- func (s *ListWorkspacesResponseBody) SetRequestId(v string) *ListWorkspacesResponseBody
- func (s *ListWorkspacesResponseBody) SetResourceLimits(v map[string]interface{}) *ListWorkspacesResponseBody
- func (s *ListWorkspacesResponseBody) SetTotalCount(v int64) *ListWorkspacesResponseBody
- func (s *ListWorkspacesResponseBody) SetWorkspaces(v []*ListWorkspacesResponseBodyWorkspaces) *ListWorkspacesResponseBody
- func (s ListWorkspacesResponseBody) String() string
- type ListWorkspacesResponseBodyWorkspaces
- func (s ListWorkspacesResponseBodyWorkspaces) GoString() string
- func (s *ListWorkspacesResponseBodyWorkspaces) SetAdminNames(v []*string) *ListWorkspacesResponseBodyWorkspaces
- func (s *ListWorkspacesResponseBodyWorkspaces) SetCreator(v string) *ListWorkspacesResponseBodyWorkspaces
- func (s *ListWorkspacesResponseBodyWorkspaces) SetDescription(v string) *ListWorkspacesResponseBodyWorkspaces
- func (s *ListWorkspacesResponseBodyWorkspaces) SetEnvTypes(v []*string) *ListWorkspacesResponseBodyWorkspaces
- func (s *ListWorkspacesResponseBodyWorkspaces) SetExtraInfos(v map[string]interface{}) *ListWorkspacesResponseBodyWorkspaces
- func (s *ListWorkspacesResponseBodyWorkspaces) SetGmtCreateTime(v string) *ListWorkspacesResponseBodyWorkspaces
- func (s *ListWorkspacesResponseBodyWorkspaces) SetGmtModifiedTime(v string) *ListWorkspacesResponseBodyWorkspaces
- func (s *ListWorkspacesResponseBodyWorkspaces) SetIsDefault(v bool) *ListWorkspacesResponseBodyWorkspaces
- func (s *ListWorkspacesResponseBodyWorkspaces) SetStatus(v string) *ListWorkspacesResponseBodyWorkspaces
- func (s *ListWorkspacesResponseBodyWorkspaces) SetWorkspaceId(v string) *ListWorkspacesResponseBodyWorkspaces
- func (s *ListWorkspacesResponseBodyWorkspaces) SetWorkspaceName(v string) *ListWorkspacesResponseBodyWorkspaces
- func (s ListWorkspacesResponseBodyWorkspaces) String() string
- type Model
- func (s Model) GoString() string
- func (s *Model) SetAccessibility(v string) *Model
- func (s *Model) SetDomain(v string) *Model
- func (s *Model) SetExtraInfo(v map[string]interface{}) *Model
- func (s *Model) SetGmtCreateTime(v string) *Model
- func (s *Model) SetGmtModifiedTime(v string) *Model
- func (s *Model) SetLabels(v []*Label) *Model
- func (s *Model) SetLatestVersion(v *ModelVersion) *Model
- func (s *Model) SetModelDescription(v string) *Model
- func (s *Model) SetModelDoc(v string) *Model
- func (s *Model) SetModelId(v string) *Model
- func (s *Model) SetModelName(v string) *Model
- func (s *Model) SetModelType(v string) *Model
- func (s *Model) SetOrderNumber(v int64) *Model
- func (s *Model) SetOrigin(v string) *Model
- func (s *Model) SetOwnerId(v string) *Model
- func (s *Model) SetProvider(v string) *Model
- func (s *Model) SetTask(v string) *Model
- func (s *Model) SetUserId(v string) *Model
- func (s *Model) SetWorkspaceId(v string) *Model
- func (s Model) String() string
- type ModelVersion
- func (s ModelVersion) GoString() string
- func (s *ModelVersion) SetApprovalStatus(v string) *ModelVersion
- func (s *ModelVersion) SetCompressionSpec(v map[string]interface{}) *ModelVersion
- func (s *ModelVersion) SetEvaluationSpec(v map[string]interface{}) *ModelVersion
- func (s *ModelVersion) SetExtraInfo(v map[string]interface{}) *ModelVersion
- func (s *ModelVersion) SetFormatType(v string) *ModelVersion
- func (s *ModelVersion) SetFrameworkType(v string) *ModelVersion
- func (s *ModelVersion) SetGmtCreateTime(v string) *ModelVersion
- func (s *ModelVersion) SetGmtModifiedTime(v string) *ModelVersion
- func (s *ModelVersion) SetInferenceSpec(v map[string]interface{}) *ModelVersion
- func (s *ModelVersion) SetLabels(v []*Label) *ModelVersion
- func (s *ModelVersion) SetMetrics(v map[string]interface{}) *ModelVersion
- func (s *ModelVersion) SetOptions(v string) *ModelVersion
- func (s *ModelVersion) SetOwnerId(v string) *ModelVersion
- func (s *ModelVersion) SetSourceId(v string) *ModelVersion
- func (s *ModelVersion) SetSourceType(v string) *ModelVersion
- func (s *ModelVersion) SetTrainingSpec(v map[string]interface{}) *ModelVersion
- func (s *ModelVersion) SetUri(v string) *ModelVersion
- func (s *ModelVersion) SetUserId(v string) *ModelVersion
- func (s *ModelVersion) SetVersionDescription(v string) *ModelVersion
- func (s *ModelVersion) SetVersionName(v string) *ModelVersion
- func (s ModelVersion) String() string
- type PublishCodeSourceResponse
- func (s PublishCodeSourceResponse) GoString() string
- func (s *PublishCodeSourceResponse) SetBody(v *PublishCodeSourceResponseBody) *PublishCodeSourceResponse
- func (s *PublishCodeSourceResponse) SetHeaders(v map[string]*string) *PublishCodeSourceResponse
- func (s *PublishCodeSourceResponse) SetStatusCode(v int32) *PublishCodeSourceResponse
- func (s PublishCodeSourceResponse) String() string
- type PublishCodeSourceResponseBody
- func (s PublishCodeSourceResponseBody) GoString() string
- func (s *PublishCodeSourceResponseBody) SetCodeSourceId(v string) *PublishCodeSourceResponseBody
- func (s *PublishCodeSourceResponseBody) SetRequestId(v string) *PublishCodeSourceResponseBody
- func (s PublishCodeSourceResponseBody) String() string
- type PublishDatasetResponse
- func (s PublishDatasetResponse) GoString() string
- func (s *PublishDatasetResponse) SetBody(v *PublishDatasetResponseBody) *PublishDatasetResponse
- func (s *PublishDatasetResponse) SetHeaders(v map[string]*string) *PublishDatasetResponse
- func (s *PublishDatasetResponse) SetStatusCode(v int32) *PublishDatasetResponse
- func (s PublishDatasetResponse) String() string
- type PublishDatasetResponseBody
- type PublishImageResponse
- func (s PublishImageResponse) GoString() string
- func (s *PublishImageResponse) SetBody(v *PublishImageResponseBody) *PublishImageResponse
- func (s *PublishImageResponse) SetHeaders(v map[string]*string) *PublishImageResponse
- func (s *PublishImageResponse) SetStatusCode(v int32) *PublishImageResponse
- func (s PublishImageResponse) String() string
- type PublishImageResponseBody
- type RemoveImageLabelsResponse
- func (s RemoveImageLabelsResponse) GoString() string
- func (s *RemoveImageLabelsResponse) SetBody(v *RemoveImageLabelsResponseBody) *RemoveImageLabelsResponse
- func (s *RemoveImageLabelsResponse) SetHeaders(v map[string]*string) *RemoveImageLabelsResponse
- func (s *RemoveImageLabelsResponse) SetStatusCode(v int32) *RemoveImageLabelsResponse
- func (s RemoveImageLabelsResponse) String() string
- type RemoveImageLabelsResponseBody
- type RemoveImageResponse
- func (s RemoveImageResponse) GoString() string
- func (s *RemoveImageResponse) SetBody(v *RemoveImageResponseBody) *RemoveImageResponse
- func (s *RemoveImageResponse) SetHeaders(v map[string]*string) *RemoveImageResponse
- func (s *RemoveImageResponse) SetStatusCode(v int32) *RemoveImageResponse
- func (s RemoveImageResponse) String() string
- type RemoveImageResponseBody
- type RemoveMemberRoleResponse
- func (s RemoveMemberRoleResponse) GoString() string
- func (s *RemoveMemberRoleResponse) SetBody(v *RemoveMemberRoleResponseBody) *RemoveMemberRoleResponse
- func (s *RemoveMemberRoleResponse) SetHeaders(v map[string]*string) *RemoveMemberRoleResponse
- func (s *RemoveMemberRoleResponse) SetStatusCode(v int32) *RemoveMemberRoleResponse
- func (s RemoveMemberRoleResponse) String() string
- type RemoveMemberRoleResponseBody
- type ServiceTemplate
- func (s ServiceTemplate) GoString() string
- func (s *ServiceTemplate) SetGmtCreateTime(v string) *ServiceTemplate
- func (s *ServiceTemplate) SetGmtModifiedTime(v string) *ServiceTemplate
- func (s *ServiceTemplate) SetInferenceSpec(v map[string]interface{}) *ServiceTemplate
- func (s *ServiceTemplate) SetLabels(v []*Label) *ServiceTemplate
- func (s *ServiceTemplate) SetOrderNumber(v int64) *ServiceTemplate
- func (s *ServiceTemplate) SetOwnerId(v string) *ServiceTemplate
- func (s *ServiceTemplate) SetProvider(v string) *ServiceTemplate
- func (s *ServiceTemplate) SetServiceTemplateDescription(v string) *ServiceTemplate
- func (s *ServiceTemplate) SetServiceTemplateDoc(v string) *ServiceTemplate
- func (s *ServiceTemplate) SetServiceTemplateId(v string) *ServiceTemplate
- func (s *ServiceTemplate) SetServiceTemplateName(v string) *ServiceTemplate
- func (s *ServiceTemplate) SetUserId(v string) *ServiceTemplate
- func (s ServiceTemplate) String() string
- type Trial
- func (s Trial) GoString() string
- func (s *Trial) SetAccessibility(v string) *Trial
- func (s *Trial) SetExperimentId(v string) *Trial
- func (s *Trial) SetGmtCreateTime(v string) *Trial
- func (s *Trial) SetGmtModifiedTime(v string) *Trial
- func (s *Trial) SetLabels(v []map[string]interface{}) *Trial
- func (s *Trial) SetName(v string) *Trial
- func (s *Trial) SetOwnerId(v string) *Trial
- func (s *Trial) SetSourceId(v string) *Trial
- func (s *Trial) SetSourceType(v string) *Trial
- func (s *Trial) SetTrialId(v string) *Trial
- func (s *Trial) SetUserId(v string) *Trial
- func (s *Trial) SetWorkspaceId(v string) *Trial
- func (s Trial) String() string
- type TrialLabel
- func (s TrialLabel) GoString() string
- func (s *TrialLabel) SetGmtCreateTime(v string) *TrialLabel
- func (s *TrialLabel) SetGmtModifiedTime(v string) *TrialLabel
- func (s *TrialLabel) SetKey(v string) *TrialLabel
- func (s *TrialLabel) SetTrialId(v string) *TrialLabel
- func (s *TrialLabel) SetValue(v string) *TrialLabel
- func (s TrialLabel) String() string
- type UpdateDatasetRequest
- func (s UpdateDatasetRequest) GoString() string
- func (s *UpdateDatasetRequest) SetDescription(v string) *UpdateDatasetRequest
- func (s *UpdateDatasetRequest) SetName(v string) *UpdateDatasetRequest
- func (s *UpdateDatasetRequest) SetOptions(v string) *UpdateDatasetRequest
- func (s UpdateDatasetRequest) String() string
- type UpdateDatasetResponse
- func (s UpdateDatasetResponse) GoString() string
- func (s *UpdateDatasetResponse) SetBody(v *UpdateDatasetResponseBody) *UpdateDatasetResponse
- func (s *UpdateDatasetResponse) SetHeaders(v map[string]*string) *UpdateDatasetResponse
- func (s *UpdateDatasetResponse) SetStatusCode(v int32) *UpdateDatasetResponse
- func (s UpdateDatasetResponse) String() string
- type UpdateDatasetResponseBody
- type UpdateDefaultWorkspaceRequest
- type UpdateDefaultWorkspaceResponse
- func (s UpdateDefaultWorkspaceResponse) GoString() string
- func (s *UpdateDefaultWorkspaceResponse) SetBody(v *UpdateDefaultWorkspaceResponseBody) *UpdateDefaultWorkspaceResponse
- func (s *UpdateDefaultWorkspaceResponse) SetHeaders(v map[string]*string) *UpdateDefaultWorkspaceResponse
- func (s *UpdateDefaultWorkspaceResponse) SetStatusCode(v int32) *UpdateDefaultWorkspaceResponse
- func (s UpdateDefaultWorkspaceResponse) String() string
- type UpdateDefaultWorkspaceResponseBody
- type UpdateModelRequest
- func (s UpdateModelRequest) GoString() string
- func (s *UpdateModelRequest) SetAccessibility(v string) *UpdateModelRequest
- func (s *UpdateModelRequest) SetDomain(v string) *UpdateModelRequest
- func (s *UpdateModelRequest) SetExtraInfo(v map[string]interface{}) *UpdateModelRequest
- func (s *UpdateModelRequest) SetModelDescription(v string) *UpdateModelRequest
- func (s *UpdateModelRequest) SetModelDoc(v string) *UpdateModelRequest
- func (s *UpdateModelRequest) SetModelName(v string) *UpdateModelRequest
- func (s *UpdateModelRequest) SetModelType(v string) *UpdateModelRequest
- func (s *UpdateModelRequest) SetOrderNumber(v int64) *UpdateModelRequest
- func (s *UpdateModelRequest) SetOrigin(v string) *UpdateModelRequest
- func (s *UpdateModelRequest) SetTask(v string) *UpdateModelRequest
- func (s UpdateModelRequest) String() string
- type UpdateModelResponse
- func (s UpdateModelResponse) GoString() string
- func (s *UpdateModelResponse) SetBody(v *UpdateModelResponseBody) *UpdateModelResponse
- func (s *UpdateModelResponse) SetHeaders(v map[string]*string) *UpdateModelResponse
- func (s *UpdateModelResponse) SetStatusCode(v int32) *UpdateModelResponse
- func (s UpdateModelResponse) String() string
- type UpdateModelResponseBody
- type UpdateModelVersionRequest
- func (s UpdateModelVersionRequest) GoString() string
- func (s *UpdateModelVersionRequest) SetApprovalStatus(v string) *UpdateModelVersionRequest
- func (s *UpdateModelVersionRequest) SetCompressionSpec(v map[string]interface{}) *UpdateModelVersionRequest
- func (s *UpdateModelVersionRequest) SetEvaluationSpec(v map[string]interface{}) *UpdateModelVersionRequest
- func (s *UpdateModelVersionRequest) SetExtraInfo(v map[string]interface{}) *UpdateModelVersionRequest
- func (s *UpdateModelVersionRequest) SetInferenceSpec(v map[string]interface{}) *UpdateModelVersionRequest
- func (s *UpdateModelVersionRequest) SetMetrics(v map[string]interface{}) *UpdateModelVersionRequest
- func (s *UpdateModelVersionRequest) SetOptions(v string) *UpdateModelVersionRequest
- func (s *UpdateModelVersionRequest) SetSourceId(v string) *UpdateModelVersionRequest
- func (s *UpdateModelVersionRequest) SetSourceType(v string) *UpdateModelVersionRequest
- func (s *UpdateModelVersionRequest) SetTrainingSpec(v map[string]interface{}) *UpdateModelVersionRequest
- func (s *UpdateModelVersionRequest) SetVersionDescription(v string) *UpdateModelVersionRequest
- func (s UpdateModelVersionRequest) String() string
- type UpdateModelVersionResponse
- func (s UpdateModelVersionResponse) GoString() string
- func (s *UpdateModelVersionResponse) SetBody(v *UpdateModelVersionResponseBody) *UpdateModelVersionResponse
- func (s *UpdateModelVersionResponse) SetHeaders(v map[string]*string) *UpdateModelVersionResponse
- func (s *UpdateModelVersionResponse) SetStatusCode(v int32) *UpdateModelVersionResponse
- func (s UpdateModelVersionResponse) String() string
- type UpdateModelVersionResponseBody
- type UpdateWorkspaceRequest
- type UpdateWorkspaceResourceRequest
- func (s UpdateWorkspaceResourceRequest) GoString() string
- func (s *UpdateWorkspaceResourceRequest) SetGroupName(v string) *UpdateWorkspaceResourceRequest
- func (s *UpdateWorkspaceResourceRequest) SetIsDefault(v bool) *UpdateWorkspaceResourceRequest
- func (s *UpdateWorkspaceResourceRequest) SetLabels(v []*UpdateWorkspaceResourceRequestLabels) *UpdateWorkspaceResourceRequest
- func (s *UpdateWorkspaceResourceRequest) SetProductType(v string) *UpdateWorkspaceResourceRequest
- func (s *UpdateWorkspaceResourceRequest) SetResourceIds(v []*string) *UpdateWorkspaceResourceRequest
- func (s *UpdateWorkspaceResourceRequest) SetResourceType(v string) *UpdateWorkspaceResourceRequest
- func (s *UpdateWorkspaceResourceRequest) SetSpec(v map[string]interface{}) *UpdateWorkspaceResourceRequest
- func (s UpdateWorkspaceResourceRequest) String() string
- type UpdateWorkspaceResourceRequestLabels
- func (s UpdateWorkspaceResourceRequestLabels) GoString() string
- func (s *UpdateWorkspaceResourceRequestLabels) SetKey(v string) *UpdateWorkspaceResourceRequestLabels
- func (s *UpdateWorkspaceResourceRequestLabels) SetValue(v string) *UpdateWorkspaceResourceRequestLabels
- func (s UpdateWorkspaceResourceRequestLabels) String() string
- type UpdateWorkspaceResourceResponse
- func (s UpdateWorkspaceResourceResponse) GoString() string
- func (s *UpdateWorkspaceResourceResponse) SetBody(v *UpdateWorkspaceResourceResponseBody) *UpdateWorkspaceResourceResponse
- func (s *UpdateWorkspaceResourceResponse) SetHeaders(v map[string]*string) *UpdateWorkspaceResourceResponse
- func (s *UpdateWorkspaceResourceResponse) SetStatusCode(v int32) *UpdateWorkspaceResourceResponse
- func (s UpdateWorkspaceResourceResponse) String() string
- type UpdateWorkspaceResourceResponseBody
- func (s UpdateWorkspaceResourceResponseBody) GoString() string
- func (s *UpdateWorkspaceResourceResponseBody) SetRequestId(v string) *UpdateWorkspaceResourceResponseBody
- func (s *UpdateWorkspaceResourceResponseBody) SetResourceIds(v []*string) *UpdateWorkspaceResourceResponseBody
- func (s UpdateWorkspaceResourceResponseBody) String() string
- type UpdateWorkspaceResponse
- func (s UpdateWorkspaceResponse) GoString() string
- func (s *UpdateWorkspaceResponse) SetBody(v *UpdateWorkspaceResponseBody) *UpdateWorkspaceResponse
- func (s *UpdateWorkspaceResponse) SetHeaders(v map[string]*string) *UpdateWorkspaceResponse
- func (s *UpdateWorkspaceResponse) SetStatusCode(v int32) *UpdateWorkspaceResponse
- func (s UpdateWorkspaceResponse) String() string
- type UpdateWorkspaceResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddImageLabelsRequest ¶
type AddImageLabelsRequest struct { // This parameter is required. Labels []*AddImageLabelsRequestLabels `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` }
func (AddImageLabelsRequest) GoString ¶
func (s AddImageLabelsRequest) GoString() string
func (*AddImageLabelsRequest) SetLabels ¶
func (s *AddImageLabelsRequest) SetLabels(v []*AddImageLabelsRequestLabels) *AddImageLabelsRequest
func (AddImageLabelsRequest) String ¶
func (s AddImageLabelsRequest) String() string
type AddImageLabelsRequestLabels ¶
type AddImageLabelsRequestLabels struct { // example: // // system.chipType Key *string `json:"Key,omitempty" xml:"Key,omitempty"` // example: // // GPU Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (AddImageLabelsRequestLabels) GoString ¶
func (s AddImageLabelsRequestLabels) GoString() string
func (*AddImageLabelsRequestLabels) SetKey ¶
func (s *AddImageLabelsRequestLabels) SetKey(v string) *AddImageLabelsRequestLabels
func (*AddImageLabelsRequestLabels) SetValue ¶
func (s *AddImageLabelsRequestLabels) SetValue(v string) *AddImageLabelsRequestLabels
func (AddImageLabelsRequestLabels) String ¶
func (s AddImageLabelsRequestLabels) String() string
type AddImageLabelsResponse ¶
type AddImageLabelsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *AddImageLabelsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (AddImageLabelsResponse) GoString ¶
func (s AddImageLabelsResponse) GoString() string
func (*AddImageLabelsResponse) SetBody ¶
func (s *AddImageLabelsResponse) SetBody(v *AddImageLabelsResponseBody) *AddImageLabelsResponse
func (*AddImageLabelsResponse) SetHeaders ¶
func (s *AddImageLabelsResponse) SetHeaders(v map[string]*string) *AddImageLabelsResponse
func (*AddImageLabelsResponse) SetStatusCode ¶ added in v1.2.6
func (s *AddImageLabelsResponse) SetStatusCode(v int32) *AddImageLabelsResponse
func (AddImageLabelsResponse) String ¶
func (s AddImageLabelsResponse) String() string
type AddImageLabelsResponseBody ¶
type AddImageLabelsResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (AddImageLabelsResponseBody) GoString ¶
func (s AddImageLabelsResponseBody) GoString() string
func (*AddImageLabelsResponseBody) SetRequestId ¶
func (s *AddImageLabelsResponseBody) SetRequestId(v string) *AddImageLabelsResponseBody
func (AddImageLabelsResponseBody) String ¶
func (s AddImageLabelsResponseBody) String() string
type AddImageRequest ¶
type AddImageRequest struct { // example: // // PUBLIC Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ImageId *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"` // This parameter is required. // // example: // // registry.cn-hangzhou.aliyuncs.com/pai-compression/nlp:gpu ImageUri *string `json:"ImageUri,omitempty" xml:"ImageUri,omitempty"` Labels []*AddImageRequestLabels `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // This parameter is required. // // example: // // nlp-compression Name *string `json:"Name,omitempty" xml:"Name,omitempty"` Size *int32 `json:"Size,omitempty" xml:"Size,omitempty"` // example: // // 15******45 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (AddImageRequest) GoString ¶
func (s AddImageRequest) GoString() string
func (*AddImageRequest) SetAccessibility ¶
func (s *AddImageRequest) SetAccessibility(v string) *AddImageRequest
func (*AddImageRequest) SetDescription ¶
func (s *AddImageRequest) SetDescription(v string) *AddImageRequest
func (*AddImageRequest) SetImageId ¶ added in v1.3.0
func (s *AddImageRequest) SetImageId(v string) *AddImageRequest
func (*AddImageRequest) SetImageUri ¶
func (s *AddImageRequest) SetImageUri(v string) *AddImageRequest
func (*AddImageRequest) SetLabels ¶
func (s *AddImageRequest) SetLabels(v []*AddImageRequestLabels) *AddImageRequest
func (*AddImageRequest) SetName ¶
func (s *AddImageRequest) SetName(v string) *AddImageRequest
func (*AddImageRequest) SetSize ¶ added in v1.3.0
func (s *AddImageRequest) SetSize(v int32) *AddImageRequest
func (*AddImageRequest) SetWorkspaceId ¶
func (s *AddImageRequest) SetWorkspaceId(v string) *AddImageRequest
func (AddImageRequest) String ¶
func (s AddImageRequest) String() string
type AddImageRequestLabels ¶
type AddImageRequestLabels struct { // example: // // system.chipType Key *string `json:"Key,omitempty" xml:"Key,omitempty"` // example: // // GPU Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (AddImageRequestLabels) GoString ¶
func (s AddImageRequestLabels) GoString() string
func (*AddImageRequestLabels) SetKey ¶
func (s *AddImageRequestLabels) SetKey(v string) *AddImageRequestLabels
func (*AddImageRequestLabels) SetValue ¶
func (s *AddImageRequestLabels) SetValue(v string) *AddImageRequestLabels
func (AddImageRequestLabels) String ¶
func (s AddImageRequestLabels) String() string
type AddImageResponse ¶
type AddImageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *AddImageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (AddImageResponse) GoString ¶
func (s AddImageResponse) GoString() string
func (*AddImageResponse) SetBody ¶
func (s *AddImageResponse) SetBody(v *AddImageResponseBody) *AddImageResponse
func (*AddImageResponse) SetHeaders ¶
func (s *AddImageResponse) SetHeaders(v map[string]*string) *AddImageResponse
func (*AddImageResponse) SetStatusCode ¶ added in v1.2.6
func (s *AddImageResponse) SetStatusCode(v int32) *AddImageResponse
func (AddImageResponse) String ¶
func (s AddImageResponse) String() string
type AddImageResponseBody ¶
type AddImageResponseBody struct { // example: // // image-4c62******53uor ImageId *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (AddImageResponseBody) GoString ¶
func (s AddImageResponseBody) GoString() string
func (*AddImageResponseBody) SetImageId ¶
func (s *AddImageResponseBody) SetImageId(v string) *AddImageResponseBody
func (*AddImageResponseBody) SetRequestId ¶
func (s *AddImageResponseBody) SetRequestId(v string) *AddImageResponseBody
func (AddImageResponseBody) String ¶
func (s AddImageResponseBody) String() string
type AddMemberRoleResponse ¶
type AddMemberRoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *AddMemberRoleResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (AddMemberRoleResponse) GoString ¶
func (s AddMemberRoleResponse) GoString() string
func (*AddMemberRoleResponse) SetBody ¶
func (s *AddMemberRoleResponse) SetBody(v *AddMemberRoleResponseBody) *AddMemberRoleResponse
func (*AddMemberRoleResponse) SetHeaders ¶
func (s *AddMemberRoleResponse) SetHeaders(v map[string]*string) *AddMemberRoleResponse
func (*AddMemberRoleResponse) SetStatusCode ¶ added in v1.2.6
func (s *AddMemberRoleResponse) SetStatusCode(v int32) *AddMemberRoleResponse
func (AddMemberRoleResponse) String ¶
func (s AddMemberRoleResponse) String() string
type AddMemberRoleResponseBody ¶
type AddMemberRoleResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (AddMemberRoleResponseBody) GoString ¶
func (s AddMemberRoleResponseBody) GoString() string
func (*AddMemberRoleResponseBody) SetRequestId ¶
func (s *AddMemberRoleResponseBody) SetRequestId(v string) *AddMemberRoleResponseBody
func (AddMemberRoleResponseBody) String ¶
func (s AddMemberRoleResponseBody) String() string
type Client ¶
func (*Client) AddImage ¶
func (client *Client) AddImage(request *AddImageRequest) (_result *AddImageResponse, _err error)
Summary:
增加 Image
@param request - AddImageRequest
@return AddImageResponse
func (*Client) AddImageLabels ¶
func (client *Client) AddImageLabels(ImageId *string, request *AddImageLabelsRequest) (_result *AddImageLabelsResponse, _err error)
Summary:
增加 Image 的标签
@param request - AddImageLabelsRequest
@return AddImageLabelsResponse
func (*Client) AddImageLabelsWithOptions ¶
func (client *Client) AddImageLabelsWithOptions(ImageId *string, request *AddImageLabelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AddImageLabelsResponse, _err error)
Summary:
增加 Image 的标签
@param request - AddImageLabelsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return AddImageLabelsResponse
func (*Client) AddImageWithOptions ¶
func (client *Client) AddImageWithOptions(request *AddImageRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AddImageResponse, _err error)
Summary:
增加 Image
@param request - AddImageRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return AddImageResponse
func (*Client) AddMemberRole ¶
func (client *Client) AddMemberRole(WorkspaceId *string, MemberId *string, RoleName *string) (_result *AddMemberRoleResponse, _err error)
Summary:
增加成员角色
@return AddMemberRoleResponse
func (*Client) AddMemberRoleWithOptions ¶
func (client *Client) AddMemberRoleWithOptions(WorkspaceId *string, MemberId *string, RoleName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AddMemberRoleResponse, _err error)
Summary:
增加成员角色
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return AddMemberRoleResponse
func (*Client) CreateCodeSource ¶
func (client *Client) CreateCodeSource(request *CreateCodeSourceRequest) (_result *CreateCodeSourceResponse, _err error)
Summary:
创建一个代码源配置
@param request - CreateCodeSourceRequest
@return CreateCodeSourceResponse
func (*Client) CreateCodeSourceWithOptions ¶
func (client *Client) CreateCodeSourceWithOptions(request *CreateCodeSourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateCodeSourceResponse, _err error)
Summary:
创建一个代码源配置
@param request - CreateCodeSourceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateCodeSourceResponse
func (*Client) CreateDataset ¶
func (client *Client) CreateDataset(request *CreateDatasetRequest) (_result *CreateDatasetResponse, _err error)
Summary:
创建数据集
@param request - CreateDatasetRequest
@return CreateDatasetResponse
func (*Client) CreateDatasetLabels ¶
func (client *Client) CreateDatasetLabels(DatasetId *string, request *CreateDatasetLabelsRequest) (_result *CreateDatasetLabelsResponse, _err error)
Summary:
创建或更新 Dataset 的标签
@param request - CreateDatasetLabelsRequest
@return CreateDatasetLabelsResponse
func (*Client) CreateDatasetLabelsWithOptions ¶
func (client *Client) CreateDatasetLabelsWithOptions(DatasetId *string, request *CreateDatasetLabelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateDatasetLabelsResponse, _err error)
Summary:
创建或更新 Dataset 的标签
@param request - CreateDatasetLabelsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateDatasetLabelsResponse
func (*Client) CreateDatasetWithOptions ¶
func (client *Client) CreateDatasetWithOptions(request *CreateDatasetRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateDatasetResponse, _err error)
Summary:
创建数据集
@param request - CreateDatasetRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateDatasetResponse
func (*Client) CreateMember ¶
func (client *Client) CreateMember(WorkspaceId *string, request *CreateMemberRequest) (_result *CreateMemberResponse, _err error)
Summary:
创建成员
@param request - CreateMemberRequest
@return CreateMemberResponse
func (*Client) CreateMemberWithOptions ¶
func (client *Client) CreateMemberWithOptions(WorkspaceId *string, request *CreateMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateMemberResponse, _err error)
Summary:
创建成员
@param request - CreateMemberRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateMemberResponse
func (*Client) CreateModel ¶ added in v1.2.8
func (client *Client) CreateModel(request *CreateModelRequest) (_result *CreateModelResponse, _err error)
Summary:
创建模型
@param request - CreateModelRequest
@return CreateModelResponse
func (*Client) CreateModelLabels ¶ added in v1.2.8
func (client *Client) CreateModelLabels(ModelId *string, request *CreateModelLabelsRequest) (_result *CreateModelLabelsResponse, _err error)
Summary:
创建或更新模型的标签
@param request - CreateModelLabelsRequest
@return CreateModelLabelsResponse
func (*Client) CreateModelLabelsWithOptions ¶ added in v1.2.8
func (client *Client) CreateModelLabelsWithOptions(ModelId *string, request *CreateModelLabelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateModelLabelsResponse, _err error)
Summary:
创建或更新模型的标签
@param request - CreateModelLabelsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateModelLabelsResponse
func (*Client) CreateModelVersion ¶ added in v1.2.8
func (client *Client) CreateModelVersion(ModelId *string, request *CreateModelVersionRequest) (_result *CreateModelVersionResponse, _err error)
Summary:
创建模型版本
@param request - CreateModelVersionRequest
@return CreateModelVersionResponse
func (*Client) CreateModelVersionLabels ¶ added in v1.2.8
func (client *Client) CreateModelVersionLabels(ModelId *string, VersionName *string, request *CreateModelVersionLabelsRequest) (_result *CreateModelVersionLabelsResponse, _err error)
Summary:
创建或更新模型版本的标签
@param request - CreateModelVersionLabelsRequest
@return CreateModelVersionLabelsResponse
func (*Client) CreateModelVersionLabelsWithOptions ¶ added in v1.2.8
func (client *Client) CreateModelVersionLabelsWithOptions(ModelId *string, VersionName *string, request *CreateModelVersionLabelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateModelVersionLabelsResponse, _err error)
Summary:
创建或更新模型版本的标签
@param request - CreateModelVersionLabelsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateModelVersionLabelsResponse
func (*Client) CreateModelVersionWithOptions ¶ added in v1.2.8
func (client *Client) CreateModelVersionWithOptions(ModelId *string, request *CreateModelVersionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateModelVersionResponse, _err error)
Summary:
创建模型版本
@param request - CreateModelVersionRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateModelVersionResponse
func (*Client) CreateModelWithOptions ¶ added in v1.2.8
func (client *Client) CreateModelWithOptions(request *CreateModelRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateModelResponse, _err error)
Summary:
创建模型
@param request - CreateModelRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateModelResponse
func (*Client) CreateProductOrders ¶
func (client *Client) CreateProductOrders(request *CreateProductOrdersRequest) (_result *CreateProductOrdersResponse, _err error)
Summary:
创建产品订单
@param request - CreateProductOrdersRequest
@return CreateProductOrdersResponse
func (*Client) CreateProductOrdersWithOptions ¶
func (client *Client) CreateProductOrdersWithOptions(request *CreateProductOrdersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateProductOrdersResponse, _err error)
Summary:
创建产品订单
@param request - CreateProductOrdersRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateProductOrdersResponse
func (*Client) CreateWorkspace ¶
func (client *Client) CreateWorkspace(request *CreateWorkspaceRequest) (_result *CreateWorkspaceResponse, _err error)
Summary:
创建工作空间
@param request - CreateWorkspaceRequest
@return CreateWorkspaceResponse
func (*Client) CreateWorkspaceResource ¶
func (client *Client) CreateWorkspaceResource(WorkspaceId *string, request *CreateWorkspaceResourceRequest) (_result *CreateWorkspaceResourceResponse, _err error)
Summary:
创建资源
@param request - CreateWorkspaceResourceRequest
@return CreateWorkspaceResourceResponse
func (*Client) CreateWorkspaceResourceWithOptions ¶
func (client *Client) CreateWorkspaceResourceWithOptions(WorkspaceId *string, request *CreateWorkspaceResourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateWorkspaceResourceResponse, _err error)
Summary:
创建资源
@param request - CreateWorkspaceResourceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateWorkspaceResourceResponse
func (*Client) CreateWorkspaceWithOptions ¶
func (client *Client) CreateWorkspaceWithOptions(request *CreateWorkspaceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateWorkspaceResponse, _err error)
Summary:
创建工作空间
@param request - CreateWorkspaceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateWorkspaceResponse
func (*Client) DeleteCodeSource ¶
func (client *Client) DeleteCodeSource(CodeSourceId *string) (_result *DeleteCodeSourceResponse, _err error)
Summary:
删除一个代码源配置
@return DeleteCodeSourceResponse
func (*Client) DeleteCodeSourceWithOptions ¶
func (client *Client) DeleteCodeSourceWithOptions(CodeSourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteCodeSourceResponse, _err error)
Summary:
删除一个代码源配置
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteCodeSourceResponse
func (*Client) DeleteDataset ¶
func (client *Client) DeleteDataset(DatasetId *string) (_result *DeleteDatasetResponse, _err error)
Summary:
删除数据集
@return DeleteDatasetResponse
func (*Client) DeleteDatasetLabels ¶
func (client *Client) DeleteDatasetLabels(DatasetId *string, request *DeleteDatasetLabelsRequest) (_result *DeleteDatasetLabelsResponse, _err error)
Summary:
删除 Dataset 的标签
@param request - DeleteDatasetLabelsRequest
@return DeleteDatasetLabelsResponse
func (*Client) DeleteDatasetLabelsWithOptions ¶
func (client *Client) DeleteDatasetLabelsWithOptions(DatasetId *string, request *DeleteDatasetLabelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteDatasetLabelsResponse, _err error)
Summary:
删除 Dataset 的标签
@param request - DeleteDatasetLabelsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteDatasetLabelsResponse
func (*Client) DeleteDatasetWithOptions ¶
func (client *Client) DeleteDatasetWithOptions(DatasetId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteDatasetResponse, _err error)
Summary:
删除数据集
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteDatasetResponse
func (*Client) DeleteMembers ¶
func (client *Client) DeleteMembers(WorkspaceId *string, request *DeleteMembersRequest) (_result *DeleteMembersResponse, _err error)
Summary:
删除工作空间成员
@param request - DeleteMembersRequest
@return DeleteMembersResponse
func (*Client) DeleteMembersWithOptions ¶
func (client *Client) DeleteMembersWithOptions(WorkspaceId *string, request *DeleteMembersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteMembersResponse, _err error)
Summary:
删除工作空间成员
@param request - DeleteMembersRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteMembersResponse
func (*Client) DeleteModel ¶ added in v1.2.8
func (client *Client) DeleteModel(ModelId *string) (_result *DeleteModelResponse, _err error)
Summary:
删除模型
@return DeleteModelResponse
func (*Client) DeleteModelLabels ¶ added in v1.2.8
func (client *Client) DeleteModelLabels(ModelId *string, request *DeleteModelLabelsRequest) (_result *DeleteModelLabelsResponse, _err error)
Summary:
删除模型的标签
@param request - DeleteModelLabelsRequest
@return DeleteModelLabelsResponse
func (*Client) DeleteModelLabelsWithOptions ¶ added in v1.2.8
func (client *Client) DeleteModelLabelsWithOptions(ModelId *string, request *DeleteModelLabelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteModelLabelsResponse, _err error)
Summary:
删除模型的标签
@param request - DeleteModelLabelsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteModelLabelsResponse
func (*Client) DeleteModelVersion ¶ added in v1.2.8
func (client *Client) DeleteModelVersion(ModelId *string, VersionName *string) (_result *DeleteModelVersionResponse, _err error)
Summary:
删除模型版本
@return DeleteModelVersionResponse
func (*Client) DeleteModelVersionLabels ¶ added in v1.2.8
func (client *Client) DeleteModelVersionLabels(ModelId *string, VersionName *string, request *DeleteModelVersionLabelsRequest) (_result *DeleteModelVersionLabelsResponse, _err error)
Summary:
删除模型版本的标签
@param request - DeleteModelVersionLabelsRequest
@return DeleteModelVersionLabelsResponse
func (*Client) DeleteModelVersionLabelsWithOptions ¶ added in v1.2.8
func (client *Client) DeleteModelVersionLabelsWithOptions(ModelId *string, VersionName *string, request *DeleteModelVersionLabelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteModelVersionLabelsResponse, _err error)
Summary:
删除模型版本的标签
@param request - DeleteModelVersionLabelsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteModelVersionLabelsResponse
func (*Client) DeleteModelVersionWithOptions ¶ added in v1.2.8
func (client *Client) DeleteModelVersionWithOptions(ModelId *string, VersionName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteModelVersionResponse, _err error)
Summary:
删除模型版本
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteModelVersionResponse
func (*Client) DeleteModelWithOptions ¶ added in v1.2.8
func (client *Client) DeleteModelWithOptions(ModelId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteModelResponse, _err error)
Summary:
删除模型
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteModelResponse
func (*Client) DeleteWorkspace ¶
func (client *Client) DeleteWorkspace(WorkspaceId *string) (_result *DeleteWorkspaceResponse, _err error)
Summary:
删除工作空间
@return DeleteWorkspaceResponse
func (*Client) DeleteWorkspaceResource ¶
func (client *Client) DeleteWorkspaceResource(WorkspaceId *string, request *DeleteWorkspaceResourceRequest) (_result *DeleteWorkspaceResourceResponse, _err error)
Summary:
删除工作空间资源
@param request - DeleteWorkspaceResourceRequest
@return DeleteWorkspaceResourceResponse
func (*Client) DeleteWorkspaceResourceWithOptions ¶
func (client *Client) DeleteWorkspaceResourceWithOptions(WorkspaceId *string, request *DeleteWorkspaceResourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteWorkspaceResourceResponse, _err error)
Summary:
删除工作空间资源
@param request - DeleteWorkspaceResourceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteWorkspaceResourceResponse
func (*Client) DeleteWorkspaceWithOptions ¶
func (client *Client) DeleteWorkspaceWithOptions(WorkspaceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteWorkspaceResponse, _err error)
Summary:
删除工作空间
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteWorkspaceResponse
func (*Client) GetCodeSource ¶
func (client *Client) GetCodeSource(CodeSourceId *string) (_result *GetCodeSourceResponse, _err error)
Summary:
获取一个代码源配置
@return GetCodeSourceResponse
func (*Client) GetCodeSourceWithOptions ¶
func (client *Client) GetCodeSourceWithOptions(CodeSourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetCodeSourceResponse, _err error)
Summary:
获取一个代码源配置
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetCodeSourceResponse
func (*Client) GetDataset ¶
func (client *Client) GetDataset(DatasetId *string) (_result *GetDatasetResponse, _err error)
Summary:
获取数据集
@return GetDatasetResponse
func (*Client) GetDatasetWithOptions ¶
func (client *Client) GetDatasetWithOptions(DatasetId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDatasetResponse, _err error)
Summary:
获取数据集
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetDatasetResponse
func (*Client) GetDefaultWorkspace ¶
func (client *Client) GetDefaultWorkspace(request *GetDefaultWorkspaceRequest) (_result *GetDefaultWorkspaceResponse, _err error)
Summary:
获取默认工作空间
@param request - GetDefaultWorkspaceRequest
@return GetDefaultWorkspaceResponse
func (*Client) GetDefaultWorkspaceWithOptions ¶
func (client *Client) GetDefaultWorkspaceWithOptions(request *GetDefaultWorkspaceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDefaultWorkspaceResponse, _err error)
Summary:
获取默认工作空间
@param request - GetDefaultWorkspaceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetDefaultWorkspaceResponse
func (*Client) GetEndpoint ¶
func (*Client) GetImage ¶
func (client *Client) GetImage(ImageId *string, request *GetImageRequest) (_result *GetImageResponse, _err error)
Summary:
获取镜像
@param request - GetImageRequest
@return GetImageResponse
func (*Client) GetImageWithOptions ¶
func (client *Client) GetImageWithOptions(ImageId *string, request *GetImageRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetImageResponse, _err error)
Summary:
获取镜像
@param request - GetImageRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetImageResponse
func (*Client) GetMember ¶
func (client *Client) GetMember(WorkspaceId *string, request *GetMemberRequest) (_result *GetMemberResponse, _err error)
Summary:
获取成员
@param request - GetMemberRequest
@return GetMemberResponse
func (*Client) GetMemberWithOptions ¶
func (client *Client) GetMemberWithOptions(WorkspaceId *string, request *GetMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetMemberResponse, _err error)
Summary:
获取成员
@param request - GetMemberRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetMemberResponse
func (*Client) GetModel ¶ added in v1.2.8
func (client *Client) GetModel(ModelId *string) (_result *GetModelResponse, _err error)
Summary:
获取模型
@return GetModelResponse
func (*Client) GetModelVersion ¶ added in v1.2.8
func (client *Client) GetModelVersion(ModelId *string, VersionName *string) (_result *GetModelVersionResponse, _err error)
Summary:
获取模型版本
@return GetModelVersionResponse
func (*Client) GetModelVersionWithOptions ¶ added in v1.2.8
func (client *Client) GetModelVersionWithOptions(ModelId *string, VersionName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetModelVersionResponse, _err error)
Summary:
获取模型版本
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetModelVersionResponse
func (*Client) GetModelWithOptions ¶ added in v1.2.8
func (client *Client) GetModelWithOptions(ModelId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetModelResponse, _err error)
Summary:
获取模型
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetModelResponse
func (*Client) GetPermission ¶
func (client *Client) GetPermission(WorkspaceId *string, PermissionCode *string, request *GetPermissionRequest) (_result *GetPermissionResponse, _err error)
Summary:
获取权限,若无权限则返回错误
@param request - GetPermissionRequest
@return GetPermissionResponse
func (*Client) GetPermissionWithOptions ¶
func (client *Client) GetPermissionWithOptions(WorkspaceId *string, PermissionCode *string, request *GetPermissionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPermissionResponse, _err error)
Summary:
获取权限,若无权限则返回错误
@param request - GetPermissionRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetPermissionResponse
func (*Client) GetServiceTemplate ¶ added in v1.3.0
func (client *Client) GetServiceTemplate(ServiceTemplateId *string) (_result *GetServiceTemplateResponse, _err error)
Summary:
获取服务模版
@return GetServiceTemplateResponse
func (*Client) GetServiceTemplateWithOptions ¶ added in v1.3.0
func (client *Client) GetServiceTemplateWithOptions(ServiceTemplateId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetServiceTemplateResponse, _err error)
Summary:
获取服务模版
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetServiceTemplateResponse
func (*Client) GetWorkspace ¶
func (client *Client) GetWorkspace(WorkspaceId *string, request *GetWorkspaceRequest) (_result *GetWorkspaceResponse, _err error)
Summary:
获取工作空间
@param request - GetWorkspaceRequest
@return GetWorkspaceResponse
func (*Client) GetWorkspaceWithOptions ¶
func (client *Client) GetWorkspaceWithOptions(WorkspaceId *string, request *GetWorkspaceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetWorkspaceResponse, _err error)
Summary:
获取工作空间
@param request - GetWorkspaceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetWorkspaceResponse
func (*Client) ListCodeSources ¶
func (client *Client) ListCodeSources(request *ListCodeSourcesRequest) (_result *ListCodeSourcesResponse, _err error)
Summary:
获取代码源配置列表
@param request - ListCodeSourcesRequest
@return ListCodeSourcesResponse
func (*Client) ListCodeSourcesWithOptions ¶
func (client *Client) ListCodeSourcesWithOptions(request *ListCodeSourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListCodeSourcesResponse, _err error)
Summary:
获取代码源配置列表
@param request - ListCodeSourcesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListCodeSourcesResponse
func (*Client) ListDatasets ¶
func (client *Client) ListDatasets(request *ListDatasetsRequest) (_result *ListDatasetsResponse, _err error)
Summary:
获取数据集列表
@param request - ListDatasetsRequest
@return ListDatasetsResponse
func (*Client) ListDatasetsWithOptions ¶
func (client *Client) ListDatasetsWithOptions(request *ListDatasetsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDatasetsResponse, _err error)
Summary:
获取数据集列表
@param request - ListDatasetsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListDatasetsResponse
func (*Client) ListImageLabels ¶
func (client *Client) ListImageLabels(request *ListImageLabelsRequest) (_result *ListImageLabelsResponse, _err error)
Summary:
列举标签
@param request - ListImageLabelsRequest
@return ListImageLabelsResponse
func (*Client) ListImageLabelsWithOptions ¶
func (client *Client) ListImageLabelsWithOptions(request *ListImageLabelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListImageLabelsResponse, _err error)
Summary:
列举标签
@param request - ListImageLabelsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListImageLabelsResponse
func (*Client) ListImages ¶
func (client *Client) ListImages(request *ListImagesRequest) (_result *ListImagesResponse, _err error)
Summary:
列举已注册镜像
@param request - ListImagesRequest
@return ListImagesResponse
func (*Client) ListImagesWithOptions ¶
func (client *Client) ListImagesWithOptions(request *ListImagesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListImagesResponse, _err error)
Summary:
列举已注册镜像
@param request - ListImagesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListImagesResponse
func (*Client) ListMembers ¶
func (client *Client) ListMembers(WorkspaceId *string, request *ListMembersRequest) (_result *ListMembersResponse, _err error)
Summary:
列举工作空间成员
@param request - ListMembersRequest
@return ListMembersResponse
func (*Client) ListMembersWithOptions ¶
func (client *Client) ListMembersWithOptions(WorkspaceId *string, request *ListMembersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListMembersResponse, _err error)
Summary:
列举工作空间成员
@param request - ListMembersRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListMembersResponse
func (*Client) ListModelVersions ¶ added in v1.2.8
func (client *Client) ListModelVersions(ModelId *string, request *ListModelVersionsRequest) (_result *ListModelVersionsResponse, _err error)
Summary:
获取模型版本列表
@param request - ListModelVersionsRequest
@return ListModelVersionsResponse
func (*Client) ListModelVersionsWithOptions ¶ added in v1.2.8
func (client *Client) ListModelVersionsWithOptions(ModelId *string, request *ListModelVersionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListModelVersionsResponse, _err error)
Summary:
获取模型版本列表
@param request - ListModelVersionsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListModelVersionsResponse
func (*Client) ListModels ¶ added in v1.2.8
func (client *Client) ListModels(request *ListModelsRequest) (_result *ListModelsResponse, _err error)
Summary:
获取模型列表
@param request - ListModelsRequest
@return ListModelsResponse
func (*Client) ListModelsWithOptions ¶ added in v1.2.8
func (client *Client) ListModelsWithOptions(request *ListModelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListModelsResponse, _err error)
Summary:
获取模型列表
@param request - ListModelsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListModelsResponse
func (*Client) ListPermissions ¶
func (client *Client) ListPermissions(WorkspaceId *string) (_result *ListPermissionsResponse, _err error)
Summary:
列举权限
@return ListPermissionsResponse
func (*Client) ListPermissionsWithOptions ¶
func (client *Client) ListPermissionsWithOptions(WorkspaceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPermissionsResponse, _err error)
Summary:
列举权限
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListPermissionsResponse
func (*Client) ListProducts ¶
func (client *Client) ListProducts(request *ListProductsRequest) (_result *ListProductsResponse, _err error)
Summary:
列举产品
@param request - ListProductsRequest
@return ListProductsResponse
func (*Client) ListProductsWithOptions ¶
func (client *Client) ListProductsWithOptions(request *ListProductsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProductsResponse, _err error)
Summary:
列举产品
@param request - ListProductsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListProductsResponse
func (*Client) ListQuotas ¶
func (client *Client) ListQuotas(request *ListQuotasRequest) (_result *ListQuotasResponse, _err error)
Summary:
获取已有配额列表
@param request - ListQuotasRequest
@return ListQuotasResponse
func (*Client) ListQuotasWithOptions ¶
func (client *Client) ListQuotasWithOptions(request *ListQuotasRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListQuotasResponse, _err error)
Summary:
获取已有配额列表
@param request - ListQuotasRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListQuotasResponse
func (*Client) ListResources ¶
func (client *Client) ListResources(request *ListResourcesRequest) (_result *ListResourcesResponse, _err error)
Summary:
列举工作空间资源
@param request - ListResourcesRequest
@return ListResourcesResponse
func (*Client) ListResourcesWithOptions ¶
func (client *Client) ListResourcesWithOptions(request *ListResourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListResourcesResponse, _err error)
Summary:
列举工作空间资源
@param request - ListResourcesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListResourcesResponse
func (*Client) ListServiceTemplates ¶ added in v1.3.0
func (client *Client) ListServiceTemplates(request *ListServiceTemplatesRequest) (_result *ListServiceTemplatesResponse, _err error)
Summary:
获取服务模版列表
@param request - ListServiceTemplatesRequest
@return ListServiceTemplatesResponse
func (*Client) ListServiceTemplatesWithOptions ¶ added in v1.3.0
func (client *Client) ListServiceTemplatesWithOptions(request *ListServiceTemplatesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListServiceTemplatesResponse, _err error)
Summary:
获取服务模版列表
@param request - ListServiceTemplatesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListServiceTemplatesResponse
func (*Client) ListWorkspaceUsers ¶
func (client *Client) ListWorkspaceUsers(WorkspaceId *string, request *ListWorkspaceUsersRequest) (_result *ListWorkspaceUsersResponse, _err error)
Summary:
列出工作空间的可变为成员的用户
@param request - ListWorkspaceUsersRequest
@return ListWorkspaceUsersResponse
func (*Client) ListWorkspaceUsersWithOptions ¶
func (client *Client) ListWorkspaceUsersWithOptions(WorkspaceId *string, request *ListWorkspaceUsersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListWorkspaceUsersResponse, _err error)
Summary:
列出工作空间的可变为成员的用户
@param request - ListWorkspaceUsersRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListWorkspaceUsersResponse
func (*Client) ListWorkspaces ¶
func (client *Client) ListWorkspaces(request *ListWorkspacesRequest) (_result *ListWorkspacesResponse, _err error)
Summary:
获得工作空间列表
@param request - ListWorkspacesRequest
@return ListWorkspacesResponse
func (*Client) ListWorkspacesWithOptions ¶
func (client *Client) ListWorkspacesWithOptions(request *ListWorkspacesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListWorkspacesResponse, _err error)
Summary:
获得工作空间列表
@param request - ListWorkspacesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListWorkspacesResponse
func (*Client) PublishCodeSource ¶
func (client *Client) PublishCodeSource(CodeSourceId *string) (_result *PublishCodeSourceResponse, _err error)
Summary:
发布一个代码源配置为本工作空间下所有人可见
@return PublishCodeSourceResponse
func (*Client) PublishCodeSourceWithOptions ¶
func (client *Client) PublishCodeSourceWithOptions(CodeSourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PublishCodeSourceResponse, _err error)
Summary:
发布一个代码源配置为本工作空间下所有人可见
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return PublishCodeSourceResponse
func (*Client) PublishDataset ¶
func (client *Client) PublishDataset(DatasetId *string) (_result *PublishDatasetResponse, _err error)
Summary:
更新数据集
@return PublishDatasetResponse
func (*Client) PublishDatasetWithOptions ¶
func (client *Client) PublishDatasetWithOptions(DatasetId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PublishDatasetResponse, _err error)
Summary:
更新数据集
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return PublishDatasetResponse
func (*Client) PublishImage ¶
func (client *Client) PublishImage(ImageId *string) (_result *PublishImageResponse, _err error)
Summary:
发布 Image
@return PublishImageResponse
func (*Client) PublishImageWithOptions ¶
func (client *Client) PublishImageWithOptions(ImageId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PublishImageResponse, _err error)
Summary:
发布 Image
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return PublishImageResponse
func (*Client) RemoveImage ¶
func (client *Client) RemoveImage(ImageId *string) (_result *RemoveImageResponse, _err error)
Summary:
删除 Image
@return RemoveImageResponse
func (*Client) RemoveImageLabels ¶
func (client *Client) RemoveImageLabels(ImageId *string, LabelKey *string) (_result *RemoveImageLabelsResponse, _err error)
Summary:
删除 Image 的标签
@return RemoveImageLabelsResponse
func (*Client) RemoveImageLabelsWithOptions ¶
func (client *Client) RemoveImageLabelsWithOptions(ImageId *string, LabelKey *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveImageLabelsResponse, _err error)
Summary:
删除 Image 的标签
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return RemoveImageLabelsResponse
func (*Client) RemoveImageWithOptions ¶
func (client *Client) RemoveImageWithOptions(ImageId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveImageResponse, _err error)
Summary:
删除 Image
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return RemoveImageResponse
func (*Client) RemoveMemberRole ¶
func (client *Client) RemoveMemberRole(WorkspaceId *string, MemberId *string, RoleName *string) (_result *RemoveMemberRoleResponse, _err error)
Summary:
删除成员角色
@return RemoveMemberRoleResponse
func (*Client) RemoveMemberRoleWithOptions ¶
func (client *Client) RemoveMemberRoleWithOptions(WorkspaceId *string, MemberId *string, RoleName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveMemberRoleResponse, _err error)
Summary:
删除成员角色
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return RemoveMemberRoleResponse
func (*Client) UpdateDataset ¶
func (client *Client) UpdateDataset(DatasetId *string, request *UpdateDatasetRequest) (_result *UpdateDatasetResponse, _err error)
Summary:
更新数据集
@param request - UpdateDatasetRequest
@return UpdateDatasetResponse
func (*Client) UpdateDatasetWithOptions ¶
func (client *Client) UpdateDatasetWithOptions(DatasetId *string, request *UpdateDatasetRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateDatasetResponse, _err error)
Summary:
更新数据集
@param request - UpdateDatasetRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateDatasetResponse
func (*Client) UpdateDefaultWorkspace ¶ added in v1.2.6
func (client *Client) UpdateDefaultWorkspace(request *UpdateDefaultWorkspaceRequest) (_result *UpdateDefaultWorkspaceResponse, _err error)
Summary:
更新默认工作空间
@param request - UpdateDefaultWorkspaceRequest
@return UpdateDefaultWorkspaceResponse
func (*Client) UpdateDefaultWorkspaceWithOptions ¶ added in v1.2.6
func (client *Client) UpdateDefaultWorkspaceWithOptions(request *UpdateDefaultWorkspaceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateDefaultWorkspaceResponse, _err error)
Summary:
更新默认工作空间
@param request - UpdateDefaultWorkspaceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateDefaultWorkspaceResponse
func (*Client) UpdateModel ¶ added in v1.2.8
func (client *Client) UpdateModel(ModelId *string, request *UpdateModelRequest) (_result *UpdateModelResponse, _err error)
Summary:
更新模型
@param request - UpdateModelRequest
@return UpdateModelResponse
func (*Client) UpdateModelVersion ¶ added in v1.2.8
func (client *Client) UpdateModelVersion(ModelId *string, VersionName *string, request *UpdateModelVersionRequest) (_result *UpdateModelVersionResponse, _err error)
Summary:
更新模型版本
@param request - UpdateModelVersionRequest
@return UpdateModelVersionResponse
func (*Client) UpdateModelVersionWithOptions ¶ added in v1.2.8
func (client *Client) UpdateModelVersionWithOptions(ModelId *string, VersionName *string, request *UpdateModelVersionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateModelVersionResponse, _err error)
Summary:
更新模型版本
@param request - UpdateModelVersionRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateModelVersionResponse
func (*Client) UpdateModelWithOptions ¶ added in v1.2.8
func (client *Client) UpdateModelWithOptions(ModelId *string, request *UpdateModelRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateModelResponse, _err error)
Summary:
更新模型
@param request - UpdateModelRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateModelResponse
func (*Client) UpdateWorkspace ¶
func (client *Client) UpdateWorkspace(WorkspaceId *string, request *UpdateWorkspaceRequest) (_result *UpdateWorkspaceResponse, _err error)
Summary:
更新工作空间
@param request - UpdateWorkspaceRequest
@return UpdateWorkspaceResponse
func (*Client) UpdateWorkspaceResource ¶
func (client *Client) UpdateWorkspaceResource(WorkspaceId *string, request *UpdateWorkspaceResourceRequest) (_result *UpdateWorkspaceResourceResponse, _err error)
Summary:
更新工作空间资源
@param request - UpdateWorkspaceResourceRequest
@return UpdateWorkspaceResourceResponse
func (*Client) UpdateWorkspaceResourceWithOptions ¶
func (client *Client) UpdateWorkspaceResourceWithOptions(WorkspaceId *string, request *UpdateWorkspaceResourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateWorkspaceResourceResponse, _err error)
Summary:
更新工作空间资源
@param request - UpdateWorkspaceResourceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateWorkspaceResourceResponse
func (*Client) UpdateWorkspaceWithOptions ¶
func (client *Client) UpdateWorkspaceWithOptions(WorkspaceId *string, request *UpdateWorkspaceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateWorkspaceResponse, _err error)
Summary:
更新工作空间
@param request - UpdateWorkspaceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateWorkspaceResponse
type CodeSourceItem ¶
type CodeSourceItem struct { // example: // // PUBLIC Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // master CodeBranch *string `json:"CodeBranch,omitempty" xml:"CodeBranch,omitempty"` // example: // // 44da109b59f8596152987eaa8f3b2487bb72ea63 CodeCommit *string `json:"CodeCommit,omitempty" xml:"CodeCommit,omitempty"` // example: // // https://code.aliyun.com/pai-dlc/examples.git CodeRepo *string `json:"CodeRepo,omitempty" xml:"CodeRepo,omitempty"` CodeRepoAccessToken *string `json:"CodeRepoAccessToken,omitempty" xml:"CodeRepoAccessToken,omitempty"` // example: // // user CodeRepoUserName *string `json:"CodeRepoUserName,omitempty" xml:"CodeRepoUserName,omitempty"` // example: // // code-20210111103721-85qz78ia96lu CodeSourceId *string `json:"CodeSourceId,omitempty" xml:"CodeSourceId,omitempty"` // example: // // code source of dlc examples Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // MyCodeSourceName1 DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` // example: // // 2021-01-18T12:52:15Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-18T12:52:15Z GmtModifyTime *string `json:"GmtModifyTime,omitempty" xml:"GmtModifyTime,omitempty"` // example: // // /root/code/ MountPath *string `json:"MountPath,omitempty" xml:"MountPath,omitempty"` // example: // // 1157290171663117 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // 1234 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (CodeSourceItem) GoString ¶
func (s CodeSourceItem) GoString() string
func (*CodeSourceItem) SetAccessibility ¶
func (s *CodeSourceItem) SetAccessibility(v string) *CodeSourceItem
func (*CodeSourceItem) SetCodeBranch ¶
func (s *CodeSourceItem) SetCodeBranch(v string) *CodeSourceItem
func (*CodeSourceItem) SetCodeCommit ¶
func (s *CodeSourceItem) SetCodeCommit(v string) *CodeSourceItem
func (*CodeSourceItem) SetCodeRepo ¶
func (s *CodeSourceItem) SetCodeRepo(v string) *CodeSourceItem
func (*CodeSourceItem) SetCodeRepoAccessToken ¶
func (s *CodeSourceItem) SetCodeRepoAccessToken(v string) *CodeSourceItem
func (*CodeSourceItem) SetCodeRepoUserName ¶
func (s *CodeSourceItem) SetCodeRepoUserName(v string) *CodeSourceItem
func (*CodeSourceItem) SetCodeSourceId ¶
func (s *CodeSourceItem) SetCodeSourceId(v string) *CodeSourceItem
func (*CodeSourceItem) SetDescription ¶
func (s *CodeSourceItem) SetDescription(v string) *CodeSourceItem
func (*CodeSourceItem) SetDisplayName ¶
func (s *CodeSourceItem) SetDisplayName(v string) *CodeSourceItem
func (*CodeSourceItem) SetGmtCreateTime ¶
func (s *CodeSourceItem) SetGmtCreateTime(v string) *CodeSourceItem
func (*CodeSourceItem) SetGmtModifyTime ¶
func (s *CodeSourceItem) SetGmtModifyTime(v string) *CodeSourceItem
func (*CodeSourceItem) SetMountPath ¶ added in v1.2.6
func (s *CodeSourceItem) SetMountPath(v string) *CodeSourceItem
func (*CodeSourceItem) SetUserId ¶
func (s *CodeSourceItem) SetUserId(v string) *CodeSourceItem
func (*CodeSourceItem) SetWorkspaceId ¶
func (s *CodeSourceItem) SetWorkspaceId(v string) *CodeSourceItem
func (CodeSourceItem) String ¶
func (s CodeSourceItem) String() string
type Collection ¶ added in v1.3.4
type Collection struct { // example: // // AI4D CollectionName *string `json:"CollectionName,omitempty" xml:"CollectionName,omitempty"` // example: // // 2021-01-21T17:12:35Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-21T17:12:35Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // 155770209****** OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // 155770209****** UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (Collection) GoString ¶ added in v1.3.4
func (s Collection) GoString() string
func (*Collection) SetCollectionName ¶ added in v1.3.4
func (s *Collection) SetCollectionName(v string) *Collection
func (*Collection) SetGmtCreateTime ¶ added in v1.3.4
func (s *Collection) SetGmtCreateTime(v string) *Collection
func (*Collection) SetGmtModifiedTime ¶ added in v1.3.4
func (s *Collection) SetGmtModifiedTime(v string) *Collection
func (*Collection) SetOwnerId ¶ added in v1.3.4
func (s *Collection) SetOwnerId(v string) *Collection
func (*Collection) SetUserId ¶ added in v1.3.4
func (s *Collection) SetUserId(v string) *Collection
func (Collection) String ¶ added in v1.3.4
func (s Collection) String() string
type CreateCodeSourceRequest ¶
type CreateCodeSourceRequest struct { // example: // // PRIVATE Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // master CodeBranch *string `json:"CodeBranch,omitempty" xml:"CodeBranch,omitempty"` // example: // // https://code.aliyun.com/****** CodeRepo *string `json:"CodeRepo,omitempty" xml:"CodeRepo,omitempty"` // example: // // *** CodeRepoAccessToken *string `json:"CodeRepoAccessToken,omitempty" xml:"CodeRepoAccessToken,omitempty"` // example: // // use*** CodeRepoUserName *string `json:"CodeRepoUserName,omitempty" xml:"CodeRepoUserName,omitempty"` // example: // // code source of dlc examples Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // This parameter is required. // // example: // // MyCodeSource1 DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` // example: // // /root/code/code-source-1 MountPath *string `json:"MountPath,omitempty" xml:"MountPath,omitempty"` // This parameter is required. // // example: // // 1234 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (CreateCodeSourceRequest) GoString ¶
func (s CreateCodeSourceRequest) GoString() string
func (*CreateCodeSourceRequest) SetAccessibility ¶
func (s *CreateCodeSourceRequest) SetAccessibility(v string) *CreateCodeSourceRequest
func (*CreateCodeSourceRequest) SetCodeBranch ¶
func (s *CreateCodeSourceRequest) SetCodeBranch(v string) *CreateCodeSourceRequest
func (*CreateCodeSourceRequest) SetCodeRepo ¶
func (s *CreateCodeSourceRequest) SetCodeRepo(v string) *CreateCodeSourceRequest
func (*CreateCodeSourceRequest) SetCodeRepoAccessToken ¶
func (s *CreateCodeSourceRequest) SetCodeRepoAccessToken(v string) *CreateCodeSourceRequest
func (*CreateCodeSourceRequest) SetCodeRepoUserName ¶
func (s *CreateCodeSourceRequest) SetCodeRepoUserName(v string) *CreateCodeSourceRequest
func (*CreateCodeSourceRequest) SetDescription ¶
func (s *CreateCodeSourceRequest) SetDescription(v string) *CreateCodeSourceRequest
func (*CreateCodeSourceRequest) SetDisplayName ¶
func (s *CreateCodeSourceRequest) SetDisplayName(v string) *CreateCodeSourceRequest
func (*CreateCodeSourceRequest) SetMountPath ¶
func (s *CreateCodeSourceRequest) SetMountPath(v string) *CreateCodeSourceRequest
func (*CreateCodeSourceRequest) SetWorkspaceId ¶
func (s *CreateCodeSourceRequest) SetWorkspaceId(v string) *CreateCodeSourceRequest
func (CreateCodeSourceRequest) String ¶
func (s CreateCodeSourceRequest) String() string
type CreateCodeSourceResponse ¶
type CreateCodeSourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateCodeSourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateCodeSourceResponse) GoString ¶
func (s CreateCodeSourceResponse) GoString() string
func (*CreateCodeSourceResponse) SetBody ¶
func (s *CreateCodeSourceResponse) SetBody(v *CreateCodeSourceResponseBody) *CreateCodeSourceResponse
func (*CreateCodeSourceResponse) SetHeaders ¶
func (s *CreateCodeSourceResponse) SetHeaders(v map[string]*string) *CreateCodeSourceResponse
func (*CreateCodeSourceResponse) SetStatusCode ¶ added in v1.2.8
func (s *CreateCodeSourceResponse) SetStatusCode(v int32) *CreateCodeSourceResponse
func (CreateCodeSourceResponse) String ¶
func (s CreateCodeSourceResponse) String() string
type CreateCodeSourceResponseBody ¶
type CreateCodeSourceResponseBody struct { // example: // // code-20******** CodeSourceId *string `json:"CodeSourceId,omitempty" xml:"CodeSourceId,omitempty"` // example: // // 473469C7-AA6F-4DC5-B3DB-A3********** RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateCodeSourceResponseBody) GoString ¶
func (s CreateCodeSourceResponseBody) GoString() string
func (*CreateCodeSourceResponseBody) SetCodeSourceId ¶
func (s *CreateCodeSourceResponseBody) SetCodeSourceId(v string) *CreateCodeSourceResponseBody
func (*CreateCodeSourceResponseBody) SetRequestId ¶
func (s *CreateCodeSourceResponseBody) SetRequestId(v string) *CreateCodeSourceResponseBody
func (CreateCodeSourceResponseBody) String ¶
func (s CreateCodeSourceResponseBody) String() string
type CreateDatasetLabelsRequest ¶
type CreateDatasetLabelsRequest struct {
Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"`
}
func (CreateDatasetLabelsRequest) GoString ¶
func (s CreateDatasetLabelsRequest) GoString() string
func (*CreateDatasetLabelsRequest) SetLabels ¶
func (s *CreateDatasetLabelsRequest) SetLabels(v []*Label) *CreateDatasetLabelsRequest
func (CreateDatasetLabelsRequest) String ¶
func (s CreateDatasetLabelsRequest) String() string
type CreateDatasetLabelsResponse ¶
type CreateDatasetLabelsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateDatasetLabelsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateDatasetLabelsResponse) GoString ¶
func (s CreateDatasetLabelsResponse) GoString() string
func (*CreateDatasetLabelsResponse) SetBody ¶
func (s *CreateDatasetLabelsResponse) SetBody(v *CreateDatasetLabelsResponseBody) *CreateDatasetLabelsResponse
func (*CreateDatasetLabelsResponse) SetHeaders ¶
func (s *CreateDatasetLabelsResponse) SetHeaders(v map[string]*string) *CreateDatasetLabelsResponse
func (*CreateDatasetLabelsResponse) SetStatusCode ¶ added in v1.2.7
func (s *CreateDatasetLabelsResponse) SetStatusCode(v int32) *CreateDatasetLabelsResponse
func (CreateDatasetLabelsResponse) String ¶
func (s CreateDatasetLabelsResponse) String() string
type CreateDatasetLabelsResponseBody ¶
type CreateDatasetLabelsResponseBody struct { // example: // // A083731B-4973-54D1-B324-E53****4DD44 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateDatasetLabelsResponseBody) GoString ¶
func (s CreateDatasetLabelsResponseBody) GoString() string
func (*CreateDatasetLabelsResponseBody) SetRequestId ¶
func (s *CreateDatasetLabelsResponseBody) SetRequestId(v string) *CreateDatasetLabelsResponseBody
func (CreateDatasetLabelsResponseBody) String ¶
func (s CreateDatasetLabelsResponseBody) String() string
type CreateDatasetRequest ¶
type CreateDatasetRequest struct { // example: // // PRIVATE Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // This parameter is required. // // example: // // NAS DataSourceType *string `json:"DataSourceType,omitempty" xml:"DataSourceType,omitempty"` // example: // // COMMON DataType *string `json:"DataType,omitempty" xml:"DataType,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // This parameter is required. // // example: // // myName Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // { // // "mountPath": "/mnt/data/" // // } Options *string `json:"Options,omitempty" xml:"Options,omitempty"` // This parameter is required. // // example: // // DIRECTORY Property *string `json:"Property,omitempty" xml:"Property,omitempty"` Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` // example: // // Ecs ProviderType *string `json:"ProviderType,omitempty" xml:"ProviderType,omitempty"` // example: // // jdnhf***fnrimv SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` // example: // // USER SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` // This parameter is required. // // example: // // nas://09f****f2.cn-hangzhou/ Uri *string `json:"Uri,omitempty" xml:"Uri,omitempty"` // example: // // 29884000000186970 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // 478** WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (CreateDatasetRequest) GoString ¶
func (s CreateDatasetRequest) GoString() string
func (*CreateDatasetRequest) SetAccessibility ¶
func (s *CreateDatasetRequest) SetAccessibility(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetDataSourceType ¶
func (s *CreateDatasetRequest) SetDataSourceType(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetDataType ¶
func (s *CreateDatasetRequest) SetDataType(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetDescription ¶
func (s *CreateDatasetRequest) SetDescription(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetLabels ¶
func (s *CreateDatasetRequest) SetLabels(v []*Label) *CreateDatasetRequest
func (*CreateDatasetRequest) SetName ¶
func (s *CreateDatasetRequest) SetName(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetOptions ¶
func (s *CreateDatasetRequest) SetOptions(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetProperty ¶
func (s *CreateDatasetRequest) SetProperty(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetProvider ¶ added in v1.3.5
func (s *CreateDatasetRequest) SetProvider(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetProviderType ¶ added in v1.2.10
func (s *CreateDatasetRequest) SetProviderType(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetSourceId ¶
func (s *CreateDatasetRequest) SetSourceId(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetSourceType ¶
func (s *CreateDatasetRequest) SetSourceType(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetUri ¶
func (s *CreateDatasetRequest) SetUri(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetUserId ¶ added in v1.3.7
func (s *CreateDatasetRequest) SetUserId(v string) *CreateDatasetRequest
func (*CreateDatasetRequest) SetWorkspaceId ¶
func (s *CreateDatasetRequest) SetWorkspaceId(v string) *CreateDatasetRequest
func (CreateDatasetRequest) String ¶
func (s CreateDatasetRequest) String() string
type CreateDatasetResponse ¶
type CreateDatasetResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateDatasetResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateDatasetResponse) GoString ¶
func (s CreateDatasetResponse) GoString() string
func (*CreateDatasetResponse) SetBody ¶
func (s *CreateDatasetResponse) SetBody(v *CreateDatasetResponseBody) *CreateDatasetResponse
func (*CreateDatasetResponse) SetHeaders ¶
func (s *CreateDatasetResponse) SetHeaders(v map[string]*string) *CreateDatasetResponse
func (*CreateDatasetResponse) SetStatusCode ¶ added in v1.2.7
func (s *CreateDatasetResponse) SetStatusCode(v int32) *CreateDatasetResponse
func (CreateDatasetResponse) String ¶
func (s CreateDatasetResponse) String() string
type CreateDatasetResponseBody ¶
type CreateDatasetResponseBody struct { // example: // // d-rbvg5*****jhc9ks92 DatasetId *string `json:"DatasetId,omitempty" xml:"DatasetId,omitempty"` // example: // // B2C51F93-1C07-5477-9705-5FDB****F19F RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateDatasetResponseBody) GoString ¶
func (s CreateDatasetResponseBody) GoString() string
func (*CreateDatasetResponseBody) SetDatasetId ¶
func (s *CreateDatasetResponseBody) SetDatasetId(v string) *CreateDatasetResponseBody
func (*CreateDatasetResponseBody) SetRequestId ¶
func (s *CreateDatasetResponseBody) SetRequestId(v string) *CreateDatasetResponseBody
func (CreateDatasetResponseBody) String ¶
func (s CreateDatasetResponseBody) String() string
type CreateMemberRequest ¶
type CreateMemberRequest struct { // This parameter is required. Members []*CreateMemberRequestMembers `json:"Members,omitempty" xml:"Members,omitempty" type:"Repeated"` }
func (CreateMemberRequest) GoString ¶
func (s CreateMemberRequest) GoString() string
func (*CreateMemberRequest) SetMembers ¶
func (s *CreateMemberRequest) SetMembers(v []*CreateMemberRequestMembers) *CreateMemberRequest
func (CreateMemberRequest) String ¶
func (s CreateMemberRequest) String() string
type CreateMemberRequestMembers ¶
type CreateMemberRequestMembers struct { // This parameter is required. Roles []*string `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Repeated"` // This parameter is required. // // example: // // 21513926******88039 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (CreateMemberRequestMembers) GoString ¶
func (s CreateMemberRequestMembers) GoString() string
func (*CreateMemberRequestMembers) SetRoles ¶
func (s *CreateMemberRequestMembers) SetRoles(v []*string) *CreateMemberRequestMembers
func (*CreateMemberRequestMembers) SetUserId ¶
func (s *CreateMemberRequestMembers) SetUserId(v string) *CreateMemberRequestMembers
func (CreateMemberRequestMembers) String ¶
func (s CreateMemberRequestMembers) String() string
type CreateMemberResponse ¶
type CreateMemberResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateMemberResponse) GoString ¶
func (s CreateMemberResponse) GoString() string
func (*CreateMemberResponse) SetBody ¶
func (s *CreateMemberResponse) SetBody(v *CreateMemberResponseBody) *CreateMemberResponse
func (*CreateMemberResponse) SetHeaders ¶
func (s *CreateMemberResponse) SetHeaders(v map[string]*string) *CreateMemberResponse
func (*CreateMemberResponse) SetStatusCode ¶ added in v1.2.6
func (s *CreateMemberResponse) SetStatusCode(v int32) *CreateMemberResponse
func (CreateMemberResponse) String ¶
func (s CreateMemberResponse) String() string
type CreateMemberResponseBody ¶
type CreateMemberResponseBody struct { Members []*CreateMemberResponseBodyMembers `json:"Members,omitempty" xml:"Members,omitempty" type:"Repeated"` // example: // // DA869D1B-035A-43B2-ACC1-C56681BD9FAA RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateMemberResponseBody) GoString ¶
func (s CreateMemberResponseBody) GoString() string
func (*CreateMemberResponseBody) SetMembers ¶
func (s *CreateMemberResponseBody) SetMembers(v []*CreateMemberResponseBodyMembers) *CreateMemberResponseBody
func (*CreateMemberResponseBody) SetRequestId ¶
func (s *CreateMemberResponseBody) SetRequestId(v string) *CreateMemberResponseBody
func (CreateMemberResponseBody) String ¶
func (s CreateMemberResponseBody) String() string
type CreateMemberResponseBodyMembers ¶
type CreateMemberResponseBodyMembers struct { // example: // // myDisplayName DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` // example: // // 145883-21513926******88039 MemberId *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"` Roles []*string `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Repeated"` // example: // // 21513926******88039 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (CreateMemberResponseBodyMembers) GoString ¶
func (s CreateMemberResponseBodyMembers) GoString() string
func (*CreateMemberResponseBodyMembers) SetDisplayName ¶
func (s *CreateMemberResponseBodyMembers) SetDisplayName(v string) *CreateMemberResponseBodyMembers
func (*CreateMemberResponseBodyMembers) SetMemberId ¶
func (s *CreateMemberResponseBodyMembers) SetMemberId(v string) *CreateMemberResponseBodyMembers
func (*CreateMemberResponseBodyMembers) SetRoles ¶
func (s *CreateMemberResponseBodyMembers) SetRoles(v []*string) *CreateMemberResponseBodyMembers
func (*CreateMemberResponseBodyMembers) SetUserId ¶
func (s *CreateMemberResponseBodyMembers) SetUserId(v string) *CreateMemberResponseBodyMembers
func (CreateMemberResponseBodyMembers) String ¶
func (s CreateMemberResponseBodyMembers) String() string
type CreateModelLabelsRequest ¶ added in v1.2.8
type CreateModelLabelsRequest struct {
Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"`
}
func (CreateModelLabelsRequest) GoString ¶ added in v1.2.8
func (s CreateModelLabelsRequest) GoString() string
func (*CreateModelLabelsRequest) SetLabels ¶ added in v1.2.8
func (s *CreateModelLabelsRequest) SetLabels(v []*Label) *CreateModelLabelsRequest
func (CreateModelLabelsRequest) String ¶ added in v1.2.8
func (s CreateModelLabelsRequest) String() string
type CreateModelLabelsResponse ¶ added in v1.2.8
type CreateModelLabelsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateModelLabelsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateModelLabelsResponse) GoString ¶ added in v1.2.8
func (s CreateModelLabelsResponse) GoString() string
func (*CreateModelLabelsResponse) SetBody ¶ added in v1.2.8
func (s *CreateModelLabelsResponse) SetBody(v *CreateModelLabelsResponseBody) *CreateModelLabelsResponse
func (*CreateModelLabelsResponse) SetHeaders ¶ added in v1.2.8
func (s *CreateModelLabelsResponse) SetHeaders(v map[string]*string) *CreateModelLabelsResponse
func (*CreateModelLabelsResponse) SetStatusCode ¶ added in v1.2.8
func (s *CreateModelLabelsResponse) SetStatusCode(v int32) *CreateModelLabelsResponse
func (CreateModelLabelsResponse) String ¶ added in v1.2.8
func (s CreateModelLabelsResponse) String() string
type CreateModelLabelsResponseBody ¶ added in v1.2.8
type CreateModelLabelsResponseBody struct { // example: // // F81D9EC0-1872-50F5-A96C-A0647D****1D RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateModelLabelsResponseBody) GoString ¶ added in v1.2.8
func (s CreateModelLabelsResponseBody) GoString() string
func (*CreateModelLabelsResponseBody) SetRequestId ¶ added in v1.2.8
func (s *CreateModelLabelsResponseBody) SetRequestId(v string) *CreateModelLabelsResponseBody
func (CreateModelLabelsResponseBody) String ¶ added in v1.2.8
func (s CreateModelLabelsResponseBody) String() string
type CreateModelRequest ¶ added in v1.2.8
type CreateModelRequest struct { // example: // // PRIVATE Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // nlp Domain *string `json:"Domain,omitempty" xml:"Domain,omitempty"` // if can be null: // true ExtraInfo map[string]interface{} `json:"ExtraInfo,omitempty" xml:"ExtraInfo,omitempty"` Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` ModelDescription *string `json:"ModelDescription,omitempty" xml:"ModelDescription,omitempty"` // example: // // https://*.md ModelDoc *string `json:"ModelDoc,omitempty" xml:"ModelDoc,omitempty"` // This parameter is required. ModelName *string `json:"ModelName,omitempty" xml:"ModelName,omitempty"` // example: // // Checkpoint ModelType *string `json:"ModelType,omitempty" xml:"ModelType,omitempty"` // example: // // 101 OrderNumber *int64 `json:"OrderNumber,omitempty" xml:"OrderNumber,omitempty"` // example: // // ModelScope Origin *string `json:"Origin,omitempty" xml:"Origin,omitempty"` // example: // // text-classification Task *string `json:"Task,omitempty" xml:"Task,omitempty"` // example: // // 796** WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (CreateModelRequest) GoString ¶ added in v1.2.8
func (s CreateModelRequest) GoString() string
func (*CreateModelRequest) SetAccessibility ¶ added in v1.2.8
func (s *CreateModelRequest) SetAccessibility(v string) *CreateModelRequest
func (*CreateModelRequest) SetDomain ¶ added in v1.2.10
func (s *CreateModelRequest) SetDomain(v string) *CreateModelRequest
func (*CreateModelRequest) SetExtraInfo ¶ added in v1.3.4
func (s *CreateModelRequest) SetExtraInfo(v map[string]interface{}) *CreateModelRequest
func (*CreateModelRequest) SetLabels ¶ added in v1.2.8
func (s *CreateModelRequest) SetLabels(v []*Label) *CreateModelRequest
func (*CreateModelRequest) SetModelDescription ¶ added in v1.2.8
func (s *CreateModelRequest) SetModelDescription(v string) *CreateModelRequest
func (*CreateModelRequest) SetModelDoc ¶ added in v1.2.10
func (s *CreateModelRequest) SetModelDoc(v string) *CreateModelRequest
func (*CreateModelRequest) SetModelName ¶ added in v1.2.8
func (s *CreateModelRequest) SetModelName(v string) *CreateModelRequest
func (*CreateModelRequest) SetModelType ¶ added in v1.3.4
func (s *CreateModelRequest) SetModelType(v string) *CreateModelRequest
func (*CreateModelRequest) SetOrderNumber ¶ added in v1.3.0
func (s *CreateModelRequest) SetOrderNumber(v int64) *CreateModelRequest
func (*CreateModelRequest) SetOrigin ¶ added in v1.2.10
func (s *CreateModelRequest) SetOrigin(v string) *CreateModelRequest
func (*CreateModelRequest) SetTask ¶ added in v1.2.10
func (s *CreateModelRequest) SetTask(v string) *CreateModelRequest
func (*CreateModelRequest) SetWorkspaceId ¶ added in v1.2.8
func (s *CreateModelRequest) SetWorkspaceId(v string) *CreateModelRequest
func (CreateModelRequest) String ¶ added in v1.2.8
func (s CreateModelRequest) String() string
type CreateModelResponse ¶ added in v1.2.8
type CreateModelResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateModelResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateModelResponse) GoString ¶ added in v1.2.8
func (s CreateModelResponse) GoString() string
func (*CreateModelResponse) SetBody ¶ added in v1.2.8
func (s *CreateModelResponse) SetBody(v *CreateModelResponseBody) *CreateModelResponse
func (*CreateModelResponse) SetHeaders ¶ added in v1.2.8
func (s *CreateModelResponse) SetHeaders(v map[string]*string) *CreateModelResponse
func (*CreateModelResponse) SetStatusCode ¶ added in v1.2.8
func (s *CreateModelResponse) SetStatusCode(v int32) *CreateModelResponse
func (CreateModelResponse) String ¶ added in v1.2.8
func (s CreateModelResponse) String() string
type CreateModelResponseBody ¶ added in v1.2.8
type CreateModelResponseBody struct { // example: // // model-rbvg5wzljz****ks92 ModelId *string `json:"ModelId,omitempty" xml:"ModelId,omitempty"` // example: // // 9DAD3112-AE22-5563-9A02-5C7E8****E35 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateModelResponseBody) GoString ¶ added in v1.2.8
func (s CreateModelResponseBody) GoString() string
func (*CreateModelResponseBody) SetModelId ¶ added in v1.2.8
func (s *CreateModelResponseBody) SetModelId(v string) *CreateModelResponseBody
func (*CreateModelResponseBody) SetRequestId ¶ added in v1.2.8
func (s *CreateModelResponseBody) SetRequestId(v string) *CreateModelResponseBody
func (CreateModelResponseBody) String ¶ added in v1.2.8
func (s CreateModelResponseBody) String() string
type CreateModelVersionLabelsRequest ¶ added in v1.2.8
type CreateModelVersionLabelsRequest struct {
Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"`
}
func (CreateModelVersionLabelsRequest) GoString ¶ added in v1.2.8
func (s CreateModelVersionLabelsRequest) GoString() string
func (*CreateModelVersionLabelsRequest) SetLabels ¶ added in v1.2.8
func (s *CreateModelVersionLabelsRequest) SetLabels(v []*Label) *CreateModelVersionLabelsRequest
func (CreateModelVersionLabelsRequest) String ¶ added in v1.2.8
func (s CreateModelVersionLabelsRequest) String() string
type CreateModelVersionLabelsResponse ¶ added in v1.2.8
type CreateModelVersionLabelsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateModelVersionLabelsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateModelVersionLabelsResponse) GoString ¶ added in v1.2.8
func (s CreateModelVersionLabelsResponse) GoString() string
func (*CreateModelVersionLabelsResponse) SetBody ¶ added in v1.2.8
func (s *CreateModelVersionLabelsResponse) SetBody(v *CreateModelVersionLabelsResponseBody) *CreateModelVersionLabelsResponse
func (*CreateModelVersionLabelsResponse) SetHeaders ¶ added in v1.2.8
func (s *CreateModelVersionLabelsResponse) SetHeaders(v map[string]*string) *CreateModelVersionLabelsResponse
func (*CreateModelVersionLabelsResponse) SetStatusCode ¶ added in v1.2.8
func (s *CreateModelVersionLabelsResponse) SetStatusCode(v int32) *CreateModelVersionLabelsResponse
func (CreateModelVersionLabelsResponse) String ¶ added in v1.2.8
func (s CreateModelVersionLabelsResponse) String() string
type CreateModelVersionLabelsResponseBody ¶ added in v1.2.8
type CreateModelVersionLabelsResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateModelVersionLabelsResponseBody) GoString ¶ added in v1.2.8
func (s CreateModelVersionLabelsResponseBody) GoString() string
func (*CreateModelVersionLabelsResponseBody) SetRequestId ¶ added in v1.2.8
func (s *CreateModelVersionLabelsResponseBody) SetRequestId(v string) *CreateModelVersionLabelsResponseBody
func (CreateModelVersionLabelsResponseBody) String ¶ added in v1.2.8
func (s CreateModelVersionLabelsResponseBody) String() string
type CreateModelVersionRequest ¶ added in v1.2.8
type CreateModelVersionRequest struct { // example: // // Approved ApprovalStatus *string `json:"ApprovalStatus,omitempty" xml:"ApprovalStatus,omitempty"` // example: // // {} CompressionSpec map[string]interface{} `json:"CompressionSpec,omitempty" xml:"CompressionSpec,omitempty"` // example: // // {} EvaluationSpec map[string]interface{} `json:"EvaluationSpec,omitempty" xml:"EvaluationSpec,omitempty"` // example: // // {} ExtraInfo map[string]interface{} `json:"ExtraInfo,omitempty" xml:"ExtraInfo,omitempty"` // example: // // SavedModel FormatType *string `json:"FormatType,omitempty" xml:"FormatType,omitempty"` // example: // // TensorFlow FrameworkType *string `json:"FrameworkType,omitempty" xml:"FrameworkType,omitempty"` // example: // // { // // "processor": "tensorflow_gpu_1.12" // // } InferenceSpec map[string]interface{} `json:"InferenceSpec,omitempty" xml:"InferenceSpec,omitempty"` Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // example: // // {} Metrics map[string]interface{} `json:"Metrics,omitempty" xml:"Metrics,omitempty"` // example: // // {} Options *string `json:"Options,omitempty" xml:"Options,omitempty"` // example: // // region=cn-shanghai,workspaceId=13**,kind=PipelineRun,id=run-sakdb****jdf SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` // example: // // PAIFlow SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` // example: // // {} TrainingSpec map[string]interface{} `json:"TrainingSpec,omitempty" xml:"TrainingSpec,omitempty"` // This parameter is required. // // example: // // oss://mybucket.oss-cn-beijing.aliyuncs.com/mypath/ Uri *string `json:"Uri,omitempty" xml:"Uri,omitempty"` VersionDescription *string `json:"VersionDescription,omitempty" xml:"VersionDescription,omitempty"` // example: // // 0.1.0 VersionName *string `json:"VersionName,omitempty" xml:"VersionName,omitempty"` }
func (CreateModelVersionRequest) GoString ¶ added in v1.2.8
func (s CreateModelVersionRequest) GoString() string
func (*CreateModelVersionRequest) SetApprovalStatus ¶ added in v1.2.10
func (s *CreateModelVersionRequest) SetApprovalStatus(v string) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetCompressionSpec ¶ added in v1.3.8
func (s *CreateModelVersionRequest) SetCompressionSpec(v map[string]interface{}) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetEvaluationSpec ¶ added in v1.3.4
func (s *CreateModelVersionRequest) SetEvaluationSpec(v map[string]interface{}) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetExtraInfo ¶ added in v1.3.4
func (s *CreateModelVersionRequest) SetExtraInfo(v map[string]interface{}) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetFormatType ¶ added in v1.2.8
func (s *CreateModelVersionRequest) SetFormatType(v string) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetFrameworkType ¶ added in v1.2.8
func (s *CreateModelVersionRequest) SetFrameworkType(v string) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetInferenceSpec ¶ added in v1.2.8
func (s *CreateModelVersionRequest) SetInferenceSpec(v map[string]interface{}) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetLabels ¶ added in v1.2.8
func (s *CreateModelVersionRequest) SetLabels(v []*Label) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetMetrics ¶ added in v1.2.10
func (s *CreateModelVersionRequest) SetMetrics(v map[string]interface{}) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetOptions ¶ added in v1.2.8
func (s *CreateModelVersionRequest) SetOptions(v string) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetSourceId ¶ added in v1.2.8
func (s *CreateModelVersionRequest) SetSourceId(v string) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetSourceType ¶ added in v1.2.8
func (s *CreateModelVersionRequest) SetSourceType(v string) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetTrainingSpec ¶ added in v1.2.10
func (s *CreateModelVersionRequest) SetTrainingSpec(v map[string]interface{}) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetUri ¶ added in v1.2.8
func (s *CreateModelVersionRequest) SetUri(v string) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetVersionDescription ¶ added in v1.2.8
func (s *CreateModelVersionRequest) SetVersionDescription(v string) *CreateModelVersionRequest
func (*CreateModelVersionRequest) SetVersionName ¶ added in v1.2.8
func (s *CreateModelVersionRequest) SetVersionName(v string) *CreateModelVersionRequest
func (CreateModelVersionRequest) String ¶ added in v1.2.8
func (s CreateModelVersionRequest) String() string
type CreateModelVersionResponse ¶ added in v1.2.8
type CreateModelVersionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateModelVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateModelVersionResponse) GoString ¶ added in v1.2.8
func (s CreateModelVersionResponse) GoString() string
func (*CreateModelVersionResponse) SetBody ¶ added in v1.2.8
func (s *CreateModelVersionResponse) SetBody(v *CreateModelVersionResponseBody) *CreateModelVersionResponse
func (*CreateModelVersionResponse) SetHeaders ¶ added in v1.2.8
func (s *CreateModelVersionResponse) SetHeaders(v map[string]*string) *CreateModelVersionResponse
func (*CreateModelVersionResponse) SetStatusCode ¶ added in v1.2.8
func (s *CreateModelVersionResponse) SetStatusCode(v int32) *CreateModelVersionResponse
func (CreateModelVersionResponse) String ¶ added in v1.2.8
func (s CreateModelVersionResponse) String() string
type CreateModelVersionResponseBody ¶ added in v1.2.8
type CreateModelVersionResponseBody struct { // example: // // 21645FCD-BAB9-5742-89AE-AEB27****B2E RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 0.1.0 VersionName *string `json:"VersionName,omitempty" xml:"VersionName,omitempty"` }
func (CreateModelVersionResponseBody) GoString ¶ added in v1.2.8
func (s CreateModelVersionResponseBody) GoString() string
func (*CreateModelVersionResponseBody) SetRequestId ¶ added in v1.2.8
func (s *CreateModelVersionResponseBody) SetRequestId(v string) *CreateModelVersionResponseBody
func (*CreateModelVersionResponseBody) SetVersionName ¶ added in v1.2.8
func (s *CreateModelVersionResponseBody) SetVersionName(v string) *CreateModelVersionResponseBody
func (CreateModelVersionResponseBody) String ¶ added in v1.2.8
func (s CreateModelVersionResponseBody) String() string
type CreateProductOrdersRequest ¶
type CreateProductOrdersRequest struct { // example: // // true AutoPay *bool `json:"AutoPay,omitempty" xml:"AutoPay,omitempty"` Products []*CreateProductOrdersRequestProducts `json:"Products,omitempty" xml:"Products,omitempty" type:"Repeated"` }
func (CreateProductOrdersRequest) GoString ¶
func (s CreateProductOrdersRequest) GoString() string
func (*CreateProductOrdersRequest) SetAutoPay ¶
func (s *CreateProductOrdersRequest) SetAutoPay(v bool) *CreateProductOrdersRequest
func (*CreateProductOrdersRequest) SetProducts ¶
func (s *CreateProductOrdersRequest) SetProducts(v []*CreateProductOrdersRequestProducts) *CreateProductOrdersRequest
func (CreateProductOrdersRequest) String ¶
func (s CreateProductOrdersRequest) String() string
type CreateProductOrdersRequestProducts ¶
type CreateProductOrdersRequestProducts struct { // example: // // true AutoRenew *bool `json:"AutoRenew,omitempty" xml:"AutoRenew,omitempty"` // example: // // POSTPAY ChargeType *string `json:"ChargeType,omitempty" xml:"ChargeType,omitempty"` // example: // // 1 Duration *int64 `json:"Duration,omitempty" xml:"Duration,omitempty"` InstanceProperties []*CreateProductOrdersRequestProductsInstanceProperties `json:"InstanceProperties,omitempty" xml:"InstanceProperties,omitempty" type:"Repeated"` // example: // // BUY OrderType *string `json:"OrderType,omitempty" xml:"OrderType,omitempty"` // example: // // Month PricingCycle *string `json:"PricingCycle,omitempty" xml:"PricingCycle,omitempty"` // example: // // DataWorks_share ProductCode *string `json:"ProductCode,omitempty" xml:"ProductCode,omitempty"` }
func (CreateProductOrdersRequestProducts) GoString ¶
func (s CreateProductOrdersRequestProducts) GoString() string
func (*CreateProductOrdersRequestProducts) SetAutoRenew ¶
func (s *CreateProductOrdersRequestProducts) SetAutoRenew(v bool) *CreateProductOrdersRequestProducts
func (*CreateProductOrdersRequestProducts) SetChargeType ¶
func (s *CreateProductOrdersRequestProducts) SetChargeType(v string) *CreateProductOrdersRequestProducts
func (*CreateProductOrdersRequestProducts) SetDuration ¶
func (s *CreateProductOrdersRequestProducts) SetDuration(v int64) *CreateProductOrdersRequestProducts
func (*CreateProductOrdersRequestProducts) SetInstanceProperties ¶
func (s *CreateProductOrdersRequestProducts) SetInstanceProperties(v []*CreateProductOrdersRequestProductsInstanceProperties) *CreateProductOrdersRequestProducts
func (*CreateProductOrdersRequestProducts) SetOrderType ¶
func (s *CreateProductOrdersRequestProducts) SetOrderType(v string) *CreateProductOrdersRequestProducts
func (*CreateProductOrdersRequestProducts) SetPricingCycle ¶
func (s *CreateProductOrdersRequestProducts) SetPricingCycle(v string) *CreateProductOrdersRequestProducts
func (*CreateProductOrdersRequestProducts) SetProductCode ¶
func (s *CreateProductOrdersRequestProducts) SetProductCode(v string) *CreateProductOrdersRequestProducts
func (CreateProductOrdersRequestProducts) String ¶
func (s CreateProductOrdersRequestProducts) String() string
type CreateProductOrdersRequestProductsInstanceProperties ¶
type CreateProductOrdersRequestProductsInstanceProperties struct { // example: // // commodity_type。 Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // oss。 Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (CreateProductOrdersRequestProductsInstanceProperties) GoString ¶
func (s CreateProductOrdersRequestProductsInstanceProperties) GoString() string
func (CreateProductOrdersRequestProductsInstanceProperties) String ¶
func (s CreateProductOrdersRequestProductsInstanceProperties) String() string
type CreateProductOrdersResponse ¶
type CreateProductOrdersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateProductOrdersResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateProductOrdersResponse) GoString ¶
func (s CreateProductOrdersResponse) GoString() string
func (*CreateProductOrdersResponse) SetBody ¶
func (s *CreateProductOrdersResponse) SetBody(v *CreateProductOrdersResponseBody) *CreateProductOrdersResponse
func (*CreateProductOrdersResponse) SetHeaders ¶
func (s *CreateProductOrdersResponse) SetHeaders(v map[string]*string) *CreateProductOrdersResponse
func (*CreateProductOrdersResponse) SetStatusCode ¶ added in v1.2.9
func (s *CreateProductOrdersResponse) SetStatusCode(v int32) *CreateProductOrdersResponse
func (CreateProductOrdersResponse) String ¶
func (s CreateProductOrdersResponse) String() string
type CreateProductOrdersResponseBody ¶
type CreateProductOrdersResponseBody struct { // example: // // 3ed6a882-0d85-4dd8-ad36-cd8d74ab9fdb BuyProductRequestId *string `json:"BuyProductRequestId,omitempty" xml:"BuyProductRequestId,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // 210292536260646 OrderId *string `json:"OrderId,omitempty" xml:"OrderId,omitempty"` // example: // // ksdjf-jksd-*****slkdjf RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateProductOrdersResponseBody) GoString ¶
func (s CreateProductOrdersResponseBody) GoString() string
func (*CreateProductOrdersResponseBody) SetBuyProductRequestId ¶
func (s *CreateProductOrdersResponseBody) SetBuyProductRequestId(v string) *CreateProductOrdersResponseBody
func (*CreateProductOrdersResponseBody) SetMessage ¶
func (s *CreateProductOrdersResponseBody) SetMessage(v string) *CreateProductOrdersResponseBody
func (*CreateProductOrdersResponseBody) SetOrderId ¶
func (s *CreateProductOrdersResponseBody) SetOrderId(v string) *CreateProductOrdersResponseBody
func (*CreateProductOrdersResponseBody) SetRequestId ¶
func (s *CreateProductOrdersResponseBody) SetRequestId(v string) *CreateProductOrdersResponseBody
func (CreateProductOrdersResponseBody) String ¶
func (s CreateProductOrdersResponseBody) String() string
type CreateWorkspaceRequest ¶
type CreateWorkspaceRequest struct { // This parameter is required. // // example: // // description Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // display name DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` // This parameter is required. EnvTypes []*string `json:"EnvTypes,omitempty" xml:"EnvTypes,omitempty" type:"Repeated"` // This parameter is required. // // example: // // workspace_example WorkspaceName *string `json:"WorkspaceName,omitempty" xml:"WorkspaceName,omitempty"` }
func (CreateWorkspaceRequest) GoString ¶
func (s CreateWorkspaceRequest) GoString() string
func (*CreateWorkspaceRequest) SetDescription ¶
func (s *CreateWorkspaceRequest) SetDescription(v string) *CreateWorkspaceRequest
func (*CreateWorkspaceRequest) SetDisplayName ¶
func (s *CreateWorkspaceRequest) SetDisplayName(v string) *CreateWorkspaceRequest
func (*CreateWorkspaceRequest) SetEnvTypes ¶
func (s *CreateWorkspaceRequest) SetEnvTypes(v []*string) *CreateWorkspaceRequest
func (*CreateWorkspaceRequest) SetWorkspaceName ¶
func (s *CreateWorkspaceRequest) SetWorkspaceName(v string) *CreateWorkspaceRequest
func (CreateWorkspaceRequest) String ¶
func (s CreateWorkspaceRequest) String() string
type CreateWorkspaceResourceRequest ¶
type CreateWorkspaceResourceRequest struct { // example: // // CreateAndAttach Option *string `json:"Option,omitempty" xml:"Option,omitempty"` // This parameter is required. Resources []*CreateWorkspaceResourceRequestResources `json:"Resources,omitempty" xml:"Resources,omitempty" type:"Repeated"` }
func (CreateWorkspaceResourceRequest) GoString ¶
func (s CreateWorkspaceResourceRequest) GoString() string
func (*CreateWorkspaceResourceRequest) SetOption ¶ added in v1.2.6
func (s *CreateWorkspaceResourceRequest) SetOption(v string) *CreateWorkspaceResourceRequest
func (*CreateWorkspaceResourceRequest) SetResources ¶
func (s *CreateWorkspaceResourceRequest) SetResources(v []*CreateWorkspaceResourceRequestResources) *CreateWorkspaceResourceRequest
func (CreateWorkspaceResourceRequest) String ¶
func (s CreateWorkspaceResourceRequest) String() string
type CreateWorkspaceResourceRequestResources ¶
type CreateWorkspaceResourceRequestResources struct { // This parameter is required. // // example: // // prod EnvType *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"` // example: // // groupName GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` // example: // // false IsDefault *bool `json:"IsDefault,omitempty" xml:"IsDefault,omitempty"` Labels []*CreateWorkspaceResourceRequestResourcesLabels `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // This parameter is required. // // example: // // ResourceName Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // MaxCompute ProductType *string `json:"ProductType,omitempty" xml:"ProductType,omitempty"` Quotas []*CreateWorkspaceResourceRequestResourcesQuotas `json:"Quotas,omitempty" xml:"Quotas,omitempty" type:"Repeated"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` Spec map[string]interface{} `json:"Spec,omitempty" xml:"Spec,omitempty"` // This parameter is required. // // example: // // 123 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (CreateWorkspaceResourceRequestResources) GoString ¶
func (s CreateWorkspaceResourceRequestResources) GoString() string
func (*CreateWorkspaceResourceRequestResources) SetEnvType ¶
func (s *CreateWorkspaceResourceRequestResources) SetEnvType(v string) *CreateWorkspaceResourceRequestResources
func (*CreateWorkspaceResourceRequestResources) SetGroupName ¶
func (s *CreateWorkspaceResourceRequestResources) SetGroupName(v string) *CreateWorkspaceResourceRequestResources
func (*CreateWorkspaceResourceRequestResources) SetIsDefault ¶
func (s *CreateWorkspaceResourceRequestResources) SetIsDefault(v bool) *CreateWorkspaceResourceRequestResources
func (*CreateWorkspaceResourceRequestResources) SetName ¶
func (s *CreateWorkspaceResourceRequestResources) SetName(v string) *CreateWorkspaceResourceRequestResources
func (*CreateWorkspaceResourceRequestResources) SetProductType ¶
func (s *CreateWorkspaceResourceRequestResources) SetProductType(v string) *CreateWorkspaceResourceRequestResources
func (*CreateWorkspaceResourceRequestResources) SetResourceType ¶ added in v1.2.10
func (s *CreateWorkspaceResourceRequestResources) SetResourceType(v string) *CreateWorkspaceResourceRequestResources
func (*CreateWorkspaceResourceRequestResources) SetSpec ¶
func (s *CreateWorkspaceResourceRequestResources) SetSpec(v map[string]interface{}) *CreateWorkspaceResourceRequestResources
func (*CreateWorkspaceResourceRequestResources) SetWorkspaceId ¶
func (s *CreateWorkspaceResourceRequestResources) SetWorkspaceId(v string) *CreateWorkspaceResourceRequestResources
func (CreateWorkspaceResourceRequestResources) String ¶
func (s CreateWorkspaceResourceRequestResources) String() string
type CreateWorkspaceResourceRequestResourcesLabels ¶ added in v1.3.3
type CreateWorkspaceResourceRequestResourcesLabels struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (CreateWorkspaceResourceRequestResourcesLabels) GoString ¶ added in v1.3.3
func (s CreateWorkspaceResourceRequestResourcesLabels) GoString() string
func (*CreateWorkspaceResourceRequestResourcesLabels) SetValue ¶ added in v1.3.3
func (s *CreateWorkspaceResourceRequestResourcesLabels) SetValue(v string) *CreateWorkspaceResourceRequestResourcesLabels
func (CreateWorkspaceResourceRequestResourcesLabels) String ¶ added in v1.3.3
func (s CreateWorkspaceResourceRequestResourcesLabels) String() string
type CreateWorkspaceResourceRequestResourcesQuotas ¶
type CreateWorkspaceResourceRequestResourcesQuotas struct { // This parameter is required. // // example: // // 232892******92912 Id *string `json:"Id,omitempty" xml:"Id,omitempty"` }
func (CreateWorkspaceResourceRequestResourcesQuotas) GoString ¶
func (s CreateWorkspaceResourceRequestResourcesQuotas) GoString() string
func (CreateWorkspaceResourceRequestResourcesQuotas) String ¶
func (s CreateWorkspaceResourceRequestResourcesQuotas) String() string
type CreateWorkspaceResourceResponse ¶
type CreateWorkspaceResourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateWorkspaceResourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateWorkspaceResourceResponse) GoString ¶
func (s CreateWorkspaceResourceResponse) GoString() string
func (*CreateWorkspaceResourceResponse) SetBody ¶
func (s *CreateWorkspaceResourceResponse) SetBody(v *CreateWorkspaceResourceResponseBody) *CreateWorkspaceResourceResponse
func (*CreateWorkspaceResourceResponse) SetHeaders ¶
func (s *CreateWorkspaceResourceResponse) SetHeaders(v map[string]*string) *CreateWorkspaceResourceResponse
func (*CreateWorkspaceResourceResponse) SetStatusCode ¶ added in v1.2.6
func (s *CreateWorkspaceResourceResponse) SetStatusCode(v int32) *CreateWorkspaceResourceResponse
func (CreateWorkspaceResourceResponse) String ¶
func (s CreateWorkspaceResourceResponse) String() string
type CreateWorkspaceResourceResponseBody ¶
type CreateWorkspaceResourceResponseBody struct { // example: // // 1e195c5116124202371861018d5bde RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Resources []*CreateWorkspaceResourceResponseBodyResources `json:"Resources,omitempty" xml:"Resources,omitempty" type:"Repeated"` // example: // // 1 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (CreateWorkspaceResourceResponseBody) GoString ¶
func (s CreateWorkspaceResourceResponseBody) GoString() string
func (*CreateWorkspaceResourceResponseBody) SetRequestId ¶
func (s *CreateWorkspaceResourceResponseBody) SetRequestId(v string) *CreateWorkspaceResourceResponseBody
func (*CreateWorkspaceResourceResponseBody) SetResources ¶
func (s *CreateWorkspaceResourceResponseBody) SetResources(v []*CreateWorkspaceResourceResponseBodyResources) *CreateWorkspaceResourceResponseBody
func (*CreateWorkspaceResourceResponseBody) SetTotalCount ¶
func (s *CreateWorkspaceResourceResponseBody) SetTotalCount(v int64) *CreateWorkspaceResourceResponseBody
func (CreateWorkspaceResourceResponseBody) String ¶
func (s CreateWorkspaceResourceResponseBody) String() string
type CreateWorkspaceResourceResponseBodyResources ¶
type CreateWorkspaceResourceResponseBodyResources struct { // example: // // 1234 Id *string `json:"Id,omitempty" xml:"Id,omitempty"` }
func (CreateWorkspaceResourceResponseBodyResources) GoString ¶
func (s CreateWorkspaceResourceResponseBodyResources) GoString() string
func (CreateWorkspaceResourceResponseBodyResources) String ¶
func (s CreateWorkspaceResourceResponseBodyResources) String() string
type CreateWorkspaceResponse ¶
type CreateWorkspaceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateWorkspaceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateWorkspaceResponse) GoString ¶
func (s CreateWorkspaceResponse) GoString() string
func (*CreateWorkspaceResponse) SetBody ¶
func (s *CreateWorkspaceResponse) SetBody(v *CreateWorkspaceResponseBody) *CreateWorkspaceResponse
func (*CreateWorkspaceResponse) SetHeaders ¶
func (s *CreateWorkspaceResponse) SetHeaders(v map[string]*string) *CreateWorkspaceResponse
func (*CreateWorkspaceResponse) SetStatusCode ¶ added in v1.2.6
func (s *CreateWorkspaceResponse) SetStatusCode(v int32) *CreateWorkspaceResponse
func (CreateWorkspaceResponse) String ¶
func (s CreateWorkspaceResponse) String() string
type CreateWorkspaceResponseBody ¶
type CreateWorkspaceResponseBody struct { // example: // // 1e195c5116124202371861018d5bde RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 1234 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (CreateWorkspaceResponseBody) GoString ¶
func (s CreateWorkspaceResponseBody) GoString() string
func (*CreateWorkspaceResponseBody) SetRequestId ¶
func (s *CreateWorkspaceResponseBody) SetRequestId(v string) *CreateWorkspaceResponseBody
func (*CreateWorkspaceResponseBody) SetWorkspaceId ¶
func (s *CreateWorkspaceResponseBody) SetWorkspaceId(v string) *CreateWorkspaceResponseBody
func (CreateWorkspaceResponseBody) String ¶
func (s CreateWorkspaceResponseBody) String() string
type Dataset ¶
type Dataset struct { // example: // // PRIVATE PUBLIC Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // OSS URL DataSourceType *string `json:"DataSourceType,omitempty" xml:"DataSourceType,omitempty"` // example: // // COMMON PIC TEXT VIDEO AUDIO DataType *string `json:"DataType,omitempty" xml:"DataType,omitempty"` // example: // // d-c0h44g3wlwkj8o4348 DatasetId *string `json:"DatasetId,omitempty" xml:"DatasetId,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // jsonstring Options *string `json:"Options,omitempty" xml:"Options,omitempty"` OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // FILE DIRECTORY TABULAR Property *string `json:"Property,omitempty" xml:"Property,omitempty"` // example: // // Ecs ProviderType *string `json:"ProviderType,omitempty" xml:"ProviderType,omitempty"` // example: // // Source Id SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` // example: // // USER ITAG PAI_PUBLIC_DATASET SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` // example: // // oss://xxx Uri *string `json:"Uri,omitempty" xml:"Uri,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // Workspace Id WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (*Dataset) SetAccessibility ¶
func (*Dataset) SetDataSourceType ¶
func (*Dataset) SetDataType ¶
func (*Dataset) SetDatasetId ¶
func (*Dataset) SetDescription ¶
func (*Dataset) SetGmtCreateTime ¶
func (*Dataset) SetGmtModifiedTime ¶
func (*Dataset) SetOptions ¶
func (*Dataset) SetOwnerId ¶
func (*Dataset) SetProperty ¶
func (*Dataset) SetProviderType ¶ added in v1.2.10
func (*Dataset) SetSourceId ¶
func (*Dataset) SetSourceType ¶
func (*Dataset) SetWorkspaceId ¶
type DatasetLabel ¶
type DatasetLabel struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (DatasetLabel) GoString ¶
func (s DatasetLabel) GoString() string
func (*DatasetLabel) SetKey ¶
func (s *DatasetLabel) SetKey(v string) *DatasetLabel
func (*DatasetLabel) SetValue ¶
func (s *DatasetLabel) SetValue(v string) *DatasetLabel
func (DatasetLabel) String ¶
func (s DatasetLabel) String() string
type DeleteCodeSourceResponse ¶
type DeleteCodeSourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteCodeSourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteCodeSourceResponse) GoString ¶
func (s DeleteCodeSourceResponse) GoString() string
func (*DeleteCodeSourceResponse) SetBody ¶
func (s *DeleteCodeSourceResponse) SetBody(v *DeleteCodeSourceResponseBody) *DeleteCodeSourceResponse
func (*DeleteCodeSourceResponse) SetHeaders ¶
func (s *DeleteCodeSourceResponse) SetHeaders(v map[string]*string) *DeleteCodeSourceResponse
func (*DeleteCodeSourceResponse) SetStatusCode ¶ added in v1.2.8
func (s *DeleteCodeSourceResponse) SetStatusCode(v int32) *DeleteCodeSourceResponse
func (DeleteCodeSourceResponse) String ¶
func (s DeleteCodeSourceResponse) String() string
type DeleteCodeSourceResponseBody ¶
type DeleteCodeSourceResponseBody struct { // example: // // code-20210111103721-85qz78ia96lu CodeSourceId *string `json:"CodeSourceId,omitempty" xml:"CodeSourceId,omitempty"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteCodeSourceResponseBody) GoString ¶
func (s DeleteCodeSourceResponseBody) GoString() string
func (*DeleteCodeSourceResponseBody) SetCodeSourceId ¶
func (s *DeleteCodeSourceResponseBody) SetCodeSourceId(v string) *DeleteCodeSourceResponseBody
func (*DeleteCodeSourceResponseBody) SetRequestId ¶
func (s *DeleteCodeSourceResponseBody) SetRequestId(v string) *DeleteCodeSourceResponseBody
func (DeleteCodeSourceResponseBody) String ¶
func (s DeleteCodeSourceResponseBody) String() string
type DeleteDatasetLabelsRequest ¶
type DeleteDatasetLabelsRequest struct { // example: // // key1,key2 LabelKeys *string `json:"LabelKeys,omitempty" xml:"LabelKeys,omitempty"` }
func (DeleteDatasetLabelsRequest) GoString ¶
func (s DeleteDatasetLabelsRequest) GoString() string
func (*DeleteDatasetLabelsRequest) SetLabelKeys ¶ added in v1.2.7
func (s *DeleteDatasetLabelsRequest) SetLabelKeys(v string) *DeleteDatasetLabelsRequest
func (DeleteDatasetLabelsRequest) String ¶
func (s DeleteDatasetLabelsRequest) String() string
type DeleteDatasetLabelsResponse ¶
type DeleteDatasetLabelsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteDatasetLabelsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteDatasetLabelsResponse) GoString ¶
func (s DeleteDatasetLabelsResponse) GoString() string
func (*DeleteDatasetLabelsResponse) SetBody ¶
func (s *DeleteDatasetLabelsResponse) SetBody(v *DeleteDatasetLabelsResponseBody) *DeleteDatasetLabelsResponse
func (*DeleteDatasetLabelsResponse) SetHeaders ¶
func (s *DeleteDatasetLabelsResponse) SetHeaders(v map[string]*string) *DeleteDatasetLabelsResponse
func (*DeleteDatasetLabelsResponse) SetStatusCode ¶ added in v1.2.7
func (s *DeleteDatasetLabelsResponse) SetStatusCode(v int32) *DeleteDatasetLabelsResponse
func (DeleteDatasetLabelsResponse) String ¶
func (s DeleteDatasetLabelsResponse) String() string
type DeleteDatasetLabelsResponseBody ¶
type DeleteDatasetLabelsResponseBody struct { // example: // // 64B50C1D-D4C2-560C-86A3-A6ED****16D RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteDatasetLabelsResponseBody) GoString ¶
func (s DeleteDatasetLabelsResponseBody) GoString() string
func (*DeleteDatasetLabelsResponseBody) SetRequestId ¶
func (s *DeleteDatasetLabelsResponseBody) SetRequestId(v string) *DeleteDatasetLabelsResponseBody
func (DeleteDatasetLabelsResponseBody) String ¶
func (s DeleteDatasetLabelsResponseBody) String() string
type DeleteDatasetResponse ¶
type DeleteDatasetResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteDatasetResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteDatasetResponse) GoString ¶
func (s DeleteDatasetResponse) GoString() string
func (*DeleteDatasetResponse) SetBody ¶
func (s *DeleteDatasetResponse) SetBody(v *DeleteDatasetResponseBody) *DeleteDatasetResponse
func (*DeleteDatasetResponse) SetHeaders ¶
func (s *DeleteDatasetResponse) SetHeaders(v map[string]*string) *DeleteDatasetResponse
func (*DeleteDatasetResponse) SetStatusCode ¶ added in v1.2.7
func (s *DeleteDatasetResponse) SetStatusCode(v int32) *DeleteDatasetResponse
func (DeleteDatasetResponse) String ¶
func (s DeleteDatasetResponse) String() string
type DeleteDatasetResponseBody ¶
type DeleteDatasetResponseBody struct { // example: // // A0F049F0-8D69-5BAC-8F10-B******A34C RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteDatasetResponseBody) GoString ¶
func (s DeleteDatasetResponseBody) GoString() string
func (*DeleteDatasetResponseBody) SetRequestId ¶
func (s *DeleteDatasetResponseBody) SetRequestId(v string) *DeleteDatasetResponseBody
func (DeleteDatasetResponseBody) String ¶
func (s DeleteDatasetResponseBody) String() string
type DeleteMembersRequest ¶
type DeleteMembersRequest struct { // This parameter is required. // // example: // // 145883-21513926******88039,145883-2769726******87513 MemberIds *string `json:"MemberIds,omitempty" xml:"MemberIds,omitempty"` }
func (DeleteMembersRequest) GoString ¶
func (s DeleteMembersRequest) GoString() string
func (*DeleteMembersRequest) SetMemberIds ¶
func (s *DeleteMembersRequest) SetMemberIds(v string) *DeleteMembersRequest
func (DeleteMembersRequest) String ¶
func (s DeleteMembersRequest) String() string
type DeleteMembersResponse ¶
type DeleteMembersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteMembersResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteMembersResponse) GoString ¶
func (s DeleteMembersResponse) GoString() string
func (*DeleteMembersResponse) SetBody ¶
func (s *DeleteMembersResponse) SetBody(v *DeleteMembersResponseBody) *DeleteMembersResponse
func (*DeleteMembersResponse) SetHeaders ¶
func (s *DeleteMembersResponse) SetHeaders(v map[string]*string) *DeleteMembersResponse
func (*DeleteMembersResponse) SetStatusCode ¶ added in v1.2.6
func (s *DeleteMembersResponse) SetStatusCode(v int32) *DeleteMembersResponse
func (DeleteMembersResponse) String ¶
func (s DeleteMembersResponse) String() string
type DeleteMembersResponseBody ¶
type DeleteMembersResponseBody struct { Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // D5BFFEE3-6025-443F-8A03-02D619B5C4B9 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteMembersResponseBody) GoString ¶
func (s DeleteMembersResponseBody) GoString() string
func (*DeleteMembersResponseBody) SetCode ¶ added in v1.3.2
func (s *DeleteMembersResponseBody) SetCode(v string) *DeleteMembersResponseBody
func (*DeleteMembersResponseBody) SetMessage ¶ added in v1.3.2
func (s *DeleteMembersResponseBody) SetMessage(v string) *DeleteMembersResponseBody
func (*DeleteMembersResponseBody) SetRequestId ¶
func (s *DeleteMembersResponseBody) SetRequestId(v string) *DeleteMembersResponseBody
func (DeleteMembersResponseBody) String ¶
func (s DeleteMembersResponseBody) String() string
type DeleteModelLabelsRequest ¶ added in v1.2.8
type DeleteModelLabelsRequest struct { // example: // // key1,key2 LabelKeys *string `json:"LabelKeys,omitempty" xml:"LabelKeys,omitempty"` }
func (DeleteModelLabelsRequest) GoString ¶ added in v1.2.8
func (s DeleteModelLabelsRequest) GoString() string
func (*DeleteModelLabelsRequest) SetLabelKeys ¶ added in v1.2.8
func (s *DeleteModelLabelsRequest) SetLabelKeys(v string) *DeleteModelLabelsRequest
func (DeleteModelLabelsRequest) String ¶ added in v1.2.8
func (s DeleteModelLabelsRequest) String() string
type DeleteModelLabelsResponse ¶ added in v1.2.8
type DeleteModelLabelsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteModelLabelsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteModelLabelsResponse) GoString ¶ added in v1.2.8
func (s DeleteModelLabelsResponse) GoString() string
func (*DeleteModelLabelsResponse) SetBody ¶ added in v1.2.8
func (s *DeleteModelLabelsResponse) SetBody(v *DeleteModelLabelsResponseBody) *DeleteModelLabelsResponse
func (*DeleteModelLabelsResponse) SetHeaders ¶ added in v1.2.8
func (s *DeleteModelLabelsResponse) SetHeaders(v map[string]*string) *DeleteModelLabelsResponse
func (*DeleteModelLabelsResponse) SetStatusCode ¶ added in v1.2.8
func (s *DeleteModelLabelsResponse) SetStatusCode(v int32) *DeleteModelLabelsResponse
func (DeleteModelLabelsResponse) String ¶ added in v1.2.8
func (s DeleteModelLabelsResponse) String() string
type DeleteModelLabelsResponseBody ¶ added in v1.2.8
type DeleteModelLabelsResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteModelLabelsResponseBody) GoString ¶ added in v1.2.8
func (s DeleteModelLabelsResponseBody) GoString() string
func (*DeleteModelLabelsResponseBody) SetRequestId ¶ added in v1.2.8
func (s *DeleteModelLabelsResponseBody) SetRequestId(v string) *DeleteModelLabelsResponseBody
func (DeleteModelLabelsResponseBody) String ¶ added in v1.2.8
func (s DeleteModelLabelsResponseBody) String() string
type DeleteModelResponse ¶ added in v1.2.8
type DeleteModelResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteModelResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteModelResponse) GoString ¶ added in v1.2.8
func (s DeleteModelResponse) GoString() string
func (*DeleteModelResponse) SetBody ¶ added in v1.2.8
func (s *DeleteModelResponse) SetBody(v *DeleteModelResponseBody) *DeleteModelResponse
func (*DeleteModelResponse) SetHeaders ¶ added in v1.2.8
func (s *DeleteModelResponse) SetHeaders(v map[string]*string) *DeleteModelResponse
func (*DeleteModelResponse) SetStatusCode ¶ added in v1.2.8
func (s *DeleteModelResponse) SetStatusCode(v int32) *DeleteModelResponse
func (DeleteModelResponse) String ¶ added in v1.2.8
func (s DeleteModelResponse) String() string
type DeleteModelResponseBody ¶ added in v1.2.8
type DeleteModelResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteModelResponseBody) GoString ¶ added in v1.2.8
func (s DeleteModelResponseBody) GoString() string
func (*DeleteModelResponseBody) SetRequestId ¶ added in v1.2.8
func (s *DeleteModelResponseBody) SetRequestId(v string) *DeleteModelResponseBody
func (DeleteModelResponseBody) String ¶ added in v1.2.8
func (s DeleteModelResponseBody) String() string
type DeleteModelVersionLabelsRequest ¶ added in v1.2.8
type DeleteModelVersionLabelsRequest struct { // example: // // key1,key2 LabelKeys *string `json:"LabelKeys,omitempty" xml:"LabelKeys,omitempty"` }
func (DeleteModelVersionLabelsRequest) GoString ¶ added in v1.2.8
func (s DeleteModelVersionLabelsRequest) GoString() string
func (*DeleteModelVersionLabelsRequest) SetLabelKeys ¶ added in v1.2.8
func (s *DeleteModelVersionLabelsRequest) SetLabelKeys(v string) *DeleteModelVersionLabelsRequest
func (DeleteModelVersionLabelsRequest) String ¶ added in v1.2.8
func (s DeleteModelVersionLabelsRequest) String() string
type DeleteModelVersionLabelsResponse ¶ added in v1.2.8
type DeleteModelVersionLabelsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteModelVersionLabelsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteModelVersionLabelsResponse) GoString ¶ added in v1.2.8
func (s DeleteModelVersionLabelsResponse) GoString() string
func (*DeleteModelVersionLabelsResponse) SetBody ¶ added in v1.2.8
func (s *DeleteModelVersionLabelsResponse) SetBody(v *DeleteModelVersionLabelsResponseBody) *DeleteModelVersionLabelsResponse
func (*DeleteModelVersionLabelsResponse) SetHeaders ¶ added in v1.2.8
func (s *DeleteModelVersionLabelsResponse) SetHeaders(v map[string]*string) *DeleteModelVersionLabelsResponse
func (*DeleteModelVersionLabelsResponse) SetStatusCode ¶ added in v1.2.8
func (s *DeleteModelVersionLabelsResponse) SetStatusCode(v int32) *DeleteModelVersionLabelsResponse
func (DeleteModelVersionLabelsResponse) String ¶ added in v1.2.8
func (s DeleteModelVersionLabelsResponse) String() string
type DeleteModelVersionLabelsResponseBody ¶ added in v1.2.8
type DeleteModelVersionLabelsResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteModelVersionLabelsResponseBody) GoString ¶ added in v1.2.8
func (s DeleteModelVersionLabelsResponseBody) GoString() string
func (*DeleteModelVersionLabelsResponseBody) SetRequestId ¶ added in v1.2.8
func (s *DeleteModelVersionLabelsResponseBody) SetRequestId(v string) *DeleteModelVersionLabelsResponseBody
func (DeleteModelVersionLabelsResponseBody) String ¶ added in v1.2.8
func (s DeleteModelVersionLabelsResponseBody) String() string
type DeleteModelVersionResponse ¶ added in v1.2.8
type DeleteModelVersionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteModelVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteModelVersionResponse) GoString ¶ added in v1.2.8
func (s DeleteModelVersionResponse) GoString() string
func (*DeleteModelVersionResponse) SetBody ¶ added in v1.2.8
func (s *DeleteModelVersionResponse) SetBody(v *DeleteModelVersionResponseBody) *DeleteModelVersionResponse
func (*DeleteModelVersionResponse) SetHeaders ¶ added in v1.2.8
func (s *DeleteModelVersionResponse) SetHeaders(v map[string]*string) *DeleteModelVersionResponse
func (*DeleteModelVersionResponse) SetStatusCode ¶ added in v1.2.8
func (s *DeleteModelVersionResponse) SetStatusCode(v int32) *DeleteModelVersionResponse
func (DeleteModelVersionResponse) String ¶ added in v1.2.8
func (s DeleteModelVersionResponse) String() string
type DeleteModelVersionResponseBody ¶ added in v1.2.8
type DeleteModelVersionResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteModelVersionResponseBody) GoString ¶ added in v1.2.8
func (s DeleteModelVersionResponseBody) GoString() string
func (*DeleteModelVersionResponseBody) SetRequestId ¶ added in v1.2.8
func (s *DeleteModelVersionResponseBody) SetRequestId(v string) *DeleteModelVersionResponseBody
func (DeleteModelVersionResponseBody) String ¶ added in v1.2.8
func (s DeleteModelVersionResponseBody) String() string
type DeleteWorkspaceResourceRequest ¶
type DeleteWorkspaceResourceRequest struct { // example: // // group GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` Labels *string `json:"Labels,omitempty" xml:"Labels,omitempty"` // example: // // DetachAndDelete Option *string `json:"Option,omitempty" xml:"Option,omitempty"` // example: // // DLC ProductType *string `json:"ProductType,omitempty" xml:"ProductType,omitempty"` ResourceIds *string `json:"ResourceIds,omitempty" xml:"ResourceIds,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (DeleteWorkspaceResourceRequest) GoString ¶
func (s DeleteWorkspaceResourceRequest) GoString() string
func (*DeleteWorkspaceResourceRequest) SetGroupName ¶ added in v1.2.6
func (s *DeleteWorkspaceResourceRequest) SetGroupName(v string) *DeleteWorkspaceResourceRequest
func (*DeleteWorkspaceResourceRequest) SetLabels ¶ added in v1.3.3
func (s *DeleteWorkspaceResourceRequest) SetLabels(v string) *DeleteWorkspaceResourceRequest
func (*DeleteWorkspaceResourceRequest) SetOption ¶ added in v1.2.6
func (s *DeleteWorkspaceResourceRequest) SetOption(v string) *DeleteWorkspaceResourceRequest
func (*DeleteWorkspaceResourceRequest) SetProductType ¶
func (s *DeleteWorkspaceResourceRequest) SetProductType(v string) *DeleteWorkspaceResourceRequest
func (*DeleteWorkspaceResourceRequest) SetResourceIds ¶ added in v1.3.3
func (s *DeleteWorkspaceResourceRequest) SetResourceIds(v string) *DeleteWorkspaceResourceRequest
func (*DeleteWorkspaceResourceRequest) SetResourceType ¶ added in v1.2.10
func (s *DeleteWorkspaceResourceRequest) SetResourceType(v string) *DeleteWorkspaceResourceRequest
func (DeleteWorkspaceResourceRequest) String ¶
func (s DeleteWorkspaceResourceRequest) String() string
type DeleteWorkspaceResourceResponse ¶
type DeleteWorkspaceResourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteWorkspaceResourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteWorkspaceResourceResponse) GoString ¶
func (s DeleteWorkspaceResourceResponse) GoString() string
func (*DeleteWorkspaceResourceResponse) SetBody ¶
func (s *DeleteWorkspaceResourceResponse) SetBody(v *DeleteWorkspaceResourceResponseBody) *DeleteWorkspaceResourceResponse
func (*DeleteWorkspaceResourceResponse) SetHeaders ¶
func (s *DeleteWorkspaceResourceResponse) SetHeaders(v map[string]*string) *DeleteWorkspaceResourceResponse
func (*DeleteWorkspaceResourceResponse) SetStatusCode ¶ added in v1.2.6
func (s *DeleteWorkspaceResourceResponse) SetStatusCode(v int32) *DeleteWorkspaceResourceResponse
func (DeleteWorkspaceResourceResponse) String ¶
func (s DeleteWorkspaceResourceResponse) String() string
type DeleteWorkspaceResourceResponseBody ¶
type DeleteWorkspaceResourceResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceIds []*string `json:"ResourceIds,omitempty" xml:"ResourceIds,omitempty" type:"Repeated"` }
func (DeleteWorkspaceResourceResponseBody) GoString ¶
func (s DeleteWorkspaceResourceResponseBody) GoString() string
func (*DeleteWorkspaceResourceResponseBody) SetRequestId ¶
func (s *DeleteWorkspaceResourceResponseBody) SetRequestId(v string) *DeleteWorkspaceResourceResponseBody
func (*DeleteWorkspaceResourceResponseBody) SetResourceIds ¶ added in v1.3.4
func (s *DeleteWorkspaceResourceResponseBody) SetResourceIds(v []*string) *DeleteWorkspaceResourceResponseBody
func (DeleteWorkspaceResourceResponseBody) String ¶
func (s DeleteWorkspaceResourceResponseBody) String() string
type DeleteWorkspaceResponse ¶
type DeleteWorkspaceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteWorkspaceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteWorkspaceResponse) GoString ¶
func (s DeleteWorkspaceResponse) GoString() string
func (*DeleteWorkspaceResponse) SetBody ¶
func (s *DeleteWorkspaceResponse) SetBody(v *DeleteWorkspaceResponseBody) *DeleteWorkspaceResponse
func (*DeleteWorkspaceResponse) SetHeaders ¶
func (s *DeleteWorkspaceResponse) SetHeaders(v map[string]*string) *DeleteWorkspaceResponse
func (*DeleteWorkspaceResponse) SetStatusCode ¶ added in v1.2.6
func (s *DeleteWorkspaceResponse) SetStatusCode(v int32) *DeleteWorkspaceResponse
func (DeleteWorkspaceResponse) String ¶
func (s DeleteWorkspaceResponse) String() string
type DeleteWorkspaceResponseBody ¶
type DeleteWorkspaceResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteWorkspaceResponseBody) GoString ¶
func (s DeleteWorkspaceResponseBody) GoString() string
func (*DeleteWorkspaceResponseBody) SetRequestId ¶
func (s *DeleteWorkspaceResponseBody) SetRequestId(v string) *DeleteWorkspaceResponseBody
func (DeleteWorkspaceResponseBody) String ¶
func (s DeleteWorkspaceResponseBody) String() string
type Experiment ¶ added in v1.3.5
type Experiment struct { ArtifactUri *string `json:"ArtifactUri,omitempty" xml:"ArtifactUri,omitempty"` ExperimentId *string `json:"ExperimentId,omitempty" xml:"ExperimentId,omitempty"` GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Labels []map[string]interface{} `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` TensorboardLogUri *string `json:"TensorboardLogUri,omitempty" xml:"TensorboardLogUri,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (Experiment) GoString ¶ added in v1.3.5
func (s Experiment) GoString() string
func (*Experiment) SetArtifactUri ¶ added in v1.3.5
func (s *Experiment) SetArtifactUri(v string) *Experiment
func (*Experiment) SetExperimentId ¶ added in v1.3.5
func (s *Experiment) SetExperimentId(v string) *Experiment
func (*Experiment) SetGmtCreateTime ¶ added in v1.3.5
func (s *Experiment) SetGmtCreateTime(v string) *Experiment
func (*Experiment) SetGmtModifiedTime ¶ added in v1.3.5
func (s *Experiment) SetGmtModifiedTime(v string) *Experiment
func (*Experiment) SetLabels ¶ added in v1.3.5
func (s *Experiment) SetLabels(v []map[string]interface{}) *Experiment
func (*Experiment) SetName ¶ added in v1.3.5
func (s *Experiment) SetName(v string) *Experiment
func (*Experiment) SetOwnerId ¶ added in v1.3.5
func (s *Experiment) SetOwnerId(v string) *Experiment
func (*Experiment) SetTensorboardLogUri ¶ added in v1.3.5
func (s *Experiment) SetTensorboardLogUri(v string) *Experiment
func (*Experiment) SetUserId ¶ added in v1.3.5
func (s *Experiment) SetUserId(v string) *Experiment
func (*Experiment) SetWorkspaceId ¶ added in v1.3.5
func (s *Experiment) SetWorkspaceId(v string) *Experiment
func (Experiment) String ¶ added in v1.3.5
func (s Experiment) String() string
type ExperimentLabel ¶ added in v1.3.5
type ExperimentLabel struct { // example: // // exp-890waerw09a0f ExperimentId *string `json:"ExperimentId,omitempty" xml:"ExperimentId,omitempty"` // example: // // 2023-12-27T03:30:04Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2023-12-27T03:30:04Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // key Key *string `json:"Key,omitempty" xml:"Key,omitempty"` // example: // // value Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (ExperimentLabel) GoString ¶ added in v1.3.5
func (s ExperimentLabel) GoString() string
func (*ExperimentLabel) SetExperimentId ¶ added in v1.3.5
func (s *ExperimentLabel) SetExperimentId(v string) *ExperimentLabel
func (*ExperimentLabel) SetGmtCreateTime ¶ added in v1.3.5
func (s *ExperimentLabel) SetGmtCreateTime(v string) *ExperimentLabel
func (*ExperimentLabel) SetGmtModifiedTime ¶ added in v1.3.5
func (s *ExperimentLabel) SetGmtModifiedTime(v string) *ExperimentLabel
func (*ExperimentLabel) SetKey ¶ added in v1.3.5
func (s *ExperimentLabel) SetKey(v string) *ExperimentLabel
func (*ExperimentLabel) SetValue ¶ added in v1.3.5
func (s *ExperimentLabel) SetValue(v string) *ExperimentLabel
func (ExperimentLabel) String ¶ added in v1.3.5
func (s ExperimentLabel) String() string
type GetCodeSourceResponse ¶
type GetCodeSourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetCodeSourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetCodeSourceResponse) GoString ¶
func (s GetCodeSourceResponse) GoString() string
func (*GetCodeSourceResponse) SetBody ¶
func (s *GetCodeSourceResponse) SetBody(v *GetCodeSourceResponseBody) *GetCodeSourceResponse
func (*GetCodeSourceResponse) SetHeaders ¶
func (s *GetCodeSourceResponse) SetHeaders(v map[string]*string) *GetCodeSourceResponse
func (*GetCodeSourceResponse) SetStatusCode ¶ added in v1.2.8
func (s *GetCodeSourceResponse) SetStatusCode(v int32) *GetCodeSourceResponse
func (GetCodeSourceResponse) String ¶
func (s GetCodeSourceResponse) String() string
type GetCodeSourceResponseBody ¶
type GetCodeSourceResponseBody struct { // example: // // PRIVATE Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // master CodeBranch *string `json:"CodeBranch,omitempty" xml:"CodeBranch,omitempty"` // example: // // 44da10*********** CodeCommit *string `json:"CodeCommit,omitempty" xml:"CodeCommit,omitempty"` // example: // // https://code.aliyun.com/pai-dlc/examples.git CodeRepo *string `json:"CodeRepo,omitempty" xml:"CodeRepo,omitempty"` // example: // // xxxx CodeRepoAccessToken *string `json:"CodeRepoAccessToken,omitempty" xml:"CodeRepoAccessToken,omitempty"` // example: // // user1 CodeRepoUserName *string `json:"CodeRepoUserName,omitempty" xml:"CodeRepoUserName,omitempty"` // example: // // code-202********** CodeSourceId *string `json:"CodeSourceId,omitempty" xml:"CodeSourceId,omitempty"` // example: // // This is my data source 1. Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // MyCodeSource1 DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` // example: // // 2021-01-12T23:36:01.123Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-12T23:36:01.123Z GmtModifyTime *string `json:"GmtModifyTime,omitempty" xml:"GmtModifyTime,omitempty"` // example: // // /root/code MountPath *string `json:"MountPath,omitempty" xml:"MountPath,omitempty"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 1722******** UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // 1234 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (GetCodeSourceResponseBody) GoString ¶
func (s GetCodeSourceResponseBody) GoString() string
func (*GetCodeSourceResponseBody) SetAccessibility ¶
func (s *GetCodeSourceResponseBody) SetAccessibility(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetCodeBranch ¶
func (s *GetCodeSourceResponseBody) SetCodeBranch(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetCodeCommit ¶
func (s *GetCodeSourceResponseBody) SetCodeCommit(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetCodeRepo ¶
func (s *GetCodeSourceResponseBody) SetCodeRepo(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetCodeRepoAccessToken ¶
func (s *GetCodeSourceResponseBody) SetCodeRepoAccessToken(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetCodeRepoUserName ¶
func (s *GetCodeSourceResponseBody) SetCodeRepoUserName(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetCodeSourceId ¶
func (s *GetCodeSourceResponseBody) SetCodeSourceId(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetDescription ¶
func (s *GetCodeSourceResponseBody) SetDescription(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetDisplayName ¶
func (s *GetCodeSourceResponseBody) SetDisplayName(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetGmtCreateTime ¶
func (s *GetCodeSourceResponseBody) SetGmtCreateTime(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetGmtModifyTime ¶
func (s *GetCodeSourceResponseBody) SetGmtModifyTime(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetMountPath ¶
func (s *GetCodeSourceResponseBody) SetMountPath(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetRequestId ¶
func (s *GetCodeSourceResponseBody) SetRequestId(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetUserId ¶
func (s *GetCodeSourceResponseBody) SetUserId(v string) *GetCodeSourceResponseBody
func (*GetCodeSourceResponseBody) SetWorkspaceId ¶
func (s *GetCodeSourceResponseBody) SetWorkspaceId(v string) *GetCodeSourceResponseBody
func (GetCodeSourceResponseBody) String ¶
func (s GetCodeSourceResponseBody) String() string
type GetDatasetResponse ¶
type GetDatasetResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetDatasetResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetDatasetResponse) GoString ¶
func (s GetDatasetResponse) GoString() string
func (*GetDatasetResponse) SetBody ¶
func (s *GetDatasetResponse) SetBody(v *GetDatasetResponseBody) *GetDatasetResponse
func (*GetDatasetResponse) SetHeaders ¶
func (s *GetDatasetResponse) SetHeaders(v map[string]*string) *GetDatasetResponse
func (*GetDatasetResponse) SetStatusCode ¶ added in v1.2.7
func (s *GetDatasetResponse) SetStatusCode(v int32) *GetDatasetResponse
func (GetDatasetResponse) String ¶
func (s GetDatasetResponse) String() string
type GetDatasetResponseBody ¶
type GetDatasetResponseBody struct { // example: // // PRIVATE Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // NAS DataSourceType *string `json:"DataSourceType,omitempty" xml:"DataSourceType,omitempty"` // example: // // COMMON DataType *string `json:"DataType,omitempty" xml:"DataType,omitempty"` // example: // // d-rbvg5wz****c9ks92 DatasetId *string `json:"DatasetId,omitempty" xml:"DatasetId,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // 2021-01-30T12:51:33.028Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-30T12:51:33.028Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // example: // // myName Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // { // // "mountPath": "/mnt/data/" // // } Options *string `json:"Options,omitempty" xml:"Options,omitempty"` // example: // // 1631044****3440 OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // DIRECTORY Property *string `json:"Property,omitempty" xml:"Property,omitempty"` Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` ProviderType *string `json:"ProviderType,omitempty" xml:"ProviderType,omitempty"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // jdnhf***fnrimv SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` // example: // // USER SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` // example: // // nas://09f****f2.cn-hangzhou/ Uri *string `json:"Uri,omitempty" xml:"Uri,omitempty"` // example: // // 2485765****023475 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // 478** WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (GetDatasetResponseBody) GoString ¶
func (s GetDatasetResponseBody) GoString() string
func (*GetDatasetResponseBody) SetAccessibility ¶
func (s *GetDatasetResponseBody) SetAccessibility(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetDataSourceType ¶
func (s *GetDatasetResponseBody) SetDataSourceType(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetDataType ¶
func (s *GetDatasetResponseBody) SetDataType(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetDatasetId ¶
func (s *GetDatasetResponseBody) SetDatasetId(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetDescription ¶
func (s *GetDatasetResponseBody) SetDescription(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetGmtCreateTime ¶
func (s *GetDatasetResponseBody) SetGmtCreateTime(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetGmtModifiedTime ¶
func (s *GetDatasetResponseBody) SetGmtModifiedTime(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetLabels ¶
func (s *GetDatasetResponseBody) SetLabels(v []*Label) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetName ¶
func (s *GetDatasetResponseBody) SetName(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetOptions ¶
func (s *GetDatasetResponseBody) SetOptions(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetOwnerId ¶
func (s *GetDatasetResponseBody) SetOwnerId(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetProperty ¶
func (s *GetDatasetResponseBody) SetProperty(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetProvider ¶ added in v1.3.9
func (s *GetDatasetResponseBody) SetProvider(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetProviderType ¶ added in v1.2.10
func (s *GetDatasetResponseBody) SetProviderType(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetRequestId ¶
func (s *GetDatasetResponseBody) SetRequestId(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetSourceId ¶
func (s *GetDatasetResponseBody) SetSourceId(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetSourceType ¶
func (s *GetDatasetResponseBody) SetSourceType(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetUri ¶
func (s *GetDatasetResponseBody) SetUri(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetUserId ¶
func (s *GetDatasetResponseBody) SetUserId(v string) *GetDatasetResponseBody
func (*GetDatasetResponseBody) SetWorkspaceId ¶
func (s *GetDatasetResponseBody) SetWorkspaceId(v string) *GetDatasetResponseBody
func (GetDatasetResponseBody) String ¶
func (s GetDatasetResponseBody) String() string
type GetDefaultWorkspaceRequest ¶
type GetDefaultWorkspaceRequest struct { // example: // // false Verbose *bool `json:"Verbose,omitempty" xml:"Verbose,omitempty"` }
func (GetDefaultWorkspaceRequest) GoString ¶
func (s GetDefaultWorkspaceRequest) GoString() string
func (*GetDefaultWorkspaceRequest) SetVerbose ¶
func (s *GetDefaultWorkspaceRequest) SetVerbose(v bool) *GetDefaultWorkspaceRequest
func (GetDefaultWorkspaceRequest) String ¶
func (s GetDefaultWorkspaceRequest) String() string
type GetDefaultWorkspaceResponse ¶
type GetDefaultWorkspaceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetDefaultWorkspaceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetDefaultWorkspaceResponse) GoString ¶
func (s GetDefaultWorkspaceResponse) GoString() string
func (*GetDefaultWorkspaceResponse) SetBody ¶
func (s *GetDefaultWorkspaceResponse) SetBody(v *GetDefaultWorkspaceResponseBody) *GetDefaultWorkspaceResponse
func (*GetDefaultWorkspaceResponse) SetHeaders ¶
func (s *GetDefaultWorkspaceResponse) SetHeaders(v map[string]*string) *GetDefaultWorkspaceResponse
func (*GetDefaultWorkspaceResponse) SetStatusCode ¶ added in v1.2.6
func (s *GetDefaultWorkspaceResponse) SetStatusCode(v int32) *GetDefaultWorkspaceResponse
func (GetDefaultWorkspaceResponse) String ¶
func (s GetDefaultWorkspaceResponse) String() string
type GetDefaultWorkspaceResponseBody ¶
type GetDefaultWorkspaceResponseBody struct { Conditions []*GetDefaultWorkspaceResponseBodyConditions `json:"Conditions,omitempty" xml:"Conditions,omitempty" type:"Repeated"` // example: // // 17915******4216 Creator *string `json:"Creator,omitempty" xml:"Creator,omitempty"` // example: // // workspace description example Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // workspace-example DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` EnvTypes []*string `json:"EnvTypes,omitempty" xml:"EnvTypes,omitempty" type:"Repeated"` // example: // // 2021-01-21T17:12:35.232Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-21T17:12:35.232Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Owner *GetDefaultWorkspaceResponseBodyOwner `json:"Owner,omitempty" xml:"Owner,omitempty" type:"Struct"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // ENABLED Status *string `json:"Status,omitempty" xml:"Status,omitempty"` // example: // // 1234 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` // example: // // workspace-example WorkspaceName *string `json:"WorkspaceName,omitempty" xml:"WorkspaceName,omitempty"` }
func (GetDefaultWorkspaceResponseBody) GoString ¶
func (s GetDefaultWorkspaceResponseBody) GoString() string
func (*GetDefaultWorkspaceResponseBody) SetConditions ¶
func (s *GetDefaultWorkspaceResponseBody) SetConditions(v []*GetDefaultWorkspaceResponseBodyConditions) *GetDefaultWorkspaceResponseBody
func (*GetDefaultWorkspaceResponseBody) SetCreator ¶
func (s *GetDefaultWorkspaceResponseBody) SetCreator(v string) *GetDefaultWorkspaceResponseBody
func (*GetDefaultWorkspaceResponseBody) SetDescription ¶
func (s *GetDefaultWorkspaceResponseBody) SetDescription(v string) *GetDefaultWorkspaceResponseBody
func (*GetDefaultWorkspaceResponseBody) SetDisplayName ¶
func (s *GetDefaultWorkspaceResponseBody) SetDisplayName(v string) *GetDefaultWorkspaceResponseBody
func (*GetDefaultWorkspaceResponseBody) SetEnvTypes ¶
func (s *GetDefaultWorkspaceResponseBody) SetEnvTypes(v []*string) *GetDefaultWorkspaceResponseBody
func (*GetDefaultWorkspaceResponseBody) SetGmtCreateTime ¶
func (s *GetDefaultWorkspaceResponseBody) SetGmtCreateTime(v string) *GetDefaultWorkspaceResponseBody
func (*GetDefaultWorkspaceResponseBody) SetGmtModifiedTime ¶
func (s *GetDefaultWorkspaceResponseBody) SetGmtModifiedTime(v string) *GetDefaultWorkspaceResponseBody
func (*GetDefaultWorkspaceResponseBody) SetOwner ¶
func (s *GetDefaultWorkspaceResponseBody) SetOwner(v *GetDefaultWorkspaceResponseBodyOwner) *GetDefaultWorkspaceResponseBody
func (*GetDefaultWorkspaceResponseBody) SetRequestId ¶
func (s *GetDefaultWorkspaceResponseBody) SetRequestId(v string) *GetDefaultWorkspaceResponseBody
func (*GetDefaultWorkspaceResponseBody) SetStatus ¶
func (s *GetDefaultWorkspaceResponseBody) SetStatus(v string) *GetDefaultWorkspaceResponseBody
func (*GetDefaultWorkspaceResponseBody) SetWorkspaceId ¶
func (s *GetDefaultWorkspaceResponseBody) SetWorkspaceId(v string) *GetDefaultWorkspaceResponseBody
func (*GetDefaultWorkspaceResponseBody) SetWorkspaceName ¶
func (s *GetDefaultWorkspaceResponseBody) SetWorkspaceName(v string) *GetDefaultWorkspaceResponseBody
func (GetDefaultWorkspaceResponseBody) String ¶
func (s GetDefaultWorkspaceResponseBody) String() string
type GetDefaultWorkspaceResponseBodyConditions ¶
type GetDefaultWorkspaceResponseBodyConditions struct { // example: // // 200 Code *int64 `json:"Code,omitempty" xml:"Code,omitempty"` // example: // // Create Failed Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // CREATING Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (GetDefaultWorkspaceResponseBodyConditions) GoString ¶
func (s GetDefaultWorkspaceResponseBodyConditions) GoString() string
func (*GetDefaultWorkspaceResponseBodyConditions) SetCode ¶
func (s *GetDefaultWorkspaceResponseBodyConditions) SetCode(v int64) *GetDefaultWorkspaceResponseBodyConditions
func (*GetDefaultWorkspaceResponseBodyConditions) SetMessage ¶
func (s *GetDefaultWorkspaceResponseBodyConditions) SetMessage(v string) *GetDefaultWorkspaceResponseBodyConditions
func (*GetDefaultWorkspaceResponseBodyConditions) SetType ¶
func (s *GetDefaultWorkspaceResponseBodyConditions) SetType(v string) *GetDefaultWorkspaceResponseBodyConditions
func (GetDefaultWorkspaceResponseBodyConditions) String ¶
func (s GetDefaultWorkspaceResponseBodyConditions) String() string
type GetDefaultWorkspaceResponseBodyOwner ¶
type GetDefaultWorkspaceResponseBodyOwner struct { // example: // // 17915******4216 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // 17915******4216 UserKp *string `json:"UserKp,omitempty" xml:"UserKp,omitempty"` // example: // // username UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"` }
func (GetDefaultWorkspaceResponseBodyOwner) GoString ¶
func (s GetDefaultWorkspaceResponseBodyOwner) GoString() string
func (*GetDefaultWorkspaceResponseBodyOwner) SetUserId ¶
func (s *GetDefaultWorkspaceResponseBodyOwner) SetUserId(v string) *GetDefaultWorkspaceResponseBodyOwner
func (*GetDefaultWorkspaceResponseBodyOwner) SetUserKp ¶
func (s *GetDefaultWorkspaceResponseBodyOwner) SetUserKp(v string) *GetDefaultWorkspaceResponseBodyOwner
func (*GetDefaultWorkspaceResponseBodyOwner) SetUserName ¶
func (s *GetDefaultWorkspaceResponseBodyOwner) SetUserName(v string) *GetDefaultWorkspaceResponseBodyOwner
func (GetDefaultWorkspaceResponseBodyOwner) String ¶
func (s GetDefaultWorkspaceResponseBodyOwner) String() string
type GetImageRequest ¶
type GetImageRequest struct { // example: // // false Verbose *bool `json:"Verbose,omitempty" xml:"Verbose,omitempty"` }
func (GetImageRequest) GoString ¶
func (s GetImageRequest) GoString() string
func (*GetImageRequest) SetVerbose ¶
func (s *GetImageRequest) SetVerbose(v bool) *GetImageRequest
func (GetImageRequest) String ¶
func (s GetImageRequest) String() string
type GetImageResponse ¶
type GetImageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetImageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetImageResponse) GoString ¶
func (s GetImageResponse) GoString() string
func (*GetImageResponse) SetBody ¶
func (s *GetImageResponse) SetBody(v *GetImageResponseBody) *GetImageResponse
func (*GetImageResponse) SetHeaders ¶
func (s *GetImageResponse) SetHeaders(v map[string]*string) *GetImageResponse
func (*GetImageResponse) SetStatusCode ¶ added in v1.2.6
func (s *GetImageResponse) SetStatusCode(v int32) *GetImageResponse
func (GetImageResponse) String ¶
func (s GetImageResponse) String() string
type GetImageResponseBody ¶
type GetImageResponseBody struct { // example: // // PUBLIC Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // 2021-01-21T17:12:35.232Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-21T17:12:35.232Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // registry.cn-hangzhou.aliyuncs.******ession/nlp:gpu ImageUri *string `json:"ImageUri,omitempty" xml:"ImageUri,omitempty"` Labels []*GetImageResponseBodyLabels `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // example: // // nlp-compression Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 15577******8921 ParentUserId *string `json:"ParentUserId,omitempty" xml:"ParentUserId,omitempty"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Size *int32 `json:"Size,omitempty" xml:"Size,omitempty"` // example: // // 15577******8921 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // 15945 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (GetImageResponseBody) GoString ¶
func (s GetImageResponseBody) GoString() string
func (*GetImageResponseBody) SetAccessibility ¶
func (s *GetImageResponseBody) SetAccessibility(v string) *GetImageResponseBody
func (*GetImageResponseBody) SetDescription ¶
func (s *GetImageResponseBody) SetDescription(v string) *GetImageResponseBody
func (*GetImageResponseBody) SetGmtCreateTime ¶
func (s *GetImageResponseBody) SetGmtCreateTime(v string) *GetImageResponseBody
func (*GetImageResponseBody) SetGmtModifiedTime ¶
func (s *GetImageResponseBody) SetGmtModifiedTime(v string) *GetImageResponseBody
func (*GetImageResponseBody) SetImageUri ¶
func (s *GetImageResponseBody) SetImageUri(v string) *GetImageResponseBody
func (*GetImageResponseBody) SetLabels ¶
func (s *GetImageResponseBody) SetLabels(v []*GetImageResponseBodyLabels) *GetImageResponseBody
func (*GetImageResponseBody) SetName ¶
func (s *GetImageResponseBody) SetName(v string) *GetImageResponseBody
func (*GetImageResponseBody) SetParentUserId ¶ added in v1.2.6
func (s *GetImageResponseBody) SetParentUserId(v string) *GetImageResponseBody
func (*GetImageResponseBody) SetRequestId ¶
func (s *GetImageResponseBody) SetRequestId(v string) *GetImageResponseBody
func (*GetImageResponseBody) SetSize ¶ added in v1.3.0
func (s *GetImageResponseBody) SetSize(v int32) *GetImageResponseBody
func (*GetImageResponseBody) SetUserId ¶ added in v1.2.6
func (s *GetImageResponseBody) SetUserId(v string) *GetImageResponseBody
func (*GetImageResponseBody) SetWorkspaceId ¶
func (s *GetImageResponseBody) SetWorkspaceId(v string) *GetImageResponseBody
func (GetImageResponseBody) String ¶
func (s GetImageResponseBody) String() string
type GetImageResponseBodyLabels ¶
type GetImageResponseBodyLabels struct { // example: // // system.chipType Key *string `json:"Key,omitempty" xml:"Key,omitempty"` // example: // // GPU Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (GetImageResponseBodyLabels) GoString ¶
func (s GetImageResponseBodyLabels) GoString() string
func (*GetImageResponseBodyLabels) SetKey ¶
func (s *GetImageResponseBodyLabels) SetKey(v string) *GetImageResponseBodyLabels
func (*GetImageResponseBodyLabels) SetValue ¶
func (s *GetImageResponseBodyLabels) SetValue(v string) *GetImageResponseBodyLabels
func (GetImageResponseBodyLabels) String ¶
func (s GetImageResponseBodyLabels) String() string
type GetMemberRequest ¶
type GetMemberRequest struct { MemberId *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"` // example: // // 21513926******88039 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (GetMemberRequest) GoString ¶
func (s GetMemberRequest) GoString() string
func (*GetMemberRequest) SetMemberId ¶ added in v1.3.1
func (s *GetMemberRequest) SetMemberId(v string) *GetMemberRequest
func (*GetMemberRequest) SetUserId ¶
func (s *GetMemberRequest) SetUserId(v string) *GetMemberRequest
func (GetMemberRequest) String ¶
func (s GetMemberRequest) String() string
type GetMemberResponse ¶
type GetMemberResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetMemberResponse) GoString ¶
func (s GetMemberResponse) GoString() string
func (*GetMemberResponse) SetBody ¶
func (s *GetMemberResponse) SetBody(v *GetMemberResponseBody) *GetMemberResponse
func (*GetMemberResponse) SetHeaders ¶
func (s *GetMemberResponse) SetHeaders(v map[string]*string) *GetMemberResponse
func (*GetMemberResponse) SetStatusCode ¶ added in v1.2.6
func (s *GetMemberResponse) SetStatusCode(v int32) *GetMemberResponse
func (GetMemberResponse) String ¶
func (s GetMemberResponse) String() string
type GetMemberResponseBody ¶
type GetMemberResponseBody struct { // example: // // myDisplayName DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` // example: // // 2021-01-21T17:12:35.232Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 145883-21513926******88039 MemberId *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"` // example: // // user1 MemberName *string `json:"MemberName,omitempty" xml:"MemberName,omitempty"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Roles []*string `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Repeated"` // example: // // 21513926******88039 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (GetMemberResponseBody) GoString ¶
func (s GetMemberResponseBody) GoString() string
func (*GetMemberResponseBody) SetDisplayName ¶
func (s *GetMemberResponseBody) SetDisplayName(v string) *GetMemberResponseBody
func (*GetMemberResponseBody) SetGmtCreateTime ¶
func (s *GetMemberResponseBody) SetGmtCreateTime(v string) *GetMemberResponseBody
func (*GetMemberResponseBody) SetMemberId ¶
func (s *GetMemberResponseBody) SetMemberId(v string) *GetMemberResponseBody
func (*GetMemberResponseBody) SetMemberName ¶ added in v1.2.6
func (s *GetMemberResponseBody) SetMemberName(v string) *GetMemberResponseBody
func (*GetMemberResponseBody) SetRequestId ¶
func (s *GetMemberResponseBody) SetRequestId(v string) *GetMemberResponseBody
func (*GetMemberResponseBody) SetRoles ¶
func (s *GetMemberResponseBody) SetRoles(v []*string) *GetMemberResponseBody
func (*GetMemberResponseBody) SetUserId ¶
func (s *GetMemberResponseBody) SetUserId(v string) *GetMemberResponseBody
func (GetMemberResponseBody) String ¶
func (s GetMemberResponseBody) String() string
type GetModelResponse ¶ added in v1.2.8
type GetModelResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetModelResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetModelResponse) GoString ¶ added in v1.2.8
func (s GetModelResponse) GoString() string
func (*GetModelResponse) SetBody ¶ added in v1.2.8
func (s *GetModelResponse) SetBody(v *GetModelResponseBody) *GetModelResponse
func (*GetModelResponse) SetHeaders ¶ added in v1.2.8
func (s *GetModelResponse) SetHeaders(v map[string]*string) *GetModelResponse
func (*GetModelResponse) SetStatusCode ¶ added in v1.2.8
func (s *GetModelResponse) SetStatusCode(v int32) *GetModelResponse
func (GetModelResponse) String ¶ added in v1.2.8
func (s GetModelResponse) String() string
type GetModelResponseBody ¶ added in v1.2.8
type GetModelResponseBody struct { // example: // // PUBLIC Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // cv Domain *string `json:"Domain,omitempty" xml:"Domain,omitempty"` ExtraInfo map[string]interface{} `json:"ExtraInfo,omitempty" xml:"ExtraInfo,omitempty"` // example: // // 2021-01-30T12:51:33.028Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-30T12:51:33.028Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` LatestVersion *ModelVersion `json:"LatestVersion,omitempty" xml:"LatestVersion,omitempty"` ModelDescription *string `json:"ModelDescription,omitempty" xml:"ModelDescription,omitempty"` // example: // // https://***.md ModelDoc *string `json:"ModelDoc,omitempty" xml:"ModelDoc,omitempty"` // example: // // model-rbvg5wzljz****ks92 ModelId *string `json:"ModelId,omitempty" xml:"ModelId,omitempty"` ModelName *string `json:"ModelName,omitempty" xml:"ModelName,omitempty"` // example: // // Checkpoint ModelType *string `json:"ModelType,omitempty" xml:"ModelType,omitempty"` // example: // // 1 OrderNumber *int64 `json:"OrderNumber,omitempty" xml:"OrderNumber,omitempty"` // example: // // ModelScope Origin *string `json:"Origin,omitempty" xml:"Origin,omitempty"` // example: // // 1234567890****** OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // pai Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // text-classification Task *string `json:"Task,omitempty" xml:"Task,omitempty"` // example: // // 1234567890****** UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // 234** WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (GetModelResponseBody) GoString ¶ added in v1.2.8
func (s GetModelResponseBody) GoString() string
func (*GetModelResponseBody) SetAccessibility ¶ added in v1.2.8
func (s *GetModelResponseBody) SetAccessibility(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetDomain ¶ added in v1.2.10
func (s *GetModelResponseBody) SetDomain(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetExtraInfo ¶ added in v1.3.4
func (s *GetModelResponseBody) SetExtraInfo(v map[string]interface{}) *GetModelResponseBody
func (*GetModelResponseBody) SetGmtCreateTime ¶ added in v1.2.8
func (s *GetModelResponseBody) SetGmtCreateTime(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetGmtModifiedTime ¶ added in v1.2.8
func (s *GetModelResponseBody) SetGmtModifiedTime(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetLabels ¶ added in v1.2.8
func (s *GetModelResponseBody) SetLabels(v []*Label) *GetModelResponseBody
func (*GetModelResponseBody) SetLatestVersion ¶ added in v1.2.8
func (s *GetModelResponseBody) SetLatestVersion(v *ModelVersion) *GetModelResponseBody
func (*GetModelResponseBody) SetModelDescription ¶ added in v1.2.8
func (s *GetModelResponseBody) SetModelDescription(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetModelDoc ¶ added in v1.2.10
func (s *GetModelResponseBody) SetModelDoc(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetModelId ¶ added in v1.2.8
func (s *GetModelResponseBody) SetModelId(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetModelName ¶ added in v1.2.8
func (s *GetModelResponseBody) SetModelName(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetModelType ¶ added in v1.3.4
func (s *GetModelResponseBody) SetModelType(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetOrderNumber ¶ added in v1.3.4
func (s *GetModelResponseBody) SetOrderNumber(v int64) *GetModelResponseBody
func (*GetModelResponseBody) SetOrigin ¶ added in v1.2.10
func (s *GetModelResponseBody) SetOrigin(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetOwnerId ¶ added in v1.2.8
func (s *GetModelResponseBody) SetOwnerId(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetProvider ¶ added in v1.2.10
func (s *GetModelResponseBody) SetProvider(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetRequestId ¶ added in v1.2.8
func (s *GetModelResponseBody) SetRequestId(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetTask ¶ added in v1.2.10
func (s *GetModelResponseBody) SetTask(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetUserId ¶ added in v1.2.8
func (s *GetModelResponseBody) SetUserId(v string) *GetModelResponseBody
func (*GetModelResponseBody) SetWorkspaceId ¶ added in v1.2.8
func (s *GetModelResponseBody) SetWorkspaceId(v string) *GetModelResponseBody
func (GetModelResponseBody) String ¶ added in v1.2.8
func (s GetModelResponseBody) String() string
type GetModelVersionResponse ¶ added in v1.2.8
type GetModelVersionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetModelVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetModelVersionResponse) GoString ¶ added in v1.2.8
func (s GetModelVersionResponse) GoString() string
func (*GetModelVersionResponse) SetBody ¶ added in v1.2.8
func (s *GetModelVersionResponse) SetBody(v *GetModelVersionResponseBody) *GetModelVersionResponse
func (*GetModelVersionResponse) SetHeaders ¶ added in v1.2.8
func (s *GetModelVersionResponse) SetHeaders(v map[string]*string) *GetModelVersionResponse
func (*GetModelVersionResponse) SetStatusCode ¶ added in v1.2.8
func (s *GetModelVersionResponse) SetStatusCode(v int32) *GetModelVersionResponse
func (GetModelVersionResponse) String ¶ added in v1.2.8
func (s GetModelVersionResponse) String() string
type GetModelVersionResponseBody ¶ added in v1.2.8
type GetModelVersionResponseBody struct { // example: // // Approved ApprovalStatus *string `json:"ApprovalStatus,omitempty" xml:"ApprovalStatus,omitempty"` // example: // // {} CompressionSpec map[string]interface{} `json:"CompressionSpec,omitempty" xml:"CompressionSpec,omitempty"` // example: // // {} EvaluationSpec map[string]interface{} `json:"EvaluationSpec,omitempty" xml:"EvaluationSpec,omitempty"` // example: // // {} ExtraInfo map[string]interface{} `json:"ExtraInfo,omitempty" xml:"ExtraInfo,omitempty"` // example: // // SavedModel FormatType *string `json:"FormatType,omitempty" xml:"FormatType,omitempty"` // example: // // TensorFlow FrameworkType *string `json:"FrameworkType,omitempty" xml:"FrameworkType,omitempty"` // example: // // 2021-01-30T12:51:33.028Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-30T12:51:33.028Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // { // // "Processor": "tensorflow_gpu_1.12" // // } InferenceSpec map[string]interface{} `json:"InferenceSpec,omitempty" xml:"InferenceSpec,omitempty"` Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // example: // // {} Metrics map[string]interface{} `json:"Metrics,omitempty" xml:"Metrics,omitempty"` // example: // // {} Options *string `json:"Options,omitempty" xml:"Options,omitempty"` // example: // // 1234567890****** OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // region=cn-shanghai,workspaceId=13**,kind=PipelineRun,id=run-sakdb****jdf SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` // example: // // PAIFlow SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` // example: // // {} TrainingSpec map[string]interface{} `json:"TrainingSpec,omitempty" xml:"TrainingSpec,omitempty"` Uri *string `json:"Uri,omitempty" xml:"Uri,omitempty"` // example: // // 1234567890****** UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` VersionDescription *string `json:"VersionDescription,omitempty" xml:"VersionDescription,omitempty"` // example: // // 0.1.0 VersionName *string `json:"VersionName,omitempty" xml:"VersionName,omitempty"` }
func (GetModelVersionResponseBody) GoString ¶ added in v1.2.8
func (s GetModelVersionResponseBody) GoString() string
func (*GetModelVersionResponseBody) SetApprovalStatus ¶ added in v1.2.10
func (s *GetModelVersionResponseBody) SetApprovalStatus(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetCompressionSpec ¶ added in v1.3.8
func (s *GetModelVersionResponseBody) SetCompressionSpec(v map[string]interface{}) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetEvaluationSpec ¶ added in v1.3.4
func (s *GetModelVersionResponseBody) SetEvaluationSpec(v map[string]interface{}) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetExtraInfo ¶ added in v1.3.4
func (s *GetModelVersionResponseBody) SetExtraInfo(v map[string]interface{}) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetFormatType ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetFormatType(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetFrameworkType ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetFrameworkType(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetGmtCreateTime ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetGmtCreateTime(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetGmtModifiedTime ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetGmtModifiedTime(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetInferenceSpec ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetInferenceSpec(v map[string]interface{}) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetLabels ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetLabels(v []*Label) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetMetrics ¶ added in v1.3.4
func (s *GetModelVersionResponseBody) SetMetrics(v map[string]interface{}) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetOptions ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetOptions(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetOwnerId ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetOwnerId(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetRequestId ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetRequestId(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetSourceId ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetSourceId(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetSourceType ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetSourceType(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetTrainingSpec ¶ added in v1.2.10
func (s *GetModelVersionResponseBody) SetTrainingSpec(v map[string]interface{}) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetUri ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetUri(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetUserId ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetUserId(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetVersionDescription ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetVersionDescription(v string) *GetModelVersionResponseBody
func (*GetModelVersionResponseBody) SetVersionName ¶ added in v1.2.8
func (s *GetModelVersionResponseBody) SetVersionName(v string) *GetModelVersionResponseBody
func (GetModelVersionResponseBody) String ¶ added in v1.2.8
func (s GetModelVersionResponseBody) String() string
type GetPermissionRequest ¶
type GetPermissionRequest struct { // example: // // PUBLIC Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // 17915******4216 Creator *string `json:"Creator,omitempty" xml:"Creator,omitempty"` Option *string `json:"Option,omitempty" xml:"Option,omitempty"` Resource *string `json:"Resource,omitempty" xml:"Resource,omitempty"` }
func (GetPermissionRequest) GoString ¶
func (s GetPermissionRequest) GoString() string
func (*GetPermissionRequest) SetAccessibility ¶
func (s *GetPermissionRequest) SetAccessibility(v string) *GetPermissionRequest
func (*GetPermissionRequest) SetCreator ¶
func (s *GetPermissionRequest) SetCreator(v string) *GetPermissionRequest
func (*GetPermissionRequest) SetOption ¶ added in v1.3.6
func (s *GetPermissionRequest) SetOption(v string) *GetPermissionRequest
func (*GetPermissionRequest) SetResource ¶ added in v1.3.5
func (s *GetPermissionRequest) SetResource(v string) *GetPermissionRequest
func (GetPermissionRequest) String ¶
func (s GetPermissionRequest) String() string
type GetPermissionResponse ¶
type GetPermissionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetPermissionResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetPermissionResponse) GoString ¶
func (s GetPermissionResponse) GoString() string
func (*GetPermissionResponse) SetBody ¶
func (s *GetPermissionResponse) SetBody(v *GetPermissionResponseBody) *GetPermissionResponse
func (*GetPermissionResponse) SetHeaders ¶
func (s *GetPermissionResponse) SetHeaders(v map[string]*string) *GetPermissionResponse
func (*GetPermissionResponse) SetStatusCode ¶ added in v1.2.6
func (s *GetPermissionResponse) SetStatusCode(v int32) *GetPermissionResponse
func (GetPermissionResponse) String ¶
func (s GetPermissionResponse) String() string
type GetPermissionResponseBody ¶
type GetPermissionResponseBody struct { // example: // // PaiDLC:ListJobs PermissionCode *string `json:"PermissionCode,omitempty" xml:"PermissionCode,omitempty"` PermissionRules []*GetPermissionResponseBodyPermissionRules `json:"PermissionRules,omitempty" xml:"PermissionRules,omitempty" type:"Repeated"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (GetPermissionResponseBody) GoString ¶
func (s GetPermissionResponseBody) GoString() string
func (*GetPermissionResponseBody) SetPermissionCode ¶
func (s *GetPermissionResponseBody) SetPermissionCode(v string) *GetPermissionResponseBody
func (*GetPermissionResponseBody) SetPermissionRules ¶
func (s *GetPermissionResponseBody) SetPermissionRules(v []*GetPermissionResponseBodyPermissionRules) *GetPermissionResponseBody
func (*GetPermissionResponseBody) SetRequestId ¶
func (s *GetPermissionResponseBody) SetRequestId(v string) *GetPermissionResponseBody
func (GetPermissionResponseBody) String ¶
func (s GetPermissionResponseBody) String() string
type GetPermissionResponseBodyPermissionRules ¶
type GetPermissionResponseBodyPermissionRules struct { // example: // // PRIVATE Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // CREATOR EntityAccessType *string `json:"EntityAccessType,omitempty" xml:"EntityAccessType,omitempty"` }
func (GetPermissionResponseBodyPermissionRules) GoString ¶
func (s GetPermissionResponseBodyPermissionRules) GoString() string
func (*GetPermissionResponseBodyPermissionRules) SetAccessibility ¶
func (s *GetPermissionResponseBodyPermissionRules) SetAccessibility(v string) *GetPermissionResponseBodyPermissionRules
func (*GetPermissionResponseBodyPermissionRules) SetEntityAccessType ¶
func (s *GetPermissionResponseBodyPermissionRules) SetEntityAccessType(v string) *GetPermissionResponseBodyPermissionRules
func (GetPermissionResponseBodyPermissionRules) String ¶
func (s GetPermissionResponseBodyPermissionRules) String() string
type GetServiceTemplateResponse ¶ added in v1.3.0
type GetServiceTemplateResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetServiceTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetServiceTemplateResponse) GoString ¶ added in v1.3.0
func (s GetServiceTemplateResponse) GoString() string
func (*GetServiceTemplateResponse) SetBody ¶ added in v1.3.0
func (s *GetServiceTemplateResponse) SetBody(v *GetServiceTemplateResponseBody) *GetServiceTemplateResponse
func (*GetServiceTemplateResponse) SetHeaders ¶ added in v1.3.0
func (s *GetServiceTemplateResponse) SetHeaders(v map[string]*string) *GetServiceTemplateResponse
func (*GetServiceTemplateResponse) SetStatusCode ¶ added in v1.3.0
func (s *GetServiceTemplateResponse) SetStatusCode(v int32) *GetServiceTemplateResponse
func (GetServiceTemplateResponse) String ¶ added in v1.3.0
func (s GetServiceTemplateResponse) String() string
type GetServiceTemplateResponseBody ¶ added in v1.3.0
type GetServiceTemplateResponseBody struct { // example: // // 2021-01-30T12:51:33.028Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-30T12:51:33.028Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // { // // "processor": "tensorflow_gpu_1.12" // // } InferenceSpec map[string]interface{} `json:"InferenceSpec,omitempty" xml:"InferenceSpec,omitempty"` Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // example: // // 1234567890****** OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // pai Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` // example: // // 40325405-579C-4D82**** RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // stable diffusion 1.5 ServiceTemplateDescription *string `json:"ServiceTemplateDescription,omitempty" xml:"ServiceTemplateDescription,omitempty"` // example: // // https://***.md ServiceTemplateDoc *string `json:"ServiceTemplateDoc,omitempty" xml:"ServiceTemplateDoc,omitempty"` // example: // // st-rbvg5wzlj****9ks92 ServiceTemplateId *string `json:"ServiceTemplateId,omitempty" xml:"ServiceTemplateId,omitempty"` // example: // // stable_diffusion_aigc ServiceTemplateName *string `json:"ServiceTemplateName,omitempty" xml:"ServiceTemplateName,omitempty"` // example: // // 1234567890****** UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (GetServiceTemplateResponseBody) GoString ¶ added in v1.3.0
func (s GetServiceTemplateResponseBody) GoString() string
func (*GetServiceTemplateResponseBody) SetGmtCreateTime ¶ added in v1.3.0
func (s *GetServiceTemplateResponseBody) SetGmtCreateTime(v string) *GetServiceTemplateResponseBody
func (*GetServiceTemplateResponseBody) SetGmtModifiedTime ¶ added in v1.3.0
func (s *GetServiceTemplateResponseBody) SetGmtModifiedTime(v string) *GetServiceTemplateResponseBody
func (*GetServiceTemplateResponseBody) SetInferenceSpec ¶ added in v1.3.0
func (s *GetServiceTemplateResponseBody) SetInferenceSpec(v map[string]interface{}) *GetServiceTemplateResponseBody
func (*GetServiceTemplateResponseBody) SetLabels ¶ added in v1.3.0
func (s *GetServiceTemplateResponseBody) SetLabels(v []*Label) *GetServiceTemplateResponseBody
func (*GetServiceTemplateResponseBody) SetOwnerId ¶ added in v1.3.0
func (s *GetServiceTemplateResponseBody) SetOwnerId(v string) *GetServiceTemplateResponseBody
func (*GetServiceTemplateResponseBody) SetProvider ¶ added in v1.3.0
func (s *GetServiceTemplateResponseBody) SetProvider(v string) *GetServiceTemplateResponseBody
func (*GetServiceTemplateResponseBody) SetRequestId ¶ added in v1.3.0
func (s *GetServiceTemplateResponseBody) SetRequestId(v string) *GetServiceTemplateResponseBody
func (*GetServiceTemplateResponseBody) SetServiceTemplateDescription ¶ added in v1.3.0
func (s *GetServiceTemplateResponseBody) SetServiceTemplateDescription(v string) *GetServiceTemplateResponseBody
func (*GetServiceTemplateResponseBody) SetServiceTemplateDoc ¶ added in v1.3.0
func (s *GetServiceTemplateResponseBody) SetServiceTemplateDoc(v string) *GetServiceTemplateResponseBody
func (*GetServiceTemplateResponseBody) SetServiceTemplateId ¶ added in v1.3.0
func (s *GetServiceTemplateResponseBody) SetServiceTemplateId(v string) *GetServiceTemplateResponseBody
func (*GetServiceTemplateResponseBody) SetServiceTemplateName ¶ added in v1.3.0
func (s *GetServiceTemplateResponseBody) SetServiceTemplateName(v string) *GetServiceTemplateResponseBody
func (*GetServiceTemplateResponseBody) SetUserId ¶ added in v1.3.0
func (s *GetServiceTemplateResponseBody) SetUserId(v string) *GetServiceTemplateResponseBody
func (GetServiceTemplateResponseBody) String ¶ added in v1.3.0
func (s GetServiceTemplateResponseBody) String() string
type GetWorkspaceRequest ¶
type GetWorkspaceRequest struct { // example: // // true Verbose *bool `json:"Verbose,omitempty" xml:"Verbose,omitempty"` }
func (GetWorkspaceRequest) GoString ¶
func (s GetWorkspaceRequest) GoString() string
func (*GetWorkspaceRequest) SetVerbose ¶
func (s *GetWorkspaceRequest) SetVerbose(v bool) *GetWorkspaceRequest
func (GetWorkspaceRequest) String ¶
func (s GetWorkspaceRequest) String() string
type GetWorkspaceResponse ¶
type GetWorkspaceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetWorkspaceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetWorkspaceResponse) GoString ¶
func (s GetWorkspaceResponse) GoString() string
func (*GetWorkspaceResponse) SetBody ¶
func (s *GetWorkspaceResponse) SetBody(v *GetWorkspaceResponseBody) *GetWorkspaceResponse
func (*GetWorkspaceResponse) SetHeaders ¶
func (s *GetWorkspaceResponse) SetHeaders(v map[string]*string) *GetWorkspaceResponse
func (*GetWorkspaceResponse) SetStatusCode ¶ added in v1.2.6
func (s *GetWorkspaceResponse) SetStatusCode(v int32) *GetWorkspaceResponse
func (GetWorkspaceResponse) String ¶
func (s GetWorkspaceResponse) String() string
type GetWorkspaceResponseBody ¶
type GetWorkspaceResponseBody struct { AdminNames []*string `json:"AdminNames,omitempty" xml:"AdminNames,omitempty" type:"Repeated"` // example: // // 1157******94123 Creator *string `json:"Creator,omitempty" xml:"Creator,omitempty"` // example: // // workspace description example Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // workspace-example DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` EnvTypes []*string `json:"EnvTypes,omitempty" xml:"EnvTypes,omitempty" type:"Repeated"` // example: // // {"TenantId": "4286******98"} ExtraInfos map[string]interface{} `json:"ExtraInfos,omitempty" xml:"ExtraInfos,omitempty"` // example: // // 2021-01-21T17:12:35.232Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-21T17:12:35.232Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // true IsDefault *bool `json:"IsDefault,omitempty" xml:"IsDefault,omitempty"` Owner *GetWorkspaceResponseBodyOwner `json:"Owner,omitempty" xml:"Owner,omitempty" type:"Struct"` // example: // // A0F049F0-8D69-5BAC-8F10-B4DED1B5A34C RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // ENABLED Status *string `json:"Status,omitempty" xml:"Status,omitempty"` // example: // // 1234 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` // example: // // workspace-example WorkspaceName *string `json:"WorkspaceName,omitempty" xml:"WorkspaceName,omitempty"` }
func (GetWorkspaceResponseBody) GoString ¶
func (s GetWorkspaceResponseBody) GoString() string
func (*GetWorkspaceResponseBody) SetAdminNames ¶
func (s *GetWorkspaceResponseBody) SetAdminNames(v []*string) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetCreator ¶
func (s *GetWorkspaceResponseBody) SetCreator(v string) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetDescription ¶
func (s *GetWorkspaceResponseBody) SetDescription(v string) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetDisplayName ¶
func (s *GetWorkspaceResponseBody) SetDisplayName(v string) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetEnvTypes ¶
func (s *GetWorkspaceResponseBody) SetEnvTypes(v []*string) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetExtraInfos ¶
func (s *GetWorkspaceResponseBody) SetExtraInfos(v map[string]interface{}) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetGmtCreateTime ¶
func (s *GetWorkspaceResponseBody) SetGmtCreateTime(v string) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetGmtModifiedTime ¶
func (s *GetWorkspaceResponseBody) SetGmtModifiedTime(v string) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetIsDefault ¶
func (s *GetWorkspaceResponseBody) SetIsDefault(v bool) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetOwner ¶
func (s *GetWorkspaceResponseBody) SetOwner(v *GetWorkspaceResponseBodyOwner) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetRequestId ¶
func (s *GetWorkspaceResponseBody) SetRequestId(v string) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetStatus ¶
func (s *GetWorkspaceResponseBody) SetStatus(v string) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetWorkspaceId ¶
func (s *GetWorkspaceResponseBody) SetWorkspaceId(v string) *GetWorkspaceResponseBody
func (*GetWorkspaceResponseBody) SetWorkspaceName ¶
func (s *GetWorkspaceResponseBody) SetWorkspaceName(v string) *GetWorkspaceResponseBody
func (GetWorkspaceResponseBody) String ¶
func (s GetWorkspaceResponseBody) String() string
type GetWorkspaceResponseBodyOwner ¶
type GetWorkspaceResponseBodyOwner struct { // example: // // mings****t DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` // example: // // 1157******94123 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // 1157******94123 UserKp *string `json:"UserKp,omitempty" xml:"UserKp,omitempty"` // example: // // mings****t UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"` }
func (GetWorkspaceResponseBodyOwner) GoString ¶
func (s GetWorkspaceResponseBodyOwner) GoString() string
func (*GetWorkspaceResponseBodyOwner) SetDisplayName ¶
func (s *GetWorkspaceResponseBodyOwner) SetDisplayName(v string) *GetWorkspaceResponseBodyOwner
func (*GetWorkspaceResponseBodyOwner) SetUserId ¶
func (s *GetWorkspaceResponseBodyOwner) SetUserId(v string) *GetWorkspaceResponseBodyOwner
func (*GetWorkspaceResponseBodyOwner) SetUserKp ¶
func (s *GetWorkspaceResponseBodyOwner) SetUserKp(v string) *GetWorkspaceResponseBodyOwner
func (*GetWorkspaceResponseBodyOwner) SetUserName ¶
func (s *GetWorkspaceResponseBodyOwner) SetUserName(v string) *GetWorkspaceResponseBodyOwner
func (GetWorkspaceResponseBodyOwner) String ¶
func (s GetWorkspaceResponseBodyOwner) String() string
type Label ¶ added in v1.2.6
type LabelInfo ¶ added in v1.3.5
type ListCodeSourcesRequest ¶
type ListCodeSourcesRequest struct { // example: // // MyDataSource DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` // example: // // desc Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // example: // // GmtModifyTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` // example: // // 1234 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListCodeSourcesRequest) GoString ¶
func (s ListCodeSourcesRequest) GoString() string
func (*ListCodeSourcesRequest) SetDisplayName ¶
func (s *ListCodeSourcesRequest) SetDisplayName(v string) *ListCodeSourcesRequest
func (*ListCodeSourcesRequest) SetOrder ¶
func (s *ListCodeSourcesRequest) SetOrder(v string) *ListCodeSourcesRequest
func (*ListCodeSourcesRequest) SetPageNumber ¶
func (s *ListCodeSourcesRequest) SetPageNumber(v int32) *ListCodeSourcesRequest
func (*ListCodeSourcesRequest) SetPageSize ¶
func (s *ListCodeSourcesRequest) SetPageSize(v int32) *ListCodeSourcesRequest
func (*ListCodeSourcesRequest) SetSortBy ¶
func (s *ListCodeSourcesRequest) SetSortBy(v string) *ListCodeSourcesRequest
func (*ListCodeSourcesRequest) SetWorkspaceId ¶
func (s *ListCodeSourcesRequest) SetWorkspaceId(v string) *ListCodeSourcesRequest
func (ListCodeSourcesRequest) String ¶
func (s ListCodeSourcesRequest) String() string
type ListCodeSourcesResponse ¶
type ListCodeSourcesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListCodeSourcesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListCodeSourcesResponse) GoString ¶
func (s ListCodeSourcesResponse) GoString() string
func (*ListCodeSourcesResponse) SetBody ¶
func (s *ListCodeSourcesResponse) SetBody(v *ListCodeSourcesResponseBody) *ListCodeSourcesResponse
func (*ListCodeSourcesResponse) SetHeaders ¶
func (s *ListCodeSourcesResponse) SetHeaders(v map[string]*string) *ListCodeSourcesResponse
func (*ListCodeSourcesResponse) SetStatusCode ¶ added in v1.2.8
func (s *ListCodeSourcesResponse) SetStatusCode(v int32) *ListCodeSourcesResponse
func (ListCodeSourcesResponse) String ¶
func (s ListCodeSourcesResponse) String() string
type ListCodeSourcesResponseBody ¶
type ListCodeSourcesResponseBody struct { CodeSources []*CodeSourceItem `json:"CodeSources,omitempty" xml:"CodeSources,omitempty" type:"Repeated"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 2 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListCodeSourcesResponseBody) GoString ¶
func (s ListCodeSourcesResponseBody) GoString() string
func (*ListCodeSourcesResponseBody) SetCodeSources ¶
func (s *ListCodeSourcesResponseBody) SetCodeSources(v []*CodeSourceItem) *ListCodeSourcesResponseBody
func (*ListCodeSourcesResponseBody) SetRequestId ¶
func (s *ListCodeSourcesResponseBody) SetRequestId(v string) *ListCodeSourcesResponseBody
func (*ListCodeSourcesResponseBody) SetTotalCount ¶
func (s *ListCodeSourcesResponseBody) SetTotalCount(v int64) *ListCodeSourcesResponseBody
func (ListCodeSourcesResponseBody) String ¶
func (s ListCodeSourcesResponseBody) String() string
type ListDatasetsRequest ¶
type ListDatasetsRequest struct { // example: // // OSS DataSourceTypes *string `json:"DataSourceTypes,omitempty" xml:"DataSourceTypes,omitempty"` // example: // // COMMON,TEXT DataTypes *string `json:"DataTypes,omitempty" xml:"DataTypes,omitempty"` // example: // // test Label *string `json:"Label,omitempty" xml:"Label,omitempty"` // example: // // myName Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // ASC Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // example: // // FILE Properties *string `json:"Properties,omitempty" xml:"Properties,omitempty"` Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` // example: // // d-rbvg5wzljzjhc9ks92 SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` // example: // // USER,ITAG SourceTypes *string `json:"SourceTypes,omitempty" xml:"SourceTypes,omitempty"` // example: // // 324** WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListDatasetsRequest) GoString ¶
func (s ListDatasetsRequest) GoString() string
func (*ListDatasetsRequest) SetDataSourceTypes ¶
func (s *ListDatasetsRequest) SetDataSourceTypes(v string) *ListDatasetsRequest
func (*ListDatasetsRequest) SetDataTypes ¶
func (s *ListDatasetsRequest) SetDataTypes(v string) *ListDatasetsRequest
func (*ListDatasetsRequest) SetLabel ¶ added in v1.2.7
func (s *ListDatasetsRequest) SetLabel(v string) *ListDatasetsRequest
func (*ListDatasetsRequest) SetName ¶
func (s *ListDatasetsRequest) SetName(v string) *ListDatasetsRequest
func (*ListDatasetsRequest) SetOrder ¶
func (s *ListDatasetsRequest) SetOrder(v string) *ListDatasetsRequest
func (*ListDatasetsRequest) SetPageNumber ¶
func (s *ListDatasetsRequest) SetPageNumber(v int32) *ListDatasetsRequest
func (*ListDatasetsRequest) SetPageSize ¶
func (s *ListDatasetsRequest) SetPageSize(v int32) *ListDatasetsRequest
func (*ListDatasetsRequest) SetProperties ¶
func (s *ListDatasetsRequest) SetProperties(v string) *ListDatasetsRequest
func (*ListDatasetsRequest) SetProvider ¶ added in v1.3.5
func (s *ListDatasetsRequest) SetProvider(v string) *ListDatasetsRequest
func (*ListDatasetsRequest) SetSourceId ¶ added in v1.2.10
func (s *ListDatasetsRequest) SetSourceId(v string) *ListDatasetsRequest
func (*ListDatasetsRequest) SetSourceTypes ¶
func (s *ListDatasetsRequest) SetSourceTypes(v string) *ListDatasetsRequest
func (*ListDatasetsRequest) SetWorkspaceId ¶
func (s *ListDatasetsRequest) SetWorkspaceId(v string) *ListDatasetsRequest
func (ListDatasetsRequest) String ¶
func (s ListDatasetsRequest) String() string
type ListDatasetsResponse ¶
type ListDatasetsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListDatasetsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListDatasetsResponse) GoString ¶
func (s ListDatasetsResponse) GoString() string
func (*ListDatasetsResponse) SetBody ¶
func (s *ListDatasetsResponse) SetBody(v *ListDatasetsResponseBody) *ListDatasetsResponse
func (*ListDatasetsResponse) SetHeaders ¶
func (s *ListDatasetsResponse) SetHeaders(v map[string]*string) *ListDatasetsResponse
func (*ListDatasetsResponse) SetStatusCode ¶ added in v1.2.7
func (s *ListDatasetsResponse) SetStatusCode(v int32) *ListDatasetsResponse
func (ListDatasetsResponse) String ¶
func (s ListDatasetsResponse) String() string
type ListDatasetsResponseBody ¶
type ListDatasetsResponseBody struct { Datasets []*Dataset `json:"Datasets,omitempty" xml:"Datasets,omitempty" type:"Repeated"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 15 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListDatasetsResponseBody) GoString ¶
func (s ListDatasetsResponseBody) GoString() string
func (*ListDatasetsResponseBody) SetDatasets ¶
func (s *ListDatasetsResponseBody) SetDatasets(v []*Dataset) *ListDatasetsResponseBody
func (*ListDatasetsResponseBody) SetRequestId ¶
func (s *ListDatasetsResponseBody) SetRequestId(v string) *ListDatasetsResponseBody
func (*ListDatasetsResponseBody) SetTotalCount ¶
func (s *ListDatasetsResponseBody) SetTotalCount(v int64) *ListDatasetsResponseBody
func (ListDatasetsResponseBody) String ¶
func (s ListDatasetsResponseBody) String() string
type ListImageLabelsRequest ¶
type ListImageLabelsRequest struct { // example: // // image-4c62******53uor ImageId *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"` // example: // // system.framework=XGBoost 1.6.0,system.official=true LabelFilter *string `json:"LabelFilter,omitempty" xml:"LabelFilter,omitempty"` // example: // // system.framework,system.official LabelKeys *string `json:"LabelKeys,omitempty" xml:"LabelKeys,omitempty"` // example: // // cn-shanghai Region *string `json:"Region,omitempty" xml:"Region,omitempty"` // example: // // 12345 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListImageLabelsRequest) GoString ¶
func (s ListImageLabelsRequest) GoString() string
func (*ListImageLabelsRequest) SetImageId ¶
func (s *ListImageLabelsRequest) SetImageId(v string) *ListImageLabelsRequest
func (*ListImageLabelsRequest) SetLabelFilter ¶
func (s *ListImageLabelsRequest) SetLabelFilter(v string) *ListImageLabelsRequest
func (*ListImageLabelsRequest) SetLabelKeys ¶
func (s *ListImageLabelsRequest) SetLabelKeys(v string) *ListImageLabelsRequest
func (*ListImageLabelsRequest) SetRegion ¶
func (s *ListImageLabelsRequest) SetRegion(v string) *ListImageLabelsRequest
func (*ListImageLabelsRequest) SetWorkspaceId ¶
func (s *ListImageLabelsRequest) SetWorkspaceId(v string) *ListImageLabelsRequest
func (ListImageLabelsRequest) String ¶
func (s ListImageLabelsRequest) String() string
type ListImageLabelsResponse ¶
type ListImageLabelsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListImageLabelsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListImageLabelsResponse) GoString ¶
func (s ListImageLabelsResponse) GoString() string
func (*ListImageLabelsResponse) SetBody ¶
func (s *ListImageLabelsResponse) SetBody(v *ListImageLabelsResponseBody) *ListImageLabelsResponse
func (*ListImageLabelsResponse) SetHeaders ¶
func (s *ListImageLabelsResponse) SetHeaders(v map[string]*string) *ListImageLabelsResponse
func (*ListImageLabelsResponse) SetStatusCode ¶ added in v1.2.6
func (s *ListImageLabelsResponse) SetStatusCode(v int32) *ListImageLabelsResponse
func (ListImageLabelsResponse) String ¶
func (s ListImageLabelsResponse) String() string
type ListImageLabelsResponseBody ¶
type ListImageLabelsResponseBody struct { Labels []*ListImageLabelsResponseBodyLabels `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 2 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListImageLabelsResponseBody) GoString ¶
func (s ListImageLabelsResponseBody) GoString() string
func (*ListImageLabelsResponseBody) SetLabels ¶
func (s *ListImageLabelsResponseBody) SetLabels(v []*ListImageLabelsResponseBodyLabels) *ListImageLabelsResponseBody
func (*ListImageLabelsResponseBody) SetRequestId ¶
func (s *ListImageLabelsResponseBody) SetRequestId(v string) *ListImageLabelsResponseBody
func (*ListImageLabelsResponseBody) SetTotalCount ¶
func (s *ListImageLabelsResponseBody) SetTotalCount(v int64) *ListImageLabelsResponseBody
func (ListImageLabelsResponseBody) String ¶
func (s ListImageLabelsResponseBody) String() string
type ListImageLabelsResponseBodyLabels ¶
type ListImageLabelsResponseBodyLabels struct { // example: // // system.chipType Key *string `json:"Key,omitempty" xml:"Key,omitempty"` // example: // // GPU Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (ListImageLabelsResponseBodyLabels) GoString ¶
func (s ListImageLabelsResponseBodyLabels) GoString() string
func (*ListImageLabelsResponseBodyLabels) SetKey ¶
func (s *ListImageLabelsResponseBodyLabels) SetKey(v string) *ListImageLabelsResponseBodyLabels
func (*ListImageLabelsResponseBodyLabels) SetValue ¶
func (s *ListImageLabelsResponseBodyLabels) SetValue(v string) *ListImageLabelsResponseBodyLabels
func (ListImageLabelsResponseBodyLabels) String ¶
func (s ListImageLabelsResponseBodyLabels) String() string
type ListImagesRequest ¶
type ListImagesRequest struct { Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // system.framework=XGBoost 1.6.0,system.official=true Labels *string `json:"Labels,omitempty" xml:"Labels,omitempty"` // example: // // tensorflow_2.9 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // DESC Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 20 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // example: // // 155**********904 ParentUserId *string `json:"ParentUserId,omitempty" xml:"ParentUserId,omitempty"` Query *string `json:"Query,omitempty" xml:"Query,omitempty"` // example: // // GmtCreateTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` // example: // // 155**********904 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // true Verbose *bool `json:"Verbose,omitempty" xml:"Verbose,omitempty"` // example: // // 20******55 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListImagesRequest) GoString ¶
func (s ListImagesRequest) GoString() string
func (*ListImagesRequest) SetAccessibility ¶ added in v1.3.0
func (s *ListImagesRequest) SetAccessibility(v string) *ListImagesRequest
func (*ListImagesRequest) SetLabels ¶
func (s *ListImagesRequest) SetLabels(v string) *ListImagesRequest
func (*ListImagesRequest) SetName ¶
func (s *ListImagesRequest) SetName(v string) *ListImagesRequest
func (*ListImagesRequest) SetOrder ¶
func (s *ListImagesRequest) SetOrder(v string) *ListImagesRequest
func (*ListImagesRequest) SetPageNumber ¶
func (s *ListImagesRequest) SetPageNumber(v int32) *ListImagesRequest
func (*ListImagesRequest) SetPageSize ¶
func (s *ListImagesRequest) SetPageSize(v int32) *ListImagesRequest
func (*ListImagesRequest) SetParentUserId ¶ added in v1.2.6
func (s *ListImagesRequest) SetParentUserId(v string) *ListImagesRequest
func (*ListImagesRequest) SetQuery ¶ added in v1.2.10
func (s *ListImagesRequest) SetQuery(v string) *ListImagesRequest
func (*ListImagesRequest) SetSortBy ¶
func (s *ListImagesRequest) SetSortBy(v string) *ListImagesRequest
func (*ListImagesRequest) SetUserId ¶ added in v1.2.6
func (s *ListImagesRequest) SetUserId(v string) *ListImagesRequest
func (*ListImagesRequest) SetVerbose ¶
func (s *ListImagesRequest) SetVerbose(v bool) *ListImagesRequest
func (*ListImagesRequest) SetWorkspaceId ¶
func (s *ListImagesRequest) SetWorkspaceId(v string) *ListImagesRequest
func (ListImagesRequest) String ¶
func (s ListImagesRequest) String() string
type ListImagesResponse ¶
type ListImagesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListImagesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListImagesResponse) GoString ¶
func (s ListImagesResponse) GoString() string
func (*ListImagesResponse) SetBody ¶
func (s *ListImagesResponse) SetBody(v *ListImagesResponseBody) *ListImagesResponse
func (*ListImagesResponse) SetHeaders ¶
func (s *ListImagesResponse) SetHeaders(v map[string]*string) *ListImagesResponse
func (*ListImagesResponse) SetStatusCode ¶ added in v1.2.6
func (s *ListImagesResponse) SetStatusCode(v int32) *ListImagesResponse
func (ListImagesResponse) String ¶
func (s ListImagesResponse) String() string
type ListImagesResponseBody ¶
type ListImagesResponseBody struct { Images []*ListImagesResponseBodyImages `json:"Images,omitempty" xml:"Images,omitempty" type:"Repeated"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 2 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListImagesResponseBody) GoString ¶
func (s ListImagesResponseBody) GoString() string
func (*ListImagesResponseBody) SetImages ¶
func (s *ListImagesResponseBody) SetImages(v []*ListImagesResponseBodyImages) *ListImagesResponseBody
func (*ListImagesResponseBody) SetRequestId ¶
func (s *ListImagesResponseBody) SetRequestId(v string) *ListImagesResponseBody
func (*ListImagesResponseBody) SetTotalCount ¶
func (s *ListImagesResponseBody) SetTotalCount(v int64) *ListImagesResponseBody
func (ListImagesResponseBody) String ¶
func (s ListImagesResponseBody) String() string
type ListImagesResponseBodyImages ¶
type ListImagesResponseBodyImages struct { // example: // // PUBLIC Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // desc Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // 2021-01-21T17:12:35.232Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-21T17:12:35.232Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // image-tzi7f9******s45t ImageId *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"` ImageUri *string `json:"ImageUri,omitempty" xml:"ImageUri,omitempty"` Labels []*ListImagesResponseBodyImagesLabels `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // example: // // tensorflow_2.9 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 15577******82932 ParentUserId *string `json:"ParentUserId,omitempty" xml:"ParentUserId,omitempty"` Size *int32 `json:"Size,omitempty" xml:"Size,omitempty"` // example: // // 15577******82932 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // 20******55 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListImagesResponseBodyImages) GoString ¶
func (s ListImagesResponseBodyImages) GoString() string
func (*ListImagesResponseBodyImages) SetAccessibility ¶
func (s *ListImagesResponseBodyImages) SetAccessibility(v string) *ListImagesResponseBodyImages
func (*ListImagesResponseBodyImages) SetDescription ¶
func (s *ListImagesResponseBodyImages) SetDescription(v string) *ListImagesResponseBodyImages
func (*ListImagesResponseBodyImages) SetGmtCreateTime ¶
func (s *ListImagesResponseBodyImages) SetGmtCreateTime(v string) *ListImagesResponseBodyImages
func (*ListImagesResponseBodyImages) SetGmtModifiedTime ¶
func (s *ListImagesResponseBodyImages) SetGmtModifiedTime(v string) *ListImagesResponseBodyImages
func (*ListImagesResponseBodyImages) SetImageId ¶
func (s *ListImagesResponseBodyImages) SetImageId(v string) *ListImagesResponseBodyImages
func (*ListImagesResponseBodyImages) SetImageUri ¶
func (s *ListImagesResponseBodyImages) SetImageUri(v string) *ListImagesResponseBodyImages
func (*ListImagesResponseBodyImages) SetLabels ¶
func (s *ListImagesResponseBodyImages) SetLabels(v []*ListImagesResponseBodyImagesLabels) *ListImagesResponseBodyImages
func (*ListImagesResponseBodyImages) SetName ¶
func (s *ListImagesResponseBodyImages) SetName(v string) *ListImagesResponseBodyImages
func (*ListImagesResponseBodyImages) SetParentUserId ¶ added in v1.2.6
func (s *ListImagesResponseBodyImages) SetParentUserId(v string) *ListImagesResponseBodyImages
func (*ListImagesResponseBodyImages) SetSize ¶ added in v1.3.0
func (s *ListImagesResponseBodyImages) SetSize(v int32) *ListImagesResponseBodyImages
func (*ListImagesResponseBodyImages) SetUserId ¶ added in v1.2.6
func (s *ListImagesResponseBodyImages) SetUserId(v string) *ListImagesResponseBodyImages
func (*ListImagesResponseBodyImages) SetWorkspaceId ¶
func (s *ListImagesResponseBodyImages) SetWorkspaceId(v string) *ListImagesResponseBodyImages
func (ListImagesResponseBodyImages) String ¶
func (s ListImagesResponseBodyImages) String() string
type ListImagesResponseBodyImagesLabels ¶
type ListImagesResponseBodyImagesLabels struct { // example: // // system.chipType Key *string `json:"Key,omitempty" xml:"Key,omitempty"` // example: // // GPU Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (ListImagesResponseBodyImagesLabels) GoString ¶
func (s ListImagesResponseBodyImagesLabels) GoString() string
func (*ListImagesResponseBodyImagesLabels) SetKey ¶
func (s *ListImagesResponseBodyImagesLabels) SetKey(v string) *ListImagesResponseBodyImagesLabels
func (*ListImagesResponseBodyImagesLabels) SetValue ¶
func (s *ListImagesResponseBodyImagesLabels) SetValue(v string) *ListImagesResponseBodyImagesLabels
func (ListImagesResponseBodyImagesLabels) String ¶
func (s ListImagesResponseBodyImagesLabels) String() string
type ListMembersRequest ¶
type ListMembersRequest struct { // example: // // zhangsan MemberName *string `json:"MemberName,omitempty" xml:"MemberName,omitempty"` // example: // // 1 PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 20 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // example: // // PAI.AlgoDeveloper Roles *string `json:"Roles,omitempty" xml:"Roles,omitempty"` }
func (ListMembersRequest) GoString ¶
func (s ListMembersRequest) GoString() string
func (*ListMembersRequest) SetMemberName ¶
func (s *ListMembersRequest) SetMemberName(v string) *ListMembersRequest
func (*ListMembersRequest) SetPageNumber ¶
func (s *ListMembersRequest) SetPageNumber(v int64) *ListMembersRequest
func (*ListMembersRequest) SetPageSize ¶
func (s *ListMembersRequest) SetPageSize(v int32) *ListMembersRequest
func (*ListMembersRequest) SetRoles ¶
func (s *ListMembersRequest) SetRoles(v string) *ListMembersRequest
func (ListMembersRequest) String ¶
func (s ListMembersRequest) String() string
type ListMembersResponse ¶
type ListMembersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListMembersResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListMembersResponse) GoString ¶
func (s ListMembersResponse) GoString() string
func (*ListMembersResponse) SetBody ¶
func (s *ListMembersResponse) SetBody(v *ListMembersResponseBody) *ListMembersResponse
func (*ListMembersResponse) SetHeaders ¶
func (s *ListMembersResponse) SetHeaders(v map[string]*string) *ListMembersResponse
func (*ListMembersResponse) SetStatusCode ¶ added in v1.2.6
func (s *ListMembersResponse) SetStatusCode(v int32) *ListMembersResponse
func (ListMembersResponse) String ¶
func (s ListMembersResponse) String() string
type ListMembersResponseBody ¶
type ListMembersResponseBody struct { Members []*ListMembersResponseBodyMembers `json:"Members,omitempty" xml:"Members,omitempty" type:"Repeated"` // example: // // 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 1 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListMembersResponseBody) GoString ¶
func (s ListMembersResponseBody) GoString() string
func (*ListMembersResponseBody) SetMembers ¶
func (s *ListMembersResponseBody) SetMembers(v []*ListMembersResponseBodyMembers) *ListMembersResponseBody
func (*ListMembersResponseBody) SetRequestId ¶
func (s *ListMembersResponseBody) SetRequestId(v string) *ListMembersResponseBody
func (*ListMembersResponseBody) SetTotalCount ¶
func (s *ListMembersResponseBody) SetTotalCount(v int64) *ListMembersResponseBody
func (ListMembersResponseBody) String ¶
func (s ListMembersResponseBody) String() string
type ListMembersResponseBodyMembers ¶
type ListMembersResponseBodyMembers struct { // example: // // myDisplayName DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` // example: // // 2021-01-21T17:12:35.232Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 14588*****51688039 MemberId *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"` // example: // // user1 MemberName *string `json:"MemberName,omitempty" xml:"MemberName,omitempty"` Roles []*string `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Repeated"` // example: // // 215139******88039 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (ListMembersResponseBodyMembers) GoString ¶
func (s ListMembersResponseBodyMembers) GoString() string
func (*ListMembersResponseBodyMembers) SetDisplayName ¶
func (s *ListMembersResponseBodyMembers) SetDisplayName(v string) *ListMembersResponseBodyMembers
func (*ListMembersResponseBodyMembers) SetGmtCreateTime ¶
func (s *ListMembersResponseBodyMembers) SetGmtCreateTime(v string) *ListMembersResponseBodyMembers
func (*ListMembersResponseBodyMembers) SetMemberId ¶
func (s *ListMembersResponseBodyMembers) SetMemberId(v string) *ListMembersResponseBodyMembers
func (*ListMembersResponseBodyMembers) SetMemberName ¶ added in v1.2.6
func (s *ListMembersResponseBodyMembers) SetMemberName(v string) *ListMembersResponseBodyMembers
func (*ListMembersResponseBodyMembers) SetRoles ¶
func (s *ListMembersResponseBodyMembers) SetRoles(v []*string) *ListMembersResponseBodyMembers
func (*ListMembersResponseBodyMembers) SetUserId ¶
func (s *ListMembersResponseBodyMembers) SetUserId(v string) *ListMembersResponseBodyMembers
func (ListMembersResponseBodyMembers) String ¶
func (s ListMembersResponseBodyMembers) String() string
type ListModelVersionsRequest ¶ added in v1.2.8
type ListModelVersionsRequest struct { // example: // // Approved ApprovalStatus *string `json:"ApprovalStatus,omitempty" xml:"ApprovalStatus,omitempty"` // example: // // SavedModel FormatType *string `json:"FormatType,omitempty" xml:"FormatType,omitempty"` // example: // // TensorFlow FrameworkType *string `json:"FrameworkType,omitempty" xml:"FrameworkType,omitempty"` // example: // // key1 Label *string `json:"Label,omitempty" xml:"Label,omitempty"` // example: // // DESC Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // example: // // GmtCreateTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` // example: // // region=cn-shanghai,workspaceId=13**,kind=PipelineRun,id=run-sakdb****jdf SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` // example: // // PAIFlow SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` // example: // // 1.0.1 VersionName *string `json:"VersionName,omitempty" xml:"VersionName,omitempty"` }
func (ListModelVersionsRequest) GoString ¶ added in v1.2.8
func (s ListModelVersionsRequest) GoString() string
func (*ListModelVersionsRequest) SetApprovalStatus ¶ added in v1.2.10
func (s *ListModelVersionsRequest) SetApprovalStatus(v string) *ListModelVersionsRequest
func (*ListModelVersionsRequest) SetFormatType ¶ added in v1.2.8
func (s *ListModelVersionsRequest) SetFormatType(v string) *ListModelVersionsRequest
func (*ListModelVersionsRequest) SetFrameworkType ¶ added in v1.2.8
func (s *ListModelVersionsRequest) SetFrameworkType(v string) *ListModelVersionsRequest
func (*ListModelVersionsRequest) SetLabel ¶ added in v1.2.8
func (s *ListModelVersionsRequest) SetLabel(v string) *ListModelVersionsRequest
func (*ListModelVersionsRequest) SetOrder ¶ added in v1.2.8
func (s *ListModelVersionsRequest) SetOrder(v string) *ListModelVersionsRequest
func (*ListModelVersionsRequest) SetPageNumber ¶ added in v1.2.8
func (s *ListModelVersionsRequest) SetPageNumber(v int32) *ListModelVersionsRequest
func (*ListModelVersionsRequest) SetPageSize ¶ added in v1.2.8
func (s *ListModelVersionsRequest) SetPageSize(v int32) *ListModelVersionsRequest
func (*ListModelVersionsRequest) SetSortBy ¶ added in v1.2.8
func (s *ListModelVersionsRequest) SetSortBy(v string) *ListModelVersionsRequest
func (*ListModelVersionsRequest) SetSourceId ¶ added in v1.2.8
func (s *ListModelVersionsRequest) SetSourceId(v string) *ListModelVersionsRequest
func (*ListModelVersionsRequest) SetSourceType ¶ added in v1.2.8
func (s *ListModelVersionsRequest) SetSourceType(v string) *ListModelVersionsRequest
func (*ListModelVersionsRequest) SetVersionName ¶ added in v1.2.8
func (s *ListModelVersionsRequest) SetVersionName(v string) *ListModelVersionsRequest
func (ListModelVersionsRequest) String ¶ added in v1.2.8
func (s ListModelVersionsRequest) String() string
type ListModelVersionsResponse ¶ added in v1.2.8
type ListModelVersionsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListModelVersionsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListModelVersionsResponse) GoString ¶ added in v1.2.8
func (s ListModelVersionsResponse) GoString() string
func (*ListModelVersionsResponse) SetBody ¶ added in v1.2.8
func (s *ListModelVersionsResponse) SetBody(v *ListModelVersionsResponseBody) *ListModelVersionsResponse
func (*ListModelVersionsResponse) SetHeaders ¶ added in v1.2.8
func (s *ListModelVersionsResponse) SetHeaders(v map[string]*string) *ListModelVersionsResponse
func (*ListModelVersionsResponse) SetStatusCode ¶ added in v1.2.8
func (s *ListModelVersionsResponse) SetStatusCode(v int32) *ListModelVersionsResponse
func (ListModelVersionsResponse) String ¶ added in v1.2.8
func (s ListModelVersionsResponse) String() string
type ListModelVersionsResponseBody ¶ added in v1.2.8
type ListModelVersionsResponseBody struct { // example: // // 473469C7-AA6F-4DC5-B3DB-A3DC***3C83E RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 15 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` Versions []*ModelVersion `json:"Versions,omitempty" xml:"Versions,omitempty" type:"Repeated"` }
func (ListModelVersionsResponseBody) GoString ¶ added in v1.2.8
func (s ListModelVersionsResponseBody) GoString() string
func (*ListModelVersionsResponseBody) SetRequestId ¶ added in v1.2.8
func (s *ListModelVersionsResponseBody) SetRequestId(v string) *ListModelVersionsResponseBody
func (*ListModelVersionsResponseBody) SetTotalCount ¶ added in v1.2.8
func (s *ListModelVersionsResponseBody) SetTotalCount(v int64) *ListModelVersionsResponseBody
func (*ListModelVersionsResponseBody) SetVersions ¶ added in v1.2.8
func (s *ListModelVersionsResponseBody) SetVersions(v []*ModelVersion) *ListModelVersionsResponseBody
func (ListModelVersionsResponseBody) String ¶ added in v1.2.8
func (s ListModelVersionsResponseBody) String() string
type ListModelsRequest ¶ added in v1.2.8
type ListModelsRequest struct { // example: // // AI4D,QuickStart Collections *string `json:"Collections,omitempty" xml:"Collections,omitempty"` // example: // // nlp Domain *string `json:"Domain,omitempty" xml:"Domain,omitempty"` // example: // // key1 Label *string `json:"Label,omitempty" xml:"Label,omitempty"` ModelName *string `json:"ModelName,omitempty" xml:"ModelName,omitempty"` // example: // // Endpoint ModelType *string `json:"ModelType,omitempty" xml:"ModelType,omitempty"` // example: // // DESC Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // ModelScope Origin *string `json:"Origin,omitempty" xml:"Origin,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // example: // // pai Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` // example: // // nlp Query *string `json:"Query,omitempty" xml:"Query,omitempty"` // example: // // GmtCreateTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` // example: // // text-classification Task *string `json:"Task,omitempty" xml:"Task,omitempty"` // example: // // 324** WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListModelsRequest) GoString ¶ added in v1.2.8
func (s ListModelsRequest) GoString() string
func (*ListModelsRequest) SetCollections ¶ added in v1.3.4
func (s *ListModelsRequest) SetCollections(v string) *ListModelsRequest
func (*ListModelsRequest) SetDomain ¶ added in v1.2.10
func (s *ListModelsRequest) SetDomain(v string) *ListModelsRequest
func (*ListModelsRequest) SetLabel ¶ added in v1.2.8
func (s *ListModelsRequest) SetLabel(v string) *ListModelsRequest
func (*ListModelsRequest) SetModelName ¶ added in v1.2.8
func (s *ListModelsRequest) SetModelName(v string) *ListModelsRequest
func (*ListModelsRequest) SetModelType ¶ added in v1.3.4
func (s *ListModelsRequest) SetModelType(v string) *ListModelsRequest
func (*ListModelsRequest) SetOrder ¶ added in v1.2.8
func (s *ListModelsRequest) SetOrder(v string) *ListModelsRequest
func (*ListModelsRequest) SetOrigin ¶ added in v1.2.10
func (s *ListModelsRequest) SetOrigin(v string) *ListModelsRequest
func (*ListModelsRequest) SetPageNumber ¶ added in v1.2.8
func (s *ListModelsRequest) SetPageNumber(v int32) *ListModelsRequest
func (*ListModelsRequest) SetPageSize ¶ added in v1.2.8
func (s *ListModelsRequest) SetPageSize(v int32) *ListModelsRequest
func (*ListModelsRequest) SetProvider ¶ added in v1.2.10
func (s *ListModelsRequest) SetProvider(v string) *ListModelsRequest
func (*ListModelsRequest) SetQuery ¶ added in v1.2.10
func (s *ListModelsRequest) SetQuery(v string) *ListModelsRequest
func (*ListModelsRequest) SetSortBy ¶ added in v1.2.8
func (s *ListModelsRequest) SetSortBy(v string) *ListModelsRequest
func (*ListModelsRequest) SetTask ¶ added in v1.2.10
func (s *ListModelsRequest) SetTask(v string) *ListModelsRequest
func (*ListModelsRequest) SetWorkspaceId ¶ added in v1.2.8
func (s *ListModelsRequest) SetWorkspaceId(v string) *ListModelsRequest
func (ListModelsRequest) String ¶ added in v1.2.8
func (s ListModelsRequest) String() string
type ListModelsResponse ¶ added in v1.2.8
type ListModelsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListModelsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListModelsResponse) GoString ¶ added in v1.2.8
func (s ListModelsResponse) GoString() string
func (*ListModelsResponse) SetBody ¶ added in v1.2.8
func (s *ListModelsResponse) SetBody(v *ListModelsResponseBody) *ListModelsResponse
func (*ListModelsResponse) SetHeaders ¶ added in v1.2.8
func (s *ListModelsResponse) SetHeaders(v map[string]*string) *ListModelsResponse
func (*ListModelsResponse) SetStatusCode ¶ added in v1.2.8
func (s *ListModelsResponse) SetStatusCode(v int32) *ListModelsResponse
func (ListModelsResponse) String ¶ added in v1.2.8
func (s ListModelsResponse) String() string
type ListModelsResponseBody ¶ added in v1.2.8
type ListModelsResponseBody struct { Models []*Model `json:"Models,omitempty" xml:"Models,omitempty" type:"Repeated"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 15 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListModelsResponseBody) GoString ¶ added in v1.2.8
func (s ListModelsResponseBody) GoString() string
func (*ListModelsResponseBody) SetModels ¶ added in v1.2.8
func (s *ListModelsResponseBody) SetModels(v []*Model) *ListModelsResponseBody
func (*ListModelsResponseBody) SetRequestId ¶ added in v1.2.8
func (s *ListModelsResponseBody) SetRequestId(v string) *ListModelsResponseBody
func (*ListModelsResponseBody) SetTotalCount ¶ added in v1.2.8
func (s *ListModelsResponseBody) SetTotalCount(v int64) *ListModelsResponseBody
func (ListModelsResponseBody) String ¶ added in v1.2.8
func (s ListModelsResponseBody) String() string
type ListPermissionsResponse ¶
type ListPermissionsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListPermissionsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListPermissionsResponse) GoString ¶
func (s ListPermissionsResponse) GoString() string
func (*ListPermissionsResponse) SetBody ¶
func (s *ListPermissionsResponse) SetBody(v *ListPermissionsResponseBody) *ListPermissionsResponse
func (*ListPermissionsResponse) SetHeaders ¶
func (s *ListPermissionsResponse) SetHeaders(v map[string]*string) *ListPermissionsResponse
func (*ListPermissionsResponse) SetStatusCode ¶ added in v1.2.6
func (s *ListPermissionsResponse) SetStatusCode(v int32) *ListPermissionsResponse
func (ListPermissionsResponse) String ¶
func (s ListPermissionsResponse) String() string
type ListPermissionsResponseBody ¶
type ListPermissionsResponseBody struct { Permissions []*ListPermissionsResponseBodyPermissions `json:"Permissions,omitempty" xml:"Permissions,omitempty" type:"Repeated"` // example: // // 2AE63638-5420-56DC-B******8174039A0 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 1 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListPermissionsResponseBody) GoString ¶
func (s ListPermissionsResponseBody) GoString() string
func (*ListPermissionsResponseBody) SetPermissions ¶
func (s *ListPermissionsResponseBody) SetPermissions(v []*ListPermissionsResponseBodyPermissions) *ListPermissionsResponseBody
func (*ListPermissionsResponseBody) SetRequestId ¶
func (s *ListPermissionsResponseBody) SetRequestId(v string) *ListPermissionsResponseBody
func (*ListPermissionsResponseBody) SetTotalCount ¶
func (s *ListPermissionsResponseBody) SetTotalCount(v int64) *ListPermissionsResponseBody
func (ListPermissionsResponseBody) String ¶
func (s ListPermissionsResponseBody) String() string
type ListPermissionsResponseBodyPermissions ¶
type ListPermissionsResponseBodyPermissions struct { // example: // // PaiDLC:GetTensorboard PermissionCode *string `json:"PermissionCode,omitempty" xml:"PermissionCode,omitempty"` PermissionRules []*ListPermissionsResponseBodyPermissionsPermissionRules `json:"PermissionRules,omitempty" xml:"PermissionRules,omitempty" type:"Repeated"` }
func (ListPermissionsResponseBodyPermissions) GoString ¶
func (s ListPermissionsResponseBodyPermissions) GoString() string
func (*ListPermissionsResponseBodyPermissions) SetPermissionCode ¶
func (s *ListPermissionsResponseBodyPermissions) SetPermissionCode(v string) *ListPermissionsResponseBodyPermissions
func (*ListPermissionsResponseBodyPermissions) SetPermissionRules ¶
func (s *ListPermissionsResponseBodyPermissions) SetPermissionRules(v []*ListPermissionsResponseBodyPermissionsPermissionRules) *ListPermissionsResponseBodyPermissions
func (ListPermissionsResponseBodyPermissions) String ¶
func (s ListPermissionsResponseBodyPermissions) String() string
type ListPermissionsResponseBodyPermissionsPermissionRules ¶
type ListPermissionsResponseBodyPermissionsPermissionRules struct { // example: // // PRIVATE Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // CREATOR EntityAccessType *string `json:"EntityAccessType,omitempty" xml:"EntityAccessType,omitempty"` }
func (ListPermissionsResponseBodyPermissionsPermissionRules) GoString ¶
func (s ListPermissionsResponseBodyPermissionsPermissionRules) GoString() string
func (*ListPermissionsResponseBodyPermissionsPermissionRules) SetAccessibility ¶
func (s *ListPermissionsResponseBodyPermissionsPermissionRules) SetAccessibility(v string) *ListPermissionsResponseBodyPermissionsPermissionRules
func (*ListPermissionsResponseBodyPermissionsPermissionRules) SetEntityAccessType ¶
func (s *ListPermissionsResponseBodyPermissionsPermissionRules) SetEntityAccessType(v string) *ListPermissionsResponseBodyPermissionsPermissionRules
func (ListPermissionsResponseBodyPermissionsPermissionRules) String ¶
func (s ListPermissionsResponseBodyPermissionsPermissionRules) String() string
type ListProductsRequest ¶
type ListProductsRequest struct { // example: // // PAI_isolate ProductCodes *string `json:"ProductCodes,omitempty" xml:"ProductCodes,omitempty"` // example: // // oss ServiceCodes *string `json:"ServiceCodes,omitempty" xml:"ServiceCodes,omitempty"` Verbose *bool `json:"Verbose,omitempty" xml:"Verbose,omitempty"` }
func (ListProductsRequest) GoString ¶
func (s ListProductsRequest) GoString() string
func (*ListProductsRequest) SetProductCodes ¶
func (s *ListProductsRequest) SetProductCodes(v string) *ListProductsRequest
func (*ListProductsRequest) SetServiceCodes ¶
func (s *ListProductsRequest) SetServiceCodes(v string) *ListProductsRequest
func (*ListProductsRequest) SetVerbose ¶
func (s *ListProductsRequest) SetVerbose(v bool) *ListProductsRequest
func (ListProductsRequest) String ¶
func (s ListProductsRequest) String() string
type ListProductsResponse ¶
type ListProductsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListProductsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListProductsResponse) GoString ¶
func (s ListProductsResponse) GoString() string
func (*ListProductsResponse) SetBody ¶
func (s *ListProductsResponse) SetBody(v *ListProductsResponseBody) *ListProductsResponse
func (*ListProductsResponse) SetHeaders ¶
func (s *ListProductsResponse) SetHeaders(v map[string]*string) *ListProductsResponse
func (*ListProductsResponse) SetStatusCode ¶ added in v1.2.9
func (s *ListProductsResponse) SetStatusCode(v int32) *ListProductsResponse
func (ListProductsResponse) String ¶
func (s ListProductsResponse) String() string
type ListProductsResponseBody ¶
type ListProductsResponseBody struct { Products []*ListProductsResponseBodyProducts `json:"Products,omitempty" xml:"Products,omitempty" type:"Repeated"` // example: // // 1e195c5116124202371861018d5bde RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Services []*ListProductsResponseBodyServices `json:"Services,omitempty" xml:"Services,omitempty" type:"Repeated"` }
func (ListProductsResponseBody) GoString ¶
func (s ListProductsResponseBody) GoString() string
func (*ListProductsResponseBody) SetProducts ¶
func (s *ListProductsResponseBody) SetProducts(v []*ListProductsResponseBodyProducts) *ListProductsResponseBody
func (*ListProductsResponseBody) SetRequestId ¶
func (s *ListProductsResponseBody) SetRequestId(v string) *ListProductsResponseBody
func (*ListProductsResponseBody) SetServices ¶
func (s *ListProductsResponseBody) SetServices(v []*ListProductsResponseBodyServices) *ListProductsResponseBody
func (ListProductsResponseBody) String ¶
func (s ListProductsResponseBody) String() string
type ListProductsResponseBodyProducts ¶
type ListProductsResponseBodyProducts struct { HasPermissionToPurchase *bool `json:"HasPermissionToPurchase,omitempty" xml:"HasPermissionToPurchase,omitempty"` // example: // // true IsPurchased *bool `json:"IsPurchased,omitempty" xml:"IsPurchased,omitempty"` // example: // // DataWorks_isolate ProductCode *string `json:"ProductCode,omitempty" xml:"ProductCode,omitempty"` ProductInstanceId *string `json:"ProductInstanceId,omitempty" xml:"ProductInstanceId,omitempty"` // example: // // https://common-buy.aliy PurchaseUrl *string `json:"PurchaseUrl,omitempty" xml:"PurchaseUrl,omitempty"` }
func (ListProductsResponseBodyProducts) GoString ¶
func (s ListProductsResponseBodyProducts) GoString() string
func (*ListProductsResponseBodyProducts) SetHasPermissionToPurchase ¶
func (s *ListProductsResponseBodyProducts) SetHasPermissionToPurchase(v bool) *ListProductsResponseBodyProducts
func (*ListProductsResponseBodyProducts) SetIsPurchased ¶
func (s *ListProductsResponseBodyProducts) SetIsPurchased(v bool) *ListProductsResponseBodyProducts
func (*ListProductsResponseBodyProducts) SetProductCode ¶
func (s *ListProductsResponseBodyProducts) SetProductCode(v string) *ListProductsResponseBodyProducts
func (*ListProductsResponseBodyProducts) SetProductInstanceId ¶ added in v1.2.9
func (s *ListProductsResponseBodyProducts) SetProductInstanceId(v string) *ListProductsResponseBodyProducts
func (*ListProductsResponseBodyProducts) SetPurchaseUrl ¶
func (s *ListProductsResponseBodyProducts) SetPurchaseUrl(v string) *ListProductsResponseBodyProducts
func (ListProductsResponseBodyProducts) String ¶
func (s ListProductsResponseBodyProducts) String() string
type ListProductsResponseBodyServices ¶
type ListProductsResponseBodyServices struct { // example: // // true IsOpen *bool `json:"IsOpen,omitempty" xml:"IsOpen,omitempty"` OpenUrl *string `json:"OpenUrl,omitempty" xml:"OpenUrl,omitempty"` // example: // // oss ServiceCode *string `json:"ServiceCode,omitempty" xml:"ServiceCode,omitempty"` }
func (ListProductsResponseBodyServices) GoString ¶
func (s ListProductsResponseBodyServices) GoString() string
func (*ListProductsResponseBodyServices) SetIsOpen ¶
func (s *ListProductsResponseBodyServices) SetIsOpen(v bool) *ListProductsResponseBodyServices
func (*ListProductsResponseBodyServices) SetOpenUrl ¶
func (s *ListProductsResponseBodyServices) SetOpenUrl(v string) *ListProductsResponseBodyServices
func (*ListProductsResponseBodyServices) SetServiceCode ¶
func (s *ListProductsResponseBodyServices) SetServiceCode(v string) *ListProductsResponseBodyServices
func (ListProductsResponseBodyServices) String ¶
func (s ListProductsResponseBodyServices) String() string
type ListQuotasRequest ¶
type ListQuotasRequest struct { // example: // // quota-name Name *string `json:"Name,omitempty" xml:"Name,omitempty"` }
func (ListQuotasRequest) GoString ¶
func (s ListQuotasRequest) GoString() string
func (*ListQuotasRequest) SetName ¶
func (s *ListQuotasRequest) SetName(v string) *ListQuotasRequest
func (ListQuotasRequest) String ¶
func (s ListQuotasRequest) String() string
type ListQuotasResponse ¶
type ListQuotasResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListQuotasResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListQuotasResponse) GoString ¶
func (s ListQuotasResponse) GoString() string
func (*ListQuotasResponse) SetBody ¶
func (s *ListQuotasResponse) SetBody(v *ListQuotasResponseBody) *ListQuotasResponse
func (*ListQuotasResponse) SetHeaders ¶
func (s *ListQuotasResponse) SetHeaders(v map[string]*string) *ListQuotasResponse
func (*ListQuotasResponse) SetStatusCode ¶ added in v1.2.6
func (s *ListQuotasResponse) SetStatusCode(v int32) *ListQuotasResponse
func (ListQuotasResponse) String ¶
func (s ListQuotasResponse) String() string
type ListQuotasResponseBody ¶
type ListQuotasResponseBody struct { Quotas []*ListQuotasResponseBodyQuotas `json:"Quotas,omitempty" xml:"Quotas,omitempty" type:"Repeated"` // example: // // 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 1 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListQuotasResponseBody) GoString ¶
func (s ListQuotasResponseBody) GoString() string
func (*ListQuotasResponseBody) SetQuotas ¶
func (s *ListQuotasResponseBody) SetQuotas(v []*ListQuotasResponseBodyQuotas) *ListQuotasResponseBody
func (*ListQuotasResponseBody) SetRequestId ¶
func (s *ListQuotasResponseBody) SetRequestId(v string) *ListQuotasResponseBody
func (*ListQuotasResponseBody) SetTotalCount ¶
func (s *ListQuotasResponseBody) SetTotalCount(v int64) *ListQuotasResponseBody
func (ListQuotasResponseBody) String ¶
func (s ListQuotasResponseBody) String() string
type ListQuotasResponseBodyQuotas ¶
type ListQuotasResponseBodyQuotas struct { DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` // example: // // 1828233 Id *string `json:"Id,omitempty" xml:"Id,omitempty"` // example: // // isolate Mode *string `json:"Mode,omitempty" xml:"Mode,omitempty"` // example: // // quota-name Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // MaxCompute_share ProductCode *string `json:"ProductCode,omitempty" xml:"ProductCode,omitempty"` // example: // // MaxCompute QuotaType *string `json:"QuotaType,omitempty" xml:"QuotaType,omitempty"` // example: // // {\\"cu\\":\\"11500\\",\\"minCu\\":\\"2300\\",\\"parentId\\":\\"0\\"} Specs []*ListQuotasResponseBodyQuotasSpecs `json:"Specs,omitempty" xml:"Specs,omitempty" type:"Repeated"` }
func (ListQuotasResponseBodyQuotas) GoString ¶
func (s ListQuotasResponseBodyQuotas) GoString() string
func (*ListQuotasResponseBodyQuotas) SetDisplayName ¶ added in v1.2.6
func (s *ListQuotasResponseBodyQuotas) SetDisplayName(v string) *ListQuotasResponseBodyQuotas
func (*ListQuotasResponseBodyQuotas) SetId ¶
func (s *ListQuotasResponseBodyQuotas) SetId(v string) *ListQuotasResponseBodyQuotas
func (*ListQuotasResponseBodyQuotas) SetMode ¶
func (s *ListQuotasResponseBodyQuotas) SetMode(v string) *ListQuotasResponseBodyQuotas
func (*ListQuotasResponseBodyQuotas) SetName ¶
func (s *ListQuotasResponseBodyQuotas) SetName(v string) *ListQuotasResponseBodyQuotas
func (*ListQuotasResponseBodyQuotas) SetProductCode ¶
func (s *ListQuotasResponseBodyQuotas) SetProductCode(v string) *ListQuotasResponseBodyQuotas
func (*ListQuotasResponseBodyQuotas) SetQuotaType ¶
func (s *ListQuotasResponseBodyQuotas) SetQuotaType(v string) *ListQuotasResponseBodyQuotas
func (*ListQuotasResponseBodyQuotas) SetSpecs ¶
func (s *ListQuotasResponseBodyQuotas) SetSpecs(v []*ListQuotasResponseBodyQuotasSpecs) *ListQuotasResponseBodyQuotas
func (ListQuotasResponseBodyQuotas) String ¶
func (s ListQuotasResponseBodyQuotas) String() string
type ListQuotasResponseBodyQuotasSpecs ¶
type ListQuotasResponseBodyQuotasSpecs struct { // example: // // cu Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // string Type *string `json:"Type,omitempty" xml:"Type,omitempty"` // example: // // 11500 Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (ListQuotasResponseBodyQuotasSpecs) GoString ¶
func (s ListQuotasResponseBodyQuotasSpecs) GoString() string
func (*ListQuotasResponseBodyQuotasSpecs) SetName ¶
func (s *ListQuotasResponseBodyQuotasSpecs) SetName(v string) *ListQuotasResponseBodyQuotasSpecs
func (*ListQuotasResponseBodyQuotasSpecs) SetType ¶
func (s *ListQuotasResponseBodyQuotasSpecs) SetType(v string) *ListQuotasResponseBodyQuotasSpecs
func (*ListQuotasResponseBodyQuotasSpecs) SetValue ¶
func (s *ListQuotasResponseBodyQuotasSpecs) SetValue(v string) *ListQuotasResponseBodyQuotasSpecs
func (ListQuotasResponseBodyQuotasSpecs) String ¶
func (s ListQuotasResponseBodyQuotasSpecs) String() string
type ListResourcesRequest ¶
type ListResourcesRequest struct { // example: // // group GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` Labels *string `json:"Labels,omitempty" xml:"Labels,omitempty"` // example: // // ListResourceByWorkspace Option *string `json:"Option,omitempty" xml:"Option,omitempty"` // example: // // 1 PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 20 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // example: // // MaxCompute ProductTypes *string `json:"ProductTypes,omitempty" xml:"ProductTypes,omitempty"` QuotaIds *string `json:"QuotaIds,omitempty" xml:"QuotaIds,omitempty"` // example: // // resource ResourceName *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"` ResourceTypes *string `json:"ResourceTypes,omitempty" xml:"ResourceTypes,omitempty"` // example: // // true Verbose *bool `json:"Verbose,omitempty" xml:"Verbose,omitempty"` VerboseFields *string `json:"VerboseFields,omitempty" xml:"VerboseFields,omitempty"` // example: // // 123 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListResourcesRequest) GoString ¶
func (s ListResourcesRequest) GoString() string
func (*ListResourcesRequest) SetGroupName ¶ added in v1.2.6
func (s *ListResourcesRequest) SetGroupName(v string) *ListResourcesRequest
func (*ListResourcesRequest) SetLabels ¶ added in v1.3.3
func (s *ListResourcesRequest) SetLabels(v string) *ListResourcesRequest
func (*ListResourcesRequest) SetOption ¶
func (s *ListResourcesRequest) SetOption(v string) *ListResourcesRequest
func (*ListResourcesRequest) SetPageNumber ¶
func (s *ListResourcesRequest) SetPageNumber(v int64) *ListResourcesRequest
func (*ListResourcesRequest) SetPageSize ¶
func (s *ListResourcesRequest) SetPageSize(v int32) *ListResourcesRequest
func (*ListResourcesRequest) SetProductTypes ¶
func (s *ListResourcesRequest) SetProductTypes(v string) *ListResourcesRequest
func (*ListResourcesRequest) SetQuotaIds ¶ added in v1.3.3
func (s *ListResourcesRequest) SetQuotaIds(v string) *ListResourcesRequest
func (*ListResourcesRequest) SetResourceName ¶
func (s *ListResourcesRequest) SetResourceName(v string) *ListResourcesRequest
func (*ListResourcesRequest) SetResourceTypes ¶ added in v1.2.10
func (s *ListResourcesRequest) SetResourceTypes(v string) *ListResourcesRequest
func (*ListResourcesRequest) SetVerbose ¶ added in v1.2.6
func (s *ListResourcesRequest) SetVerbose(v bool) *ListResourcesRequest
func (*ListResourcesRequest) SetVerboseFields ¶ added in v1.3.3
func (s *ListResourcesRequest) SetVerboseFields(v string) *ListResourcesRequest
func (*ListResourcesRequest) SetWorkspaceId ¶
func (s *ListResourcesRequest) SetWorkspaceId(v string) *ListResourcesRequest
func (ListResourcesRequest) String ¶
func (s ListResourcesRequest) String() string
type ListResourcesResponse ¶
type ListResourcesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListResourcesResponse) GoString ¶
func (s ListResourcesResponse) GoString() string
func (*ListResourcesResponse) SetBody ¶
func (s *ListResourcesResponse) SetBody(v *ListResourcesResponseBody) *ListResourcesResponse
func (*ListResourcesResponse) SetHeaders ¶
func (s *ListResourcesResponse) SetHeaders(v map[string]*string) *ListResourcesResponse
func (*ListResourcesResponse) SetStatusCode ¶ added in v1.2.6
func (s *ListResourcesResponse) SetStatusCode(v int32) *ListResourcesResponse
func (ListResourcesResponse) String ¶
func (s ListResourcesResponse) String() string
type ListResourcesResponseBody ¶
type ListResourcesResponseBody struct { // example: // // 1e195c5116124202371861018d5bde RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Resources []*ListResourcesResponseBodyResources `json:"Resources,omitempty" xml:"Resources,omitempty" type:"Repeated"` // example: // // 2 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListResourcesResponseBody) GoString ¶
func (s ListResourcesResponseBody) GoString() string
func (*ListResourcesResponseBody) SetRequestId ¶
func (s *ListResourcesResponseBody) SetRequestId(v string) *ListResourcesResponseBody
func (*ListResourcesResponseBody) SetResources ¶
func (s *ListResourcesResponseBody) SetResources(v []*ListResourcesResponseBodyResources) *ListResourcesResponseBody
func (*ListResourcesResponseBody) SetTotalCount ¶
func (s *ListResourcesResponseBody) SetTotalCount(v int64) *ListResourcesResponseBody
func (ListResourcesResponseBody) String ¶
func (s ListResourcesResponseBody) String() string
type ListResourcesResponseBodyResources ¶
type ListResourcesResponseBodyResources struct { Encryption *ListResourcesResponseBodyResourcesEncryption `json:"Encryption,omitempty" xml:"Encryption,omitempty" type:"Struct"` // example: // // prod EnvType *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"` Executor *ListResourcesResponseBodyResourcesExecutor `json:"Executor,omitempty" xml:"Executor,omitempty" type:"Struct"` // example: // // 2021-01-21T17:12:35.232Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // groupName GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` // example: // // 123 Id *string `json:"Id,omitempty" xml:"Id,omitempty"` // example: // // true IsDefault *bool `json:"IsDefault,omitempty" xml:"IsDefault,omitempty"` Labels []*ListResourcesResponseBodyResourcesLabels `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // example: // // ResourceName Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // MaxCompute ProductType *string `json:"ProductType,omitempty" xml:"ProductType,omitempty"` Quotas []*ListResourcesResponseBodyResourcesQuotas `json:"Quotas,omitempty" xml:"Quotas,omitempty" type:"Repeated"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` // example: // // 对于MaxCompute {"Endpoint": "odps.alibaba-inc.com", "Project": "mignshi"} Spec map[string]interface{} `json:"Spec,omitempty" xml:"Spec,omitempty"` // example: // // 123 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListResourcesResponseBodyResources) GoString ¶
func (s ListResourcesResponseBodyResources) GoString() string
func (*ListResourcesResponseBodyResources) SetEncryption ¶ added in v1.2.10
func (s *ListResourcesResponseBodyResources) SetEncryption(v *ListResourcesResponseBodyResourcesEncryption) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetEnvType ¶
func (s *ListResourcesResponseBodyResources) SetEnvType(v string) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetExecutor ¶ added in v1.2.10
func (s *ListResourcesResponseBodyResources) SetExecutor(v *ListResourcesResponseBodyResourcesExecutor) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetGmtCreateTime ¶
func (s *ListResourcesResponseBodyResources) SetGmtCreateTime(v string) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetGroupName ¶
func (s *ListResourcesResponseBodyResources) SetGroupName(v string) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetId ¶
func (s *ListResourcesResponseBodyResources) SetId(v string) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetIsDefault ¶
func (s *ListResourcesResponseBodyResources) SetIsDefault(v bool) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetLabels ¶ added in v1.3.3
func (s *ListResourcesResponseBodyResources) SetLabels(v []*ListResourcesResponseBodyResourcesLabels) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetName ¶
func (s *ListResourcesResponseBodyResources) SetName(v string) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetProductType ¶
func (s *ListResourcesResponseBodyResources) SetProductType(v string) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetQuotas ¶
func (s *ListResourcesResponseBodyResources) SetQuotas(v []*ListResourcesResponseBodyResourcesQuotas) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetResourceType ¶ added in v1.2.10
func (s *ListResourcesResponseBodyResources) SetResourceType(v string) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetSpec ¶
func (s *ListResourcesResponseBodyResources) SetSpec(v map[string]interface{}) *ListResourcesResponseBodyResources
func (*ListResourcesResponseBodyResources) SetWorkspaceId ¶
func (s *ListResourcesResponseBodyResources) SetWorkspaceId(v string) *ListResourcesResponseBodyResources
func (ListResourcesResponseBodyResources) String ¶
func (s ListResourcesResponseBodyResources) String() string
type ListResourcesResponseBodyResourcesEncryption ¶ added in v1.2.10
type ListResourcesResponseBodyResourcesEncryption struct { Algorithm *string `json:"Algorithm,omitempty" xml:"Algorithm,omitempty"` Enabled *bool `json:"Enabled,omitempty" xml:"Enabled,omitempty"` Key *string `json:"Key,omitempty" xml:"Key,omitempty"` }
func (ListResourcesResponseBodyResourcesEncryption) GoString ¶ added in v1.2.10
func (s ListResourcesResponseBodyResourcesEncryption) GoString() string
func (*ListResourcesResponseBodyResourcesEncryption) SetAlgorithm ¶ added in v1.2.10
func (s *ListResourcesResponseBodyResourcesEncryption) SetAlgorithm(v string) *ListResourcesResponseBodyResourcesEncryption
func (*ListResourcesResponseBodyResourcesEncryption) SetEnabled ¶ added in v1.2.10
func (s *ListResourcesResponseBodyResourcesEncryption) SetEnabled(v bool) *ListResourcesResponseBodyResourcesEncryption
func (ListResourcesResponseBodyResourcesEncryption) String ¶ added in v1.2.10
func (s ListResourcesResponseBodyResourcesEncryption) String() string
type ListResourcesResponseBodyResourcesExecutor ¶ added in v1.3.0
type ListResourcesResponseBodyResourcesExecutor struct {
OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
}
func (ListResourcesResponseBodyResourcesExecutor) GoString ¶ added in v1.3.0
func (s ListResourcesResponseBodyResourcesExecutor) GoString() string
func (*ListResourcesResponseBodyResourcesExecutor) SetOwnerId ¶ added in v1.3.0
func (s *ListResourcesResponseBodyResourcesExecutor) SetOwnerId(v string) *ListResourcesResponseBodyResourcesExecutor
func (ListResourcesResponseBodyResourcesExecutor) String ¶ added in v1.3.0
func (s ListResourcesResponseBodyResourcesExecutor) String() string
type ListResourcesResponseBodyResourcesLabels ¶ added in v1.3.3
type ListResourcesResponseBodyResourcesLabels struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (ListResourcesResponseBodyResourcesLabels) GoString ¶ added in v1.3.3
func (s ListResourcesResponseBodyResourcesLabels) GoString() string
func (*ListResourcesResponseBodyResourcesLabels) SetKey ¶ added in v1.3.3
func (s *ListResourcesResponseBodyResourcesLabels) SetKey(v string) *ListResourcesResponseBodyResourcesLabels
func (*ListResourcesResponseBodyResourcesLabels) SetValue ¶ added in v1.3.3
func (s *ListResourcesResponseBodyResourcesLabels) SetValue(v string) *ListResourcesResponseBodyResourcesLabels
func (ListResourcesResponseBodyResourcesLabels) String ¶ added in v1.3.3
func (s ListResourcesResponseBodyResourcesLabels) String() string
type ListResourcesResponseBodyResourcesQuotas ¶
type ListResourcesResponseBodyResourcesQuotas struct { // example: // // cpu CardType *string `json:"CardType,omitempty" xml:"CardType,omitempty"` DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` // example: // // 123 Id *string `json:"Id,omitempty" xml:"Id,omitempty"` // example: // // develop Mode *string `json:"Mode,omitempty" xml:"Mode,omitempty"` // example: // // QuotaName Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // MaxCompute_isolate ProductCode *string `json:"ProductCode,omitempty" xml:"ProductCode,omitempty"` // example: // // MaxCompute QuotaType *string `json:"QuotaType,omitempty" xml:"QuotaType,omitempty"` // example: // // {\\"cu\\":\\"11500\\",\\"minCu\\":\\"2300\\",\\"parentId\\":\\"0\\"} Specs []*ListResourcesResponseBodyResourcesQuotasSpecs `json:"Specs,omitempty" xml:"Specs,omitempty" type:"Repeated"` }
func (ListResourcesResponseBodyResourcesQuotas) GoString ¶
func (s ListResourcesResponseBodyResourcesQuotas) GoString() string
func (*ListResourcesResponseBodyResourcesQuotas) SetCardType ¶
func (s *ListResourcesResponseBodyResourcesQuotas) SetCardType(v string) *ListResourcesResponseBodyResourcesQuotas
func (*ListResourcesResponseBodyResourcesQuotas) SetDisplayName ¶ added in v1.2.6
func (s *ListResourcesResponseBodyResourcesQuotas) SetDisplayName(v string) *ListResourcesResponseBodyResourcesQuotas
func (*ListResourcesResponseBodyResourcesQuotas) SetId ¶
func (s *ListResourcesResponseBodyResourcesQuotas) SetId(v string) *ListResourcesResponseBodyResourcesQuotas
func (*ListResourcesResponseBodyResourcesQuotas) SetMode ¶
func (s *ListResourcesResponseBodyResourcesQuotas) SetMode(v string) *ListResourcesResponseBodyResourcesQuotas
func (*ListResourcesResponseBodyResourcesQuotas) SetName ¶
func (s *ListResourcesResponseBodyResourcesQuotas) SetName(v string) *ListResourcesResponseBodyResourcesQuotas
func (*ListResourcesResponseBodyResourcesQuotas) SetProductCode ¶
func (s *ListResourcesResponseBodyResourcesQuotas) SetProductCode(v string) *ListResourcesResponseBodyResourcesQuotas
func (*ListResourcesResponseBodyResourcesQuotas) SetQuotaType ¶
func (s *ListResourcesResponseBodyResourcesQuotas) SetQuotaType(v string) *ListResourcesResponseBodyResourcesQuotas
func (ListResourcesResponseBodyResourcesQuotas) String ¶
func (s ListResourcesResponseBodyResourcesQuotas) String() string
type ListResourcesResponseBodyResourcesQuotasSpecs ¶
type ListResourcesResponseBodyResourcesQuotasSpecs struct { // example: // // cu Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 11500 Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (ListResourcesResponseBodyResourcesQuotasSpecs) GoString ¶
func (s ListResourcesResponseBodyResourcesQuotasSpecs) GoString() string
func (*ListResourcesResponseBodyResourcesQuotasSpecs) SetName ¶
func (s *ListResourcesResponseBodyResourcesQuotasSpecs) SetName(v string) *ListResourcesResponseBodyResourcesQuotasSpecs
func (*ListResourcesResponseBodyResourcesQuotasSpecs) SetValue ¶
func (s *ListResourcesResponseBodyResourcesQuotasSpecs) SetValue(v string) *ListResourcesResponseBodyResourcesQuotasSpecs
func (ListResourcesResponseBodyResourcesQuotasSpecs) String ¶
func (s ListResourcesResponseBodyResourcesQuotasSpecs) String() string
type ListServiceTemplatesRequest ¶ added in v1.3.0
type ListServiceTemplatesRequest struct { // example: // // aigc Label *string `json:"Label,omitempty" xml:"Label,omitempty"` // example: // // DESC Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // example: // // pai Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` // example: // // aigc Query *string `json:"Query,omitempty" xml:"Query,omitempty"` // example: // // stable_diffusion_aigc ServiceTemplateName *string `json:"ServiceTemplateName,omitempty" xml:"ServiceTemplateName,omitempty"` // example: // // GmtCreateTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` }
func (ListServiceTemplatesRequest) GoString ¶ added in v1.3.0
func (s ListServiceTemplatesRequest) GoString() string
func (*ListServiceTemplatesRequest) SetLabel ¶ added in v1.3.0
func (s *ListServiceTemplatesRequest) SetLabel(v string) *ListServiceTemplatesRequest
func (*ListServiceTemplatesRequest) SetOrder ¶ added in v1.3.0
func (s *ListServiceTemplatesRequest) SetOrder(v string) *ListServiceTemplatesRequest
func (*ListServiceTemplatesRequest) SetPageNumber ¶ added in v1.3.0
func (s *ListServiceTemplatesRequest) SetPageNumber(v int32) *ListServiceTemplatesRequest
func (*ListServiceTemplatesRequest) SetPageSize ¶ added in v1.3.0
func (s *ListServiceTemplatesRequest) SetPageSize(v int32) *ListServiceTemplatesRequest
func (*ListServiceTemplatesRequest) SetProvider ¶ added in v1.3.0
func (s *ListServiceTemplatesRequest) SetProvider(v string) *ListServiceTemplatesRequest
func (*ListServiceTemplatesRequest) SetQuery ¶ added in v1.3.0
func (s *ListServiceTemplatesRequest) SetQuery(v string) *ListServiceTemplatesRequest
func (*ListServiceTemplatesRequest) SetServiceTemplateName ¶ added in v1.3.0
func (s *ListServiceTemplatesRequest) SetServiceTemplateName(v string) *ListServiceTemplatesRequest
func (*ListServiceTemplatesRequest) SetSortBy ¶ added in v1.3.0
func (s *ListServiceTemplatesRequest) SetSortBy(v string) *ListServiceTemplatesRequest
func (ListServiceTemplatesRequest) String ¶ added in v1.3.0
func (s ListServiceTemplatesRequest) String() string
type ListServiceTemplatesResponse ¶ added in v1.3.0
type ListServiceTemplatesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListServiceTemplatesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListServiceTemplatesResponse) GoString ¶ added in v1.3.0
func (s ListServiceTemplatesResponse) GoString() string
func (*ListServiceTemplatesResponse) SetBody ¶ added in v1.3.0
func (s *ListServiceTemplatesResponse) SetBody(v *ListServiceTemplatesResponseBody) *ListServiceTemplatesResponse
func (*ListServiceTemplatesResponse) SetHeaders ¶ added in v1.3.0
func (s *ListServiceTemplatesResponse) SetHeaders(v map[string]*string) *ListServiceTemplatesResponse
func (*ListServiceTemplatesResponse) SetStatusCode ¶ added in v1.3.0
func (s *ListServiceTemplatesResponse) SetStatusCode(v int32) *ListServiceTemplatesResponse
func (ListServiceTemplatesResponse) String ¶ added in v1.3.0
func (s ListServiceTemplatesResponse) String() string
type ListServiceTemplatesResponseBody ¶ added in v1.3.0
type ListServiceTemplatesResponseBody struct { // example: // // 40325405-579C-4D82**** RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ServiceTemplates []*ServiceTemplate `json:"ServiceTemplates,omitempty" xml:"ServiceTemplates,omitempty" type:"Repeated"` // example: // // 15 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListServiceTemplatesResponseBody) GoString ¶ added in v1.3.0
func (s ListServiceTemplatesResponseBody) GoString() string
func (*ListServiceTemplatesResponseBody) SetRequestId ¶ added in v1.3.0
func (s *ListServiceTemplatesResponseBody) SetRequestId(v string) *ListServiceTemplatesResponseBody
func (*ListServiceTemplatesResponseBody) SetServiceTemplates ¶ added in v1.3.0
func (s *ListServiceTemplatesResponseBody) SetServiceTemplates(v []*ServiceTemplate) *ListServiceTemplatesResponseBody
func (*ListServiceTemplatesResponseBody) SetTotalCount ¶ added in v1.3.0
func (s *ListServiceTemplatesResponseBody) SetTotalCount(v int64) *ListServiceTemplatesResponseBody
func (ListServiceTemplatesResponseBody) String ¶ added in v1.3.0
func (s ListServiceTemplatesResponseBody) String() string
type ListWorkspaceUsersRequest ¶ added in v1.3.0
type ListWorkspaceUsersRequest struct {
UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}
func (ListWorkspaceUsersRequest) GoString ¶ added in v1.3.0
func (s ListWorkspaceUsersRequest) GoString() string
func (*ListWorkspaceUsersRequest) SetUserName ¶ added in v1.3.0
func (s *ListWorkspaceUsersRequest) SetUserName(v string) *ListWorkspaceUsersRequest
func (ListWorkspaceUsersRequest) String ¶ added in v1.3.0
func (s ListWorkspaceUsersRequest) String() string
type ListWorkspaceUsersResponse ¶
type ListWorkspaceUsersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListWorkspaceUsersResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListWorkspaceUsersResponse) GoString ¶
func (s ListWorkspaceUsersResponse) GoString() string
func (*ListWorkspaceUsersResponse) SetBody ¶
func (s *ListWorkspaceUsersResponse) SetBody(v *ListWorkspaceUsersResponseBody) *ListWorkspaceUsersResponse
func (*ListWorkspaceUsersResponse) SetHeaders ¶
func (s *ListWorkspaceUsersResponse) SetHeaders(v map[string]*string) *ListWorkspaceUsersResponse
func (*ListWorkspaceUsersResponse) SetStatusCode ¶ added in v1.2.6
func (s *ListWorkspaceUsersResponse) SetStatusCode(v int32) *ListWorkspaceUsersResponse
func (ListWorkspaceUsersResponse) String ¶
func (s ListWorkspaceUsersResponse) String() string
type ListWorkspaceUsersResponseBody ¶
type ListWorkspaceUsersResponseBody struct { // example: // // 1e195c5116124202371861018d5bde RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 2 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` Users []*ListWorkspaceUsersResponseBodyUsers `json:"Users,omitempty" xml:"Users,omitempty" type:"Repeated"` }
func (ListWorkspaceUsersResponseBody) GoString ¶
func (s ListWorkspaceUsersResponseBody) GoString() string
func (*ListWorkspaceUsersResponseBody) SetRequestId ¶
func (s *ListWorkspaceUsersResponseBody) SetRequestId(v string) *ListWorkspaceUsersResponseBody
func (*ListWorkspaceUsersResponseBody) SetTotalCount ¶
func (s *ListWorkspaceUsersResponseBody) SetTotalCount(v int64) *ListWorkspaceUsersResponseBody
func (*ListWorkspaceUsersResponseBody) SetUsers ¶
func (s *ListWorkspaceUsersResponseBody) SetUsers(v []*ListWorkspaceUsersResponseBodyUsers) *ListWorkspaceUsersResponseBody
func (ListWorkspaceUsersResponseBody) String ¶
func (s ListWorkspaceUsersResponseBody) String() string
type ListWorkspaceUsersResponseBodyUsers ¶
type ListWorkspaceUsersResponseBodyUsers struct { // example: // // 1611******3000 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // she******mo UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"` }
func (ListWorkspaceUsersResponseBodyUsers) GoString ¶
func (s ListWorkspaceUsersResponseBodyUsers) GoString() string
func (*ListWorkspaceUsersResponseBodyUsers) SetUserId ¶
func (s *ListWorkspaceUsersResponseBodyUsers) SetUserId(v string) *ListWorkspaceUsersResponseBodyUsers
func (*ListWorkspaceUsersResponseBodyUsers) SetUserName ¶
func (s *ListWorkspaceUsersResponseBodyUsers) SetUserName(v string) *ListWorkspaceUsersResponseBodyUsers
func (ListWorkspaceUsersResponseBodyUsers) String ¶
func (s ListWorkspaceUsersResponseBodyUsers) String() string
type ListWorkspacesRequest ¶
type ListWorkspacesRequest struct { // example: // // Id Fields *string `json:"Fields,omitempty" xml:"Fields,omitempty"` // example: // // PAI ModuleList *string `json:"ModuleList,omitempty" xml:"ModuleList,omitempty"` // example: // // GetWorkspaces Option *string `json:"Option,omitempty" xml:"Option,omitempty"` // example: // // ASC Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1 PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 20 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // example: // // GmtCreateTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` // example: // // ENABLED Status *string `json:"Status,omitempty" xml:"Status,omitempty"` // example: // // true Verbose *bool `json:"Verbose,omitempty" xml:"Verbose,omitempty"` // example: // // 123,234 WorkspaceIds *string `json:"WorkspaceIds,omitempty" xml:"WorkspaceIds,omitempty"` // example: // // abc WorkspaceName *string `json:"WorkspaceName,omitempty" xml:"WorkspaceName,omitempty"` }
func (ListWorkspacesRequest) GoString ¶
func (s ListWorkspacesRequest) GoString() string
func (*ListWorkspacesRequest) SetFields ¶
func (s *ListWorkspacesRequest) SetFields(v string) *ListWorkspacesRequest
func (*ListWorkspacesRequest) SetModuleList ¶
func (s *ListWorkspacesRequest) SetModuleList(v string) *ListWorkspacesRequest
func (*ListWorkspacesRequest) SetOption ¶
func (s *ListWorkspacesRequest) SetOption(v string) *ListWorkspacesRequest
func (*ListWorkspacesRequest) SetOrder ¶
func (s *ListWorkspacesRequest) SetOrder(v string) *ListWorkspacesRequest
func (*ListWorkspacesRequest) SetPageNumber ¶
func (s *ListWorkspacesRequest) SetPageNumber(v int64) *ListWorkspacesRequest
func (*ListWorkspacesRequest) SetPageSize ¶
func (s *ListWorkspacesRequest) SetPageSize(v int32) *ListWorkspacesRequest
func (*ListWorkspacesRequest) SetSortBy ¶
func (s *ListWorkspacesRequest) SetSortBy(v string) *ListWorkspacesRequest
func (*ListWorkspacesRequest) SetStatus ¶
func (s *ListWorkspacesRequest) SetStatus(v string) *ListWorkspacesRequest
func (*ListWorkspacesRequest) SetVerbose ¶
func (s *ListWorkspacesRequest) SetVerbose(v bool) *ListWorkspacesRequest
func (*ListWorkspacesRequest) SetWorkspaceIds ¶
func (s *ListWorkspacesRequest) SetWorkspaceIds(v string) *ListWorkspacesRequest
func (*ListWorkspacesRequest) SetWorkspaceName ¶
func (s *ListWorkspacesRequest) SetWorkspaceName(v string) *ListWorkspacesRequest
func (ListWorkspacesRequest) String ¶
func (s ListWorkspacesRequest) String() string
type ListWorkspacesResponse ¶
type ListWorkspacesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListWorkspacesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListWorkspacesResponse) GoString ¶
func (s ListWorkspacesResponse) GoString() string
func (*ListWorkspacesResponse) SetBody ¶
func (s *ListWorkspacesResponse) SetBody(v *ListWorkspacesResponseBody) *ListWorkspacesResponse
func (*ListWorkspacesResponse) SetHeaders ¶
func (s *ListWorkspacesResponse) SetHeaders(v map[string]*string) *ListWorkspacesResponse
func (*ListWorkspacesResponse) SetStatusCode ¶ added in v1.2.6
func (s *ListWorkspacesResponse) SetStatusCode(v int32) *ListWorkspacesResponse
func (ListWorkspacesResponse) String ¶
func (s ListWorkspacesResponse) String() string
type ListWorkspacesResponseBody ¶
type ListWorkspacesResponseBody struct { // example: // // 8D7B2E70-F770-505B-A672-09F1D8F2EC1E RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // { // // "MaxCompute_share": 1, // // "MaxCompute_isolate": 1, // // "DLC_share": 1 // // } ResourceLimits map[string]interface{} `json:"ResourceLimits,omitempty" xml:"ResourceLimits,omitempty"` // example: // // 1 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` Workspaces []*ListWorkspacesResponseBodyWorkspaces `json:"Workspaces,omitempty" xml:"Workspaces,omitempty" type:"Repeated"` }
func (ListWorkspacesResponseBody) GoString ¶
func (s ListWorkspacesResponseBody) GoString() string
func (*ListWorkspacesResponseBody) SetRequestId ¶
func (s *ListWorkspacesResponseBody) SetRequestId(v string) *ListWorkspacesResponseBody
func (*ListWorkspacesResponseBody) SetResourceLimits ¶
func (s *ListWorkspacesResponseBody) SetResourceLimits(v map[string]interface{}) *ListWorkspacesResponseBody
func (*ListWorkspacesResponseBody) SetTotalCount ¶
func (s *ListWorkspacesResponseBody) SetTotalCount(v int64) *ListWorkspacesResponseBody
func (*ListWorkspacesResponseBody) SetWorkspaces ¶
func (s *ListWorkspacesResponseBody) SetWorkspaces(v []*ListWorkspacesResponseBodyWorkspaces) *ListWorkspacesResponseBody
func (ListWorkspacesResponseBody) String ¶
func (s ListWorkspacesResponseBody) String() string
type ListWorkspacesResponseBodyWorkspaces ¶
type ListWorkspacesResponseBodyWorkspaces struct { AdminNames []*string `json:"AdminNames,omitempty" xml:"AdminNames,omitempty" type:"Repeated"` // example: // // 122424353535 Creator *string `json:"Creator,omitempty" xml:"Creator,omitempty"` // example: // // workspace description example Description *string `json:"Description,omitempty" xml:"Description,omitempty"` EnvTypes []*string `json:"EnvTypes,omitempty" xml:"EnvTypes,omitempty" type:"Repeated"` // example: // // {"TenantId": "4286******98"} ExtraInfos map[string]interface{} `json:"ExtraInfos,omitempty" xml:"ExtraInfos,omitempty"` // example: // // 2021-01-21T17:12:35.232Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-21T17:12:35.232Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // false IsDefault *bool `json:"IsDefault,omitempty" xml:"IsDefault,omitempty"` // example: // // ENABLED Status *string `json:"Status,omitempty" xml:"Status,omitempty"` // example: // // 123 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` // example: // // workspace-example WorkspaceName *string `json:"WorkspaceName,omitempty" xml:"WorkspaceName,omitempty"` }
func (ListWorkspacesResponseBodyWorkspaces) GoString ¶
func (s ListWorkspacesResponseBodyWorkspaces) GoString() string
func (*ListWorkspacesResponseBodyWorkspaces) SetAdminNames ¶
func (s *ListWorkspacesResponseBodyWorkspaces) SetAdminNames(v []*string) *ListWorkspacesResponseBodyWorkspaces
func (*ListWorkspacesResponseBodyWorkspaces) SetCreator ¶
func (s *ListWorkspacesResponseBodyWorkspaces) SetCreator(v string) *ListWorkspacesResponseBodyWorkspaces
func (*ListWorkspacesResponseBodyWorkspaces) SetDescription ¶
func (s *ListWorkspacesResponseBodyWorkspaces) SetDescription(v string) *ListWorkspacesResponseBodyWorkspaces
func (*ListWorkspacesResponseBodyWorkspaces) SetEnvTypes ¶
func (s *ListWorkspacesResponseBodyWorkspaces) SetEnvTypes(v []*string) *ListWorkspacesResponseBodyWorkspaces
func (*ListWorkspacesResponseBodyWorkspaces) SetExtraInfos ¶
func (s *ListWorkspacesResponseBodyWorkspaces) SetExtraInfos(v map[string]interface{}) *ListWorkspacesResponseBodyWorkspaces
func (*ListWorkspacesResponseBodyWorkspaces) SetGmtCreateTime ¶
func (s *ListWorkspacesResponseBodyWorkspaces) SetGmtCreateTime(v string) *ListWorkspacesResponseBodyWorkspaces
func (*ListWorkspacesResponseBodyWorkspaces) SetGmtModifiedTime ¶
func (s *ListWorkspacesResponseBodyWorkspaces) SetGmtModifiedTime(v string) *ListWorkspacesResponseBodyWorkspaces
func (*ListWorkspacesResponseBodyWorkspaces) SetIsDefault ¶
func (s *ListWorkspacesResponseBodyWorkspaces) SetIsDefault(v bool) *ListWorkspacesResponseBodyWorkspaces
func (*ListWorkspacesResponseBodyWorkspaces) SetStatus ¶
func (s *ListWorkspacesResponseBodyWorkspaces) SetStatus(v string) *ListWorkspacesResponseBodyWorkspaces
func (*ListWorkspacesResponseBodyWorkspaces) SetWorkspaceId ¶
func (s *ListWorkspacesResponseBodyWorkspaces) SetWorkspaceId(v string) *ListWorkspacesResponseBodyWorkspaces
func (*ListWorkspacesResponseBodyWorkspaces) SetWorkspaceName ¶
func (s *ListWorkspacesResponseBodyWorkspaces) SetWorkspaceName(v string) *ListWorkspacesResponseBodyWorkspaces
func (ListWorkspacesResponseBodyWorkspaces) String ¶
func (s ListWorkspacesResponseBodyWorkspaces) String() string
type Model ¶ added in v1.2.6
type Model struct { // example: // // PUBLIC Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // cv Domain *string `json:"Domain,omitempty" xml:"Domain,omitempty"` ExtraInfo map[string]interface{} `json:"ExtraInfo,omitempty" xml:"ExtraInfo,omitempty"` // example: // // 2021-01-21T17:12:35Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-21T17:12:35Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` LatestVersion *ModelVersion `json:"LatestVersion,omitempty" xml:"LatestVersion,omitempty"` ModelDescription *string `json:"ModelDescription,omitempty" xml:"ModelDescription,omitempty"` // example: // // https://***.md ModelDoc *string `json:"ModelDoc,omitempty" xml:"ModelDoc,omitempty"` // example: // // model-1123***** ModelId *string `json:"ModelId,omitempty" xml:"ModelId,omitempty"` ModelName *string `json:"ModelName,omitempty" xml:"ModelName,omitempty"` // example: // // Checkpoint ModelType *string `json:"ModelType,omitempty" xml:"ModelType,omitempty"` // example: // // 101 OrderNumber *int64 `json:"OrderNumber,omitempty" xml:"OrderNumber,omitempty"` // example: // // ModelScope Origin *string `json:"Origin,omitempty" xml:"Origin,omitempty"` // example: // // 1557702098****** OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // pai Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` // example: // // text-classifiaction Task *string `json:"Task,omitempty" xml:"Task,omitempty"` // example: // // 1557702098****** UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // example: // // 234** WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (*Model) SetAccessibility ¶ added in v1.2.6
func (*Model) SetExtraInfo ¶ added in v1.3.4
func (*Model) SetGmtCreateTime ¶ added in v1.2.6
func (*Model) SetGmtModifiedTime ¶ added in v1.2.6
func (*Model) SetLatestVersion ¶ added in v1.2.6
func (s *Model) SetLatestVersion(v *ModelVersion) *Model
func (*Model) SetModelDescription ¶ added in v1.2.6
func (*Model) SetModelDoc ¶ added in v1.2.10
func (*Model) SetModelId ¶ added in v1.2.6
func (*Model) SetModelName ¶ added in v1.2.6
func (*Model) SetModelType ¶ added in v1.3.4
func (*Model) SetOrderNumber ¶ added in v1.3.0
func (*Model) SetOwnerId ¶ added in v1.2.6
func (*Model) SetProvider ¶ added in v1.2.10
func (*Model) SetWorkspaceId ¶ added in v1.2.6
type ModelVersion ¶ added in v1.2.6
type ModelVersion struct { ApprovalStatus *string `json:"ApprovalStatus,omitempty" xml:"ApprovalStatus,omitempty"` CompressionSpec map[string]interface{} `json:"CompressionSpec,omitempty" xml:"CompressionSpec,omitempty"` EvaluationSpec map[string]interface{} `json:"EvaluationSpec,omitempty" xml:"EvaluationSpec,omitempty"` ExtraInfo map[string]interface{} `json:"ExtraInfo,omitempty" xml:"ExtraInfo,omitempty"` // example: // // SavedModel FormatType *string `json:"FormatType,omitempty" xml:"FormatType,omitempty"` // example: // // TensorFlow FrameworkType *string `json:"FrameworkType,omitempty" xml:"FrameworkType,omitempty"` // example: // // 2021-01-21T17:12:35Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-21T17:12:35Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` InferenceSpec map[string]interface{} `json:"InferenceSpec,omitempty" xml:"InferenceSpec,omitempty"` Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` Metrics map[string]interface{} `json:"Metrics,omitempty" xml:"Metrics,omitempty"` Options *string `json:"Options,omitempty" xml:"Options,omitempty"` // example: // // 155770209****** OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` TrainingSpec map[string]interface{} `json:"TrainingSpec,omitempty" xml:"TrainingSpec,omitempty"` // example: // // oss://bucket/path-to-model Uri *string `json:"Uri,omitempty" xml:"Uri,omitempty"` // example: // // 155770209****** UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` VersionDescription *string `json:"VersionDescription,omitempty" xml:"VersionDescription,omitempty"` // example: // // 1.0.0 VersionName *string `json:"VersionName,omitempty" xml:"VersionName,omitempty"` }
func (ModelVersion) GoString ¶ added in v1.2.6
func (s ModelVersion) GoString() string
func (*ModelVersion) SetApprovalStatus ¶ added in v1.2.10
func (s *ModelVersion) SetApprovalStatus(v string) *ModelVersion
func (*ModelVersion) SetCompressionSpec ¶ added in v1.3.8
func (s *ModelVersion) SetCompressionSpec(v map[string]interface{}) *ModelVersion
func (*ModelVersion) SetEvaluationSpec ¶ added in v1.3.4
func (s *ModelVersion) SetEvaluationSpec(v map[string]interface{}) *ModelVersion
func (*ModelVersion) SetExtraInfo ¶ added in v1.3.4
func (s *ModelVersion) SetExtraInfo(v map[string]interface{}) *ModelVersion
func (*ModelVersion) SetFormatType ¶ added in v1.2.6
func (s *ModelVersion) SetFormatType(v string) *ModelVersion
func (*ModelVersion) SetFrameworkType ¶ added in v1.2.6
func (s *ModelVersion) SetFrameworkType(v string) *ModelVersion
func (*ModelVersion) SetGmtCreateTime ¶ added in v1.2.6
func (s *ModelVersion) SetGmtCreateTime(v string) *ModelVersion
func (*ModelVersion) SetGmtModifiedTime ¶ added in v1.2.6
func (s *ModelVersion) SetGmtModifiedTime(v string) *ModelVersion
func (*ModelVersion) SetInferenceSpec ¶ added in v1.2.6
func (s *ModelVersion) SetInferenceSpec(v map[string]interface{}) *ModelVersion
func (*ModelVersion) SetLabels ¶ added in v1.2.6
func (s *ModelVersion) SetLabels(v []*Label) *ModelVersion
func (*ModelVersion) SetMetrics ¶ added in v1.2.10
func (s *ModelVersion) SetMetrics(v map[string]interface{}) *ModelVersion
func (*ModelVersion) SetOptions ¶ added in v1.2.6
func (s *ModelVersion) SetOptions(v string) *ModelVersion
func (*ModelVersion) SetOwnerId ¶ added in v1.2.6
func (s *ModelVersion) SetOwnerId(v string) *ModelVersion
func (*ModelVersion) SetSourceId ¶ added in v1.2.6
func (s *ModelVersion) SetSourceId(v string) *ModelVersion
func (*ModelVersion) SetSourceType ¶ added in v1.2.6
func (s *ModelVersion) SetSourceType(v string) *ModelVersion
func (*ModelVersion) SetTrainingSpec ¶ added in v1.2.10
func (s *ModelVersion) SetTrainingSpec(v map[string]interface{}) *ModelVersion
func (*ModelVersion) SetUri ¶ added in v1.2.6
func (s *ModelVersion) SetUri(v string) *ModelVersion
func (*ModelVersion) SetUserId ¶ added in v1.2.6
func (s *ModelVersion) SetUserId(v string) *ModelVersion
func (*ModelVersion) SetVersionDescription ¶ added in v1.2.6
func (s *ModelVersion) SetVersionDescription(v string) *ModelVersion
func (*ModelVersion) SetVersionName ¶ added in v1.2.6
func (s *ModelVersion) SetVersionName(v string) *ModelVersion
func (ModelVersion) String ¶ added in v1.2.6
func (s ModelVersion) String() string
type PublishCodeSourceResponse ¶
type PublishCodeSourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PublishCodeSourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PublishCodeSourceResponse) GoString ¶
func (s PublishCodeSourceResponse) GoString() string
func (*PublishCodeSourceResponse) SetBody ¶
func (s *PublishCodeSourceResponse) SetBody(v *PublishCodeSourceResponseBody) *PublishCodeSourceResponse
func (*PublishCodeSourceResponse) SetHeaders ¶
func (s *PublishCodeSourceResponse) SetHeaders(v map[string]*string) *PublishCodeSourceResponse
func (*PublishCodeSourceResponse) SetStatusCode ¶ added in v1.2.8
func (s *PublishCodeSourceResponse) SetStatusCode(v int32) *PublishCodeSourceResponse
func (PublishCodeSourceResponse) String ¶
func (s PublishCodeSourceResponse) String() string
type PublishCodeSourceResponseBody ¶
type PublishCodeSourceResponseBody struct { // example: // // code-a797******* CodeSourceId *string `json:"CodeSourceId,omitempty" xml:"CodeSourceId,omitempty"` // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (PublishCodeSourceResponseBody) GoString ¶
func (s PublishCodeSourceResponseBody) GoString() string
func (*PublishCodeSourceResponseBody) SetCodeSourceId ¶
func (s *PublishCodeSourceResponseBody) SetCodeSourceId(v string) *PublishCodeSourceResponseBody
func (*PublishCodeSourceResponseBody) SetRequestId ¶
func (s *PublishCodeSourceResponseBody) SetRequestId(v string) *PublishCodeSourceResponseBody
func (PublishCodeSourceResponseBody) String ¶
func (s PublishCodeSourceResponseBody) String() string
type PublishDatasetResponse ¶
type PublishDatasetResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PublishDatasetResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PublishDatasetResponse) GoString ¶
func (s PublishDatasetResponse) GoString() string
func (*PublishDatasetResponse) SetBody ¶
func (s *PublishDatasetResponse) SetBody(v *PublishDatasetResponseBody) *PublishDatasetResponse
func (*PublishDatasetResponse) SetHeaders ¶
func (s *PublishDatasetResponse) SetHeaders(v map[string]*string) *PublishDatasetResponse
func (*PublishDatasetResponse) SetStatusCode ¶ added in v1.2.7
func (s *PublishDatasetResponse) SetStatusCode(v int32) *PublishDatasetResponse
func (PublishDatasetResponse) String ¶
func (s PublishDatasetResponse) String() string
type PublishDatasetResponseBody ¶
type PublishDatasetResponseBody struct { // example: // // A0F049F0-8D69-5BAC-8F10-B******A34C RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (PublishDatasetResponseBody) GoString ¶
func (s PublishDatasetResponseBody) GoString() string
func (*PublishDatasetResponseBody) SetRequestId ¶
func (s *PublishDatasetResponseBody) SetRequestId(v string) *PublishDatasetResponseBody
func (PublishDatasetResponseBody) String ¶
func (s PublishDatasetResponseBody) String() string
type PublishImageResponse ¶
type PublishImageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PublishImageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PublishImageResponse) GoString ¶
func (s PublishImageResponse) GoString() string
func (*PublishImageResponse) SetBody ¶
func (s *PublishImageResponse) SetBody(v *PublishImageResponseBody) *PublishImageResponse
func (*PublishImageResponse) SetHeaders ¶
func (s *PublishImageResponse) SetHeaders(v map[string]*string) *PublishImageResponse
func (*PublishImageResponse) SetStatusCode ¶ added in v1.2.6
func (s *PublishImageResponse) SetStatusCode(v int32) *PublishImageResponse
func (PublishImageResponse) String ¶
func (s PublishImageResponse) String() string
type PublishImageResponseBody ¶
type PublishImageResponseBody struct { // example: // // image-dk******fa ImageId *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"` // example: // // A0F049F0-8D69-5BAC-8F10-B******A34C RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (PublishImageResponseBody) GoString ¶
func (s PublishImageResponseBody) GoString() string
func (*PublishImageResponseBody) SetImageId ¶
func (s *PublishImageResponseBody) SetImageId(v string) *PublishImageResponseBody
func (*PublishImageResponseBody) SetRequestId ¶
func (s *PublishImageResponseBody) SetRequestId(v string) *PublishImageResponseBody
func (PublishImageResponseBody) String ¶
func (s PublishImageResponseBody) String() string
type RemoveImageLabelsResponse ¶
type RemoveImageLabelsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *RemoveImageLabelsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (RemoveImageLabelsResponse) GoString ¶
func (s RemoveImageLabelsResponse) GoString() string
func (*RemoveImageLabelsResponse) SetBody ¶
func (s *RemoveImageLabelsResponse) SetBody(v *RemoveImageLabelsResponseBody) *RemoveImageLabelsResponse
func (*RemoveImageLabelsResponse) SetHeaders ¶
func (s *RemoveImageLabelsResponse) SetHeaders(v map[string]*string) *RemoveImageLabelsResponse
func (*RemoveImageLabelsResponse) SetStatusCode ¶ added in v1.2.6
func (s *RemoveImageLabelsResponse) SetStatusCode(v int32) *RemoveImageLabelsResponse
func (RemoveImageLabelsResponse) String ¶
func (s RemoveImageLabelsResponse) String() string
type RemoveImageLabelsResponseBody ¶
type RemoveImageLabelsResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (RemoveImageLabelsResponseBody) GoString ¶
func (s RemoveImageLabelsResponseBody) GoString() string
func (*RemoveImageLabelsResponseBody) SetRequestId ¶
func (s *RemoveImageLabelsResponseBody) SetRequestId(v string) *RemoveImageLabelsResponseBody
func (RemoveImageLabelsResponseBody) String ¶
func (s RemoveImageLabelsResponseBody) String() string
type RemoveImageResponse ¶
type RemoveImageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *RemoveImageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (RemoveImageResponse) GoString ¶
func (s RemoveImageResponse) GoString() string
func (*RemoveImageResponse) SetBody ¶
func (s *RemoveImageResponse) SetBody(v *RemoveImageResponseBody) *RemoveImageResponse
func (*RemoveImageResponse) SetHeaders ¶
func (s *RemoveImageResponse) SetHeaders(v map[string]*string) *RemoveImageResponse
func (*RemoveImageResponse) SetStatusCode ¶ added in v1.2.6
func (s *RemoveImageResponse) SetStatusCode(v int32) *RemoveImageResponse
func (RemoveImageResponse) String ¶
func (s RemoveImageResponse) String() string
type RemoveImageResponseBody ¶
type RemoveImageResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (RemoveImageResponseBody) GoString ¶
func (s RemoveImageResponseBody) GoString() string
func (*RemoveImageResponseBody) SetRequestId ¶
func (s *RemoveImageResponseBody) SetRequestId(v string) *RemoveImageResponseBody
func (RemoveImageResponseBody) String ¶
func (s RemoveImageResponseBody) String() string
type RemoveMemberRoleResponse ¶
type RemoveMemberRoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *RemoveMemberRoleResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (RemoveMemberRoleResponse) GoString ¶
func (s RemoveMemberRoleResponse) GoString() string
func (*RemoveMemberRoleResponse) SetBody ¶
func (s *RemoveMemberRoleResponse) SetBody(v *RemoveMemberRoleResponseBody) *RemoveMemberRoleResponse
func (*RemoveMemberRoleResponse) SetHeaders ¶
func (s *RemoveMemberRoleResponse) SetHeaders(v map[string]*string) *RemoveMemberRoleResponse
func (*RemoveMemberRoleResponse) SetStatusCode ¶ added in v1.2.6
func (s *RemoveMemberRoleResponse) SetStatusCode(v int32) *RemoveMemberRoleResponse
func (RemoveMemberRoleResponse) String ¶
func (s RemoveMemberRoleResponse) String() string
type RemoveMemberRoleResponseBody ¶
type RemoveMemberRoleResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (RemoveMemberRoleResponseBody) GoString ¶
func (s RemoveMemberRoleResponseBody) GoString() string
func (*RemoveMemberRoleResponseBody) SetRequestId ¶
func (s *RemoveMemberRoleResponseBody) SetRequestId(v string) *RemoveMemberRoleResponseBody
func (RemoveMemberRoleResponseBody) String ¶
func (s RemoveMemberRoleResponseBody) String() string
type ServiceTemplate ¶ added in v1.3.0
type ServiceTemplate struct { // example: // // 2021-01-21T17:12:35Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-01-21T17:12:35Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // { "processor": "tensorflow_gpu_1.12" } InferenceSpec map[string]interface{} `json:"InferenceSpec,omitempty" xml:"InferenceSpec,omitempty"` Labels []*Label `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // example: // // 1 OrderNumber *int64 `json:"OrderNumber,omitempty" xml:"OrderNumber,omitempty"` // example: // // 155770209****904 OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // pai Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` // example: // // 这里是一个描述。 ServiceTemplateDescription *string `json:"ServiceTemplateDescription,omitempty" xml:"ServiceTemplateDescription,omitempty"` // example: // // https://***.md ServiceTemplateDoc *string `json:"ServiceTemplateDoc,omitempty" xml:"ServiceTemplateDoc,omitempty"` // example: // // st-asdkjf**skdhh ServiceTemplateId *string `json:"ServiceTemplateId,omitempty" xml:"ServiceTemplateId,omitempty"` // example: // // foo ServiceTemplateName *string `json:"ServiceTemplateName,omitempty" xml:"ServiceTemplateName,omitempty"` // example: // // 155770209****904 UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (ServiceTemplate) GoString ¶ added in v1.3.0
func (s ServiceTemplate) GoString() string
func (*ServiceTemplate) SetGmtCreateTime ¶ added in v1.3.0
func (s *ServiceTemplate) SetGmtCreateTime(v string) *ServiceTemplate
func (*ServiceTemplate) SetGmtModifiedTime ¶ added in v1.3.0
func (s *ServiceTemplate) SetGmtModifiedTime(v string) *ServiceTemplate
func (*ServiceTemplate) SetInferenceSpec ¶ added in v1.3.0
func (s *ServiceTemplate) SetInferenceSpec(v map[string]interface{}) *ServiceTemplate
func (*ServiceTemplate) SetLabels ¶ added in v1.3.0
func (s *ServiceTemplate) SetLabels(v []*Label) *ServiceTemplate
func (*ServiceTemplate) SetOrderNumber ¶ added in v1.3.0
func (s *ServiceTemplate) SetOrderNumber(v int64) *ServiceTemplate
func (*ServiceTemplate) SetOwnerId ¶ added in v1.3.0
func (s *ServiceTemplate) SetOwnerId(v string) *ServiceTemplate
func (*ServiceTemplate) SetProvider ¶ added in v1.3.0
func (s *ServiceTemplate) SetProvider(v string) *ServiceTemplate
func (*ServiceTemplate) SetServiceTemplateDescription ¶ added in v1.3.0
func (s *ServiceTemplate) SetServiceTemplateDescription(v string) *ServiceTemplate
func (*ServiceTemplate) SetServiceTemplateDoc ¶ added in v1.3.0
func (s *ServiceTemplate) SetServiceTemplateDoc(v string) *ServiceTemplate
func (*ServiceTemplate) SetServiceTemplateId ¶ added in v1.3.0
func (s *ServiceTemplate) SetServiceTemplateId(v string) *ServiceTemplate
func (*ServiceTemplate) SetServiceTemplateName ¶ added in v1.3.0
func (s *ServiceTemplate) SetServiceTemplateName(v string) *ServiceTemplate
func (*ServiceTemplate) SetUserId ¶ added in v1.3.0
func (s *ServiceTemplate) SetUserId(v string) *ServiceTemplate
func (ServiceTemplate) String ¶ added in v1.3.0
func (s ServiceTemplate) String() string
type Trial ¶ added in v1.3.5
type Trial struct { Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` ExperimentId *string `json:"ExperimentId,omitempty" xml:"ExperimentId,omitempty"` GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Labels []map[string]interface{} `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` TrialId *string `json:"TrialId,omitempty" xml:"TrialId,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (*Trial) SetAccessibility ¶ added in v1.3.5
func (*Trial) SetExperimentId ¶ added in v1.3.5
func (*Trial) SetGmtCreateTime ¶ added in v1.3.5
func (*Trial) SetGmtModifiedTime ¶ added in v1.3.5
func (*Trial) SetOwnerId ¶ added in v1.3.5
func (*Trial) SetSourceId ¶ added in v1.3.5
func (*Trial) SetSourceType ¶ added in v1.3.5
func (*Trial) SetTrialId ¶ added in v1.3.5
func (*Trial) SetWorkspaceId ¶ added in v1.3.5
type TrialLabel ¶ added in v1.3.5
type TrialLabel struct { // example: // // 2023-12-27T03:30:04Z GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2023-12-27T03:30:04Z GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // key Key *string `json:"Key,omitempty" xml:"Key,omitempty"` TrialId *string `json:"TrialId,omitempty" xml:"TrialId,omitempty"` // example: // // value Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (TrialLabel) GoString ¶ added in v1.3.5
func (s TrialLabel) GoString() string
func (*TrialLabel) SetGmtCreateTime ¶ added in v1.3.5
func (s *TrialLabel) SetGmtCreateTime(v string) *TrialLabel
func (*TrialLabel) SetGmtModifiedTime ¶ added in v1.3.5
func (s *TrialLabel) SetGmtModifiedTime(v string) *TrialLabel
func (*TrialLabel) SetKey ¶ added in v1.3.5
func (s *TrialLabel) SetKey(v string) *TrialLabel
func (*TrialLabel) SetTrialId ¶ added in v1.3.5
func (s *TrialLabel) SetTrialId(v string) *TrialLabel
func (*TrialLabel) SetValue ¶ added in v1.3.5
func (s *TrialLabel) SetValue(v string) *TrialLabel
func (TrialLabel) String ¶ added in v1.3.5
func (s TrialLabel) String() string
type UpdateDatasetRequest ¶
type UpdateDatasetRequest struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // myName Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // { // // "mountPath": "/mnt/data/" // // } Options *string `json:"Options,omitempty" xml:"Options,omitempty"` }
func (UpdateDatasetRequest) GoString ¶
func (s UpdateDatasetRequest) GoString() string
func (*UpdateDatasetRequest) SetDescription ¶
func (s *UpdateDatasetRequest) SetDescription(v string) *UpdateDatasetRequest
func (*UpdateDatasetRequest) SetName ¶
func (s *UpdateDatasetRequest) SetName(v string) *UpdateDatasetRequest
func (*UpdateDatasetRequest) SetOptions ¶
func (s *UpdateDatasetRequest) SetOptions(v string) *UpdateDatasetRequest
func (UpdateDatasetRequest) String ¶
func (s UpdateDatasetRequest) String() string
type UpdateDatasetResponse ¶
type UpdateDatasetResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateDatasetResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateDatasetResponse) GoString ¶
func (s UpdateDatasetResponse) GoString() string
func (*UpdateDatasetResponse) SetBody ¶
func (s *UpdateDatasetResponse) SetBody(v *UpdateDatasetResponseBody) *UpdateDatasetResponse
func (*UpdateDatasetResponse) SetHeaders ¶
func (s *UpdateDatasetResponse) SetHeaders(v map[string]*string) *UpdateDatasetResponse
func (*UpdateDatasetResponse) SetStatusCode ¶ added in v1.2.7
func (s *UpdateDatasetResponse) SetStatusCode(v int32) *UpdateDatasetResponse
func (UpdateDatasetResponse) String ¶
func (s UpdateDatasetResponse) String() string
type UpdateDatasetResponseBody ¶
type UpdateDatasetResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateDatasetResponseBody) GoString ¶
func (s UpdateDatasetResponseBody) GoString() string
func (*UpdateDatasetResponseBody) SetRequestId ¶
func (s *UpdateDatasetResponseBody) SetRequestId(v string) *UpdateDatasetResponseBody
func (UpdateDatasetResponseBody) String ¶
func (s UpdateDatasetResponseBody) String() string
type UpdateDefaultWorkspaceRequest ¶ added in v1.2.6
type UpdateDefaultWorkspaceRequest struct { // example: // // 12345 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (UpdateDefaultWorkspaceRequest) GoString ¶ added in v1.2.6
func (s UpdateDefaultWorkspaceRequest) GoString() string
func (*UpdateDefaultWorkspaceRequest) SetWorkspaceId ¶ added in v1.2.6
func (s *UpdateDefaultWorkspaceRequest) SetWorkspaceId(v string) *UpdateDefaultWorkspaceRequest
func (UpdateDefaultWorkspaceRequest) String ¶ added in v1.2.6
func (s UpdateDefaultWorkspaceRequest) String() string
type UpdateDefaultWorkspaceResponse ¶ added in v1.2.6
type UpdateDefaultWorkspaceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateDefaultWorkspaceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateDefaultWorkspaceResponse) GoString ¶ added in v1.2.6
func (s UpdateDefaultWorkspaceResponse) GoString() string
func (*UpdateDefaultWorkspaceResponse) SetBody ¶ added in v1.2.6
func (s *UpdateDefaultWorkspaceResponse) SetBody(v *UpdateDefaultWorkspaceResponseBody) *UpdateDefaultWorkspaceResponse
func (*UpdateDefaultWorkspaceResponse) SetHeaders ¶ added in v1.2.6
func (s *UpdateDefaultWorkspaceResponse) SetHeaders(v map[string]*string) *UpdateDefaultWorkspaceResponse
func (*UpdateDefaultWorkspaceResponse) SetStatusCode ¶ added in v1.2.6
func (s *UpdateDefaultWorkspaceResponse) SetStatusCode(v int32) *UpdateDefaultWorkspaceResponse
func (UpdateDefaultWorkspaceResponse) String ¶ added in v1.2.6
func (s UpdateDefaultWorkspaceResponse) String() string
type UpdateDefaultWorkspaceResponseBody ¶ added in v1.2.6
type UpdateDefaultWorkspaceResponseBody struct { // example: // // 17915******4216 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateDefaultWorkspaceResponseBody) GoString ¶ added in v1.2.6
func (s UpdateDefaultWorkspaceResponseBody) GoString() string
func (*UpdateDefaultWorkspaceResponseBody) SetRequestId ¶ added in v1.2.6
func (s *UpdateDefaultWorkspaceResponseBody) SetRequestId(v string) *UpdateDefaultWorkspaceResponseBody
func (UpdateDefaultWorkspaceResponseBody) String ¶ added in v1.2.6
func (s UpdateDefaultWorkspaceResponseBody) String() string
type UpdateModelRequest ¶ added in v1.2.8
type UpdateModelRequest struct { // example: // // PUBLIC Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` // example: // // nlp Domain *string `json:"Domain,omitempty" xml:"Domain,omitempty"` ExtraInfo map[string]interface{} `json:"ExtraInfo,omitempty" xml:"ExtraInfo,omitempty"` ModelDescription *string `json:"ModelDescription,omitempty" xml:"ModelDescription,omitempty"` // example: // // https://*.md ModelDoc *string `json:"ModelDoc,omitempty" xml:"ModelDoc,omitempty"` ModelName *string `json:"ModelName,omitempty" xml:"ModelName,omitempty"` // example: // // Checkpoint ModelType *string `json:"ModelType,omitempty" xml:"ModelType,omitempty"` // example: // // 101 OrderNumber *int64 `json:"OrderNumber,omitempty" xml:"OrderNumber,omitempty"` // example: // // ModelScope Origin *string `json:"Origin,omitempty" xml:"Origin,omitempty"` // example: // // text-classification Task *string `json:"Task,omitempty" xml:"Task,omitempty"` }
func (UpdateModelRequest) GoString ¶ added in v1.2.8
func (s UpdateModelRequest) GoString() string
func (*UpdateModelRequest) SetAccessibility ¶ added in v1.2.8
func (s *UpdateModelRequest) SetAccessibility(v string) *UpdateModelRequest
func (*UpdateModelRequest) SetDomain ¶ added in v1.2.10
func (s *UpdateModelRequest) SetDomain(v string) *UpdateModelRequest
func (*UpdateModelRequest) SetExtraInfo ¶ added in v1.3.4
func (s *UpdateModelRequest) SetExtraInfo(v map[string]interface{}) *UpdateModelRequest
func (*UpdateModelRequest) SetModelDescription ¶ added in v1.2.8
func (s *UpdateModelRequest) SetModelDescription(v string) *UpdateModelRequest
func (*UpdateModelRequest) SetModelDoc ¶ added in v1.2.10
func (s *UpdateModelRequest) SetModelDoc(v string) *UpdateModelRequest
func (*UpdateModelRequest) SetModelName ¶ added in v1.2.8
func (s *UpdateModelRequest) SetModelName(v string) *UpdateModelRequest
func (*UpdateModelRequest) SetModelType ¶ added in v1.3.4
func (s *UpdateModelRequest) SetModelType(v string) *UpdateModelRequest
func (*UpdateModelRequest) SetOrderNumber ¶ added in v1.3.0
func (s *UpdateModelRequest) SetOrderNumber(v int64) *UpdateModelRequest
func (*UpdateModelRequest) SetOrigin ¶ added in v1.2.10
func (s *UpdateModelRequest) SetOrigin(v string) *UpdateModelRequest
func (*UpdateModelRequest) SetTask ¶ added in v1.2.10
func (s *UpdateModelRequest) SetTask(v string) *UpdateModelRequest
func (UpdateModelRequest) String ¶ added in v1.2.8
func (s UpdateModelRequest) String() string
type UpdateModelResponse ¶ added in v1.2.8
type UpdateModelResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateModelResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateModelResponse) GoString ¶ added in v1.2.8
func (s UpdateModelResponse) GoString() string
func (*UpdateModelResponse) SetBody ¶ added in v1.2.8
func (s *UpdateModelResponse) SetBody(v *UpdateModelResponseBody) *UpdateModelResponse
func (*UpdateModelResponse) SetHeaders ¶ added in v1.2.8
func (s *UpdateModelResponse) SetHeaders(v map[string]*string) *UpdateModelResponse
func (*UpdateModelResponse) SetStatusCode ¶ added in v1.2.8
func (s *UpdateModelResponse) SetStatusCode(v int32) *UpdateModelResponse
func (UpdateModelResponse) String ¶ added in v1.2.8
func (s UpdateModelResponse) String() string
type UpdateModelResponseBody ¶ added in v1.2.8
type UpdateModelResponseBody struct { // example: // // A0F049F0-8D69-5BAC-8F10-B******A34C RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateModelResponseBody) GoString ¶ added in v1.2.8
func (s UpdateModelResponseBody) GoString() string
func (*UpdateModelResponseBody) SetRequestId ¶ added in v1.2.8
func (s *UpdateModelResponseBody) SetRequestId(v string) *UpdateModelResponseBody
func (UpdateModelResponseBody) String ¶ added in v1.2.8
func (s UpdateModelResponseBody) String() string
type UpdateModelVersionRequest ¶ added in v1.2.8
type UpdateModelVersionRequest struct { // example: // // Approved ApprovalStatus *string `json:"ApprovalStatus,omitempty" xml:"ApprovalStatus,omitempty"` // example: // // {} CompressionSpec map[string]interface{} `json:"CompressionSpec,omitempty" xml:"CompressionSpec,omitempty"` // example: // // {} EvaluationSpec map[string]interface{} `json:"EvaluationSpec,omitempty" xml:"EvaluationSpec,omitempty"` // example: // // {} ExtraInfo map[string]interface{} `json:"ExtraInfo,omitempty" xml:"ExtraInfo,omitempty"` // example: // // { "processor": "tensorflow_gpu_1.12" } InferenceSpec map[string]interface{} `json:"InferenceSpec,omitempty" xml:"InferenceSpec,omitempty"` // example: // // {} Metrics map[string]interface{} `json:"Metrics,omitempty" xml:"Metrics,omitempty"` // example: // // {} Options *string `json:"Options,omitempty" xml:"Options,omitempty"` // example: // // region=cn-shanghai,workspaceId=13**,kind=PipelineRun,id=run-sakdb****jdf SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` // example: // // PAIFlow SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` // example: // // {} TrainingSpec map[string]interface{} `json:"TrainingSpec,omitempty" xml:"TrainingSpec,omitempty"` VersionDescription *string `json:"VersionDescription,omitempty" xml:"VersionDescription,omitempty"` }
func (UpdateModelVersionRequest) GoString ¶ added in v1.2.8
func (s UpdateModelVersionRequest) GoString() string
func (*UpdateModelVersionRequest) SetApprovalStatus ¶ added in v1.2.10
func (s *UpdateModelVersionRequest) SetApprovalStatus(v string) *UpdateModelVersionRequest
func (*UpdateModelVersionRequest) SetCompressionSpec ¶ added in v1.3.8
func (s *UpdateModelVersionRequest) SetCompressionSpec(v map[string]interface{}) *UpdateModelVersionRequest
func (*UpdateModelVersionRequest) SetEvaluationSpec ¶ added in v1.3.4
func (s *UpdateModelVersionRequest) SetEvaluationSpec(v map[string]interface{}) *UpdateModelVersionRequest
func (*UpdateModelVersionRequest) SetExtraInfo ¶ added in v1.3.4
func (s *UpdateModelVersionRequest) SetExtraInfo(v map[string]interface{}) *UpdateModelVersionRequest
func (*UpdateModelVersionRequest) SetInferenceSpec ¶ added in v1.2.8
func (s *UpdateModelVersionRequest) SetInferenceSpec(v map[string]interface{}) *UpdateModelVersionRequest
func (*UpdateModelVersionRequest) SetMetrics ¶ added in v1.2.10
func (s *UpdateModelVersionRequest) SetMetrics(v map[string]interface{}) *UpdateModelVersionRequest
func (*UpdateModelVersionRequest) SetOptions ¶ added in v1.2.8
func (s *UpdateModelVersionRequest) SetOptions(v string) *UpdateModelVersionRequest
func (*UpdateModelVersionRequest) SetSourceId ¶ added in v1.2.8
func (s *UpdateModelVersionRequest) SetSourceId(v string) *UpdateModelVersionRequest
func (*UpdateModelVersionRequest) SetSourceType ¶ added in v1.2.8
func (s *UpdateModelVersionRequest) SetSourceType(v string) *UpdateModelVersionRequest
func (*UpdateModelVersionRequest) SetTrainingSpec ¶ added in v1.2.10
func (s *UpdateModelVersionRequest) SetTrainingSpec(v map[string]interface{}) *UpdateModelVersionRequest
func (*UpdateModelVersionRequest) SetVersionDescription ¶ added in v1.2.8
func (s *UpdateModelVersionRequest) SetVersionDescription(v string) *UpdateModelVersionRequest
func (UpdateModelVersionRequest) String ¶ added in v1.2.8
func (s UpdateModelVersionRequest) String() string
type UpdateModelVersionResponse ¶ added in v1.2.8
type UpdateModelVersionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateModelVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateModelVersionResponse) GoString ¶ added in v1.2.8
func (s UpdateModelVersionResponse) GoString() string
func (*UpdateModelVersionResponse) SetBody ¶ added in v1.2.8
func (s *UpdateModelVersionResponse) SetBody(v *UpdateModelVersionResponseBody) *UpdateModelVersionResponse
func (*UpdateModelVersionResponse) SetHeaders ¶ added in v1.2.8
func (s *UpdateModelVersionResponse) SetHeaders(v map[string]*string) *UpdateModelVersionResponse
func (*UpdateModelVersionResponse) SetStatusCode ¶ added in v1.2.8
func (s *UpdateModelVersionResponse) SetStatusCode(v int32) *UpdateModelVersionResponse
func (UpdateModelVersionResponse) String ¶ added in v1.2.8
func (s UpdateModelVersionResponse) String() string
type UpdateModelVersionResponseBody ¶ added in v1.2.8
type UpdateModelVersionResponseBody struct { // example: // // D5BFFEE3-6025-443F-8A03-02D61***C4B9 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateModelVersionResponseBody) GoString ¶ added in v1.2.8
func (s UpdateModelVersionResponseBody) GoString() string
func (*UpdateModelVersionResponseBody) SetRequestId ¶ added in v1.2.8
func (s *UpdateModelVersionResponseBody) SetRequestId(v string) *UpdateModelVersionResponseBody
func (UpdateModelVersionResponseBody) String ¶ added in v1.2.8
func (s UpdateModelVersionResponseBody) String() string
type UpdateWorkspaceRequest ¶
type UpdateWorkspaceRequest struct { // example: // // Description Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // workspace-example DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` }
func (UpdateWorkspaceRequest) GoString ¶
func (s UpdateWorkspaceRequest) GoString() string
func (*UpdateWorkspaceRequest) SetDescription ¶
func (s *UpdateWorkspaceRequest) SetDescription(v string) *UpdateWorkspaceRequest
func (*UpdateWorkspaceRequest) SetDisplayName ¶
func (s *UpdateWorkspaceRequest) SetDisplayName(v string) *UpdateWorkspaceRequest
func (UpdateWorkspaceRequest) String ¶
func (s UpdateWorkspaceRequest) String() string
type UpdateWorkspaceResourceRequest ¶
type UpdateWorkspaceResourceRequest struct { // example: // // group-kjds******sd GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` // example: // // true IsDefault *bool `json:"IsDefault,omitempty" xml:"IsDefault,omitempty"` Labels []*UpdateWorkspaceResourceRequestLabels `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"` // example: // // MaxCompute ProductType *string `json:"ProductType,omitempty" xml:"ProductType,omitempty"` ResourceIds []*string `json:"ResourceIds,omitempty" xml:"ResourceIds,omitempty" type:"Repeated"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` Spec map[string]interface{} `json:"Spec,omitempty" xml:"Spec,omitempty"` }
func (UpdateWorkspaceResourceRequest) GoString ¶
func (s UpdateWorkspaceResourceRequest) GoString() string
func (*UpdateWorkspaceResourceRequest) SetGroupName ¶ added in v1.2.6
func (s *UpdateWorkspaceResourceRequest) SetGroupName(v string) *UpdateWorkspaceResourceRequest
func (*UpdateWorkspaceResourceRequest) SetIsDefault ¶
func (s *UpdateWorkspaceResourceRequest) SetIsDefault(v bool) *UpdateWorkspaceResourceRequest
func (*UpdateWorkspaceResourceRequest) SetLabels ¶ added in v1.3.3
func (s *UpdateWorkspaceResourceRequest) SetLabels(v []*UpdateWorkspaceResourceRequestLabels) *UpdateWorkspaceResourceRequest
func (*UpdateWorkspaceResourceRequest) SetProductType ¶
func (s *UpdateWorkspaceResourceRequest) SetProductType(v string) *UpdateWorkspaceResourceRequest
func (*UpdateWorkspaceResourceRequest) SetResourceIds ¶ added in v1.3.3
func (s *UpdateWorkspaceResourceRequest) SetResourceIds(v []*string) *UpdateWorkspaceResourceRequest
func (*UpdateWorkspaceResourceRequest) SetResourceType ¶ added in v1.2.10
func (s *UpdateWorkspaceResourceRequest) SetResourceType(v string) *UpdateWorkspaceResourceRequest
func (*UpdateWorkspaceResourceRequest) SetSpec ¶ added in v1.3.3
func (s *UpdateWorkspaceResourceRequest) SetSpec(v map[string]interface{}) *UpdateWorkspaceResourceRequest
func (UpdateWorkspaceResourceRequest) String ¶
func (s UpdateWorkspaceResourceRequest) String() string
type UpdateWorkspaceResourceRequestLabels ¶ added in v1.3.3
type UpdateWorkspaceResourceRequestLabels struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (UpdateWorkspaceResourceRequestLabels) GoString ¶ added in v1.3.3
func (s UpdateWorkspaceResourceRequestLabels) GoString() string
func (*UpdateWorkspaceResourceRequestLabels) SetKey ¶ added in v1.3.3
func (s *UpdateWorkspaceResourceRequestLabels) SetKey(v string) *UpdateWorkspaceResourceRequestLabels
func (*UpdateWorkspaceResourceRequestLabels) SetValue ¶ added in v1.3.3
func (s *UpdateWorkspaceResourceRequestLabels) SetValue(v string) *UpdateWorkspaceResourceRequestLabels
func (UpdateWorkspaceResourceRequestLabels) String ¶ added in v1.3.3
func (s UpdateWorkspaceResourceRequestLabels) String() string
type UpdateWorkspaceResourceResponse ¶
type UpdateWorkspaceResourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateWorkspaceResourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateWorkspaceResourceResponse) GoString ¶
func (s UpdateWorkspaceResourceResponse) GoString() string
func (*UpdateWorkspaceResourceResponse) SetBody ¶
func (s *UpdateWorkspaceResourceResponse) SetBody(v *UpdateWorkspaceResourceResponseBody) *UpdateWorkspaceResourceResponse
func (*UpdateWorkspaceResourceResponse) SetHeaders ¶
func (s *UpdateWorkspaceResourceResponse) SetHeaders(v map[string]*string) *UpdateWorkspaceResourceResponse
func (*UpdateWorkspaceResourceResponse) SetStatusCode ¶ added in v1.2.6
func (s *UpdateWorkspaceResourceResponse) SetStatusCode(v int32) *UpdateWorkspaceResourceResponse
func (UpdateWorkspaceResourceResponse) String ¶
func (s UpdateWorkspaceResourceResponse) String() string
type UpdateWorkspaceResourceResponseBody ¶
type UpdateWorkspaceResourceResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceIds []*string `json:"ResourceIds,omitempty" xml:"ResourceIds,omitempty" type:"Repeated"` }
func (UpdateWorkspaceResourceResponseBody) GoString ¶
func (s UpdateWorkspaceResourceResponseBody) GoString() string
func (*UpdateWorkspaceResourceResponseBody) SetRequestId ¶
func (s *UpdateWorkspaceResourceResponseBody) SetRequestId(v string) *UpdateWorkspaceResourceResponseBody
func (*UpdateWorkspaceResourceResponseBody) SetResourceIds ¶ added in v1.3.4
func (s *UpdateWorkspaceResourceResponseBody) SetResourceIds(v []*string) *UpdateWorkspaceResourceResponseBody
func (UpdateWorkspaceResourceResponseBody) String ¶
func (s UpdateWorkspaceResourceResponseBody) String() string
type UpdateWorkspaceResponse ¶
type UpdateWorkspaceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateWorkspaceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateWorkspaceResponse) GoString ¶
func (s UpdateWorkspaceResponse) GoString() string
func (*UpdateWorkspaceResponse) SetBody ¶
func (s *UpdateWorkspaceResponse) SetBody(v *UpdateWorkspaceResponseBody) *UpdateWorkspaceResponse
func (*UpdateWorkspaceResponse) SetHeaders ¶
func (s *UpdateWorkspaceResponse) SetHeaders(v map[string]*string) *UpdateWorkspaceResponse
func (*UpdateWorkspaceResponse) SetStatusCode ¶ added in v1.2.6
func (s *UpdateWorkspaceResponse) SetStatusCode(v int32) *UpdateWorkspaceResponse
func (UpdateWorkspaceResponse) String ¶
func (s UpdateWorkspaceResponse) String() string
type UpdateWorkspaceResponseBody ¶
type UpdateWorkspaceResponseBody struct { // example: // // 5A14FA81-DD4E-******-6343FE44B941 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateWorkspaceResponseBody) GoString ¶
func (s UpdateWorkspaceResponseBody) GoString() string
func (*UpdateWorkspaceResponseBody) SetRequestId ¶
func (s *UpdateWorkspaceResponseBody) SetRequestId(v string) *UpdateWorkspaceResponseBody
func (UpdateWorkspaceResponseBody) String ¶
func (s UpdateWorkspaceResponseBody) String() string