Documentation
¶
Overview ¶
Package bioiface provides an interface to enable mocking the BIO service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type AttachWorkspaceExtraBucketInput
- func (s AttachWorkspaceExtraBucketInput) GoString() string
- func (s *AttachWorkspaceExtraBucketInput) SetBucket(v string) *AttachWorkspaceExtraBucketInput
- func (s *AttachWorkspaceExtraBucketInput) SetID(v string) *AttachWorkspaceExtraBucketInput
- func (s *AttachWorkspaceExtraBucketInput) SetType(v string) *AttachWorkspaceExtraBucketInput
- func (s AttachWorkspaceExtraBucketInput) String() string
- func (s *AttachWorkspaceExtraBucketInput) Validate() error
- type AttachWorkspaceExtraBucketOutput
- type BIO
- func (c *BIO) AttachWorkspaceExtraBucket(input *AttachWorkspaceExtraBucketInput) (*AttachWorkspaceExtraBucketOutput, error)
- func (c *BIO) AttachWorkspaceExtraBucketCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) AttachWorkspaceExtraBucketCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) AttachWorkspaceExtraBucketCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) AttachWorkspaceExtraBucketRequest(input *AttachWorkspaceExtraBucketInput) (req *request.Request, output *AttachWorkspaceExtraBucketOutput)
- func (c *BIO) AttachWorkspaceExtraBucketWithContext(ctx volcengine.Context, input *AttachWorkspaceExtraBucketInput, ...) (*AttachWorkspaceExtraBucketOutput, error)
- func (c *BIO) BindClusterToWorkspace(input *BindClusterToWorkspaceInput) (*BindClusterToWorkspaceOutput, error)
- func (c *BIO) BindClusterToWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) BindClusterToWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) BindClusterToWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) BindClusterToWorkspaceRequest(input *BindClusterToWorkspaceInput) (req *request.Request, output *BindClusterToWorkspaceOutput)
- func (c *BIO) BindClusterToWorkspaceWithContext(ctx volcengine.Context, input *BindClusterToWorkspaceInput, ...) (*BindClusterToWorkspaceOutput, error)
- func (c *BIO) CancelRun(input *CancelRunInput) (*CancelRunOutput, error)
- func (c *BIO) CancelRunCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) CancelRunCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) CancelRunCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) CancelRunRequest(input *CancelRunInput) (req *request.Request, output *CancelRunOutput)
- func (c *BIO) CancelRunWithContext(ctx volcengine.Context, input *CancelRunInput, opts ...request.Option) (*CancelRunOutput, error)
- func (c *BIO) CancelSubmission(input *CancelSubmissionInput) (*CancelSubmissionOutput, error)
- func (c *BIO) CancelSubmissionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) CancelSubmissionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) CancelSubmissionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) CancelSubmissionRequest(input *CancelSubmissionInput) (req *request.Request, output *CancelSubmissionOutput)
- func (c *BIO) CancelSubmissionWithContext(ctx volcengine.Context, input *CancelSubmissionInput, opts ...request.Option) (*CancelSubmissionOutput, error)
- func (c *BIO) CheckWorkspaceDefaultBucketRelatedOthers(input *CheckWorkspaceDefaultBucketRelatedOthersInput) (*CheckWorkspaceDefaultBucketRelatedOthersOutput, error)
- func (c *BIO) CheckWorkspaceDefaultBucketRelatedOthersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) CheckWorkspaceDefaultBucketRelatedOthersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) CheckWorkspaceDefaultBucketRelatedOthersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) CheckWorkspaceDefaultBucketRelatedOthersRequest(input *CheckWorkspaceDefaultBucketRelatedOthersInput) (req *request.Request, output *CheckWorkspaceDefaultBucketRelatedOthersOutput)
- func (c *BIO) CheckWorkspaceDefaultBucketRelatedOthersWithContext(ctx volcengine.Context, input *CheckWorkspaceDefaultBucketRelatedOthersInput, ...) (*CheckWorkspaceDefaultBucketRelatedOthersOutput, error)
- func (c *BIO) ClonePublicWorkspace(input *ClonePublicWorkspaceInput) (*ClonePublicWorkspaceOutput, error)
- func (c *BIO) ClonePublicWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ClonePublicWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ClonePublicWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ClonePublicWorkspaceRequest(input *ClonePublicWorkspaceInput) (req *request.Request, output *ClonePublicWorkspaceOutput)
- func (c *BIO) ClonePublicWorkspaceWithContext(ctx volcengine.Context, input *ClonePublicWorkspaceInput, ...) (*ClonePublicWorkspaceOutput, error)
- func (c *BIO) CommitIESImage(input *CommitIESImageInput) (*CommitIESImageOutput, error)
- func (c *BIO) CommitIESImageCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) CommitIESImageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) CommitIESImageCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) CommitIESImageRequest(input *CommitIESImageInput) (req *request.Request, output *CommitIESImageOutput)
- func (c *BIO) CommitIESImageWithContext(ctx volcengine.Context, input *CommitIESImageInput, opts ...request.Option) (*CommitIESImageOutput, error)
- func (c *BIO) CompleteSchema(input *CompleteSchemaInput) (*CompleteSchemaOutput, error)
- func (c *BIO) CompleteSchemaCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) CompleteSchemaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) CompleteSchemaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) CompleteSchemaRequest(input *CompleteSchemaInput) (req *request.Request, output *CompleteSchemaOutput)
- func (c *BIO) CompleteSchemaWithContext(ctx volcengine.Context, input *CompleteSchemaInput, opts ...request.Option) (*CompleteSchemaOutput, error)
- func (c *BIO) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error)
- func (c *BIO) CreateClusterCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) CreateClusterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) CreateClusterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput)
- func (c *BIO) CreateClusterWithContext(ctx volcengine.Context, input *CreateClusterInput, opts ...request.Option) (*CreateClusterOutput, error)
- func (c *BIO) CreateDataModel(input *CreateDataModelInput) (*CreateDataModelOutput, error)
- func (c *BIO) CreateDataModelCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) CreateDataModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) CreateDataModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) CreateDataModelRequest(input *CreateDataModelInput) (req *request.Request, output *CreateDataModelOutput)
- func (c *BIO) CreateDataModelWithContext(ctx volcengine.Context, input *CreateDataModelInput, opts ...request.Option) (*CreateDataModelOutput, error)
- func (c *BIO) CreateNotebookRun(input *CreateNotebookRunInput) (*CreateNotebookRunOutput, error)
- func (c *BIO) CreateNotebookRunCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) CreateNotebookRunCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) CreateNotebookRunCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) CreateNotebookRunRequest(input *CreateNotebookRunInput) (req *request.Request, output *CreateNotebookRunOutput)
- func (c *BIO) CreateNotebookRunWithContext(ctx volcengine.Context, input *CreateNotebookRunInput, opts ...request.Option) (*CreateNotebookRunOutput, error)
- func (c *BIO) CreateSubmission(input *CreateSubmissionInput) (*CreateSubmissionOutput, error)
- func (c *BIO) CreateSubmissionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) CreateSubmissionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) CreateSubmissionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) CreateSubmissionRequest(input *CreateSubmissionInput) (req *request.Request, output *CreateSubmissionOutput)
- func (c *BIO) CreateSubmissionWithContext(ctx volcengine.Context, input *CreateSubmissionInput, opts ...request.Option) (*CreateSubmissionOutput, error)
- func (c *BIO) CreateWorkflow(input *CreateWorkflowInput) (*CreateWorkflowOutput, error)
- func (c *BIO) CreateWorkflowCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) CreateWorkflowCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) CreateWorkflowCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) CreateWorkflowRequest(input *CreateWorkflowInput) (req *request.Request, output *CreateWorkflowOutput)
- func (c *BIO) CreateWorkflowWithContext(ctx volcengine.Context, input *CreateWorkflowInput, opts ...request.Option) (*CreateWorkflowOutput, error)
- func (c *BIO) DeleteCluster(input *DeleteClusterInput) (*DeleteClusterOutput, error)
- func (c *BIO) DeleteClusterCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) DeleteClusterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) DeleteClusterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) DeleteClusterRequest(input *DeleteClusterInput) (req *request.Request, output *DeleteClusterOutput)
- func (c *BIO) DeleteClusterWithContext(ctx volcengine.Context, input *DeleteClusterInput, opts ...request.Option) (*DeleteClusterOutput, error)
- func (c *BIO) DeleteDataModelRowsAndHeaders(input *DeleteDataModelRowsAndHeadersInput) (*DeleteDataModelRowsAndHeadersOutput, error)
- func (c *BIO) DeleteDataModelRowsAndHeadersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) DeleteDataModelRowsAndHeadersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) DeleteDataModelRowsAndHeadersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) DeleteDataModelRowsAndHeadersRequest(input *DeleteDataModelRowsAndHeadersInput) (req *request.Request, output *DeleteDataModelRowsAndHeadersOutput)
- func (c *BIO) DeleteDataModelRowsAndHeadersWithContext(ctx volcengine.Context, input *DeleteDataModelRowsAndHeadersInput, ...) (*DeleteDataModelRowsAndHeadersOutput, error)
- func (c *BIO) DeleteNotebookServer(input *DeleteNotebookServerInput) (*DeleteNotebookServerOutput, error)
- func (c *BIO) DeleteNotebookServerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) DeleteNotebookServerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) DeleteNotebookServerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) DeleteNotebookServerRequest(input *DeleteNotebookServerInput) (req *request.Request, output *DeleteNotebookServerOutput)
- func (c *BIO) DeleteNotebookServerSettings(input *DeleteNotebookServerSettingsInput) (*DeleteNotebookServerSettingsOutput, error)
- func (c *BIO) DeleteNotebookServerSettingsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) DeleteNotebookServerSettingsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) DeleteNotebookServerSettingsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) DeleteNotebookServerSettingsRequest(input *DeleteNotebookServerSettingsInput) (req *request.Request, output *DeleteNotebookServerSettingsOutput)
- func (c *BIO) DeleteNotebookServerSettingsWithContext(ctx volcengine.Context, input *DeleteNotebookServerSettingsInput, ...) (*DeleteNotebookServerSettingsOutput, error)
- func (c *BIO) DeleteNotebookServerWithContext(ctx volcengine.Context, input *DeleteNotebookServerInput, ...) (*DeleteNotebookServerOutput, error)
- func (c *BIO) DeleteSubmission(input *DeleteSubmissionInput) (*DeleteSubmissionOutput, error)
- func (c *BIO) DeleteSubmissionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) DeleteSubmissionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) DeleteSubmissionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) DeleteSubmissionRequest(input *DeleteSubmissionInput) (req *request.Request, output *DeleteSubmissionOutput)
- func (c *BIO) DeleteSubmissionWithContext(ctx volcengine.Context, input *DeleteSubmissionInput, opts ...request.Option) (*DeleteSubmissionOutput, error)
- func (c *BIO) DeleteWorkflow(input *DeleteWorkflowInput) (*DeleteWorkflowOutput, error)
- func (c *BIO) DeleteWorkflowCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) DeleteWorkflowCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) DeleteWorkflowCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) DeleteWorkflowRequest(input *DeleteWorkflowInput) (req *request.Request, output *DeleteWorkflowOutput)
- func (c *BIO) DeleteWorkflowWithContext(ctx volcengine.Context, input *DeleteWorkflowInput, opts ...request.Option) (*DeleteWorkflowOutput, error)
- func (c *BIO) DeleteWorkspace(input *DeleteWorkspaceInput) (*DeleteWorkspaceOutput, error)
- func (c *BIO) DeleteWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) DeleteWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) DeleteWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) DeleteWorkspaceRequest(input *DeleteWorkspaceInput) (req *request.Request, output *DeleteWorkspaceOutput)
- func (c *BIO) DeleteWorkspaceWithContext(ctx volcengine.Context, input *DeleteWorkspaceInput, opts ...request.Option) (*DeleteWorkspaceOutput, error)
- func (c *BIO) DetachWorkspaceExtraBucket(input *DetachWorkspaceExtraBucketInput) (*DetachWorkspaceExtraBucketOutput, error)
- func (c *BIO) DetachWorkspaceExtraBucketCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) DetachWorkspaceExtraBucketCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) DetachWorkspaceExtraBucketCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) DetachWorkspaceExtraBucketRequest(input *DetachWorkspaceExtraBucketInput) (req *request.Request, output *DetachWorkspaceExtraBucketOutput)
- func (c *BIO) DetachWorkspaceExtraBucketWithContext(ctx volcengine.Context, input *DetachWorkspaceExtraBucketInput, ...) (*DetachWorkspaceExtraBucketOutput, error)
- func (c *BIO) ExportWorkspace(input *ExportWorkspaceInput) (*ExportWorkspaceOutput, error)
- func (c *BIO) ExportWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ExportWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ExportWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ExportWorkspaceRequest(input *ExportWorkspaceInput) (req *request.Request, output *ExportWorkspaceOutput)
- func (c *BIO) ExportWorkspaceWithContext(ctx volcengine.Context, input *ExportWorkspaceInput, opts ...request.Option) (*ExportWorkspaceOutput, error)
- func (c *BIO) GetAPIAccessKey(input *GetAPIAccessKeyInput) (*GetAPIAccessKeyOutput, error)
- func (c *BIO) GetAPIAccessKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) GetAPIAccessKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) GetAPIAccessKeyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) GetAPIAccessKeyRequest(input *GetAPIAccessKeyInput) (req *request.Request, output *GetAPIAccessKeyOutput)
- func (c *BIO) GetAPIAccessKeyWithContext(ctx volcengine.Context, input *GetAPIAccessKeyInput, opts ...request.Option) (*GetAPIAccessKeyOutput, error)
- func (c *BIO) GetExportWorkspacePreSignedURL(input *GetExportWorkspacePreSignedURLInput) (*GetExportWorkspacePreSignedURLOutput, error)
- func (c *BIO) GetExportWorkspacePreSignedURLCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) GetExportWorkspacePreSignedURLCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) GetExportWorkspacePreSignedURLCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) GetExportWorkspacePreSignedURLRequest(input *GetExportWorkspacePreSignedURLInput) (req *request.Request, output *GetExportWorkspacePreSignedURLOutput)
- func (c *BIO) GetExportWorkspacePreSignedURLWithContext(ctx volcengine.Context, input *GetExportWorkspacePreSignedURLInput, ...) (*GetExportWorkspacePreSignedURLOutput, error)
- func (c *BIO) GetImportWorkspacePreSignedURL(input *GetImportWorkspacePreSignedURLInput) (*GetImportWorkspacePreSignedURLOutput, error)
- func (c *BIO) GetImportWorkspacePreSignedURLCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) GetImportWorkspacePreSignedURLCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) GetImportWorkspacePreSignedURLCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) GetImportWorkspacePreSignedURLRequest(input *GetImportWorkspacePreSignedURLInput) (req *request.Request, output *GetImportWorkspacePreSignedURLOutput)
- func (c *BIO) GetImportWorkspacePreSignedURLWithContext(ctx volcengine.Context, input *GetImportWorkspacePreSignedURLInput, ...) (*GetImportWorkspacePreSignedURLOutput, error)
- func (c *BIO) GetNotebookEditInfo(input *GetNotebookEditInfoInput) (*GetNotebookEditInfoOutput, error)
- func (c *BIO) GetNotebookEditInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) GetNotebookEditInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) GetNotebookEditInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) GetNotebookEditInfoRequest(input *GetNotebookEditInfoInput) (req *request.Request, output *GetNotebookEditInfoOutput)
- func (c *BIO) GetNotebookEditInfoWithContext(ctx volcengine.Context, input *GetNotebookEditInfoInput, ...) (*GetNotebookEditInfoOutput, error)
- func (c *BIO) GetNotebookRunStatus(input *GetNotebookRunStatusInput) (*GetNotebookRunStatusOutput, error)
- func (c *BIO) GetNotebookRunStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) GetNotebookRunStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) GetNotebookRunStatusCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) GetNotebookRunStatusRequest(input *GetNotebookRunStatusInput) (req *request.Request, output *GetNotebookRunStatusOutput)
- func (c *BIO) GetNotebookRunStatusWithContext(ctx volcengine.Context, input *GetNotebookRunStatusInput, ...) (*GetNotebookRunStatusOutput, error)
- func (c *BIO) GetNotebookServerSettings(input *GetNotebookServerSettingsInput) (*GetNotebookServerSettingsOutput, error)
- func (c *BIO) GetNotebookServerSettingsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) GetNotebookServerSettingsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) GetNotebookServerSettingsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) GetNotebookServerSettingsRequest(input *GetNotebookServerSettingsInput) (req *request.Request, output *GetNotebookServerSettingsOutput)
- func (c *BIO) GetNotebookServerSettingsWithContext(ctx volcengine.Context, input *GetNotebookServerSettingsInput, ...) (*GetNotebookServerSettingsOutput, error)
- func (c *BIO) GetNotebookServerStat(input *GetNotebookServerStatInput) (*GetNotebookServerStatOutput, error)
- func (c *BIO) GetNotebookServerStatCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) GetNotebookServerStatCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) GetNotebookServerStatCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) GetNotebookServerStatRequest(input *GetNotebookServerStatInput) (req *request.Request, output *GetNotebookServerStatOutput)
- func (c *BIO) GetNotebookServerStatWithContext(ctx volcengine.Context, input *GetNotebookServerStatInput, ...) (*GetNotebookServerStatOutput, error)
- func (c *BIO) GetTRSWorkflowInfo(input *GetTRSWorkflowInfoInput) (*GetTRSWorkflowInfoOutput, error)
- func (c *BIO) GetTRSWorkflowInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) GetTRSWorkflowInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) GetTRSWorkflowInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) GetTRSWorkflowInfoRequest(input *GetTRSWorkflowInfoInput) (req *request.Request, output *GetTRSWorkflowInfoOutput)
- func (c *BIO) GetTRSWorkflowInfoWithContext(ctx volcengine.Context, input *GetTRSWorkflowInfoInput, opts ...request.Option) (*GetTRSWorkflowInfoOutput, error)
- func (c *BIO) ImportWorkspace(input *ImportWorkspaceInput) (*ImportWorkspaceOutput, error)
- func (c *BIO) ImportWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ImportWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ImportWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ImportWorkspaceRequest(input *ImportWorkspaceInput) (req *request.Request, output *ImportWorkspaceOutput)
- func (c *BIO) ImportWorkspaceWithContext(ctx volcengine.Context, input *ImportWorkspaceInput, opts ...request.Option) (*ImportWorkspaceOutput, error)
- func (c *BIO) ListAllDataModelRowIDs(input *ListAllDataModelRowIDsInput) (*ListAllDataModelRowIDsOutput, error)
- func (c *BIO) ListAllDataModelRowIDsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListAllDataModelRowIDsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListAllDataModelRowIDsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListAllDataModelRowIDsRequest(input *ListAllDataModelRowIDsInput) (req *request.Request, output *ListAllDataModelRowIDsOutput)
- func (c *BIO) ListAllDataModelRowIDsWithContext(ctx volcengine.Context, input *ListAllDataModelRowIDsInput, ...) (*ListAllDataModelRowIDsOutput, error)
- func (c *BIO) ListClusters(input *ListClustersInput) (*ListClustersOutput, error)
- func (c *BIO) ListClustersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListClustersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListClustersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListClustersOfWorkspace(input *ListClustersOfWorkspaceInput) (*ListClustersOfWorkspaceOutput, error)
- func (c *BIO) ListClustersOfWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListClustersOfWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListClustersOfWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListClustersOfWorkspaceRequest(input *ListClustersOfWorkspaceInput) (req *request.Request, output *ListClustersOfWorkspaceOutput)
- func (c *BIO) ListClustersOfWorkspaceWithContext(ctx volcengine.Context, input *ListClustersOfWorkspaceInput, ...) (*ListClustersOfWorkspaceOutput, error)
- func (c *BIO) ListClustersRequest(input *ListClustersInput) (req *request.Request, output *ListClustersOutput)
- func (c *BIO) ListClustersWithContext(ctx volcengine.Context, input *ListClustersInput, opts ...request.Option) (*ListClustersOutput, error)
- func (c *BIO) ListDataModelRows(input *ListDataModelRowsInput) (*ListDataModelRowsOutput, error)
- func (c *BIO) ListDataModelRowsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListDataModelRowsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListDataModelRowsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListDataModelRowsRequest(input *ListDataModelRowsInput) (req *request.Request, output *ListDataModelRowsOutput)
- func (c *BIO) ListDataModelRowsWithContext(ctx volcengine.Context, input *ListDataModelRowsInput, opts ...request.Option) (*ListDataModelRowsOutput, error)
- func (c *BIO) ListDataModels(input *ListDataModelsInput) (*ListDataModelsOutput, error)
- func (c *BIO) ListDataModelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListDataModelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListDataModelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListDataModelsRequest(input *ListDataModelsInput) (req *request.Request, output *ListDataModelsOutput)
- func (c *BIO) ListDataModelsWithContext(ctx volcengine.Context, input *ListDataModelsInput, opts ...request.Option) (*ListDataModelsOutput, error)
- func (c *BIO) ListNotebookServerResourceOpts(input *ListNotebookServerResourceOptsInput) (*ListNotebookServerResourceOptsOutput, error)
- func (c *BIO) ListNotebookServerResourceOptsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListNotebookServerResourceOptsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListNotebookServerResourceOptsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListNotebookServerResourceOptsRequest(input *ListNotebookServerResourceOptsInput) (req *request.Request, output *ListNotebookServerResourceOptsOutput)
- func (c *BIO) ListNotebookServerResourceOptsWithContext(ctx volcengine.Context, input *ListNotebookServerResourceOptsInput, ...) (*ListNotebookServerResourceOptsOutput, error)
- func (c *BIO) ListNotebookServers(input *ListNotebookServersInput) (*ListNotebookServersOutput, error)
- func (c *BIO) ListNotebookServersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListNotebookServersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListNotebookServersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListNotebookServersRequest(input *ListNotebookServersInput) (req *request.Request, output *ListNotebookServersOutput)
- func (c *BIO) ListNotebookServersWithContext(ctx volcengine.Context, input *ListNotebookServersInput, ...) (*ListNotebookServersOutput, error)
- func (c *BIO) ListRuns(input *ListRunsInput) (*ListRunsOutput, error)
- func (c *BIO) ListRunsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListRunsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListRunsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListRunsRequest(input *ListRunsInput) (req *request.Request, output *ListRunsOutput)
- func (c *BIO) ListRunsWithContext(ctx volcengine.Context, input *ListRunsInput, opts ...request.Option) (*ListRunsOutput, error)
- func (c *BIO) ListSubmissions(input *ListSubmissionsInput) (*ListSubmissionsOutput, error)
- func (c *BIO) ListSubmissionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListSubmissionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListSubmissionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListSubmissionsRequest(input *ListSubmissionsInput) (req *request.Request, output *ListSubmissionsOutput)
- func (c *BIO) ListSubmissionsWithContext(ctx volcengine.Context, input *ListSubmissionsInput, opts ...request.Option) (*ListSubmissionsOutput, error)
- func (c *BIO) ListTasks(input *ListTasksInput) (*ListTasksOutput, error)
- func (c *BIO) ListTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListTasksRequest(input *ListTasksInput) (req *request.Request, output *ListTasksOutput)
- func (c *BIO) ListTasksWithContext(ctx volcengine.Context, input *ListTasksInput, opts ...request.Option) (*ListTasksOutput, error)
- func (c *BIO) ListWorkflows(input *ListWorkflowsInput) (*ListWorkflowsOutput, error)
- func (c *BIO) ListWorkflowsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListWorkflowsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListWorkflowsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListWorkflowsRequest(input *ListWorkflowsInput) (req *request.Request, output *ListWorkflowsOutput)
- func (c *BIO) ListWorkflowsWithContext(ctx volcengine.Context, input *ListWorkflowsInput, opts ...request.Option) (*ListWorkflowsOutput, error)
- func (c *BIO) ListWorkspaceExtraBuckets(input *ListWorkspaceExtraBucketsInput) (*ListWorkspaceExtraBucketsOutput, error)
- func (c *BIO) ListWorkspaceExtraBucketsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListWorkspaceExtraBucketsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListWorkspaceExtraBucketsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListWorkspaceExtraBucketsRequest(input *ListWorkspaceExtraBucketsInput) (req *request.Request, output *ListWorkspaceExtraBucketsOutput)
- func (c *BIO) ListWorkspaceExtraBucketsWithContext(ctx volcengine.Context, input *ListWorkspaceExtraBucketsInput, ...) (*ListWorkspaceExtraBucketsOutput, error)
- func (c *BIO) ListWorkspaceLabels(input *ListWorkspaceLabelsInput) (*ListWorkspaceLabelsOutput, error)
- func (c *BIO) ListWorkspaceLabelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListWorkspaceLabelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListWorkspaceLabelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListWorkspaceLabelsRequest(input *ListWorkspaceLabelsInput) (req *request.Request, output *ListWorkspaceLabelsOutput)
- func (c *BIO) ListWorkspaceLabelsWithContext(ctx volcengine.Context, input *ListWorkspaceLabelsInput, ...) (*ListWorkspaceLabelsOutput, error)
- func (c *BIO) ListWorkspaces(input *ListWorkspacesInput) (*ListWorkspacesOutput, error)
- func (c *BIO) ListWorkspacesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) ListWorkspacesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) ListWorkspacesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) ListWorkspacesRequest(input *ListWorkspacesInput) (req *request.Request, output *ListWorkspacesOutput)
- func (c *BIO) ListWorkspacesWithContext(ctx volcengine.Context, input *ListWorkspacesInput, opts ...request.Option) (*ListWorkspacesOutput, error)
- func (c *BIO) StopNotebookServer(input *StopNotebookServerInput) (*StopNotebookServerOutput, error)
- func (c *BIO) StopNotebookServerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) StopNotebookServerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) StopNotebookServerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) StopNotebookServerRequest(input *StopNotebookServerInput) (req *request.Request, output *StopNotebookServerOutput)
- func (c *BIO) StopNotebookServerWithContext(ctx volcengine.Context, input *StopNotebookServerInput, opts ...request.Option) (*StopNotebookServerOutput, error)
- func (c *BIO) UnbindClusterAndWorkspace(input *UnbindClusterAndWorkspaceInput) (*UnbindClusterAndWorkspaceOutput, error)
- func (c *BIO) UnbindClusterAndWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) UnbindClusterAndWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) UnbindClusterAndWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) UnbindClusterAndWorkspaceRequest(input *UnbindClusterAndWorkspaceInput) (req *request.Request, output *UnbindClusterAndWorkspaceOutput)
- func (c *BIO) UnbindClusterAndWorkspaceWithContext(ctx volcengine.Context, input *UnbindClusterAndWorkspaceInput, ...) (*UnbindClusterAndWorkspaceOutput, error)
- func (c *BIO) UpdateAPIAccessKey(input *UpdateAPIAccessKeyInput) (*UpdateAPIAccessKeyOutput, error)
- func (c *BIO) UpdateAPIAccessKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) UpdateAPIAccessKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) UpdateAPIAccessKeyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) UpdateAPIAccessKeyRequest(input *UpdateAPIAccessKeyInput) (req *request.Request, output *UpdateAPIAccessKeyOutput)
- func (c *BIO) UpdateAPIAccessKeyWithContext(ctx volcengine.Context, input *UpdateAPIAccessKeyInput, opts ...request.Option) (*UpdateAPIAccessKeyOutput, error)
- func (c *BIO) UpdateNotebookServerSettings(input *UpdateNotebookServerSettingsInput) (*UpdateNotebookServerSettingsOutput, error)
- func (c *BIO) UpdateNotebookServerSettingsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) UpdateNotebookServerSettingsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) UpdateNotebookServerSettingsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) UpdateNotebookServerSettingsRequest(input *UpdateNotebookServerSettingsInput) (req *request.Request, output *UpdateNotebookServerSettingsOutput)
- func (c *BIO) UpdateNotebookServerSettingsWithContext(ctx volcengine.Context, input *UpdateNotebookServerSettingsInput, ...) (*UpdateNotebookServerSettingsOutput, error)
- func (c *BIO) UpdateWorkflow(input *UpdateWorkflowInput) (*UpdateWorkflowOutput, error)
- func (c *BIO) UpdateWorkflowCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BIO) UpdateWorkflowCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BIO) UpdateWorkflowCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BIO) UpdateWorkflowRequest(input *UpdateWorkflowInput) (req *request.Request, output *UpdateWorkflowOutput)
- func (c *BIO) UpdateWorkflowWithContext(ctx volcengine.Context, input *UpdateWorkflowInput, opts ...request.Option) (*UpdateWorkflowOutput, error)
- type BIOAPI
- type BindClusterToWorkspaceInput
- func (s BindClusterToWorkspaceInput) GoString() string
- func (s *BindClusterToWorkspaceInput) SetClusterID(v string) *BindClusterToWorkspaceInput
- func (s *BindClusterToWorkspaceInput) SetID(v string) *BindClusterToWorkspaceInput
- func (s *BindClusterToWorkspaceInput) SetType(v string) *BindClusterToWorkspaceInput
- func (s BindClusterToWorkspaceInput) String() string
- func (s *BindClusterToWorkspaceInput) Validate() error
- type BindClusterToWorkspaceOutput
- type CancelRunInput
- type CancelRunOutput
- type CancelSubmissionInput
- type CancelSubmissionOutput
- type CheckWorkspaceDefaultBucketRelatedOthersInput
- func (s CheckWorkspaceDefaultBucketRelatedOthersInput) GoString() string
- func (s *CheckWorkspaceDefaultBucketRelatedOthersInput) SetID(v string) *CheckWorkspaceDefaultBucketRelatedOthersInput
- func (s CheckWorkspaceDefaultBucketRelatedOthersInput) String() string
- func (s *CheckWorkspaceDefaultBucketRelatedOthersInput) Validate() error
- type CheckWorkspaceDefaultBucketRelatedOthersOutput
- type ClonePublicWorkspaceInput
- func (s ClonePublicWorkspaceInput) GoString() string
- func (s *ClonePublicWorkspaceInput) SetCoverPath(v string) *ClonePublicWorkspaceInput
- func (s *ClonePublicWorkspaceInput) SetDescription(v string) *ClonePublicWorkspaceInput
- func (s *ClonePublicWorkspaceInput) SetLabels(v []*string) *ClonePublicWorkspaceInput
- func (s *ClonePublicWorkspaceInput) SetName(v string) *ClonePublicWorkspaceInput
- func (s *ClonePublicWorkspaceInput) SetWorkspaceID(v string) *ClonePublicWorkspaceInput
- func (s ClonePublicWorkspaceInput) String() string
- func (s *ClonePublicWorkspaceInput) Validate() error
- type ClonePublicWorkspaceOutput
- type ClusterInfoForListClustersOfWorkspaceOutput
- func (s ClusterInfoForListClustersOfWorkspaceOutput) GoString() string
- func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetBound(v bool) *ClusterInfoForListClustersOfWorkspaceOutput
- func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetDescription(v string) *ClusterInfoForListClustersOfWorkspaceOutput
- func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetErrorMessage(v string) *ClusterInfoForListClustersOfWorkspaceOutput
- func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetExternalConfig(v *ExternalConfigForListClustersOfWorkspaceOutput) *ClusterInfoForListClustersOfWorkspaceOutput
- func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetID(v string) *ClusterInfoForListClustersOfWorkspaceOutput
- func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetName(v string) *ClusterInfoForListClustersOfWorkspaceOutput
- func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetPublic(v bool) *ClusterInfoForListClustersOfWorkspaceOutput
- func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetSharedConfig(v *SharedConfigForListClustersOfWorkspaceOutput) *ClusterInfoForListClustersOfWorkspaceOutput
- func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetStartTime(v int32) *ClusterInfoForListClustersOfWorkspaceOutput
- func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetStatus(v string) *ClusterInfoForListClustersOfWorkspaceOutput
- func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetStoppedTime(v int32) *ClusterInfoForListClustersOfWorkspaceOutput
- func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetVKEConfig(v *VKEConfigForListClustersOfWorkspaceOutput) *ClusterInfoForListClustersOfWorkspaceOutput
- func (s ClusterInfoForListClustersOfWorkspaceOutput) String() string
- type CommitIESImageInput
- func (s CommitIESImageInput) GoString() string
- func (s *CommitIESImageInput) SetDescription(v string) *CommitIESImageInput
- func (s *CommitIESImageInput) SetImage(v string) *CommitIESImageInput
- func (s *CommitIESImageInput) SetImageReplace(v bool) *CommitIESImageInput
- func (s *CommitIESImageInput) SetWebappInstanceID(v string) *CommitIESImageInput
- func (s *CommitIESImageInput) SetWorkspaceID(v string) *CommitIESImageInput
- func (s CommitIESImageInput) String() string
- func (s *CommitIESImageInput) Validate() error
- type CommitIESImageOutput
- type CompleteSchemaInput
- type CompleteSchemaOutput
- type CreateClusterInput
- func (s CreateClusterInput) GoString() string
- func (s *CreateClusterInput) SetDescription(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetName(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetSharedConfig(v *SharedConfigForCreateClusterInput) *CreateClusterInput
- func (s CreateClusterInput) String() string
- func (s *CreateClusterInput) Validate() error
- type CreateClusterOutput
- type CreateDataModelInput
- func (s CreateDataModelInput) GoString() string
- func (s *CreateDataModelInput) SetHeaders(v []*string) *CreateDataModelInput
- func (s *CreateDataModelInput) SetName(v string) *CreateDataModelInput
- func (s *CreateDataModelInput) SetRepositorySchema(v *RepositorySchemaForCreateDataModelInput) *CreateDataModelInput
- func (s *CreateDataModelInput) SetRows(v []*RowForCreateDataModelInput) *CreateDataModelInput
- func (s *CreateDataModelInput) SetWorkspaceID(v string) *CreateDataModelInput
- func (s CreateDataModelInput) String() string
- func (s *CreateDataModelInput) Validate() error
- type CreateDataModelOutput
- type CreateNotebookRunInput
- func (s CreateNotebookRunInput) GoString() string
- func (s *CreateNotebookRunInput) SetName(v string) *CreateNotebookRunInput
- func (s *CreateNotebookRunInput) SetWorkspaceID(v string) *CreateNotebookRunInput
- func (s CreateNotebookRunInput) String() string
- func (s *CreateNotebookRunInput) Validate() error
- type CreateNotebookRunOutput
- type CreateSubmissionInput
- func (s CreateSubmissionInput) GoString() string
- func (s *CreateSubmissionInput) SetClusterID(v string) *CreateSubmissionInput
- func (s *CreateSubmissionInput) SetDataModelID(v string) *CreateSubmissionInput
- func (s *CreateSubmissionInput) SetDataModelRowIDs(v []*string) *CreateSubmissionInput
- func (s *CreateSubmissionInput) SetDescription(v string) *CreateSubmissionInput
- func (s *CreateSubmissionInput) SetExposedOptions(v *ExposedOptionsForCreateSubmissionInput) *CreateSubmissionInput
- func (s *CreateSubmissionInput) SetInputs(v string) *CreateSubmissionInput
- func (s *CreateSubmissionInput) SetName(v string) *CreateSubmissionInput
- func (s *CreateSubmissionInput) SetOutputs(v string) *CreateSubmissionInput
- func (s *CreateSubmissionInput) SetWorkflowID(v string) *CreateSubmissionInput
- func (s *CreateSubmissionInput) SetWorkspaceID(v string) *CreateSubmissionInput
- func (s CreateSubmissionInput) String() string
- func (s *CreateSubmissionInput) Validate() error
- type CreateSubmissionOutput
- type CreateWorkflowInput
- func (s CreateWorkflowInput) GoString() string
- func (s *CreateWorkflowInput) SetContent(v string) *CreateWorkflowInput
- func (s *CreateWorkflowInput) SetDescription(v string) *CreateWorkflowInput
- func (s *CreateWorkflowInput) SetLanguage(v string) *CreateWorkflowInput
- func (s *CreateWorkflowInput) SetMainWorkflowPath(v string) *CreateWorkflowInput
- func (s *CreateWorkflowInput) SetName(v string) *CreateWorkflowInput
- func (s *CreateWorkflowInput) SetSource(v string) *CreateWorkflowInput
- func (s *CreateWorkflowInput) SetSourceType(v string) *CreateWorkflowInput
- func (s *CreateWorkflowInput) SetTag(v string) *CreateWorkflowInput
- func (s *CreateWorkflowInput) SetToken(v string) *CreateWorkflowInput
- func (s *CreateWorkflowInput) SetWorkspaceID(v string) *CreateWorkflowInput
- func (s CreateWorkflowInput) String() string
- func (s *CreateWorkflowInput) Validate() error
- type CreateWorkflowOutput
- type DataEntityForListSubmissionsOutput
- func (s DataEntityForListSubmissionsOutput) GoString() string
- func (s *DataEntityForListSubmissionsOutput) SetID(v string) *DataEntityForListSubmissionsOutput
- func (s *DataEntityForListSubmissionsOutput) SetName(v string) *DataEntityForListSubmissionsOutput
- func (s *DataEntityForListSubmissionsOutput) SetRowIDs(v []*string) *DataEntityForListSubmissionsOutput
- func (s DataEntityForListSubmissionsOutput) String() string
- type DeleteClusterInput
- type DeleteClusterOutput
- type DeleteDataModelRowsAndHeadersInput
- func (s DeleteDataModelRowsAndHeadersInput) GoString() string
- func (s *DeleteDataModelRowsAndHeadersInput) SetHeaders(v []*string) *DeleteDataModelRowsAndHeadersInput
- func (s *DeleteDataModelRowsAndHeadersInput) SetID(v string) *DeleteDataModelRowsAndHeadersInput
- func (s *DeleteDataModelRowsAndHeadersInput) SetRowIDs(v []*string) *DeleteDataModelRowsAndHeadersInput
- func (s *DeleteDataModelRowsAndHeadersInput) SetWorkspaceID(v string) *DeleteDataModelRowsAndHeadersInput
- func (s DeleteDataModelRowsAndHeadersInput) String() string
- func (s *DeleteDataModelRowsAndHeadersInput) Validate() error
- type DeleteDataModelRowsAndHeadersOutput
- type DeleteNotebookServerInput
- func (s DeleteNotebookServerInput) GoString() string
- func (s *DeleteNotebookServerInput) SetUserID(v int32) *DeleteNotebookServerInput
- func (s *DeleteNotebookServerInput) SetWorkspaceID(v string) *DeleteNotebookServerInput
- func (s DeleteNotebookServerInput) String() string
- func (s *DeleteNotebookServerInput) Validate() error
- type DeleteNotebookServerOutput
- type DeleteNotebookServerSettingsInput
- type DeleteNotebookServerSettingsOutput
- type DeleteSubmissionInput
- type DeleteSubmissionOutput
- type DeleteWorkflowInput
- type DeleteWorkflowOutput
- type DeleteWorkspaceInput
- type DeleteWorkspaceOutput
- type DetachWorkspaceExtraBucketInput
- func (s DetachWorkspaceExtraBucketInput) GoString() string
- func (s *DetachWorkspaceExtraBucketInput) SetBucket(v string) *DetachWorkspaceExtraBucketInput
- func (s *DetachWorkspaceExtraBucketInput) SetID(v string) *DetachWorkspaceExtraBucketInput
- func (s DetachWorkspaceExtraBucketInput) String() string
- func (s *DetachWorkspaceExtraBucketInput) Validate() error
- type DetachWorkspaceExtraBucketOutput
- type ExportWorkspaceInput
- type ExportWorkspaceOutput
- type ExposedOptionsForCreateSubmissionInput
- func (s ExposedOptionsForCreateSubmissionInput) GoString() string
- func (s *ExposedOptionsForCreateSubmissionInput) SetAAIPassport(v string) *ExposedOptionsForCreateSubmissionInput
- func (s *ExposedOptionsForCreateSubmissionInput) SetExecutionRootDir(v string) *ExposedOptionsForCreateSubmissionInput
- func (s *ExposedOptionsForCreateSubmissionInput) SetMountTOS(v bool) *ExposedOptionsForCreateSubmissionInput
- func (s *ExposedOptionsForCreateSubmissionInput) SetReadFromCache(v bool) *ExposedOptionsForCreateSubmissionInput
- func (s ExposedOptionsForCreateSubmissionInput) String() string
- type ExposedOptionsForListSubmissionsOutput
- func (s ExposedOptionsForListSubmissionsOutput) GoString() string
- func (s *ExposedOptionsForListSubmissionsOutput) SetAAIPassport(v string) *ExposedOptionsForListSubmissionsOutput
- func (s *ExposedOptionsForListSubmissionsOutput) SetExecutionRootDir(v string) *ExposedOptionsForListSubmissionsOutput
- func (s *ExposedOptionsForListSubmissionsOutput) SetMountTOS(v bool) *ExposedOptionsForListSubmissionsOutput
- func (s *ExposedOptionsForListSubmissionsOutput) SetReadFromCache(v bool) *ExposedOptionsForListSubmissionsOutput
- func (s ExposedOptionsForListSubmissionsOutput) String() string
- type ExternalConfigForListClustersOfWorkspaceOutput
- func (s ExternalConfigForListClustersOfWorkspaceOutput) GoString() string
- func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetExecutionRootDir(v string) *ExternalConfigForListClustersOfWorkspaceOutput
- func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetFilesystem(v string) *ExternalConfigForListClustersOfWorkspaceOutput
- func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetJupyterhubClusterKubeConfig(v string) *ExternalConfigForListClustersOfWorkspaceOutput
- func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetJupyterhubEndpoint(v string) *ExternalConfigForListClustersOfWorkspaceOutput
- func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetJupyterhubJWTSecret(v string) *ExternalConfigForListClustersOfWorkspaceOutput
- func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetJupyterhubUserNamespace(v string) *ExternalConfigForListClustersOfWorkspaceOutput
- func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetNereidClusterID(v string) *ExternalConfigForListClustersOfWorkspaceOutput
- func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetNereidEndpoint(v string) *ExternalConfigForListClustersOfWorkspaceOutput
- func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetResourceScheduler(v string) *ExternalConfigForListClustersOfWorkspaceOutput
- func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetS3ProxyConfig(v *S3ProxyConfigForListClustersOfWorkspaceOutput) *ExternalConfigForListClustersOfWorkspaceOutput
- func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetWESEndpoint(v string) *ExternalConfigForListClustersOfWorkspaceOutput
- func (s ExternalConfigForListClustersOfWorkspaceOutput) String() string
- type ExternalConfigForListClustersOutput
- func (s ExternalConfigForListClustersOutput) GoString() string
- func (s *ExternalConfigForListClustersOutput) SetExecutionRootDir(v string) *ExternalConfigForListClustersOutput
- func (s *ExternalConfigForListClustersOutput) SetFilesystem(v string) *ExternalConfigForListClustersOutput
- func (s *ExternalConfigForListClustersOutput) SetJupyterhubClusterKubeConfig(v string) *ExternalConfigForListClustersOutput
- func (s *ExternalConfigForListClustersOutput) SetJupyterhubEndpoint(v string) *ExternalConfigForListClustersOutput
- func (s *ExternalConfigForListClustersOutput) SetJupyterhubJWTSecret(v string) *ExternalConfigForListClustersOutput
- func (s *ExternalConfigForListClustersOutput) SetJupyterhubUserNamespace(v string) *ExternalConfigForListClustersOutput
- func (s *ExternalConfigForListClustersOutput) SetNereidClusterID(v string) *ExternalConfigForListClustersOutput
- func (s *ExternalConfigForListClustersOutput) SetNereidEndpoint(v string) *ExternalConfigForListClustersOutput
- func (s *ExternalConfigForListClustersOutput) SetResourceScheduler(v string) *ExternalConfigForListClustersOutput
- func (s *ExternalConfigForListClustersOutput) SetS3ProxyConfig(v *S3ProxyConfigForListClustersOutput) *ExternalConfigForListClustersOutput
- func (s *ExternalConfigForListClustersOutput) SetWESEndpoint(v string) *ExternalConfigForListClustersOutput
- func (s ExternalConfigForListClustersOutput) String() string
- type FilterForListAllDataModelRowIDsInput
- func (s FilterForListAllDataModelRowIDsInput) GoString() string
- func (s *FilterForListAllDataModelRowIDsInput) SetInSetIDs(v []*string) *FilterForListAllDataModelRowIDsInput
- func (s *FilterForListAllDataModelRowIDsInput) SetKeyword(v string) *FilterForListAllDataModelRowIDsInput
- func (s *FilterForListAllDataModelRowIDsInput) SetRowIDs(v []*string) *FilterForListAllDataModelRowIDsInput
- func (s FilterForListAllDataModelRowIDsInput) String() string
- type FilterForListClustersInput
- func (s FilterForListClustersInput) GoString() string
- func (s *FilterForListClustersInput) SetIDs(v []*string) *FilterForListClustersInput
- func (s *FilterForListClustersInput) SetKeyword(v string) *FilterForListClustersInput
- func (s *FilterForListClustersInput) SetPublic(v bool) *FilterForListClustersInput
- func (s *FilterForListClustersInput) SetStatus(v []*string) *FilterForListClustersInput
- func (s *FilterForListClustersInput) SetType(v []*string) *FilterForListClustersInput
- func (s FilterForListClustersInput) String() string
- type FilterForListDataModelRowsInput
- func (s FilterForListDataModelRowsInput) GoString() string
- func (s *FilterForListDataModelRowsInput) SetInSetIDs(v []*string) *FilterForListDataModelRowsInput
- func (s *FilterForListDataModelRowsInput) SetKeyword(v string) *FilterForListDataModelRowsInput
- func (s *FilterForListDataModelRowsInput) SetRowIDs(v []*string) *FilterForListDataModelRowsInput
- func (s FilterForListDataModelRowsInput) String() string
- type FilterForListNotebookServersInput
- func (s FilterForListNotebookServersInput) GoString() string
- func (s *FilterForListNotebookServersInput) SetStatus(v []*string) *FilterForListNotebookServersInput
- func (s *FilterForListNotebookServersInput) SetUserID(v int32) *FilterForListNotebookServersInput
- func (s *FilterForListNotebookServersInput) SetWorkspaceID(v string) *FilterForListNotebookServersInput
- func (s FilterForListNotebookServersInput) String() string
- type FilterForListRunsInput
- func (s FilterForListRunsInput) GoString() string
- func (s *FilterForListRunsInput) SetIDs(v []*string) *FilterForListRunsInput
- func (s *FilterForListRunsInput) SetKeyword(v string) *FilterForListRunsInput
- func (s *FilterForListRunsInput) SetStatus(v []*string) *FilterForListRunsInput
- func (s FilterForListRunsInput) String() string
- type FilterForListSubmissionsInput
- func (s FilterForListSubmissionsInput) GoString() string
- func (s *FilterForListSubmissionsInput) SetClusterID(v string) *FilterForListSubmissionsInput
- func (s *FilterForListSubmissionsInput) SetDisplayLevel(v string) *FilterForListSubmissionsInput
- func (s *FilterForListSubmissionsInput) SetIDs(v []*string) *FilterForListSubmissionsInput
- func (s *FilterForListSubmissionsInput) SetKeyword(v string) *FilterForListSubmissionsInput
- func (s *FilterForListSubmissionsInput) SetStatus(v []*string) *FilterForListSubmissionsInput
- func (s *FilterForListSubmissionsInput) SetWorkflowID(v string) *FilterForListSubmissionsInput
- func (s FilterForListSubmissionsInput) String() string
- type FilterForListWorkflowsInput
- type FilterForListWorkspaceExtraBucketsInput
- func (s FilterForListWorkspaceExtraBucketsInput) GoString() string
- func (s *FilterForListWorkspaceExtraBucketsInput) SetBuckets(v []*string) *FilterForListWorkspaceExtraBucketsInput
- func (s *FilterForListWorkspaceExtraBucketsInput) SetType(v string) *FilterForListWorkspaceExtraBucketsInput
- func (s FilterForListWorkspaceExtraBucketsInput) String() string
- type FilterForListWorkspaceLabelsInput
- func (s FilterForListWorkspaceLabelsInput) GoString() string
- func (s *FilterForListWorkspaceLabelsInput) SetExact(v bool) *FilterForListWorkspaceLabelsInput
- func (s *FilterForListWorkspaceLabelsInput) SetIsPublic(v bool) *FilterForListWorkspaceLabelsInput
- func (s *FilterForListWorkspaceLabelsInput) SetKeywords(v []*string) *FilterForListWorkspaceLabelsInput
- func (s *FilterForListWorkspaceLabelsInput) SetMatchPreset(v bool) *FilterForListWorkspaceLabelsInput
- func (s FilterForListWorkspaceLabelsInput) String() string
- type FilterForListWorkspacesInput
- func (s FilterForListWorkspacesInput) GoString() string
- func (s *FilterForListWorkspacesInput) SetIDs(v []*string) *FilterForListWorkspacesInput
- func (s *FilterForListWorkspacesInput) SetIsPublic(v bool) *FilterForListWorkspacesInput
- func (s *FilterForListWorkspacesInput) SetKeyword(v string) *FilterForListWorkspacesInput
- func (s *FilterForListWorkspacesInput) SetLabels(v []*string) *FilterForListWorkspacesInput
- func (s FilterForListWorkspacesInput) String() string
- type GetAPIAccessKeyInput
- type GetAPIAccessKeyOutput
- type GetExportWorkspacePreSignedURLInput
- func (s GetExportWorkspacePreSignedURLInput) GoString() string
- func (s *GetExportWorkspacePreSignedURLInput) SetID(v string) *GetExportWorkspacePreSignedURLInput
- func (s *GetExportWorkspacePreSignedURLInput) SetWorkspaceID(v string) *GetExportWorkspacePreSignedURLInput
- func (s GetExportWorkspacePreSignedURLInput) String() string
- func (s *GetExportWorkspacePreSignedURLInput) Validate() error
- type GetExportWorkspacePreSignedURLOutput
- type GetImportWorkspacePreSignedURLInput
- type GetImportWorkspacePreSignedURLOutput
- func (s GetImportWorkspacePreSignedURLOutput) GoString() string
- func (s *GetImportWorkspacePreSignedURLOutput) SetPreSignedURL(v string) *GetImportWorkspacePreSignedURLOutput
- func (s *GetImportWorkspacePreSignedURLOutput) SetSchemaKey(v string) *GetImportWorkspacePreSignedURLOutput
- func (s GetImportWorkspacePreSignedURLOutput) String() string
- type GetNotebookEditInfoInput
- func (s GetNotebookEditInfoInput) GoString() string
- func (s *GetNotebookEditInfoInput) SetName(v string) *GetNotebookEditInfoInput
- func (s *GetNotebookEditInfoInput) SetWorkspaceID(v string) *GetNotebookEditInfoInput
- func (s GetNotebookEditInfoInput) String() string
- func (s *GetNotebookEditInfoInput) Validate() error
- type GetNotebookEditInfoOutput
- type GetNotebookRunStatusInput
- func (s GetNotebookRunStatusInput) GoString() string
- func (s *GetNotebookRunStatusInput) SetJobID(v string) *GetNotebookRunStatusInput
- func (s *GetNotebookRunStatusInput) SetWorkspaceID(v string) *GetNotebookRunStatusInput
- func (s GetNotebookRunStatusInput) String() string
- func (s *GetNotebookRunStatusInput) Validate() error
- type GetNotebookRunStatusOutput
- func (s GetNotebookRunStatusOutput) GoString() string
- func (s *GetNotebookRunStatusOutput) SetExitCode(v int32) *GetNotebookRunStatusOutput
- func (s *GetNotebookRunStatusOutput) SetLog(v string) *GetNotebookRunStatusOutput
- func (s *GetNotebookRunStatusOutput) SetStatus(v string) *GetNotebookRunStatusOutput
- func (s GetNotebookRunStatusOutput) String() string
- type GetNotebookServerSettingsInput
- type GetNotebookServerSettingsOutput
- func (s GetNotebookServerSettingsOutput) GoString() string
- func (s *GetNotebookServerSettingsOutput) SetImageID(v string) *GetNotebookServerSettingsOutput
- func (s *GetNotebookServerSettingsOutput) SetMountTOSEnabled(v bool) *GetNotebookServerSettingsOutput
- func (s *GetNotebookServerSettingsOutput) SetResourceSize(v string) *GetNotebookServerSettingsOutput
- func (s *GetNotebookServerSettingsOutput) SetStorageCapacity(v int32) *GetNotebookServerSettingsOutput
- func (s *GetNotebookServerSettingsOutput) SetTempImageName(v string) *GetNotebookServerSettingsOutput
- func (s GetNotebookServerSettingsOutput) String() string
- type GetNotebookServerStatInput
- type GetNotebookServerStatOutput
- type GetTRSWorkflowInfoInput
- func (s GetTRSWorkflowInfoInput) GoString() string
- func (s *GetTRSWorkflowInfoInput) SetID(v string) *GetTRSWorkflowInfoInput
- func (s *GetTRSWorkflowInfoInput) SetTRSServer(v string) *GetTRSWorkflowInfoInput
- func (s GetTRSWorkflowInfoInput) String() string
- func (s *GetTRSWorkflowInfoInput) Validate() error
- type GetTRSWorkflowInfoOutput
- func (s GetTRSWorkflowInfoOutput) GoString() string
- func (s *GetTRSWorkflowInfoOutput) SetDescription(v string) *GetTRSWorkflowInfoOutput
- func (s *GetTRSWorkflowInfoOutput) SetName(v string) *GetTRSWorkflowInfoOutput
- func (s *GetTRSWorkflowInfoOutput) SetVersionsInfo(v []*VersionsInfoForGetTRSWorkflowInfoOutput) *GetTRSWorkflowInfoOutput
- func (s GetTRSWorkflowInfoOutput) String() string
- type ImportWorkspaceInput
- type ImportWorkspaceOutput
- type InputForListWorkflowsOutput
- func (s InputForListWorkflowsOutput) GoString() string
- func (s *InputForListWorkflowsOutput) SetDefault(v string) *InputForListWorkflowsOutput
- func (s *InputForListWorkflowsOutput) SetName(v string) *InputForListWorkflowsOutput
- func (s *InputForListWorkflowsOutput) SetOptional(v bool) *InputForListWorkflowsOutput
- func (s *InputForListWorkflowsOutput) SetParameterMeta(v string) *InputForListWorkflowsOutput
- func (s *InputForListWorkflowsOutput) SetType(v string) *InputForListWorkflowsOutput
- func (s InputForListWorkflowsOutput) String() string
- type ItemForListClustersOfWorkspaceOutput
- func (s ItemForListClustersOfWorkspaceOutput) GoString() string
- func (s *ItemForListClustersOfWorkspaceOutput) SetBindTime(v int32) *ItemForListClustersOfWorkspaceOutput
- func (s *ItemForListClustersOfWorkspaceOutput) SetClusterInfo(v *ClusterInfoForListClustersOfWorkspaceOutput) *ItemForListClustersOfWorkspaceOutput
- func (s *ItemForListClustersOfWorkspaceOutput) SetType(v string) *ItemForListClustersOfWorkspaceOutput
- func (s ItemForListClustersOfWorkspaceOutput) String() string
- type ItemForListClustersOutput
- func (s ItemForListClustersOutput) GoString() string
- func (s *ItemForListClustersOutput) SetBound(v bool) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetDescription(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetErrorMessage(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetExternalConfig(v *ExternalConfigForListClustersOutput) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetID(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetName(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetPublic(v bool) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetSharedConfig(v *SharedConfigForListClustersOutput) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetStartTime(v int32) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetStatus(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetStoppedTime(v int32) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetVKEConfig(v *VKEConfigForListClustersOutput) *ItemForListClustersOutput
- func (s ItemForListClustersOutput) String() string
- type ItemForListDataModelsOutput
- func (s ItemForListDataModelsOutput) GoString() string
- func (s *ItemForListDataModelsOutput) SetID(v string) *ItemForListDataModelsOutput
- func (s *ItemForListDataModelsOutput) SetName(v string) *ItemForListDataModelsOutput
- func (s *ItemForListDataModelsOutput) SetRowCount(v int32) *ItemForListDataModelsOutput
- func (s *ItemForListDataModelsOutput) SetType(v string) *ItemForListDataModelsOutput
- func (s ItemForListDataModelsOutput) String() string
- type ItemForListNotebookServersOutput
- func (s ItemForListNotebookServersOutput) GoString() string
- func (s *ItemForListNotebookServersOutput) SetDuration(v int32) *ItemForListNotebookServersOutput
- func (s *ItemForListNotebookServersOutput) SetLastActivityTime(v int32) *ItemForListNotebookServersOutput
- func (s *ItemForListNotebookServersOutput) SetName(v string) *ItemForListNotebookServersOutput
- func (s *ItemForListNotebookServersOutput) SetOwnerName(v string) *ItemForListNotebookServersOutput
- func (s *ItemForListNotebookServersOutput) SetStartTime(v int32) *ItemForListNotebookServersOutput
- func (s *ItemForListNotebookServersOutput) SetStatus(v string) *ItemForListNotebookServersOutput
- func (s *ItemForListNotebookServersOutput) SetStorageCapacity(v int32) *ItemForListNotebookServersOutput
- func (s *ItemForListNotebookServersOutput) SetUserID(v int32) *ItemForListNotebookServersOutput
- func (s *ItemForListNotebookServersOutput) SetWorkspaceID(v string) *ItemForListNotebookServersOutput
- func (s *ItemForListNotebookServersOutput) SetWorkspaceName(v string) *ItemForListNotebookServersOutput
- func (s ItemForListNotebookServersOutput) String() string
- type ItemForListRunsOutput
- func (s ItemForListRunsOutput) GoString() string
- func (s *ItemForListRunsOutput) SetDataEntityRowID(v string) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetDuration(v int32) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetEngineRunID(v string) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetEngineWorkflowName(v string) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetFinishTime(v int32) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetID(v string) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetInputs(v string) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetLog(v string) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetMessage(v string) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetOutputs(v string) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetStartTime(v int32) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetStatus(v string) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetSubmissionID(v string) *ItemForListRunsOutput
- func (s *ItemForListRunsOutput) SetTaskStatus(v *TaskStatusForListRunsOutput) *ItemForListRunsOutput
- func (s ItemForListRunsOutput) String() string
- type ItemForListSubmissionsOutput
- func (s ItemForListSubmissionsOutput) GoString() string
- func (s *ItemForListSubmissionsOutput) SetClusterID(v string) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetClusterType(v string) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetDataEntity(v *DataEntityForListSubmissionsOutput) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetDataModelID(v string) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetDescription(v string) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetDuration(v int32) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetExposedOptions(v *ExposedOptionsForListSubmissionsOutput) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetFinishTime(v int32) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetID(v string) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetInputs(v string) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetName(v string) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetOutputs(v string) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetOwnerName(v string) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetRunStatus(v *RunStatusForListSubmissionsOutput) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetStartTime(v int32) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetStatus(v string) *ItemForListSubmissionsOutput
- func (s *ItemForListSubmissionsOutput) SetWorkflowID(v string) *ItemForListSubmissionsOutput
- func (s ItemForListSubmissionsOutput) String() string
- type ItemForListTasksOutput
- func (s ItemForListTasksOutput) GoString() string
- func (s *ItemForListTasksOutput) SetDuration(v int32) *ItemForListTasksOutput
- func (s *ItemForListTasksOutput) SetExecuteDuration(v int32) *ItemForListTasksOutput
- func (s *ItemForListTasksOutput) SetFinishTime(v int32) *ItemForListTasksOutput
- func (s *ItemForListTasksOutput) SetJobName(v string) *ItemForListTasksOutput
- func (s *ItemForListTasksOutput) SetLog(v string) *ItemForListTasksOutput
- func (s *ItemForListTasksOutput) SetName(v string) *ItemForListTasksOutput
- func (s *ItemForListTasksOutput) SetResourceClaimed(v *ResourceClaimedForListTasksOutput) *ItemForListTasksOutput
- func (s *ItemForListTasksOutput) SetResourceUsed(v *ResourceUsedForListTasksOutput) *ItemForListTasksOutput
- func (s *ItemForListTasksOutput) SetRunID(v string) *ItemForListTasksOutput
- func (s *ItemForListTasksOutput) SetStartTime(v int32) *ItemForListTasksOutput
- func (s *ItemForListTasksOutput) SetStatus(v string) *ItemForListTasksOutput
- func (s *ItemForListTasksOutput) SetStderr(v string) *ItemForListTasksOutput
- func (s *ItemForListTasksOutput) SetStdout(v string) *ItemForListTasksOutput
- func (s ItemForListTasksOutput) String() string
- type ItemForListWorkflowsOutput
- func (s ItemForListWorkflowsOutput) GoString() string
- func (s *ItemForListWorkflowsOutput) SetCreateTime(v int32) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetDescription(v string) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetGraph(v string) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetID(v string) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetInputs(v []*InputForListWorkflowsOutput) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetLanguage(v string) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetMainWorkflowPath(v string) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetName(v string) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetOutputs(v []*OutputForListWorkflowsOutput) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetOwnerName(v string) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetSource(v string) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetSourceType(v string) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetStatus(v *StatusForListWorkflowsOutput) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetTag(v string) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetToken(v string) *ItemForListWorkflowsOutput
- func (s *ItemForListWorkflowsOutput) SetUpdateTime(v string) *ItemForListWorkflowsOutput
- func (s ItemForListWorkflowsOutput) String() string
- type ItemForListWorkspaceExtraBucketsOutput
- func (s ItemForListWorkspaceExtraBucketsOutput) GoString() string
- func (s *ItemForListWorkspaceExtraBucketsOutput) SetBindTime(v int32) *ItemForListWorkspaceExtraBucketsOutput
- func (s *ItemForListWorkspaceExtraBucketsOutput) SetBucket(v string) *ItemForListWorkspaceExtraBucketsOutput
- func (s *ItemForListWorkspaceExtraBucketsOutput) SetExist(v bool) *ItemForListWorkspaceExtraBucketsOutput
- func (s *ItemForListWorkspaceExtraBucketsOutput) SetID(v string) *ItemForListWorkspaceExtraBucketsOutput
- func (s *ItemForListWorkspaceExtraBucketsOutput) SetMessage(v string) *ItemForListWorkspaceExtraBucketsOutput
- func (s *ItemForListWorkspaceExtraBucketsOutput) SetType(v string) *ItemForListWorkspaceExtraBucketsOutput
- func (s ItemForListWorkspaceExtraBucketsOutput) String() string
- type ItemForListWorkspaceLabelsOutput
- func (s ItemForListWorkspaceLabelsOutput) GoString() string
- func (s *ItemForListWorkspaceLabelsOutput) SetCount(v int32) *ItemForListWorkspaceLabelsOutput
- func (s *ItemForListWorkspaceLabelsOutput) SetName(v string) *ItemForListWorkspaceLabelsOutput
- func (s ItemForListWorkspaceLabelsOutput) String() string
- type ItemForListWorkspacesOutput
- func (s ItemForListWorkspacesOutput) GoString() string
- func (s *ItemForListWorkspacesOutput) SetCoverDownloadURL(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetCreateTime(v int32) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetDescription(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetID(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetLabels(v []*string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetName(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetOwnerName(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetPublicMeta(v *PublicMetaForListWorkspacesOutput) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetRole(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetS3Bucket(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetUpdateTime(v int32) *ItemForListWorkspacesOutput
- func (s ItemForListWorkspacesOutput) String() string
- type ListAllDataModelRowIDsInput
- func (s ListAllDataModelRowIDsInput) GoString() string
- func (s *ListAllDataModelRowIDsInput) SetFilter(v *FilterForListAllDataModelRowIDsInput) *ListAllDataModelRowIDsInput
- func (s *ListAllDataModelRowIDsInput) SetID(v string) *ListAllDataModelRowIDsInput
- func (s *ListAllDataModelRowIDsInput) SetWorkspaceID(v string) *ListAllDataModelRowIDsInput
- func (s ListAllDataModelRowIDsInput) String() string
- func (s *ListAllDataModelRowIDsInput) Validate() error
- type ListAllDataModelRowIDsOutput
- type ListClustersInput
- func (s ListClustersInput) GoString() string
- func (s *ListClustersInput) SetFilter(v *FilterForListClustersInput) *ListClustersInput
- func (s *ListClustersInput) SetPageNumber(v int32) *ListClustersInput
- func (s *ListClustersInput) SetPageSize(v int32) *ListClustersInput
- func (s ListClustersInput) String() string
- func (s *ListClustersInput) Validate() error
- type ListClustersOfWorkspaceInput
- func (s ListClustersOfWorkspaceInput) GoString() string
- func (s *ListClustersOfWorkspaceInput) SetID(v string) *ListClustersOfWorkspaceInput
- func (s *ListClustersOfWorkspaceInput) SetType(v string) *ListClustersOfWorkspaceInput
- func (s ListClustersOfWorkspaceInput) String() string
- func (s *ListClustersOfWorkspaceInput) Validate() error
- type ListClustersOfWorkspaceOutput
- func (s ListClustersOfWorkspaceOutput) GoString() string
- func (s *ListClustersOfWorkspaceOutput) SetItems(v []*ItemForListClustersOfWorkspaceOutput) *ListClustersOfWorkspaceOutput
- func (s *ListClustersOfWorkspaceOutput) SetTotalCount(v int32) *ListClustersOfWorkspaceOutput
- func (s ListClustersOfWorkspaceOutput) String() string
- type ListClustersOutput
- func (s ListClustersOutput) GoString() string
- func (s *ListClustersOutput) SetItems(v []*ItemForListClustersOutput) *ListClustersOutput
- func (s *ListClustersOutput) SetPageNumber(v int32) *ListClustersOutput
- func (s *ListClustersOutput) SetPageSize(v int32) *ListClustersOutput
- func (s *ListClustersOutput) SetTotalCount(v int32) *ListClustersOutput
- func (s ListClustersOutput) String() string
- type ListDataModelRowsInput
- func (s ListDataModelRowsInput) GoString() string
- func (s *ListDataModelRowsInput) SetFilter(v *FilterForListDataModelRowsInput) *ListDataModelRowsInput
- func (s *ListDataModelRowsInput) SetID(v string) *ListDataModelRowsInput
- func (s *ListDataModelRowsInput) SetPageNumber(v int32) *ListDataModelRowsInput
- func (s *ListDataModelRowsInput) SetPageSize(v int32) *ListDataModelRowsInput
- func (s *ListDataModelRowsInput) SetSortBy(v string) *ListDataModelRowsInput
- func (s *ListDataModelRowsInput) SetSortOrder(v string) *ListDataModelRowsInput
- func (s *ListDataModelRowsInput) SetWorkspaceID(v string) *ListDataModelRowsInput
- func (s ListDataModelRowsInput) String() string
- func (s *ListDataModelRowsInput) Validate() error
- type ListDataModelRowsOutput
- func (s ListDataModelRowsOutput) GoString() string
- func (s *ListDataModelRowsOutput) SetHeaders(v []*string) *ListDataModelRowsOutput
- func (s *ListDataModelRowsOutput) SetPageNumber(v int32) *ListDataModelRowsOutput
- func (s *ListDataModelRowsOutput) SetPageSize(v int32) *ListDataModelRowsOutput
- func (s *ListDataModelRowsOutput) SetRows(v []*RowForListDataModelRowsOutput) *ListDataModelRowsOutput
- func (s *ListDataModelRowsOutput) SetTotalCount(v int32) *ListDataModelRowsOutput
- func (s ListDataModelRowsOutput) String() string
- type ListDataModelsInput
- type ListDataModelsOutput
- type ListNotebookServerResourceOptsInput
- type ListNotebookServerResourceOptsOutput
- type ListNotebookServersInput
- func (s ListNotebookServersInput) GoString() string
- func (s *ListNotebookServersInput) SetFilter(v *FilterForListNotebookServersInput) *ListNotebookServersInput
- func (s *ListNotebookServersInput) SetPageNumber(v int32) *ListNotebookServersInput
- func (s *ListNotebookServersInput) SetPageSize(v int32) *ListNotebookServersInput
- func (s *ListNotebookServersInput) SetSortBy(v string) *ListNotebookServersInput
- func (s *ListNotebookServersInput) SetSortOrder(v string) *ListNotebookServersInput
- func (s ListNotebookServersInput) String() string
- func (s *ListNotebookServersInput) Validate() error
- type ListNotebookServersOutput
- func (s ListNotebookServersOutput) GoString() string
- func (s *ListNotebookServersOutput) SetItems(v []*ItemForListNotebookServersOutput) *ListNotebookServersOutput
- func (s *ListNotebookServersOutput) SetTotalCount(v int32) *ListNotebookServersOutput
- func (s ListNotebookServersOutput) String() string
- type ListRunsInput
- func (s ListRunsInput) GoString() string
- func (s *ListRunsInput) SetFilter(v *FilterForListRunsInput) *ListRunsInput
- func (s *ListRunsInput) SetPageNumber(v int32) *ListRunsInput
- func (s *ListRunsInput) SetPageSize(v int32) *ListRunsInput
- func (s *ListRunsInput) SetSubmissionID(v string) *ListRunsInput
- func (s *ListRunsInput) SetWorkspaceID(v string) *ListRunsInput
- func (s ListRunsInput) String() string
- func (s *ListRunsInput) Validate() error
- type ListRunsOutput
- func (s ListRunsOutput) GoString() string
- func (s *ListRunsOutput) SetItems(v []*ItemForListRunsOutput) *ListRunsOutput
- func (s *ListRunsOutput) SetPageNumber(v int32) *ListRunsOutput
- func (s *ListRunsOutput) SetPageSize(v int32) *ListRunsOutput
- func (s *ListRunsOutput) SetTotalCount(v int32) *ListRunsOutput
- func (s ListRunsOutput) String() string
- type ListSubmissionsInput
- func (s ListSubmissionsInput) GoString() string
- func (s *ListSubmissionsInput) SetFilter(v *FilterForListSubmissionsInput) *ListSubmissionsInput
- func (s *ListSubmissionsInput) SetPageNumber(v int32) *ListSubmissionsInput
- func (s *ListSubmissionsInput) SetPageSize(v int32) *ListSubmissionsInput
- func (s *ListSubmissionsInput) SetWorkspaceID(v string) *ListSubmissionsInput
- func (s ListSubmissionsInput) String() string
- func (s *ListSubmissionsInput) Validate() error
- type ListSubmissionsOutput
- func (s ListSubmissionsOutput) GoString() string
- func (s *ListSubmissionsOutput) SetItems(v []*ItemForListSubmissionsOutput) *ListSubmissionsOutput
- func (s *ListSubmissionsOutput) SetPageNumber(v int32) *ListSubmissionsOutput
- func (s *ListSubmissionsOutput) SetPageSize(v int32) *ListSubmissionsOutput
- func (s *ListSubmissionsOutput) SetTotalCount(v int32) *ListSubmissionsOutput
- func (s ListSubmissionsOutput) String() string
- type ListTasksInput
- func (s ListTasksInput) GoString() string
- func (s *ListTasksInput) SetPageNumber(v int32) *ListTasksInput
- func (s *ListTasksInput) SetPageSize(v int32) *ListTasksInput
- func (s *ListTasksInput) SetRunID(v string) *ListTasksInput
- func (s *ListTasksInput) SetWorkspaceID(v string) *ListTasksInput
- func (s ListTasksInput) String() string
- func (s *ListTasksInput) Validate() error
- type ListTasksOutput
- func (s ListTasksOutput) GoString() string
- func (s *ListTasksOutput) SetItems(v []*ItemForListTasksOutput) *ListTasksOutput
- func (s *ListTasksOutput) SetPageNumber(v int32) *ListTasksOutput
- func (s *ListTasksOutput) SetPageSize(v int32) *ListTasksOutput
- func (s *ListTasksOutput) SetTotalCount(v int32) *ListTasksOutput
- func (s ListTasksOutput) String() string
- type ListWorkflowsInput
- func (s ListWorkflowsInput) GoString() string
- func (s *ListWorkflowsInput) SetFilter(v *FilterForListWorkflowsInput) *ListWorkflowsInput
- func (s *ListWorkflowsInput) SetPageNumber(v int32) *ListWorkflowsInput
- func (s *ListWorkflowsInput) SetPageSize(v int32) *ListWorkflowsInput
- func (s *ListWorkflowsInput) SetSortBy(v string) *ListWorkflowsInput
- func (s *ListWorkflowsInput) SetSortOrder(v string) *ListWorkflowsInput
- func (s *ListWorkflowsInput) SetWorkspaceID(v string) *ListWorkflowsInput
- func (s ListWorkflowsInput) String() string
- func (s *ListWorkflowsInput) Validate() error
- type ListWorkflowsOutput
- func (s ListWorkflowsOutput) GoString() string
- func (s *ListWorkflowsOutput) SetItems(v []*ItemForListWorkflowsOutput) *ListWorkflowsOutput
- func (s *ListWorkflowsOutput) SetPageNumber(v int32) *ListWorkflowsOutput
- func (s *ListWorkflowsOutput) SetPageSize(v int32) *ListWorkflowsOutput
- func (s *ListWorkflowsOutput) SetTotalCount(v int32) *ListWorkflowsOutput
- func (s ListWorkflowsOutput) String() string
- type ListWorkspaceExtraBucketsInput
- func (s ListWorkspaceExtraBucketsInput) GoString() string
- func (s *ListWorkspaceExtraBucketsInput) SetFilter(v *FilterForListWorkspaceExtraBucketsInput) *ListWorkspaceExtraBucketsInput
- func (s *ListWorkspaceExtraBucketsInput) SetID(v string) *ListWorkspaceExtraBucketsInput
- func (s *ListWorkspaceExtraBucketsInput) SetSortBy(v string) *ListWorkspaceExtraBucketsInput
- func (s *ListWorkspaceExtraBucketsInput) SetSortOrder(v string) *ListWorkspaceExtraBucketsInput
- func (s ListWorkspaceExtraBucketsInput) String() string
- func (s *ListWorkspaceExtraBucketsInput) Validate() error
- type ListWorkspaceExtraBucketsOutput
- type ListWorkspaceLabelsInput
- type ListWorkspaceLabelsOutput
- func (s ListWorkspaceLabelsOutput) GoString() string
- func (s *ListWorkspaceLabelsOutput) SetItems(v []*ItemForListWorkspaceLabelsOutput) *ListWorkspaceLabelsOutput
- func (s *ListWorkspaceLabelsOutput) SetTotalCount(v int32) *ListWorkspaceLabelsOutput
- func (s ListWorkspaceLabelsOutput) String() string
- type ListWorkspacesInput
- func (s ListWorkspacesInput) GoString() string
- func (s *ListWorkspacesInput) SetFilter(v *FilterForListWorkspacesInput) *ListWorkspacesInput
- func (s *ListWorkspacesInput) SetPageNumber(v int32) *ListWorkspacesInput
- func (s *ListWorkspacesInput) SetPageSize(v int32) *ListWorkspacesInput
- func (s *ListWorkspacesInput) SetSortBy(v string) *ListWorkspacesInput
- func (s *ListWorkspacesInput) SetSortOrder(v string) *ListWorkspacesInput
- func (s ListWorkspacesInput) String() string
- func (s *ListWorkspacesInput) Validate() error
- type ListWorkspacesOutput
- func (s ListWorkspacesOutput) GoString() string
- func (s *ListWorkspacesOutput) SetItems(v []*ItemForListWorkspacesOutput) *ListWorkspacesOutput
- func (s *ListWorkspacesOutput) SetPageNumber(v int32) *ListWorkspacesOutput
- func (s *ListWorkspacesOutput) SetPageSize(v int32) *ListWorkspacesOutput
- func (s *ListWorkspacesOutput) SetTotalCount(v int32) *ListWorkspacesOutput
- func (s ListWorkspacesOutput) String() string
- type OutputForListWorkflowsOutput
- func (s OutputForListWorkflowsOutput) GoString() string
- func (s *OutputForListWorkflowsOutput) SetDefault(v string) *OutputForListWorkflowsOutput
- func (s *OutputForListWorkflowsOutput) SetName(v string) *OutputForListWorkflowsOutput
- func (s *OutputForListWorkflowsOutput) SetOptional(v bool) *OutputForListWorkflowsOutput
- func (s *OutputForListWorkflowsOutput) SetParameterMeta(v string) *OutputForListWorkflowsOutput
- func (s *OutputForListWorkflowsOutput) SetType(v string) *OutputForListWorkflowsOutput
- func (s OutputForListWorkflowsOutput) String() string
- type PublicMetaForListWorkspacesOutput
- type RepositorySchemaForCreateDataModelInput
- func (s RepositorySchemaForCreateDataModelInput) GoString() string
- func (s *RepositorySchemaForCreateDataModelInput) SetAAIPassport(v string) *RepositorySchemaForCreateDataModelInput
- func (s *RepositorySchemaForCreateDataModelInput) SetSchemaID(v string) *RepositorySchemaForCreateDataModelInput
- func (s RepositorySchemaForCreateDataModelInput) String() string
- type ResourceClaimedForListTasksOutput
- func (s ResourceClaimedForListTasksOutput) GoString() string
- func (s *ResourceClaimedForListTasksOutput) SetCPUCore(v float64) *ResourceClaimedForListTasksOutput
- func (s *ResourceClaimedForListTasksOutput) SetGPUGiB(v float64) *ResourceClaimedForListTasksOutput
- func (s *ResourceClaimedForListTasksOutput) SetMemoryGiB(v float64) *ResourceClaimedForListTasksOutput
- func (s *ResourceClaimedForListTasksOutput) SetStorageGiB(v float64) *ResourceClaimedForListTasksOutput
- func (s ResourceClaimedForListTasksOutput) String() string
- type ResourceSizeForListNotebookServerResourceOptsOutput
- func (s ResourceSizeForListNotebookServerResourceOptsOutput) GoString() string
- func (s *ResourceSizeForListNotebookServerResourceOptsOutput) SetCpu(v int32) *ResourceSizeForListNotebookServerResourceOptsOutput
- func (s *ResourceSizeForListNotebookServerResourceOptsOutput) SetMemory(v int32) *ResourceSizeForListNotebookServerResourceOptsOutput
- func (s *ResourceSizeForListNotebookServerResourceOptsOutput) SetResourceSize(v string) *ResourceSizeForListNotebookServerResourceOptsOutput
- func (s ResourceSizeForListNotebookServerResourceOptsOutput) String() string
- type ResourceUsedForListTasksOutput
- func (s ResourceUsedForListTasksOutput) GoString() string
- func (s *ResourceUsedForListTasksOutput) SetCPUCore(v float64) *ResourceUsedForListTasksOutput
- func (s *ResourceUsedForListTasksOutput) SetGPUGiB(v float64) *ResourceUsedForListTasksOutput
- func (s *ResourceUsedForListTasksOutput) SetMemoryGiB(v float64) *ResourceUsedForListTasksOutput
- func (s *ResourceUsedForListTasksOutput) SetStorageGiB(v float64) *ResourceUsedForListTasksOutput
- func (s ResourceUsedForListTasksOutput) String() string
- type RowForCreateDataModelInput
- type RowForListDataModelRowsOutput
- type RunStatusForListSubmissionsOutput
- func (s RunStatusForListSubmissionsOutput) GoString() string
- func (s *RunStatusForListSubmissionsOutput) SetCancelled(v int32) *RunStatusForListSubmissionsOutput
- func (s *RunStatusForListSubmissionsOutput) SetCancelling(v string) *RunStatusForListSubmissionsOutput
- func (s *RunStatusForListSubmissionsOutput) SetCount(v int32) *RunStatusForListSubmissionsOutput
- func (s *RunStatusForListSubmissionsOutput) SetFailed(v int32) *RunStatusForListSubmissionsOutput
- func (s *RunStatusForListSubmissionsOutput) SetPending(v int32) *RunStatusForListSubmissionsOutput
- func (s *RunStatusForListSubmissionsOutput) SetRunning(v int32) *RunStatusForListSubmissionsOutput
- func (s *RunStatusForListSubmissionsOutput) SetSucceeded(v int32) *RunStatusForListSubmissionsOutput
- func (s RunStatusForListSubmissionsOutput) String() string
- type S3ProxyConfigForListClustersOfWorkspaceOutput
- func (s S3ProxyConfigForListClustersOfWorkspaceOutput) GoString() string
- func (s *S3ProxyConfigForListClustersOfWorkspaceOutput) SetAccessKey(v string) *S3ProxyConfigForListClustersOfWorkspaceOutput
- func (s *S3ProxyConfigForListClustersOfWorkspaceOutput) SetEndpoint(v string) *S3ProxyConfigForListClustersOfWorkspaceOutput
- func (s *S3ProxyConfigForListClustersOfWorkspaceOutput) SetForcePathStyle(v bool) *S3ProxyConfigForListClustersOfWorkspaceOutput
- func (s *S3ProxyConfigForListClustersOfWorkspaceOutput) SetRegion(v string) *S3ProxyConfigForListClustersOfWorkspaceOutput
- func (s *S3ProxyConfigForListClustersOfWorkspaceOutput) SetSecretKey(v string) *S3ProxyConfigForListClustersOfWorkspaceOutput
- func (s S3ProxyConfigForListClustersOfWorkspaceOutput) String() string
- type S3ProxyConfigForListClustersOutput
- func (s S3ProxyConfigForListClustersOutput) GoString() string
- func (s *S3ProxyConfigForListClustersOutput) SetAccessKey(v string) *S3ProxyConfigForListClustersOutput
- func (s *S3ProxyConfigForListClustersOutput) SetEndpoint(v string) *S3ProxyConfigForListClustersOutput
- func (s *S3ProxyConfigForListClustersOutput) SetForcePathStyle(v bool) *S3ProxyConfigForListClustersOutput
- func (s *S3ProxyConfigForListClustersOutput) SetRegion(v string) *S3ProxyConfigForListClustersOutput
- func (s *S3ProxyConfigForListClustersOutput) SetSecretKey(v string) *S3ProxyConfigForListClustersOutput
- func (s S3ProxyConfigForListClustersOutput) String() string
- type SharedConfigForCreateClusterInput
- type SharedConfigForListClustersOfWorkspaceOutput
- type SharedConfigForListClustersOutput
- type StatusForListWorkflowsOutput
- type StopNotebookServerInput
- type StopNotebookServerOutput
- type TaskStatusForListRunsOutput
- func (s TaskStatusForListRunsOutput) GoString() string
- func (s *TaskStatusForListRunsOutput) SetCancelled(v int32) *TaskStatusForListRunsOutput
- func (s *TaskStatusForListRunsOutput) SetCount(v int32) *TaskStatusForListRunsOutput
- func (s *TaskStatusForListRunsOutput) SetFailed(v int32) *TaskStatusForListRunsOutput
- func (s *TaskStatusForListRunsOutput) SetInitializing(v int32) *TaskStatusForListRunsOutput
- func (s *TaskStatusForListRunsOutput) SetQueued(v int32) *TaskStatusForListRunsOutput
- func (s *TaskStatusForListRunsOutput) SetRunning(v int32) *TaskStatusForListRunsOutput
- func (s *TaskStatusForListRunsOutput) SetSucceeded(v int32) *TaskStatusForListRunsOutput
- func (s TaskStatusForListRunsOutput) String() string
- type UnbindClusterAndWorkspaceInput
- func (s UnbindClusterAndWorkspaceInput) GoString() string
- func (s *UnbindClusterAndWorkspaceInput) SetClusterID(v string) *UnbindClusterAndWorkspaceInput
- func (s *UnbindClusterAndWorkspaceInput) SetID(v string) *UnbindClusterAndWorkspaceInput
- func (s *UnbindClusterAndWorkspaceInput) SetType(v string) *UnbindClusterAndWorkspaceInput
- func (s UnbindClusterAndWorkspaceInput) String() string
- func (s *UnbindClusterAndWorkspaceInput) Validate() error
- type UnbindClusterAndWorkspaceOutput
- type UpdateAPIAccessKeyInput
- func (s UpdateAPIAccessKeyInput) GoString() string
- func (s *UpdateAPIAccessKeyInput) SetAccessKeyID(v string) *UpdateAPIAccessKeyInput
- func (s *UpdateAPIAccessKeyInput) SetClusterID(v string) *UpdateAPIAccessKeyInput
- func (s *UpdateAPIAccessKeyInput) SetSecretAccessKey(v string) *UpdateAPIAccessKeyInput
- func (s UpdateAPIAccessKeyInput) String() string
- func (s *UpdateAPIAccessKeyInput) Validate() error
- type UpdateAPIAccessKeyOutput
- type UpdateNotebookServerSettingsInput
- func (s UpdateNotebookServerSettingsInput) GoString() string
- func (s *UpdateNotebookServerSettingsInput) SetImageID(v string) *UpdateNotebookServerSettingsInput
- func (s *UpdateNotebookServerSettingsInput) SetMountTOSEnabled(v bool) *UpdateNotebookServerSettingsInput
- func (s *UpdateNotebookServerSettingsInput) SetResourceSize(v string) *UpdateNotebookServerSettingsInput
- func (s *UpdateNotebookServerSettingsInput) SetStorageCapacity(v int32) *UpdateNotebookServerSettingsInput
- func (s *UpdateNotebookServerSettingsInput) SetTempImageName(v string) *UpdateNotebookServerSettingsInput
- func (s *UpdateNotebookServerSettingsInput) SetWorkspaceID(v string) *UpdateNotebookServerSettingsInput
- func (s UpdateNotebookServerSettingsInput) String() string
- func (s *UpdateNotebookServerSettingsInput) Validate() error
- type UpdateNotebookServerSettingsOutput
- type UpdateWorkflowInput
- func (s UpdateWorkflowInput) GoString() string
- func (s *UpdateWorkflowInput) SetContent(v string) *UpdateWorkflowInput
- func (s *UpdateWorkflowInput) SetDescription(v string) *UpdateWorkflowInput
- func (s *UpdateWorkflowInput) SetID(v string) *UpdateWorkflowInput
- func (s *UpdateWorkflowInput) SetMainWorkflowPath(v string) *UpdateWorkflowInput
- func (s *UpdateWorkflowInput) SetName(v string) *UpdateWorkflowInput
- func (s *UpdateWorkflowInput) SetSource(v string) *UpdateWorkflowInput
- func (s *UpdateWorkflowInput) SetSourceType(v string) *UpdateWorkflowInput
- func (s *UpdateWorkflowInput) SetTag(v string) *UpdateWorkflowInput
- func (s *UpdateWorkflowInput) SetToken(v string) *UpdateWorkflowInput
- func (s *UpdateWorkflowInput) SetWorkspaceID(v string) *UpdateWorkflowInput
- func (s UpdateWorkflowInput) String() string
- func (s *UpdateWorkflowInput) Validate() error
- type UpdateWorkflowOutput
- type VKEConfigForListClustersOfWorkspaceOutput
- func (s VKEConfigForListClustersOfWorkspaceOutput) GoString() string
- func (s *VKEConfigForListClustersOfWorkspaceOutput) SetClusterID(v string) *VKEConfigForListClustersOfWorkspaceOutput
- func (s *VKEConfigForListClustersOfWorkspaceOutput) SetStorageClass(v string) *VKEConfigForListClustersOfWorkspaceOutput
- func (s *VKEConfigForListClustersOfWorkspaceOutput) SetVCIEnabled(v bool) *VKEConfigForListClustersOfWorkspaceOutput
- func (s VKEConfigForListClustersOfWorkspaceOutput) String() string
- type VKEConfigForListClustersOutput
- func (s VKEConfigForListClustersOutput) GoString() string
- func (s *VKEConfigForListClustersOutput) SetClusterID(v string) *VKEConfigForListClustersOutput
- func (s *VKEConfigForListClustersOutput) SetStorageClass(v string) *VKEConfigForListClustersOutput
- func (s *VKEConfigForListClustersOutput) SetVCIEnabled(v bool) *VKEConfigForListClustersOutput
- func (s VKEConfigForListClustersOutput) String() string
- type VersionsInfoForGetTRSWorkflowInfoOutput
- func (s VersionsInfoForGetTRSWorkflowInfoOutput) GoString() string
- func (s *VersionsInfoForGetTRSWorkflowInfoOutput) SetLanguage(v string) *VersionsInfoForGetTRSWorkflowInfoOutput
- func (s *VersionsInfoForGetTRSWorkflowInfoOutput) SetName(v string) *VersionsInfoForGetTRSWorkflowInfoOutput
- func (s VersionsInfoForGetTRSWorkflowInfoOutput) String() string
Constants ¶
const ( // EnumOfTypeForBindClusterToWorkspaceInputWorkflow is a EnumOfTypeForBindClusterToWorkspaceInput enum value EnumOfTypeForBindClusterToWorkspaceInputWorkflow = "workflow" // EnumOfTypeForBindClusterToWorkspaceInputNotebook is a EnumOfTypeForBindClusterToWorkspaceInput enum value EnumOfTypeForBindClusterToWorkspaceInputNotebook = "notebook" // EnumOfTypeForBindClusterToWorkspaceInputWebapp is a EnumOfTypeForBindClusterToWorkspaceInput enum value EnumOfTypeForBindClusterToWorkspaceInputWebapp = "webapp" )
const ( // EnumOfLanguageForCreateWorkflowInputWdl is a EnumOfLanguageForCreateWorkflowInput enum value EnumOfLanguageForCreateWorkflowInputWdl = "WDL" // EnumOfLanguageForCreateWorkflowInputCwl is a EnumOfLanguageForCreateWorkflowInput enum value EnumOfLanguageForCreateWorkflowInputCwl = "CWL" // EnumOfLanguageForCreateWorkflowInputNextflow is a EnumOfLanguageForCreateWorkflowInput enum value EnumOfLanguageForCreateWorkflowInputNextflow = "Nextflow" )
const ( // EnumOfFilesystemForListClustersOutputTos is a EnumOfFilesystemForListClustersOutput enum value EnumOfFilesystemForListClustersOutputTos = "tos" // EnumOfFilesystemForListClustersOutputLocal is a EnumOfFilesystemForListClustersOutput enum value EnumOfFilesystemForListClustersOutputLocal = "local" )
const ( // EnumOfStatusForListClustersOutputCreating is a EnumOfStatusForListClustersOutput enum value EnumOfStatusForListClustersOutputCreating = "Creating" // EnumOfStatusForListClustersOutputCreateFailed is a EnumOfStatusForListClustersOutput enum value EnumOfStatusForListClustersOutputCreateFailed = "CreateFailed" // EnumOfStatusForListClustersOutputRunning is a EnumOfStatusForListClustersOutput enum value EnumOfStatusForListClustersOutputRunning = "Running" // EnumOfStatusForListClustersOutputError is a EnumOfStatusForListClustersOutput enum value EnumOfStatusForListClustersOutputError = "Error" // EnumOfStatusForListClustersOutputDeleting is a EnumOfStatusForListClustersOutput enum value EnumOfStatusForListClustersOutputDeleting = "Deleting" // EnumOfStatusForListClustersOutputDeleteFailed is a EnumOfStatusForListClustersOutput enum value EnumOfStatusForListClustersOutputDeleteFailed = "DeleteFailed" // EnumOfStatusForListClustersOutputUpdating is a EnumOfStatusForListClustersOutput enum value EnumOfStatusForListClustersOutputUpdating = "Updating" // EnumOfStatusForListClustersOutputStopped is a EnumOfStatusForListClustersOutput enum value EnumOfStatusForListClustersOutputStopped = "Stopped" )
const ( // EnumOfStatusListForListClustersInputCreating is a EnumOfStatusListForListClustersInput enum value EnumOfStatusListForListClustersInputCreating = "Creating" // EnumOfStatusListForListClustersInputCreateFailed is a EnumOfStatusListForListClustersInput enum value EnumOfStatusListForListClustersInputCreateFailed = "CreateFailed" // EnumOfStatusListForListClustersInputRunning is a EnumOfStatusListForListClustersInput enum value EnumOfStatusListForListClustersInputRunning = "Running" // EnumOfStatusListForListClustersInputError is a EnumOfStatusListForListClustersInput enum value EnumOfStatusListForListClustersInputError = "Error" // EnumOfStatusListForListClustersInputDeleting is a EnumOfStatusListForListClustersInput enum value EnumOfStatusListForListClustersInputDeleting = "Deleting" // EnumOfStatusListForListClustersInputDeleteFailed is a EnumOfStatusListForListClustersInput enum value EnumOfStatusListForListClustersInputDeleteFailed = "DeleteFailed" // EnumOfStatusListForListClustersInputUpdating is a EnumOfStatusListForListClustersInput enum value EnumOfStatusListForListClustersInputUpdating = "Updating" // EnumOfStatusListForListClustersInputStopped is a EnumOfStatusListForListClustersInput enum value EnumOfStatusListForListClustersInputStopped = "Stopped" )
const ( // EnumOfTypeListForListClustersInputVolcVke is a EnumOfTypeListForListClustersInput enum value EnumOfTypeListForListClustersInputVolcVke = "volc-vke" // EnumOfTypeListForListClustersInputExternal is a EnumOfTypeListForListClustersInput enum value EnumOfTypeListForListClustersInputExternal = "external" EnumOfTypeListForListClustersInputShared = "shared" )
const ( // EnumOfFilesystemForListClustersOfWorkspaceOutputTos is a EnumOfFilesystemForListClustersOfWorkspaceOutput enum value EnumOfFilesystemForListClustersOfWorkspaceOutputTos = "tos" // EnumOfFilesystemForListClustersOfWorkspaceOutputLocal is a EnumOfFilesystemForListClustersOfWorkspaceOutput enum value EnumOfFilesystemForListClustersOfWorkspaceOutputLocal = "local" )
const ( // EnumOfStatusForListClustersOfWorkspaceOutputCreating is a EnumOfStatusForListClustersOfWorkspaceOutput enum value EnumOfStatusForListClustersOfWorkspaceOutputCreating = "Creating" // EnumOfStatusForListClustersOfWorkspaceOutputCreateFailed is a EnumOfStatusForListClustersOfWorkspaceOutput enum value EnumOfStatusForListClustersOfWorkspaceOutputCreateFailed = "CreateFailed" // EnumOfStatusForListClustersOfWorkspaceOutputRunning is a EnumOfStatusForListClustersOfWorkspaceOutput enum value EnumOfStatusForListClustersOfWorkspaceOutputRunning = "Running" // EnumOfStatusForListClustersOfWorkspaceOutputError is a EnumOfStatusForListClustersOfWorkspaceOutput enum value EnumOfStatusForListClustersOfWorkspaceOutputError = "Error" // EnumOfStatusForListClustersOfWorkspaceOutputDeleting is a EnumOfStatusForListClustersOfWorkspaceOutput enum value EnumOfStatusForListClustersOfWorkspaceOutputDeleting = "Deleting" // EnumOfStatusForListClustersOfWorkspaceOutputDeleteFailed is a EnumOfStatusForListClustersOfWorkspaceOutput enum value EnumOfStatusForListClustersOfWorkspaceOutputDeleteFailed = "DeleteFailed" // EnumOfStatusForListClustersOfWorkspaceOutputUpdating is a EnumOfStatusForListClustersOfWorkspaceOutput enum value EnumOfStatusForListClustersOfWorkspaceOutputUpdating = "Updating" // EnumOfStatusForListClustersOfWorkspaceOutputStopped is a EnumOfStatusForListClustersOfWorkspaceOutput enum value EnumOfStatusForListClustersOfWorkspaceOutputStopped = "Stopped" )
const ( // EnumOfTypeForListClustersOfWorkspaceInputWorkflow is a EnumOfTypeForListClustersOfWorkspaceInput enum value EnumOfTypeForListClustersOfWorkspaceInputWorkflow = "workflow" // EnumOfTypeForListClustersOfWorkspaceInputNotebook is a EnumOfTypeForListClustersOfWorkspaceInput enum value EnumOfTypeForListClustersOfWorkspaceInputNotebook = "notebook" // EnumOfTypeForListClustersOfWorkspaceInputWebapp is a EnumOfTypeForListClustersOfWorkspaceInput enum value EnumOfTypeForListClustersOfWorkspaceInputWebapp = "webapp" )
const ( // EnumOfTypeForListClustersOfWorkspaceOutputWorkflow is a EnumOfTypeForListClustersOfWorkspaceOutput enum value EnumOfTypeForListClustersOfWorkspaceOutputWorkflow = "workflow" // EnumOfTypeForListClustersOfWorkspaceOutputNotebook is a EnumOfTypeForListClustersOfWorkspaceOutput enum value EnumOfTypeForListClustersOfWorkspaceOutputNotebook = "notebook" // EnumOfTypeForListClustersOfWorkspaceOutputWebapp is a EnumOfTypeForListClustersOfWorkspaceOutput enum value EnumOfTypeForListClustersOfWorkspaceOutputWebapp = "webapp" )
const ( // EnumOfSortOrderForListDataModelRowsInputDesc is a EnumOfSortOrderForListDataModelRowsInput enum value EnumOfSortOrderForListDataModelRowsInputDesc = "Desc" // EnumOfSortOrderForListDataModelRowsInputAsc is a EnumOfSortOrderForListDataModelRowsInput enum value EnumOfSortOrderForListDataModelRowsInputAsc = "Asc" )
const ( // EnumOfTypeForListDataModelsOutputNormal is a EnumOfTypeForListDataModelsOutput enum value EnumOfTypeForListDataModelsOutputNormal = "normal" // EnumOfTypeForListDataModelsOutputSet is a EnumOfTypeForListDataModelsOutput enum value EnumOfTypeForListDataModelsOutputSet = "set" // EnumOfTypeForListDataModelsOutputWorkspace is a EnumOfTypeForListDataModelsOutput enum value EnumOfTypeForListDataModelsOutputWorkspace = "workspace" )
const ( // EnumOfResourceSizeForListNotebookServerResourceOptsOutputSmall is a EnumOfResourceSizeForListNotebookServerResourceOptsOutput enum value EnumOfResourceSizeForListNotebookServerResourceOptsOutputSmall = "small" // EnumOfResourceSizeForListNotebookServerResourceOptsOutputMiddle is a EnumOfResourceSizeForListNotebookServerResourceOptsOutput enum value EnumOfResourceSizeForListNotebookServerResourceOptsOutputMiddle = "middle" // EnumOfResourceSizeForListNotebookServerResourceOptsOutputLarge is a EnumOfResourceSizeForListNotebookServerResourceOptsOutput enum value EnumOfResourceSizeForListNotebookServerResourceOptsOutputLarge = "large" )
const ( // EnumOfSortByForListNotebookServersInputOwnerName is a EnumOfSortByForListNotebookServersInput enum value EnumOfSortByForListNotebookServersInputOwnerName = "OwnerName" // EnumOfSortByForListNotebookServersInputStartTime is a EnumOfSortByForListNotebookServersInput enum value EnumOfSortByForListNotebookServersInputStartTime = "StartTime" // EnumOfSortByForListNotebookServersInputStorageCapacity is a EnumOfSortByForListNotebookServersInput enum value EnumOfSortByForListNotebookServersInputStorageCapacity = "StorageCapacity" // EnumOfSortByForListNotebookServersInputLastActivityTime is a EnumOfSortByForListNotebookServersInput enum value EnumOfSortByForListNotebookServersInputLastActivityTime = "LastActivityTime" )
const ( // EnumOfSortOrderForListNotebookServersInputAsc is a EnumOfSortOrderForListNotebookServersInput enum value EnumOfSortOrderForListNotebookServersInputAsc = "Asc" // EnumOfSortOrderForListNotebookServersInputDesc is a EnumOfSortOrderForListNotebookServersInput enum value EnumOfSortOrderForListNotebookServersInputDesc = "Desc" )
const ( // EnumOfStatusForListNotebookServersOutputSpawn is a EnumOfStatusForListNotebookServersOutput enum value EnumOfStatusForListNotebookServersOutputSpawn = "spawn" // EnumOfStatusForListNotebookServersOutputReady is a EnumOfStatusForListNotebookServersOutput enum value EnumOfStatusForListNotebookServersOutputReady = "ready" // EnumOfStatusForListNotebookServersOutputStop is a EnumOfStatusForListNotebookServersOutput enum value EnumOfStatusForListNotebookServersOutputStop = "stop" // EnumOfStatusForListNotebookServersOutputAbsent is a EnumOfStatusForListNotebookServersOutput enum value EnumOfStatusForListNotebookServersOutputAbsent = "absent" )
const ( // EnumOfStatusForListRunsOutputSucceeded is a EnumOfStatusForListRunsOutput enum value EnumOfStatusForListRunsOutputSucceeded = "Succeeded" // EnumOfStatusForListRunsOutputFailed is a EnumOfStatusForListRunsOutput enum value EnumOfStatusForListRunsOutputFailed = "Failed" // EnumOfStatusForListRunsOutputRunning is a EnumOfStatusForListRunsOutput enum value EnumOfStatusForListRunsOutputRunning = "Running" // EnumOfStatusForListRunsOutputPending is a EnumOfStatusForListRunsOutput enum value EnumOfStatusForListRunsOutputPending = "Pending" // EnumOfStatusForListRunsOutputCancelling is a EnumOfStatusForListRunsOutput enum value EnumOfStatusForListRunsOutputCancelling = "Cancelling" // EnumOfStatusForListRunsOutputCancelled is a EnumOfStatusForListRunsOutput enum value EnumOfStatusForListRunsOutputCancelled = "Cancelled" )
const ( // EnumOfStatusListForListRunsInputPending is a EnumOfStatusListForListRunsInput enum value EnumOfStatusListForListRunsInputPending = "Pending" // EnumOfStatusListForListRunsInputRunning is a EnumOfStatusListForListRunsInput enum value EnumOfStatusListForListRunsInputRunning = "Running" // EnumOfStatusListForListRunsInputFailed is a EnumOfStatusListForListRunsInput enum value EnumOfStatusListForListRunsInputFailed = "Failed" // EnumOfStatusListForListRunsInputSucceeded is a EnumOfStatusListForListRunsInput enum value EnumOfStatusListForListRunsInputSucceeded = "Succeeded" // EnumOfStatusListForListRunsInputCancelling is a EnumOfStatusListForListRunsInput enum value EnumOfStatusListForListRunsInputCancelling = "Cancelling" // EnumOfStatusListForListRunsInputCancelled is a EnumOfStatusListForListRunsInput enum value EnumOfStatusListForListRunsInputCancelled = "Cancelled" )
const ( // EnumOfStatusForListSubmissionsOutputSucceeded is a EnumOfStatusForListSubmissionsOutput enum value EnumOfStatusForListSubmissionsOutputSucceeded = "Succeeded" // EnumOfStatusForListSubmissionsOutputFailed is a EnumOfStatusForListSubmissionsOutput enum value EnumOfStatusForListSubmissionsOutputFailed = "Failed" // EnumOfStatusForListSubmissionsOutputRunning is a EnumOfStatusForListSubmissionsOutput enum value EnumOfStatusForListSubmissionsOutputRunning = "Running" // EnumOfStatusForListSubmissionsOutputCancelled is a EnumOfStatusForListSubmissionsOutput enum value EnumOfStatusForListSubmissionsOutputCancelled = "Cancelled" // EnumOfStatusForListSubmissionsOutputCancelling is a EnumOfStatusForListSubmissionsOutput enum value EnumOfStatusForListSubmissionsOutputCancelling = "Cancelling" )
const ( // EnumOfStatusForListTasksOutputSucceeded is a EnumOfStatusForListTasksOutput enum value EnumOfStatusForListTasksOutputSucceeded = "Succeeded" // EnumOfStatusForListTasksOutputFailed is a EnumOfStatusForListTasksOutput enum value EnumOfStatusForListTasksOutputFailed = "Failed" // EnumOfStatusForListTasksOutputRunning is a EnumOfStatusForListTasksOutput enum value EnumOfStatusForListTasksOutputRunning = "Running" // EnumOfStatusForListTasksOutputQueued is a EnumOfStatusForListTasksOutput enum value EnumOfStatusForListTasksOutputQueued = "Queued" // EnumOfStatusForListTasksOutputInitializing is a EnumOfStatusForListTasksOutput enum value EnumOfStatusForListTasksOutputInitializing = "Initializing" // EnumOfStatusForListTasksOutputCancelled is a EnumOfStatusForListTasksOutput enum value EnumOfStatusForListTasksOutputCancelled = "Cancelled" )
const ( // EnumOfPhaseForListWorkflowsOutputImporting is a EnumOfPhaseForListWorkflowsOutput enum value EnumOfPhaseForListWorkflowsOutputImporting = "Importing" // EnumOfPhaseForListWorkflowsOutputSucceeded is a EnumOfPhaseForListWorkflowsOutput enum value EnumOfPhaseForListWorkflowsOutputSucceeded = "Succeeded" // EnumOfPhaseForListWorkflowsOutputFailed is a EnumOfPhaseForListWorkflowsOutput enum value EnumOfPhaseForListWorkflowsOutputFailed = "Failed" )
const ( // EnumOfSortByForListWorkflowsInputName is a EnumOfSortByForListWorkflowsInput enum value EnumOfSortByForListWorkflowsInputName = "Name" // EnumOfSortByForListWorkflowsInputCreateTime is a EnumOfSortByForListWorkflowsInput enum value EnumOfSortByForListWorkflowsInputCreateTime = "CreateTime" // EnumOfSortByForListWorkflowsInputUpdateTime is a EnumOfSortByForListWorkflowsInput enum value EnumOfSortByForListWorkflowsInputUpdateTime = "UpdateTime" // EnumOfSortByForListWorkflowsInputId is a EnumOfSortByForListWorkflowsInput enum value EnumOfSortByForListWorkflowsInputId = "ID" )
const ( // EnumOfSortOrderForListWorkflowsInputDesc is a EnumOfSortOrderForListWorkflowsInput enum value EnumOfSortOrderForListWorkflowsInputDesc = "Desc" // EnumOfSortOrderForListWorkflowsInputAsc is a EnumOfSortOrderForListWorkflowsInput enum value EnumOfSortOrderForListWorkflowsInputAsc = "Asc" )
const ( // EnumOfSourceTypeForListWorkflowsOutputGit is a EnumOfSourceTypeForListWorkflowsOutput enum value EnumOfSourceTypeForListWorkflowsOutputGit = "git" // EnumOfSourceTypeForListWorkflowsOutputDockstore is a EnumOfSourceTypeForListWorkflowsOutput enum value EnumOfSourceTypeForListWorkflowsOutputDockstore = "dockstore" // EnumOfSourceTypeForListWorkflowsOutputFile is a EnumOfSourceTypeForListWorkflowsOutput enum value EnumOfSourceTypeForListWorkflowsOutputFile = "file" // EnumOfSourceTypeForListWorkflowsOutputDev is a EnumOfSourceTypeForListWorkflowsOutput enum value EnumOfSourceTypeForListWorkflowsOutputDev = "dev" )
const ( // EnumOfSortByForListWorkspaceExtraBucketsInputBucketName is a EnumOfSortByForListWorkspaceExtraBucketsInput enum value EnumOfSortByForListWorkspaceExtraBucketsInputBucketName = "BucketName" // EnumOfSortByForListWorkspaceExtraBucketsInputAttachTime is a EnumOfSortByForListWorkspaceExtraBucketsInput enum value EnumOfSortByForListWorkspaceExtraBucketsInputAttachTime = "AttachTime" )
const ( // EnumOfSortOrderForListWorkspaceExtraBucketsInputAsc is a EnumOfSortOrderForListWorkspaceExtraBucketsInput enum value EnumOfSortOrderForListWorkspaceExtraBucketsInputAsc = "Asc" // EnumOfSortOrderForListWorkspaceExtraBucketsInputDesc is a EnumOfSortOrderForListWorkspaceExtraBucketsInput enum value EnumOfSortOrderForListWorkspaceExtraBucketsInputDesc = "Desc" )
const ( // EnumOfRoleForListWorkspacesOutputAdmin is a EnumOfRoleForListWorkspacesOutput enum value EnumOfRoleForListWorkspacesOutputAdmin = "Admin" // EnumOfRoleForListWorkspacesOutputUser is a EnumOfRoleForListWorkspacesOutput enum value EnumOfRoleForListWorkspacesOutputUser = "User" // EnumOfRoleForListWorkspacesOutputVisitor is a EnumOfRoleForListWorkspacesOutput enum value EnumOfRoleForListWorkspacesOutputVisitor = "Visitor" )
const ( // EnumOfSortByForListWorkspacesInputName is a EnumOfSortByForListWorkspacesInput enum value EnumOfSortByForListWorkspacesInputName = "Name" // EnumOfSortByForListWorkspacesInputCreateTime is a EnumOfSortByForListWorkspacesInput enum value EnumOfSortByForListWorkspacesInputCreateTime = "CreateTime" // EnumOfSortByForListWorkspacesInputUpdateTime is a EnumOfSortByForListWorkspacesInput enum value EnumOfSortByForListWorkspacesInputUpdateTime = "UpdateTime" // EnumOfSortByForListWorkspacesInputVisitTime is a EnumOfSortByForListWorkspacesInput enum value EnumOfSortByForListWorkspacesInputVisitTime = "VisitTime" // EnumOfSortByForListWorkspacesInputId is a EnumOfSortByForListWorkspacesInput enum value EnumOfSortByForListWorkspacesInputId = "ID" )
const ( // EnumOfSortOrderForListWorkspacesInputAsc is a EnumOfSortOrderForListWorkspacesInput enum value EnumOfSortOrderForListWorkspacesInputAsc = "Asc" // EnumOfSortOrderForListWorkspacesInputDesc is a EnumOfSortOrderForListWorkspacesInput enum value EnumOfSortOrderForListWorkspacesInputDesc = "Desc" )
const ( // EnumOfTypeForUnbindClusterAndWorkspaceInputWorkflow is a EnumOfTypeForUnbindClusterAndWorkspaceInput enum value EnumOfTypeForUnbindClusterAndWorkspaceInputWorkflow = "workflow" // EnumOfTypeForUnbindClusterAndWorkspaceInputNotebook is a EnumOfTypeForUnbindClusterAndWorkspaceInput enum value EnumOfTypeForUnbindClusterAndWorkspaceInputNotebook = "notebook" // EnumOfTypeForUnbindClusterAndWorkspaceInputWebapp is a EnumOfTypeForUnbindClusterAndWorkspaceInput enum value EnumOfTypeForUnbindClusterAndWorkspaceInputWebapp = "webapp" )
const ( // EnumOfResourceSizeForUpdateNotebookServerSettingsInputSmall is a EnumOfResourceSizeForUpdateNotebookServerSettingsInput enum value EnumOfResourceSizeForUpdateNotebookServerSettingsInputSmall = "small" // EnumOfResourceSizeForUpdateNotebookServerSettingsInputMiddle is a EnumOfResourceSizeForUpdateNotebookServerSettingsInput enum value EnumOfResourceSizeForUpdateNotebookServerSettingsInputMiddle = "middle" // EnumOfResourceSizeForUpdateNotebookServerSettingsInputLarge is a EnumOfResourceSizeForUpdateNotebookServerSettingsInput enum value EnumOfResourceSizeForUpdateNotebookServerSettingsInputLarge = "large" )
const ( ServiceName = "bio" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "bio" // ServiceID is a unique identifer of a specific service. )
Service information constants
const (
// EnumOfTypeForAttachWorkspaceExtraBucketInputPublicCloud is a EnumOfTypeForAttachWorkspaceExtraBucketInput enum value
EnumOfTypeForAttachWorkspaceExtraBucketInputPublicCloud = "PublicCloud"
)
const (
// EnumOfTypeForListWorkspaceExtraBucketsInputPublicCloud is a EnumOfTypeForListWorkspaceExtraBucketsInput enum value
EnumOfTypeForListWorkspaceExtraBucketsInputPublicCloud = "PublicCloud"
)
const (
// EnumOfTypeForListWorkspaceExtraBucketsOutputPublicCloud is a EnumOfTypeForListWorkspaceExtraBucketsOutput enum value
EnumOfTypeForListWorkspaceExtraBucketsOutputPublicCloud = "PublicCloud"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachWorkspaceExtraBucketInput ¶
type AttachWorkspaceExtraBucketInput struct {
// Bucket is a required field
Bucket *string `type:"string" json:",omitempty" required:"true"`
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// Type is a required field
Type *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfTypeForAttachWorkspaceExtraBucketInput"`
// contains filtered or unexported fields
}
func (AttachWorkspaceExtraBucketInput) GoString ¶
func (s AttachWorkspaceExtraBucketInput) GoString() string
GoString returns the string representation
func (*AttachWorkspaceExtraBucketInput) SetBucket ¶
func (s *AttachWorkspaceExtraBucketInput) SetBucket(v string) *AttachWorkspaceExtraBucketInput
SetBucket sets the Bucket field's value.
func (*AttachWorkspaceExtraBucketInput) SetID ¶
func (s *AttachWorkspaceExtraBucketInput) SetID(v string) *AttachWorkspaceExtraBucketInput
SetID sets the ID field's value.
func (*AttachWorkspaceExtraBucketInput) SetType ¶
func (s *AttachWorkspaceExtraBucketInput) SetType(v string) *AttachWorkspaceExtraBucketInput
SetType sets the Type field's value.
func (AttachWorkspaceExtraBucketInput) String ¶
func (s AttachWorkspaceExtraBucketInput) String() string
String returns the string representation
func (*AttachWorkspaceExtraBucketInput) Validate ¶
func (s *AttachWorkspaceExtraBucketInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachWorkspaceExtraBucketOutput ¶
type AttachWorkspaceExtraBucketOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (AttachWorkspaceExtraBucketOutput) GoString ¶
func (s AttachWorkspaceExtraBucketOutput) GoString() string
GoString returns the string representation
func (AttachWorkspaceExtraBucketOutput) String ¶
func (s AttachWorkspaceExtraBucketOutput) String() string
String returns the string representation
type BIO ¶
BIO provides the API operation methods for making requests to BIO. See this package's package overview docs for details on the service.
BIO methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *BIO
New create int can support ssl or region locate set
func (*BIO) AttachWorkspaceExtraBucket ¶
func (c *BIO) AttachWorkspaceExtraBucket(input *AttachWorkspaceExtraBucketInput) (*AttachWorkspaceExtraBucketOutput, error)
AttachWorkspaceExtraBucket API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation AttachWorkspaceExtraBucket for usage and error information.
func (*BIO) AttachWorkspaceExtraBucketCommon ¶
func (c *BIO) AttachWorkspaceExtraBucketCommon(input *map[string]interface{}) (*map[string]interface{}, error)
AttachWorkspaceExtraBucketCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation AttachWorkspaceExtraBucketCommon for usage and error information.
func (*BIO) AttachWorkspaceExtraBucketCommonRequest ¶
func (c *BIO) AttachWorkspaceExtraBucketCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AttachWorkspaceExtraBucketCommonRequest generates a "volcengine/request.Request" representing the client's request for the AttachWorkspaceExtraBucketCommon operation. The "output" return value will be populated with the AttachWorkspaceExtraBucketCommon request's response once the request completes successfully.
Use "Send" method on the returned AttachWorkspaceExtraBucketCommon Request to send the API call to the service. the "output" return value is not valid until after AttachWorkspaceExtraBucketCommon Send returns without error.
See AttachWorkspaceExtraBucketCommon for more information on using the AttachWorkspaceExtraBucketCommon API call, and error handling.
// Example sending a request using the AttachWorkspaceExtraBucketCommonRequest method.
req, resp := client.AttachWorkspaceExtraBucketCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) AttachWorkspaceExtraBucketCommonWithContext ¶
func (c *BIO) AttachWorkspaceExtraBucketCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AttachWorkspaceExtraBucketCommonWithContext is the same as AttachWorkspaceExtraBucketCommon with the addition of the ability to pass a context and additional request options.
See AttachWorkspaceExtraBucketCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) AttachWorkspaceExtraBucketRequest ¶
func (c *BIO) AttachWorkspaceExtraBucketRequest(input *AttachWorkspaceExtraBucketInput) (req *request.Request, output *AttachWorkspaceExtraBucketOutput)
AttachWorkspaceExtraBucketRequest generates a "volcengine/request.Request" representing the client's request for the AttachWorkspaceExtraBucket operation. The "output" return value will be populated with the AttachWorkspaceExtraBucketCommon request's response once the request completes successfully.
Use "Send" method on the returned AttachWorkspaceExtraBucketCommon Request to send the API call to the service. the "output" return value is not valid until after AttachWorkspaceExtraBucketCommon Send returns without error.
See AttachWorkspaceExtraBucket for more information on using the AttachWorkspaceExtraBucket API call, and error handling.
// Example sending a request using the AttachWorkspaceExtraBucketRequest method.
req, resp := client.AttachWorkspaceExtraBucketRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) AttachWorkspaceExtraBucketWithContext ¶
func (c *BIO) AttachWorkspaceExtraBucketWithContext(ctx volcengine.Context, input *AttachWorkspaceExtraBucketInput, opts ...request.Option) (*AttachWorkspaceExtraBucketOutput, error)
AttachWorkspaceExtraBucketWithContext is the same as AttachWorkspaceExtraBucket with the addition of the ability to pass a context and additional request options.
See AttachWorkspaceExtraBucket for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) BindClusterToWorkspace ¶
func (c *BIO) BindClusterToWorkspace(input *BindClusterToWorkspaceInput) (*BindClusterToWorkspaceOutput, error)
BindClusterToWorkspace API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation BindClusterToWorkspace for usage and error information.
func (*BIO) BindClusterToWorkspaceCommon ¶
func (c *BIO) BindClusterToWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
BindClusterToWorkspaceCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation BindClusterToWorkspaceCommon for usage and error information.
func (*BIO) BindClusterToWorkspaceCommonRequest ¶
func (c *BIO) BindClusterToWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
BindClusterToWorkspaceCommonRequest generates a "volcengine/request.Request" representing the client's request for the BindClusterToWorkspaceCommon operation. The "output" return value will be populated with the BindClusterToWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned BindClusterToWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after BindClusterToWorkspaceCommon Send returns without error.
See BindClusterToWorkspaceCommon for more information on using the BindClusterToWorkspaceCommon API call, and error handling.
// Example sending a request using the BindClusterToWorkspaceCommonRequest method.
req, resp := client.BindClusterToWorkspaceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) BindClusterToWorkspaceCommonWithContext ¶
func (c *BIO) BindClusterToWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
BindClusterToWorkspaceCommonWithContext is the same as BindClusterToWorkspaceCommon with the addition of the ability to pass a context and additional request options.
See BindClusterToWorkspaceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) BindClusterToWorkspaceRequest ¶
func (c *BIO) BindClusterToWorkspaceRequest(input *BindClusterToWorkspaceInput) (req *request.Request, output *BindClusterToWorkspaceOutput)
BindClusterToWorkspaceRequest generates a "volcengine/request.Request" representing the client's request for the BindClusterToWorkspace operation. The "output" return value will be populated with the BindClusterToWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned BindClusterToWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after BindClusterToWorkspaceCommon Send returns without error.
See BindClusterToWorkspace for more information on using the BindClusterToWorkspace API call, and error handling.
// Example sending a request using the BindClusterToWorkspaceRequest method.
req, resp := client.BindClusterToWorkspaceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) BindClusterToWorkspaceWithContext ¶
func (c *BIO) BindClusterToWorkspaceWithContext(ctx volcengine.Context, input *BindClusterToWorkspaceInput, opts ...request.Option) (*BindClusterToWorkspaceOutput, error)
BindClusterToWorkspaceWithContext is the same as BindClusterToWorkspace with the addition of the ability to pass a context and additional request options.
See BindClusterToWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CancelRun ¶
func (c *BIO) CancelRun(input *CancelRunInput) (*CancelRunOutput, error)
CancelRun API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CancelRun for usage and error information.
func (*BIO) CancelRunCommon ¶
CancelRunCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CancelRunCommon for usage and error information.
func (*BIO) CancelRunCommonRequest ¶
func (c *BIO) CancelRunCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CancelRunCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelRunCommon operation. The "output" return value will be populated with the CancelRunCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelRunCommon Request to send the API call to the service. the "output" return value is not valid until after CancelRunCommon Send returns without error.
See CancelRunCommon for more information on using the CancelRunCommon API call, and error handling.
// Example sending a request using the CancelRunCommonRequest method.
req, resp := client.CancelRunCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CancelRunCommonWithContext ¶
func (c *BIO) CancelRunCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CancelRunCommonWithContext is the same as CancelRunCommon with the addition of the ability to pass a context and additional request options.
See CancelRunCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CancelRunRequest ¶
func (c *BIO) CancelRunRequest(input *CancelRunInput) (req *request.Request, output *CancelRunOutput)
CancelRunRequest generates a "volcengine/request.Request" representing the client's request for the CancelRun operation. The "output" return value will be populated with the CancelRunCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelRunCommon Request to send the API call to the service. the "output" return value is not valid until after CancelRunCommon Send returns without error.
See CancelRun for more information on using the CancelRun API call, and error handling.
// Example sending a request using the CancelRunRequest method.
req, resp := client.CancelRunRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CancelRunWithContext ¶
func (c *BIO) CancelRunWithContext(ctx volcengine.Context, input *CancelRunInput, opts ...request.Option) (*CancelRunOutput, error)
CancelRunWithContext is the same as CancelRun with the addition of the ability to pass a context and additional request options.
See CancelRun for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CancelSubmission ¶
func (c *BIO) CancelSubmission(input *CancelSubmissionInput) (*CancelSubmissionOutput, error)
CancelSubmission API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CancelSubmission for usage and error information.
func (*BIO) CancelSubmissionCommon ¶
func (c *BIO) CancelSubmissionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CancelSubmissionCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CancelSubmissionCommon for usage and error information.
func (*BIO) CancelSubmissionCommonRequest ¶
func (c *BIO) CancelSubmissionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CancelSubmissionCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelSubmissionCommon operation. The "output" return value will be populated with the CancelSubmissionCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelSubmissionCommon Request to send the API call to the service. the "output" return value is not valid until after CancelSubmissionCommon Send returns without error.
See CancelSubmissionCommon for more information on using the CancelSubmissionCommon API call, and error handling.
// Example sending a request using the CancelSubmissionCommonRequest method.
req, resp := client.CancelSubmissionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CancelSubmissionCommonWithContext ¶
func (c *BIO) CancelSubmissionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CancelSubmissionCommonWithContext is the same as CancelSubmissionCommon with the addition of the ability to pass a context and additional request options.
See CancelSubmissionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CancelSubmissionRequest ¶
func (c *BIO) CancelSubmissionRequest(input *CancelSubmissionInput) (req *request.Request, output *CancelSubmissionOutput)
CancelSubmissionRequest generates a "volcengine/request.Request" representing the client's request for the CancelSubmission operation. The "output" return value will be populated with the CancelSubmissionCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelSubmissionCommon Request to send the API call to the service. the "output" return value is not valid until after CancelSubmissionCommon Send returns without error.
See CancelSubmission for more information on using the CancelSubmission API call, and error handling.
// Example sending a request using the CancelSubmissionRequest method.
req, resp := client.CancelSubmissionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CancelSubmissionWithContext ¶
func (c *BIO) CancelSubmissionWithContext(ctx volcengine.Context, input *CancelSubmissionInput, opts ...request.Option) (*CancelSubmissionOutput, error)
CancelSubmissionWithContext is the same as CancelSubmission with the addition of the ability to pass a context and additional request options.
See CancelSubmission for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CheckWorkspaceDefaultBucketRelatedOthers ¶
func (c *BIO) CheckWorkspaceDefaultBucketRelatedOthers(input *CheckWorkspaceDefaultBucketRelatedOthersInput) (*CheckWorkspaceDefaultBucketRelatedOthersOutput, error)
CheckWorkspaceDefaultBucketRelatedOthers API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CheckWorkspaceDefaultBucketRelatedOthers for usage and error information.
func (*BIO) CheckWorkspaceDefaultBucketRelatedOthersCommon ¶
func (c *BIO) CheckWorkspaceDefaultBucketRelatedOthersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CheckWorkspaceDefaultBucketRelatedOthersCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CheckWorkspaceDefaultBucketRelatedOthersCommon for usage and error information.
func (*BIO) CheckWorkspaceDefaultBucketRelatedOthersCommonRequest ¶
func (c *BIO) CheckWorkspaceDefaultBucketRelatedOthersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CheckWorkspaceDefaultBucketRelatedOthersCommonRequest generates a "volcengine/request.Request" representing the client's request for the CheckWorkspaceDefaultBucketRelatedOthersCommon operation. The "output" return value will be populated with the CheckWorkspaceDefaultBucketRelatedOthersCommon request's response once the request completes successfully.
Use "Send" method on the returned CheckWorkspaceDefaultBucketRelatedOthersCommon Request to send the API call to the service. the "output" return value is not valid until after CheckWorkspaceDefaultBucketRelatedOthersCommon Send returns without error.
See CheckWorkspaceDefaultBucketRelatedOthersCommon for more information on using the CheckWorkspaceDefaultBucketRelatedOthersCommon API call, and error handling.
// Example sending a request using the CheckWorkspaceDefaultBucketRelatedOthersCommonRequest method.
req, resp := client.CheckWorkspaceDefaultBucketRelatedOthersCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CheckWorkspaceDefaultBucketRelatedOthersCommonWithContext ¶
func (c *BIO) CheckWorkspaceDefaultBucketRelatedOthersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CheckWorkspaceDefaultBucketRelatedOthersCommonWithContext is the same as CheckWorkspaceDefaultBucketRelatedOthersCommon with the addition of the ability to pass a context and additional request options.
See CheckWorkspaceDefaultBucketRelatedOthersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CheckWorkspaceDefaultBucketRelatedOthersRequest ¶
func (c *BIO) CheckWorkspaceDefaultBucketRelatedOthersRequest(input *CheckWorkspaceDefaultBucketRelatedOthersInput) (req *request.Request, output *CheckWorkspaceDefaultBucketRelatedOthersOutput)
CheckWorkspaceDefaultBucketRelatedOthersRequest generates a "volcengine/request.Request" representing the client's request for the CheckWorkspaceDefaultBucketRelatedOthers operation. The "output" return value will be populated with the CheckWorkspaceDefaultBucketRelatedOthersCommon request's response once the request completes successfully.
Use "Send" method on the returned CheckWorkspaceDefaultBucketRelatedOthersCommon Request to send the API call to the service. the "output" return value is not valid until after CheckWorkspaceDefaultBucketRelatedOthersCommon Send returns without error.
See CheckWorkspaceDefaultBucketRelatedOthers for more information on using the CheckWorkspaceDefaultBucketRelatedOthers API call, and error handling.
// Example sending a request using the CheckWorkspaceDefaultBucketRelatedOthersRequest method.
req, resp := client.CheckWorkspaceDefaultBucketRelatedOthersRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CheckWorkspaceDefaultBucketRelatedOthersWithContext ¶
func (c *BIO) CheckWorkspaceDefaultBucketRelatedOthersWithContext(ctx volcengine.Context, input *CheckWorkspaceDefaultBucketRelatedOthersInput, opts ...request.Option) (*CheckWorkspaceDefaultBucketRelatedOthersOutput, error)
CheckWorkspaceDefaultBucketRelatedOthersWithContext is the same as CheckWorkspaceDefaultBucketRelatedOthers with the addition of the ability to pass a context and additional request options.
See CheckWorkspaceDefaultBucketRelatedOthers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ClonePublicWorkspace ¶
func (c *BIO) ClonePublicWorkspace(input *ClonePublicWorkspaceInput) (*ClonePublicWorkspaceOutput, error)
ClonePublicWorkspace API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ClonePublicWorkspace for usage and error information.
func (*BIO) ClonePublicWorkspaceCommon ¶
func (c *BIO) ClonePublicWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ClonePublicWorkspaceCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ClonePublicWorkspaceCommon for usage and error information.
func (*BIO) ClonePublicWorkspaceCommonRequest ¶
func (c *BIO) ClonePublicWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ClonePublicWorkspaceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ClonePublicWorkspaceCommon operation. The "output" return value will be populated with the ClonePublicWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned ClonePublicWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after ClonePublicWorkspaceCommon Send returns without error.
See ClonePublicWorkspaceCommon for more information on using the ClonePublicWorkspaceCommon API call, and error handling.
// Example sending a request using the ClonePublicWorkspaceCommonRequest method.
req, resp := client.ClonePublicWorkspaceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ClonePublicWorkspaceCommonWithContext ¶
func (c *BIO) ClonePublicWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ClonePublicWorkspaceCommonWithContext is the same as ClonePublicWorkspaceCommon with the addition of the ability to pass a context and additional request options.
See ClonePublicWorkspaceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ClonePublicWorkspaceRequest ¶
func (c *BIO) ClonePublicWorkspaceRequest(input *ClonePublicWorkspaceInput) (req *request.Request, output *ClonePublicWorkspaceOutput)
ClonePublicWorkspaceRequest generates a "volcengine/request.Request" representing the client's request for the ClonePublicWorkspace operation. The "output" return value will be populated with the ClonePublicWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned ClonePublicWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after ClonePublicWorkspaceCommon Send returns without error.
See ClonePublicWorkspace for more information on using the ClonePublicWorkspace API call, and error handling.
// Example sending a request using the ClonePublicWorkspaceRequest method.
req, resp := client.ClonePublicWorkspaceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ClonePublicWorkspaceWithContext ¶
func (c *BIO) ClonePublicWorkspaceWithContext(ctx volcengine.Context, input *ClonePublicWorkspaceInput, opts ...request.Option) (*ClonePublicWorkspaceOutput, error)
ClonePublicWorkspaceWithContext is the same as ClonePublicWorkspace with the addition of the ability to pass a context and additional request options.
See ClonePublicWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CommitIESImage ¶
func (c *BIO) CommitIESImage(input *CommitIESImageInput) (*CommitIESImageOutput, error)
CommitIESImage API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CommitIESImage for usage and error information.
func (*BIO) CommitIESImageCommon ¶
CommitIESImageCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CommitIESImageCommon for usage and error information.
func (*BIO) CommitIESImageCommonRequest ¶
func (c *BIO) CommitIESImageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CommitIESImageCommonRequest generates a "volcengine/request.Request" representing the client's request for the CommitIESImageCommon operation. The "output" return value will be populated with the CommitIESImageCommon request's response once the request completes successfully.
Use "Send" method on the returned CommitIESImageCommon Request to send the API call to the service. the "output" return value is not valid until after CommitIESImageCommon Send returns without error.
See CommitIESImageCommon for more information on using the CommitIESImageCommon API call, and error handling.
// Example sending a request using the CommitIESImageCommonRequest method.
req, resp := client.CommitIESImageCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CommitIESImageCommonWithContext ¶
func (c *BIO) CommitIESImageCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CommitIESImageCommonWithContext is the same as CommitIESImageCommon with the addition of the ability to pass a context and additional request options.
See CommitIESImageCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CommitIESImageRequest ¶
func (c *BIO) CommitIESImageRequest(input *CommitIESImageInput) (req *request.Request, output *CommitIESImageOutput)
CommitIESImageRequest generates a "volcengine/request.Request" representing the client's request for the CommitIESImage operation. The "output" return value will be populated with the CommitIESImageCommon request's response once the request completes successfully.
Use "Send" method on the returned CommitIESImageCommon Request to send the API call to the service. the "output" return value is not valid until after CommitIESImageCommon Send returns without error.
See CommitIESImage for more information on using the CommitIESImage API call, and error handling.
// Example sending a request using the CommitIESImageRequest method.
req, resp := client.CommitIESImageRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CommitIESImageWithContext ¶
func (c *BIO) CommitIESImageWithContext(ctx volcengine.Context, input *CommitIESImageInput, opts ...request.Option) (*CommitIESImageOutput, error)
CommitIESImageWithContext is the same as CommitIESImage with the addition of the ability to pass a context and additional request options.
See CommitIESImage for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CompleteSchema ¶
func (c *BIO) CompleteSchema(input *CompleteSchemaInput) (*CompleteSchemaOutput, error)
CompleteSchema API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CompleteSchema for usage and error information.
func (*BIO) CompleteSchemaCommon ¶
CompleteSchemaCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CompleteSchemaCommon for usage and error information.
func (*BIO) CompleteSchemaCommonRequest ¶
func (c *BIO) CompleteSchemaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CompleteSchemaCommonRequest generates a "volcengine/request.Request" representing the client's request for the CompleteSchemaCommon operation. The "output" return value will be populated with the CompleteSchemaCommon request's response once the request completes successfully.
Use "Send" method on the returned CompleteSchemaCommon Request to send the API call to the service. the "output" return value is not valid until after CompleteSchemaCommon Send returns without error.
See CompleteSchemaCommon for more information on using the CompleteSchemaCommon API call, and error handling.
// Example sending a request using the CompleteSchemaCommonRequest method.
req, resp := client.CompleteSchemaCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CompleteSchemaCommonWithContext ¶
func (c *BIO) CompleteSchemaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CompleteSchemaCommonWithContext is the same as CompleteSchemaCommon with the addition of the ability to pass a context and additional request options.
See CompleteSchemaCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CompleteSchemaRequest ¶
func (c *BIO) CompleteSchemaRequest(input *CompleteSchemaInput) (req *request.Request, output *CompleteSchemaOutput)
CompleteSchemaRequest generates a "volcengine/request.Request" representing the client's request for the CompleteSchema operation. The "output" return value will be populated with the CompleteSchemaCommon request's response once the request completes successfully.
Use "Send" method on the returned CompleteSchemaCommon Request to send the API call to the service. the "output" return value is not valid until after CompleteSchemaCommon Send returns without error.
See CompleteSchema for more information on using the CompleteSchema API call, and error handling.
// Example sending a request using the CompleteSchemaRequest method.
req, resp := client.CompleteSchemaRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CompleteSchemaWithContext ¶
func (c *BIO) CompleteSchemaWithContext(ctx volcengine.Context, input *CompleteSchemaInput, opts ...request.Option) (*CompleteSchemaOutput, error)
CompleteSchemaWithContext is the same as CompleteSchema with the addition of the ability to pass a context and additional request options.
See CompleteSchema for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CreateCluster ¶
func (c *BIO) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error)
CreateCluster API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CreateCluster for usage and error information.
func (*BIO) CreateClusterCommon ¶
CreateClusterCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CreateClusterCommon for usage and error information.
func (*BIO) CreateClusterCommonRequest ¶
func (c *BIO) CreateClusterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateClusterCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateClusterCommon operation. The "output" return value will be populated with the CreateClusterCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateClusterCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClusterCommon Send returns without error.
See CreateClusterCommon for more information on using the CreateClusterCommon API call, and error handling.
// Example sending a request using the CreateClusterCommonRequest method.
req, resp := client.CreateClusterCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CreateClusterCommonWithContext ¶
func (c *BIO) CreateClusterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateClusterCommonWithContext is the same as CreateClusterCommon with the addition of the ability to pass a context and additional request options.
See CreateClusterCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CreateClusterRequest ¶
func (c *BIO) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput)
CreateClusterRequest generates a "volcengine/request.Request" representing the client's request for the CreateCluster operation. The "output" return value will be populated with the CreateClusterCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateClusterCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClusterCommon Send returns without error.
See CreateCluster for more information on using the CreateCluster API call, and error handling.
// Example sending a request using the CreateClusterRequest method.
req, resp := client.CreateClusterRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CreateClusterWithContext ¶
func (c *BIO) CreateClusterWithContext(ctx volcengine.Context, input *CreateClusterInput, opts ...request.Option) (*CreateClusterOutput, error)
CreateClusterWithContext is the same as CreateCluster with the addition of the ability to pass a context and additional request options.
See CreateCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CreateDataModel ¶
func (c *BIO) CreateDataModel(input *CreateDataModelInput) (*CreateDataModelOutput, error)
CreateDataModel API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CreateDataModel for usage and error information.
func (*BIO) CreateDataModelCommon ¶
CreateDataModelCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CreateDataModelCommon for usage and error information.
func (*BIO) CreateDataModelCommonRequest ¶
func (c *BIO) CreateDataModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateDataModelCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDataModelCommon operation. The "output" return value will be populated with the CreateDataModelCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateDataModelCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDataModelCommon Send returns without error.
See CreateDataModelCommon for more information on using the CreateDataModelCommon API call, and error handling.
// Example sending a request using the CreateDataModelCommonRequest method.
req, resp := client.CreateDataModelCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CreateDataModelCommonWithContext ¶
func (c *BIO) CreateDataModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateDataModelCommonWithContext is the same as CreateDataModelCommon with the addition of the ability to pass a context and additional request options.
See CreateDataModelCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CreateDataModelRequest ¶
func (c *BIO) CreateDataModelRequest(input *CreateDataModelInput) (req *request.Request, output *CreateDataModelOutput)
CreateDataModelRequest generates a "volcengine/request.Request" representing the client's request for the CreateDataModel operation. The "output" return value will be populated with the CreateDataModelCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateDataModelCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDataModelCommon Send returns without error.
See CreateDataModel for more information on using the CreateDataModel API call, and error handling.
// Example sending a request using the CreateDataModelRequest method.
req, resp := client.CreateDataModelRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CreateDataModelWithContext ¶
func (c *BIO) CreateDataModelWithContext(ctx volcengine.Context, input *CreateDataModelInput, opts ...request.Option) (*CreateDataModelOutput, error)
CreateDataModelWithContext is the same as CreateDataModel with the addition of the ability to pass a context and additional request options.
See CreateDataModel for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CreateNotebookRun ¶
func (c *BIO) CreateNotebookRun(input *CreateNotebookRunInput) (*CreateNotebookRunOutput, error)
CreateNotebookRun API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CreateNotebookRun for usage and error information.
func (*BIO) CreateNotebookRunCommon ¶
func (c *BIO) CreateNotebookRunCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateNotebookRunCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CreateNotebookRunCommon for usage and error information.
func (*BIO) CreateNotebookRunCommonRequest ¶
func (c *BIO) CreateNotebookRunCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateNotebookRunCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateNotebookRunCommon operation. The "output" return value will be populated with the CreateNotebookRunCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateNotebookRunCommon Request to send the API call to the service. the "output" return value is not valid until after CreateNotebookRunCommon Send returns without error.
See CreateNotebookRunCommon for more information on using the CreateNotebookRunCommon API call, and error handling.
// Example sending a request using the CreateNotebookRunCommonRequest method.
req, resp := client.CreateNotebookRunCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CreateNotebookRunCommonWithContext ¶
func (c *BIO) CreateNotebookRunCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateNotebookRunCommonWithContext is the same as CreateNotebookRunCommon with the addition of the ability to pass a context and additional request options.
See CreateNotebookRunCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CreateNotebookRunRequest ¶
func (c *BIO) CreateNotebookRunRequest(input *CreateNotebookRunInput) (req *request.Request, output *CreateNotebookRunOutput)
CreateNotebookRunRequest generates a "volcengine/request.Request" representing the client's request for the CreateNotebookRun operation. The "output" return value will be populated with the CreateNotebookRunCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateNotebookRunCommon Request to send the API call to the service. the "output" return value is not valid until after CreateNotebookRunCommon Send returns without error.
See CreateNotebookRun for more information on using the CreateNotebookRun API call, and error handling.
// Example sending a request using the CreateNotebookRunRequest method.
req, resp := client.CreateNotebookRunRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CreateNotebookRunWithContext ¶
func (c *BIO) CreateNotebookRunWithContext(ctx volcengine.Context, input *CreateNotebookRunInput, opts ...request.Option) (*CreateNotebookRunOutput, error)
CreateNotebookRunWithContext is the same as CreateNotebookRun with the addition of the ability to pass a context and additional request options.
See CreateNotebookRun for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CreateSubmission ¶
func (c *BIO) CreateSubmission(input *CreateSubmissionInput) (*CreateSubmissionOutput, error)
CreateSubmission API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CreateSubmission for usage and error information.
func (*BIO) CreateSubmissionCommon ¶
func (c *BIO) CreateSubmissionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateSubmissionCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CreateSubmissionCommon for usage and error information.
func (*BIO) CreateSubmissionCommonRequest ¶
func (c *BIO) CreateSubmissionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateSubmissionCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateSubmissionCommon operation. The "output" return value will be populated with the CreateSubmissionCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateSubmissionCommon Request to send the API call to the service. the "output" return value is not valid until after CreateSubmissionCommon Send returns without error.
See CreateSubmissionCommon for more information on using the CreateSubmissionCommon API call, and error handling.
// Example sending a request using the CreateSubmissionCommonRequest method.
req, resp := client.CreateSubmissionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CreateSubmissionCommonWithContext ¶
func (c *BIO) CreateSubmissionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateSubmissionCommonWithContext is the same as CreateSubmissionCommon with the addition of the ability to pass a context and additional request options.
See CreateSubmissionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CreateSubmissionRequest ¶
func (c *BIO) CreateSubmissionRequest(input *CreateSubmissionInput) (req *request.Request, output *CreateSubmissionOutput)
CreateSubmissionRequest generates a "volcengine/request.Request" representing the client's request for the CreateSubmission operation. The "output" return value will be populated with the CreateSubmissionCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateSubmissionCommon Request to send the API call to the service. the "output" return value is not valid until after CreateSubmissionCommon Send returns without error.
See CreateSubmission for more information on using the CreateSubmission API call, and error handling.
// Example sending a request using the CreateSubmissionRequest method.
req, resp := client.CreateSubmissionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CreateSubmissionWithContext ¶
func (c *BIO) CreateSubmissionWithContext(ctx volcengine.Context, input *CreateSubmissionInput, opts ...request.Option) (*CreateSubmissionOutput, error)
CreateSubmissionWithContext is the same as CreateSubmission with the addition of the ability to pass a context and additional request options.
See CreateSubmission for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CreateWorkflow ¶
func (c *BIO) CreateWorkflow(input *CreateWorkflowInput) (*CreateWorkflowOutput, error)
CreateWorkflow API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CreateWorkflow for usage and error information.
func (*BIO) CreateWorkflowCommon ¶
CreateWorkflowCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation CreateWorkflowCommon for usage and error information.
func (*BIO) CreateWorkflowCommonRequest ¶
func (c *BIO) CreateWorkflowCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateWorkflowCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateWorkflowCommon operation. The "output" return value will be populated with the CreateWorkflowCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateWorkflowCommon Request to send the API call to the service. the "output" return value is not valid until after CreateWorkflowCommon Send returns without error.
See CreateWorkflowCommon for more information on using the CreateWorkflowCommon API call, and error handling.
// Example sending a request using the CreateWorkflowCommonRequest method.
req, resp := client.CreateWorkflowCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CreateWorkflowCommonWithContext ¶
func (c *BIO) CreateWorkflowCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateWorkflowCommonWithContext is the same as CreateWorkflowCommon with the addition of the ability to pass a context and additional request options.
See CreateWorkflowCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) CreateWorkflowRequest ¶
func (c *BIO) CreateWorkflowRequest(input *CreateWorkflowInput) (req *request.Request, output *CreateWorkflowOutput)
CreateWorkflowRequest generates a "volcengine/request.Request" representing the client's request for the CreateWorkflow operation. The "output" return value will be populated with the CreateWorkflowCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateWorkflowCommon Request to send the API call to the service. the "output" return value is not valid until after CreateWorkflowCommon Send returns without error.
See CreateWorkflow for more information on using the CreateWorkflow API call, and error handling.
// Example sending a request using the CreateWorkflowRequest method.
req, resp := client.CreateWorkflowRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) CreateWorkflowWithContext ¶
func (c *BIO) CreateWorkflowWithContext(ctx volcengine.Context, input *CreateWorkflowInput, opts ...request.Option) (*CreateWorkflowOutput, error)
CreateWorkflowWithContext is the same as CreateWorkflow with the addition of the ability to pass a context and additional request options.
See CreateWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteCluster ¶
func (c *BIO) DeleteCluster(input *DeleteClusterInput) (*DeleteClusterOutput, error)
DeleteCluster API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteCluster for usage and error information.
func (*BIO) DeleteClusterCommon ¶
DeleteClusterCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteClusterCommon for usage and error information.
func (*BIO) DeleteClusterCommonRequest ¶
func (c *BIO) DeleteClusterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteClusterCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteClusterCommon operation. The "output" return value will be populated with the DeleteClusterCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteClusterCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteClusterCommon Send returns without error.
See DeleteClusterCommon for more information on using the DeleteClusterCommon API call, and error handling.
// Example sending a request using the DeleteClusterCommonRequest method.
req, resp := client.DeleteClusterCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteClusterCommonWithContext ¶
func (c *BIO) DeleteClusterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteClusterCommonWithContext is the same as DeleteClusterCommon with the addition of the ability to pass a context and additional request options.
See DeleteClusterCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteClusterRequest ¶
func (c *BIO) DeleteClusterRequest(input *DeleteClusterInput) (req *request.Request, output *DeleteClusterOutput)
DeleteClusterRequest generates a "volcengine/request.Request" representing the client's request for the DeleteCluster operation. The "output" return value will be populated with the DeleteClusterCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteClusterCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteClusterCommon Send returns without error.
See DeleteCluster for more information on using the DeleteCluster API call, and error handling.
// Example sending a request using the DeleteClusterRequest method.
req, resp := client.DeleteClusterRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteClusterWithContext ¶
func (c *BIO) DeleteClusterWithContext(ctx volcengine.Context, input *DeleteClusterInput, opts ...request.Option) (*DeleteClusterOutput, error)
DeleteClusterWithContext is the same as DeleteCluster with the addition of the ability to pass a context and additional request options.
See DeleteCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteDataModelRowsAndHeaders ¶
func (c *BIO) DeleteDataModelRowsAndHeaders(input *DeleteDataModelRowsAndHeadersInput) (*DeleteDataModelRowsAndHeadersOutput, error)
DeleteDataModelRowsAndHeaders API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteDataModelRowsAndHeaders for usage and error information.
func (*BIO) DeleteDataModelRowsAndHeadersCommon ¶
func (c *BIO) DeleteDataModelRowsAndHeadersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteDataModelRowsAndHeadersCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteDataModelRowsAndHeadersCommon for usage and error information.
func (*BIO) DeleteDataModelRowsAndHeadersCommonRequest ¶
func (c *BIO) DeleteDataModelRowsAndHeadersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteDataModelRowsAndHeadersCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDataModelRowsAndHeadersCommon operation. The "output" return value will be populated with the DeleteDataModelRowsAndHeadersCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteDataModelRowsAndHeadersCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDataModelRowsAndHeadersCommon Send returns without error.
See DeleteDataModelRowsAndHeadersCommon for more information on using the DeleteDataModelRowsAndHeadersCommon API call, and error handling.
// Example sending a request using the DeleteDataModelRowsAndHeadersCommonRequest method.
req, resp := client.DeleteDataModelRowsAndHeadersCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteDataModelRowsAndHeadersCommonWithContext ¶
func (c *BIO) DeleteDataModelRowsAndHeadersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteDataModelRowsAndHeadersCommonWithContext is the same as DeleteDataModelRowsAndHeadersCommon with the addition of the ability to pass a context and additional request options.
See DeleteDataModelRowsAndHeadersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteDataModelRowsAndHeadersRequest ¶
func (c *BIO) DeleteDataModelRowsAndHeadersRequest(input *DeleteDataModelRowsAndHeadersInput) (req *request.Request, output *DeleteDataModelRowsAndHeadersOutput)
DeleteDataModelRowsAndHeadersRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDataModelRowsAndHeaders operation. The "output" return value will be populated with the DeleteDataModelRowsAndHeadersCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteDataModelRowsAndHeadersCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDataModelRowsAndHeadersCommon Send returns without error.
See DeleteDataModelRowsAndHeaders for more information on using the DeleteDataModelRowsAndHeaders API call, and error handling.
// Example sending a request using the DeleteDataModelRowsAndHeadersRequest method.
req, resp := client.DeleteDataModelRowsAndHeadersRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteDataModelRowsAndHeadersWithContext ¶
func (c *BIO) DeleteDataModelRowsAndHeadersWithContext(ctx volcengine.Context, input *DeleteDataModelRowsAndHeadersInput, opts ...request.Option) (*DeleteDataModelRowsAndHeadersOutput, error)
DeleteDataModelRowsAndHeadersWithContext is the same as DeleteDataModelRowsAndHeaders with the addition of the ability to pass a context and additional request options.
See DeleteDataModelRowsAndHeaders for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteNotebookServer ¶
func (c *BIO) DeleteNotebookServer(input *DeleteNotebookServerInput) (*DeleteNotebookServerOutput, error)
DeleteNotebookServer API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteNotebookServer for usage and error information.
func (*BIO) DeleteNotebookServerCommon ¶
func (c *BIO) DeleteNotebookServerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteNotebookServerCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteNotebookServerCommon for usage and error information.
func (*BIO) DeleteNotebookServerCommonRequest ¶
func (c *BIO) DeleteNotebookServerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteNotebookServerCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteNotebookServerCommon operation. The "output" return value will be populated with the DeleteNotebookServerCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteNotebookServerCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteNotebookServerCommon Send returns without error.
See DeleteNotebookServerCommon for more information on using the DeleteNotebookServerCommon API call, and error handling.
// Example sending a request using the DeleteNotebookServerCommonRequest method.
req, resp := client.DeleteNotebookServerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteNotebookServerCommonWithContext ¶
func (c *BIO) DeleteNotebookServerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteNotebookServerCommonWithContext is the same as DeleteNotebookServerCommon with the addition of the ability to pass a context and additional request options.
See DeleteNotebookServerCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteNotebookServerRequest ¶
func (c *BIO) DeleteNotebookServerRequest(input *DeleteNotebookServerInput) (req *request.Request, output *DeleteNotebookServerOutput)
DeleteNotebookServerRequest generates a "volcengine/request.Request" representing the client's request for the DeleteNotebookServer operation. The "output" return value will be populated with the DeleteNotebookServerCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteNotebookServerCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteNotebookServerCommon Send returns without error.
See DeleteNotebookServer for more information on using the DeleteNotebookServer API call, and error handling.
// Example sending a request using the DeleteNotebookServerRequest method.
req, resp := client.DeleteNotebookServerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteNotebookServerSettings ¶
func (c *BIO) DeleteNotebookServerSettings(input *DeleteNotebookServerSettingsInput) (*DeleteNotebookServerSettingsOutput, error)
DeleteNotebookServerSettings API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteNotebookServerSettings for usage and error information.
func (*BIO) DeleteNotebookServerSettingsCommon ¶
func (c *BIO) DeleteNotebookServerSettingsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteNotebookServerSettingsCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteNotebookServerSettingsCommon for usage and error information.
func (*BIO) DeleteNotebookServerSettingsCommonRequest ¶
func (c *BIO) DeleteNotebookServerSettingsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteNotebookServerSettingsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteNotebookServerSettingsCommon operation. The "output" return value will be populated with the DeleteNotebookServerSettingsCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteNotebookServerSettingsCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteNotebookServerSettingsCommon Send returns without error.
See DeleteNotebookServerSettingsCommon for more information on using the DeleteNotebookServerSettingsCommon API call, and error handling.
// Example sending a request using the DeleteNotebookServerSettingsCommonRequest method.
req, resp := client.DeleteNotebookServerSettingsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteNotebookServerSettingsCommonWithContext ¶
func (c *BIO) DeleteNotebookServerSettingsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteNotebookServerSettingsCommonWithContext is the same as DeleteNotebookServerSettingsCommon with the addition of the ability to pass a context and additional request options.
See DeleteNotebookServerSettingsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteNotebookServerSettingsRequest ¶
func (c *BIO) DeleteNotebookServerSettingsRequest(input *DeleteNotebookServerSettingsInput) (req *request.Request, output *DeleteNotebookServerSettingsOutput)
DeleteNotebookServerSettingsRequest generates a "volcengine/request.Request" representing the client's request for the DeleteNotebookServerSettings operation. The "output" return value will be populated with the DeleteNotebookServerSettingsCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteNotebookServerSettingsCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteNotebookServerSettingsCommon Send returns without error.
See DeleteNotebookServerSettings for more information on using the DeleteNotebookServerSettings API call, and error handling.
// Example sending a request using the DeleteNotebookServerSettingsRequest method.
req, resp := client.DeleteNotebookServerSettingsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteNotebookServerSettingsWithContext ¶
func (c *BIO) DeleteNotebookServerSettingsWithContext(ctx volcengine.Context, input *DeleteNotebookServerSettingsInput, opts ...request.Option) (*DeleteNotebookServerSettingsOutput, error)
DeleteNotebookServerSettingsWithContext is the same as DeleteNotebookServerSettings with the addition of the ability to pass a context and additional request options.
See DeleteNotebookServerSettings for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteNotebookServerWithContext ¶
func (c *BIO) DeleteNotebookServerWithContext(ctx volcengine.Context, input *DeleteNotebookServerInput, opts ...request.Option) (*DeleteNotebookServerOutput, error)
DeleteNotebookServerWithContext is the same as DeleteNotebookServer with the addition of the ability to pass a context and additional request options.
See DeleteNotebookServer for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteSubmission ¶
func (c *BIO) DeleteSubmission(input *DeleteSubmissionInput) (*DeleteSubmissionOutput, error)
DeleteSubmission API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteSubmission for usage and error information.
func (*BIO) DeleteSubmissionCommon ¶
func (c *BIO) DeleteSubmissionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteSubmissionCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteSubmissionCommon for usage and error information.
func (*BIO) DeleteSubmissionCommonRequest ¶
func (c *BIO) DeleteSubmissionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteSubmissionCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteSubmissionCommon operation. The "output" return value will be populated with the DeleteSubmissionCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteSubmissionCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteSubmissionCommon Send returns without error.
See DeleteSubmissionCommon for more information on using the DeleteSubmissionCommon API call, and error handling.
// Example sending a request using the DeleteSubmissionCommonRequest method.
req, resp := client.DeleteSubmissionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteSubmissionCommonWithContext ¶
func (c *BIO) DeleteSubmissionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteSubmissionCommonWithContext is the same as DeleteSubmissionCommon with the addition of the ability to pass a context and additional request options.
See DeleteSubmissionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteSubmissionRequest ¶
func (c *BIO) DeleteSubmissionRequest(input *DeleteSubmissionInput) (req *request.Request, output *DeleteSubmissionOutput)
DeleteSubmissionRequest generates a "volcengine/request.Request" representing the client's request for the DeleteSubmission operation. The "output" return value will be populated with the DeleteSubmissionCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteSubmissionCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteSubmissionCommon Send returns without error.
See DeleteSubmission for more information on using the DeleteSubmission API call, and error handling.
// Example sending a request using the DeleteSubmissionRequest method.
req, resp := client.DeleteSubmissionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteSubmissionWithContext ¶
func (c *BIO) DeleteSubmissionWithContext(ctx volcengine.Context, input *DeleteSubmissionInput, opts ...request.Option) (*DeleteSubmissionOutput, error)
DeleteSubmissionWithContext is the same as DeleteSubmission with the addition of the ability to pass a context and additional request options.
See DeleteSubmission for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteWorkflow ¶
func (c *BIO) DeleteWorkflow(input *DeleteWorkflowInput) (*DeleteWorkflowOutput, error)
DeleteWorkflow API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteWorkflow for usage and error information.
func (*BIO) DeleteWorkflowCommon ¶
DeleteWorkflowCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteWorkflowCommon for usage and error information.
func (*BIO) DeleteWorkflowCommonRequest ¶
func (c *BIO) DeleteWorkflowCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteWorkflowCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteWorkflowCommon operation. The "output" return value will be populated with the DeleteWorkflowCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteWorkflowCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteWorkflowCommon Send returns without error.
See DeleteWorkflowCommon for more information on using the DeleteWorkflowCommon API call, and error handling.
// Example sending a request using the DeleteWorkflowCommonRequest method.
req, resp := client.DeleteWorkflowCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteWorkflowCommonWithContext ¶
func (c *BIO) DeleteWorkflowCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteWorkflowCommonWithContext is the same as DeleteWorkflowCommon with the addition of the ability to pass a context and additional request options.
See DeleteWorkflowCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteWorkflowRequest ¶
func (c *BIO) DeleteWorkflowRequest(input *DeleteWorkflowInput) (req *request.Request, output *DeleteWorkflowOutput)
DeleteWorkflowRequest generates a "volcengine/request.Request" representing the client's request for the DeleteWorkflow operation. The "output" return value will be populated with the DeleteWorkflowCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteWorkflowCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteWorkflowCommon Send returns without error.
See DeleteWorkflow for more information on using the DeleteWorkflow API call, and error handling.
// Example sending a request using the DeleteWorkflowRequest method.
req, resp := client.DeleteWorkflowRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteWorkflowWithContext ¶
func (c *BIO) DeleteWorkflowWithContext(ctx volcengine.Context, input *DeleteWorkflowInput, opts ...request.Option) (*DeleteWorkflowOutput, error)
DeleteWorkflowWithContext is the same as DeleteWorkflow with the addition of the ability to pass a context and additional request options.
See DeleteWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteWorkspace ¶
func (c *BIO) DeleteWorkspace(input *DeleteWorkspaceInput) (*DeleteWorkspaceOutput, error)
DeleteWorkspace API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteWorkspace for usage and error information.
func (*BIO) DeleteWorkspaceCommon ¶
DeleteWorkspaceCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DeleteWorkspaceCommon for usage and error information.
func (*BIO) DeleteWorkspaceCommonRequest ¶
func (c *BIO) DeleteWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteWorkspaceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteWorkspaceCommon operation. The "output" return value will be populated with the DeleteWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteWorkspaceCommon Send returns without error.
See DeleteWorkspaceCommon for more information on using the DeleteWorkspaceCommon API call, and error handling.
// Example sending a request using the DeleteWorkspaceCommonRequest method.
req, resp := client.DeleteWorkspaceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteWorkspaceCommonWithContext ¶
func (c *BIO) DeleteWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteWorkspaceCommonWithContext is the same as DeleteWorkspaceCommon with the addition of the ability to pass a context and additional request options.
See DeleteWorkspaceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DeleteWorkspaceRequest ¶
func (c *BIO) DeleteWorkspaceRequest(input *DeleteWorkspaceInput) (req *request.Request, output *DeleteWorkspaceOutput)
DeleteWorkspaceRequest generates a "volcengine/request.Request" representing the client's request for the DeleteWorkspace operation. The "output" return value will be populated with the DeleteWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteWorkspaceCommon Send returns without error.
See DeleteWorkspace for more information on using the DeleteWorkspace API call, and error handling.
// Example sending a request using the DeleteWorkspaceRequest method.
req, resp := client.DeleteWorkspaceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DeleteWorkspaceWithContext ¶
func (c *BIO) DeleteWorkspaceWithContext(ctx volcengine.Context, input *DeleteWorkspaceInput, opts ...request.Option) (*DeleteWorkspaceOutput, error)
DeleteWorkspaceWithContext is the same as DeleteWorkspace with the addition of the ability to pass a context and additional request options.
See DeleteWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DetachWorkspaceExtraBucket ¶
func (c *BIO) DetachWorkspaceExtraBucket(input *DetachWorkspaceExtraBucketInput) (*DetachWorkspaceExtraBucketOutput, error)
DetachWorkspaceExtraBucket API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DetachWorkspaceExtraBucket for usage and error information.
func (*BIO) DetachWorkspaceExtraBucketCommon ¶
func (c *BIO) DetachWorkspaceExtraBucketCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DetachWorkspaceExtraBucketCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation DetachWorkspaceExtraBucketCommon for usage and error information.
func (*BIO) DetachWorkspaceExtraBucketCommonRequest ¶
func (c *BIO) DetachWorkspaceExtraBucketCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DetachWorkspaceExtraBucketCommonRequest generates a "volcengine/request.Request" representing the client's request for the DetachWorkspaceExtraBucketCommon operation. The "output" return value will be populated with the DetachWorkspaceExtraBucketCommon request's response once the request completes successfully.
Use "Send" method on the returned DetachWorkspaceExtraBucketCommon Request to send the API call to the service. the "output" return value is not valid until after DetachWorkspaceExtraBucketCommon Send returns without error.
See DetachWorkspaceExtraBucketCommon for more information on using the DetachWorkspaceExtraBucketCommon API call, and error handling.
// Example sending a request using the DetachWorkspaceExtraBucketCommonRequest method.
req, resp := client.DetachWorkspaceExtraBucketCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DetachWorkspaceExtraBucketCommonWithContext ¶
func (c *BIO) DetachWorkspaceExtraBucketCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DetachWorkspaceExtraBucketCommonWithContext is the same as DetachWorkspaceExtraBucketCommon with the addition of the ability to pass a context and additional request options.
See DetachWorkspaceExtraBucketCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) DetachWorkspaceExtraBucketRequest ¶
func (c *BIO) DetachWorkspaceExtraBucketRequest(input *DetachWorkspaceExtraBucketInput) (req *request.Request, output *DetachWorkspaceExtraBucketOutput)
DetachWorkspaceExtraBucketRequest generates a "volcengine/request.Request" representing the client's request for the DetachWorkspaceExtraBucket operation. The "output" return value will be populated with the DetachWorkspaceExtraBucketCommon request's response once the request completes successfully.
Use "Send" method on the returned DetachWorkspaceExtraBucketCommon Request to send the API call to the service. the "output" return value is not valid until after DetachWorkspaceExtraBucketCommon Send returns without error.
See DetachWorkspaceExtraBucket for more information on using the DetachWorkspaceExtraBucket API call, and error handling.
// Example sending a request using the DetachWorkspaceExtraBucketRequest method.
req, resp := client.DetachWorkspaceExtraBucketRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) DetachWorkspaceExtraBucketWithContext ¶
func (c *BIO) DetachWorkspaceExtraBucketWithContext(ctx volcengine.Context, input *DetachWorkspaceExtraBucketInput, opts ...request.Option) (*DetachWorkspaceExtraBucketOutput, error)
DetachWorkspaceExtraBucketWithContext is the same as DetachWorkspaceExtraBucket with the addition of the ability to pass a context and additional request options.
See DetachWorkspaceExtraBucket for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ExportWorkspace ¶
func (c *BIO) ExportWorkspace(input *ExportWorkspaceInput) (*ExportWorkspaceOutput, error)
ExportWorkspace API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ExportWorkspace for usage and error information.
func (*BIO) ExportWorkspaceCommon ¶
ExportWorkspaceCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ExportWorkspaceCommon for usage and error information.
func (*BIO) ExportWorkspaceCommonRequest ¶
func (c *BIO) ExportWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ExportWorkspaceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ExportWorkspaceCommon operation. The "output" return value will be populated with the ExportWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned ExportWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after ExportWorkspaceCommon Send returns without error.
See ExportWorkspaceCommon for more information on using the ExportWorkspaceCommon API call, and error handling.
// Example sending a request using the ExportWorkspaceCommonRequest method.
req, resp := client.ExportWorkspaceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ExportWorkspaceCommonWithContext ¶
func (c *BIO) ExportWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ExportWorkspaceCommonWithContext is the same as ExportWorkspaceCommon with the addition of the ability to pass a context and additional request options.
See ExportWorkspaceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ExportWorkspaceRequest ¶
func (c *BIO) ExportWorkspaceRequest(input *ExportWorkspaceInput) (req *request.Request, output *ExportWorkspaceOutput)
ExportWorkspaceRequest generates a "volcengine/request.Request" representing the client's request for the ExportWorkspace operation. The "output" return value will be populated with the ExportWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned ExportWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after ExportWorkspaceCommon Send returns without error.
See ExportWorkspace for more information on using the ExportWorkspace API call, and error handling.
// Example sending a request using the ExportWorkspaceRequest method.
req, resp := client.ExportWorkspaceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ExportWorkspaceWithContext ¶
func (c *BIO) ExportWorkspaceWithContext(ctx volcengine.Context, input *ExportWorkspaceInput, opts ...request.Option) (*ExportWorkspaceOutput, error)
ExportWorkspaceWithContext is the same as ExportWorkspace with the addition of the ability to pass a context and additional request options.
See ExportWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetAPIAccessKey ¶
func (c *BIO) GetAPIAccessKey(input *GetAPIAccessKeyInput) (*GetAPIAccessKeyOutput, error)
GetAPIAccessKey API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetAPIAccessKey for usage and error information.
func (*BIO) GetAPIAccessKeyCommon ¶
GetAPIAccessKeyCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetAPIAccessKeyCommon for usage and error information.
func (*BIO) GetAPIAccessKeyCommonRequest ¶
func (c *BIO) GetAPIAccessKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetAPIAccessKeyCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetAPIAccessKeyCommon operation. The "output" return value will be populated with the GetAPIAccessKeyCommon request's response once the request completes successfully.
Use "Send" method on the returned GetAPIAccessKeyCommon Request to send the API call to the service. the "output" return value is not valid until after GetAPIAccessKeyCommon Send returns without error.
See GetAPIAccessKeyCommon for more information on using the GetAPIAccessKeyCommon API call, and error handling.
// Example sending a request using the GetAPIAccessKeyCommonRequest method.
req, resp := client.GetAPIAccessKeyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetAPIAccessKeyCommonWithContext ¶
func (c *BIO) GetAPIAccessKeyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetAPIAccessKeyCommonWithContext is the same as GetAPIAccessKeyCommon with the addition of the ability to pass a context and additional request options.
See GetAPIAccessKeyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetAPIAccessKeyRequest ¶
func (c *BIO) GetAPIAccessKeyRequest(input *GetAPIAccessKeyInput) (req *request.Request, output *GetAPIAccessKeyOutput)
GetAPIAccessKeyRequest generates a "volcengine/request.Request" representing the client's request for the GetAPIAccessKey operation. The "output" return value will be populated with the GetAPIAccessKeyCommon request's response once the request completes successfully.
Use "Send" method on the returned GetAPIAccessKeyCommon Request to send the API call to the service. the "output" return value is not valid until after GetAPIAccessKeyCommon Send returns without error.
See GetAPIAccessKey for more information on using the GetAPIAccessKey API call, and error handling.
// Example sending a request using the GetAPIAccessKeyRequest method.
req, resp := client.GetAPIAccessKeyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetAPIAccessKeyWithContext ¶
func (c *BIO) GetAPIAccessKeyWithContext(ctx volcengine.Context, input *GetAPIAccessKeyInput, opts ...request.Option) (*GetAPIAccessKeyOutput, error)
GetAPIAccessKeyWithContext is the same as GetAPIAccessKey with the addition of the ability to pass a context and additional request options.
See GetAPIAccessKey for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetExportWorkspacePreSignedURL ¶
func (c *BIO) GetExportWorkspacePreSignedURL(input *GetExportWorkspacePreSignedURLInput) (*GetExportWorkspacePreSignedURLOutput, error)
GetExportWorkspacePreSignedURL API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetExportWorkspacePreSignedURL for usage and error information.
func (*BIO) GetExportWorkspacePreSignedURLCommon ¶
func (c *BIO) GetExportWorkspacePreSignedURLCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetExportWorkspacePreSignedURLCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetExportWorkspacePreSignedURLCommon for usage and error information.
func (*BIO) GetExportWorkspacePreSignedURLCommonRequest ¶
func (c *BIO) GetExportWorkspacePreSignedURLCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetExportWorkspacePreSignedURLCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetExportWorkspacePreSignedURLCommon operation. The "output" return value will be populated with the GetExportWorkspacePreSignedURLCommon request's response once the request completes successfully.
Use "Send" method on the returned GetExportWorkspacePreSignedURLCommon Request to send the API call to the service. the "output" return value is not valid until after GetExportWorkspacePreSignedURLCommon Send returns without error.
See GetExportWorkspacePreSignedURLCommon for more information on using the GetExportWorkspacePreSignedURLCommon API call, and error handling.
// Example sending a request using the GetExportWorkspacePreSignedURLCommonRequest method.
req, resp := client.GetExportWorkspacePreSignedURLCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetExportWorkspacePreSignedURLCommonWithContext ¶
func (c *BIO) GetExportWorkspacePreSignedURLCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetExportWorkspacePreSignedURLCommonWithContext is the same as GetExportWorkspacePreSignedURLCommon with the addition of the ability to pass a context and additional request options.
See GetExportWorkspacePreSignedURLCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetExportWorkspacePreSignedURLRequest ¶
func (c *BIO) GetExportWorkspacePreSignedURLRequest(input *GetExportWorkspacePreSignedURLInput) (req *request.Request, output *GetExportWorkspacePreSignedURLOutput)
GetExportWorkspacePreSignedURLRequest generates a "volcengine/request.Request" representing the client's request for the GetExportWorkspacePreSignedURL operation. The "output" return value will be populated with the GetExportWorkspacePreSignedURLCommon request's response once the request completes successfully.
Use "Send" method on the returned GetExportWorkspacePreSignedURLCommon Request to send the API call to the service. the "output" return value is not valid until after GetExportWorkspacePreSignedURLCommon Send returns without error.
See GetExportWorkspacePreSignedURL for more information on using the GetExportWorkspacePreSignedURL API call, and error handling.
// Example sending a request using the GetExportWorkspacePreSignedURLRequest method.
req, resp := client.GetExportWorkspacePreSignedURLRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetExportWorkspacePreSignedURLWithContext ¶
func (c *BIO) GetExportWorkspacePreSignedURLWithContext(ctx volcengine.Context, input *GetExportWorkspacePreSignedURLInput, opts ...request.Option) (*GetExportWorkspacePreSignedURLOutput, error)
GetExportWorkspacePreSignedURLWithContext is the same as GetExportWorkspacePreSignedURL with the addition of the ability to pass a context and additional request options.
See GetExportWorkspacePreSignedURL for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetImportWorkspacePreSignedURL ¶
func (c *BIO) GetImportWorkspacePreSignedURL(input *GetImportWorkspacePreSignedURLInput) (*GetImportWorkspacePreSignedURLOutput, error)
GetImportWorkspacePreSignedURL API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetImportWorkspacePreSignedURL for usage and error information.
func (*BIO) GetImportWorkspacePreSignedURLCommon ¶
func (c *BIO) GetImportWorkspacePreSignedURLCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetImportWorkspacePreSignedURLCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetImportWorkspacePreSignedURLCommon for usage and error information.
func (*BIO) GetImportWorkspacePreSignedURLCommonRequest ¶
func (c *BIO) GetImportWorkspacePreSignedURLCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetImportWorkspacePreSignedURLCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetImportWorkspacePreSignedURLCommon operation. The "output" return value will be populated with the GetImportWorkspacePreSignedURLCommon request's response once the request completes successfully.
Use "Send" method on the returned GetImportWorkspacePreSignedURLCommon Request to send the API call to the service. the "output" return value is not valid until after GetImportWorkspacePreSignedURLCommon Send returns without error.
See GetImportWorkspacePreSignedURLCommon for more information on using the GetImportWorkspacePreSignedURLCommon API call, and error handling.
// Example sending a request using the GetImportWorkspacePreSignedURLCommonRequest method.
req, resp := client.GetImportWorkspacePreSignedURLCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetImportWorkspacePreSignedURLCommonWithContext ¶
func (c *BIO) GetImportWorkspacePreSignedURLCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetImportWorkspacePreSignedURLCommonWithContext is the same as GetImportWorkspacePreSignedURLCommon with the addition of the ability to pass a context and additional request options.
See GetImportWorkspacePreSignedURLCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetImportWorkspacePreSignedURLRequest ¶
func (c *BIO) GetImportWorkspacePreSignedURLRequest(input *GetImportWorkspacePreSignedURLInput) (req *request.Request, output *GetImportWorkspacePreSignedURLOutput)
GetImportWorkspacePreSignedURLRequest generates a "volcengine/request.Request" representing the client's request for the GetImportWorkspacePreSignedURL operation. The "output" return value will be populated with the GetImportWorkspacePreSignedURLCommon request's response once the request completes successfully.
Use "Send" method on the returned GetImportWorkspacePreSignedURLCommon Request to send the API call to the service. the "output" return value is not valid until after GetImportWorkspacePreSignedURLCommon Send returns without error.
See GetImportWorkspacePreSignedURL for more information on using the GetImportWorkspacePreSignedURL API call, and error handling.
// Example sending a request using the GetImportWorkspacePreSignedURLRequest method.
req, resp := client.GetImportWorkspacePreSignedURLRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetImportWorkspacePreSignedURLWithContext ¶
func (c *BIO) GetImportWorkspacePreSignedURLWithContext(ctx volcengine.Context, input *GetImportWorkspacePreSignedURLInput, opts ...request.Option) (*GetImportWorkspacePreSignedURLOutput, error)
GetImportWorkspacePreSignedURLWithContext is the same as GetImportWorkspacePreSignedURL with the addition of the ability to pass a context and additional request options.
See GetImportWorkspacePreSignedURL for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetNotebookEditInfo ¶
func (c *BIO) GetNotebookEditInfo(input *GetNotebookEditInfoInput) (*GetNotebookEditInfoOutput, error)
GetNotebookEditInfo API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetNotebookEditInfo for usage and error information.
func (*BIO) GetNotebookEditInfoCommon ¶
func (c *BIO) GetNotebookEditInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetNotebookEditInfoCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetNotebookEditInfoCommon for usage and error information.
func (*BIO) GetNotebookEditInfoCommonRequest ¶
func (c *BIO) GetNotebookEditInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetNotebookEditInfoCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetNotebookEditInfoCommon operation. The "output" return value will be populated with the GetNotebookEditInfoCommon request's response once the request completes successfully.
Use "Send" method on the returned GetNotebookEditInfoCommon Request to send the API call to the service. the "output" return value is not valid until after GetNotebookEditInfoCommon Send returns without error.
See GetNotebookEditInfoCommon for more information on using the GetNotebookEditInfoCommon API call, and error handling.
// Example sending a request using the GetNotebookEditInfoCommonRequest method.
req, resp := client.GetNotebookEditInfoCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetNotebookEditInfoCommonWithContext ¶
func (c *BIO) GetNotebookEditInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetNotebookEditInfoCommonWithContext is the same as GetNotebookEditInfoCommon with the addition of the ability to pass a context and additional request options.
See GetNotebookEditInfoCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetNotebookEditInfoRequest ¶
func (c *BIO) GetNotebookEditInfoRequest(input *GetNotebookEditInfoInput) (req *request.Request, output *GetNotebookEditInfoOutput)
GetNotebookEditInfoRequest generates a "volcengine/request.Request" representing the client's request for the GetNotebookEditInfo operation. The "output" return value will be populated with the GetNotebookEditInfoCommon request's response once the request completes successfully.
Use "Send" method on the returned GetNotebookEditInfoCommon Request to send the API call to the service. the "output" return value is not valid until after GetNotebookEditInfoCommon Send returns without error.
See GetNotebookEditInfo for more information on using the GetNotebookEditInfo API call, and error handling.
// Example sending a request using the GetNotebookEditInfoRequest method.
req, resp := client.GetNotebookEditInfoRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetNotebookEditInfoWithContext ¶
func (c *BIO) GetNotebookEditInfoWithContext(ctx volcengine.Context, input *GetNotebookEditInfoInput, opts ...request.Option) (*GetNotebookEditInfoOutput, error)
GetNotebookEditInfoWithContext is the same as GetNotebookEditInfo with the addition of the ability to pass a context and additional request options.
See GetNotebookEditInfo for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetNotebookRunStatus ¶
func (c *BIO) GetNotebookRunStatus(input *GetNotebookRunStatusInput) (*GetNotebookRunStatusOutput, error)
GetNotebookRunStatus API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetNotebookRunStatus for usage and error information.
func (*BIO) GetNotebookRunStatusCommon ¶
func (c *BIO) GetNotebookRunStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetNotebookRunStatusCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetNotebookRunStatusCommon for usage and error information.
func (*BIO) GetNotebookRunStatusCommonRequest ¶
func (c *BIO) GetNotebookRunStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetNotebookRunStatusCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetNotebookRunStatusCommon operation. The "output" return value will be populated with the GetNotebookRunStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned GetNotebookRunStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetNotebookRunStatusCommon Send returns without error.
See GetNotebookRunStatusCommon for more information on using the GetNotebookRunStatusCommon API call, and error handling.
// Example sending a request using the GetNotebookRunStatusCommonRequest method.
req, resp := client.GetNotebookRunStatusCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetNotebookRunStatusCommonWithContext ¶
func (c *BIO) GetNotebookRunStatusCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetNotebookRunStatusCommonWithContext is the same as GetNotebookRunStatusCommon with the addition of the ability to pass a context and additional request options.
See GetNotebookRunStatusCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetNotebookRunStatusRequest ¶
func (c *BIO) GetNotebookRunStatusRequest(input *GetNotebookRunStatusInput) (req *request.Request, output *GetNotebookRunStatusOutput)
GetNotebookRunStatusRequest generates a "volcengine/request.Request" representing the client's request for the GetNotebookRunStatus operation. The "output" return value will be populated with the GetNotebookRunStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned GetNotebookRunStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetNotebookRunStatusCommon Send returns without error.
See GetNotebookRunStatus for more information on using the GetNotebookRunStatus API call, and error handling.
// Example sending a request using the GetNotebookRunStatusRequest method.
req, resp := client.GetNotebookRunStatusRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetNotebookRunStatusWithContext ¶
func (c *BIO) GetNotebookRunStatusWithContext(ctx volcengine.Context, input *GetNotebookRunStatusInput, opts ...request.Option) (*GetNotebookRunStatusOutput, error)
GetNotebookRunStatusWithContext is the same as GetNotebookRunStatus with the addition of the ability to pass a context and additional request options.
See GetNotebookRunStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetNotebookServerSettings ¶
func (c *BIO) GetNotebookServerSettings(input *GetNotebookServerSettingsInput) (*GetNotebookServerSettingsOutput, error)
GetNotebookServerSettings API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetNotebookServerSettings for usage and error information.
func (*BIO) GetNotebookServerSettingsCommon ¶
func (c *BIO) GetNotebookServerSettingsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetNotebookServerSettingsCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetNotebookServerSettingsCommon for usage and error information.
func (*BIO) GetNotebookServerSettingsCommonRequest ¶
func (c *BIO) GetNotebookServerSettingsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetNotebookServerSettingsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetNotebookServerSettingsCommon operation. The "output" return value will be populated with the GetNotebookServerSettingsCommon request's response once the request completes successfully.
Use "Send" method on the returned GetNotebookServerSettingsCommon Request to send the API call to the service. the "output" return value is not valid until after GetNotebookServerSettingsCommon Send returns without error.
See GetNotebookServerSettingsCommon for more information on using the GetNotebookServerSettingsCommon API call, and error handling.
// Example sending a request using the GetNotebookServerSettingsCommonRequest method.
req, resp := client.GetNotebookServerSettingsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetNotebookServerSettingsCommonWithContext ¶
func (c *BIO) GetNotebookServerSettingsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetNotebookServerSettingsCommonWithContext is the same as GetNotebookServerSettingsCommon with the addition of the ability to pass a context and additional request options.
See GetNotebookServerSettingsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetNotebookServerSettingsRequest ¶
func (c *BIO) GetNotebookServerSettingsRequest(input *GetNotebookServerSettingsInput) (req *request.Request, output *GetNotebookServerSettingsOutput)
GetNotebookServerSettingsRequest generates a "volcengine/request.Request" representing the client's request for the GetNotebookServerSettings operation. The "output" return value will be populated with the GetNotebookServerSettingsCommon request's response once the request completes successfully.
Use "Send" method on the returned GetNotebookServerSettingsCommon Request to send the API call to the service. the "output" return value is not valid until after GetNotebookServerSettingsCommon Send returns without error.
See GetNotebookServerSettings for more information on using the GetNotebookServerSettings API call, and error handling.
// Example sending a request using the GetNotebookServerSettingsRequest method.
req, resp := client.GetNotebookServerSettingsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetNotebookServerSettingsWithContext ¶
func (c *BIO) GetNotebookServerSettingsWithContext(ctx volcengine.Context, input *GetNotebookServerSettingsInput, opts ...request.Option) (*GetNotebookServerSettingsOutput, error)
GetNotebookServerSettingsWithContext is the same as GetNotebookServerSettings with the addition of the ability to pass a context and additional request options.
See GetNotebookServerSettings for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetNotebookServerStat ¶
func (c *BIO) GetNotebookServerStat(input *GetNotebookServerStatInput) (*GetNotebookServerStatOutput, error)
GetNotebookServerStat API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetNotebookServerStat for usage and error information.
func (*BIO) GetNotebookServerStatCommon ¶
func (c *BIO) GetNotebookServerStatCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetNotebookServerStatCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetNotebookServerStatCommon for usage and error information.
func (*BIO) GetNotebookServerStatCommonRequest ¶
func (c *BIO) GetNotebookServerStatCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetNotebookServerStatCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetNotebookServerStatCommon operation. The "output" return value will be populated with the GetNotebookServerStatCommon request's response once the request completes successfully.
Use "Send" method on the returned GetNotebookServerStatCommon Request to send the API call to the service. the "output" return value is not valid until after GetNotebookServerStatCommon Send returns without error.
See GetNotebookServerStatCommon for more information on using the GetNotebookServerStatCommon API call, and error handling.
// Example sending a request using the GetNotebookServerStatCommonRequest method.
req, resp := client.GetNotebookServerStatCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetNotebookServerStatCommonWithContext ¶
func (c *BIO) GetNotebookServerStatCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetNotebookServerStatCommonWithContext is the same as GetNotebookServerStatCommon with the addition of the ability to pass a context and additional request options.
See GetNotebookServerStatCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetNotebookServerStatRequest ¶
func (c *BIO) GetNotebookServerStatRequest(input *GetNotebookServerStatInput) (req *request.Request, output *GetNotebookServerStatOutput)
GetNotebookServerStatRequest generates a "volcengine/request.Request" representing the client's request for the GetNotebookServerStat operation. The "output" return value will be populated with the GetNotebookServerStatCommon request's response once the request completes successfully.
Use "Send" method on the returned GetNotebookServerStatCommon Request to send the API call to the service. the "output" return value is not valid until after GetNotebookServerStatCommon Send returns without error.
See GetNotebookServerStat for more information on using the GetNotebookServerStat API call, and error handling.
// Example sending a request using the GetNotebookServerStatRequest method.
req, resp := client.GetNotebookServerStatRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetNotebookServerStatWithContext ¶
func (c *BIO) GetNotebookServerStatWithContext(ctx volcengine.Context, input *GetNotebookServerStatInput, opts ...request.Option) (*GetNotebookServerStatOutput, error)
GetNotebookServerStatWithContext is the same as GetNotebookServerStat with the addition of the ability to pass a context and additional request options.
See GetNotebookServerStat for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetTRSWorkflowInfo ¶
func (c *BIO) GetTRSWorkflowInfo(input *GetTRSWorkflowInfoInput) (*GetTRSWorkflowInfoOutput, error)
GetTRSWorkflowInfo API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetTRSWorkflowInfo for usage and error information.
func (*BIO) GetTRSWorkflowInfoCommon ¶
func (c *BIO) GetTRSWorkflowInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetTRSWorkflowInfoCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation GetTRSWorkflowInfoCommon for usage and error information.
func (*BIO) GetTRSWorkflowInfoCommonRequest ¶
func (c *BIO) GetTRSWorkflowInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetTRSWorkflowInfoCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetTRSWorkflowInfoCommon operation. The "output" return value will be populated with the GetTRSWorkflowInfoCommon request's response once the request completes successfully.
Use "Send" method on the returned GetTRSWorkflowInfoCommon Request to send the API call to the service. the "output" return value is not valid until after GetTRSWorkflowInfoCommon Send returns without error.
See GetTRSWorkflowInfoCommon for more information on using the GetTRSWorkflowInfoCommon API call, and error handling.
// Example sending a request using the GetTRSWorkflowInfoCommonRequest method.
req, resp := client.GetTRSWorkflowInfoCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetTRSWorkflowInfoCommonWithContext ¶
func (c *BIO) GetTRSWorkflowInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetTRSWorkflowInfoCommonWithContext is the same as GetTRSWorkflowInfoCommon with the addition of the ability to pass a context and additional request options.
See GetTRSWorkflowInfoCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) GetTRSWorkflowInfoRequest ¶
func (c *BIO) GetTRSWorkflowInfoRequest(input *GetTRSWorkflowInfoInput) (req *request.Request, output *GetTRSWorkflowInfoOutput)
GetTRSWorkflowInfoRequest generates a "volcengine/request.Request" representing the client's request for the GetTRSWorkflowInfo operation. The "output" return value will be populated with the GetTRSWorkflowInfoCommon request's response once the request completes successfully.
Use "Send" method on the returned GetTRSWorkflowInfoCommon Request to send the API call to the service. the "output" return value is not valid until after GetTRSWorkflowInfoCommon Send returns without error.
See GetTRSWorkflowInfo for more information on using the GetTRSWorkflowInfo API call, and error handling.
// Example sending a request using the GetTRSWorkflowInfoRequest method.
req, resp := client.GetTRSWorkflowInfoRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) GetTRSWorkflowInfoWithContext ¶
func (c *BIO) GetTRSWorkflowInfoWithContext(ctx volcengine.Context, input *GetTRSWorkflowInfoInput, opts ...request.Option) (*GetTRSWorkflowInfoOutput, error)
GetTRSWorkflowInfoWithContext is the same as GetTRSWorkflowInfo with the addition of the ability to pass a context and additional request options.
See GetTRSWorkflowInfo for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ImportWorkspace ¶
func (c *BIO) ImportWorkspace(input *ImportWorkspaceInput) (*ImportWorkspaceOutput, error)
ImportWorkspace API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ImportWorkspace for usage and error information.
func (*BIO) ImportWorkspaceCommon ¶
ImportWorkspaceCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ImportWorkspaceCommon for usage and error information.
func (*BIO) ImportWorkspaceCommonRequest ¶
func (c *BIO) ImportWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ImportWorkspaceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ImportWorkspaceCommon operation. The "output" return value will be populated with the ImportWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned ImportWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after ImportWorkspaceCommon Send returns without error.
See ImportWorkspaceCommon for more information on using the ImportWorkspaceCommon API call, and error handling.
// Example sending a request using the ImportWorkspaceCommonRequest method.
req, resp := client.ImportWorkspaceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ImportWorkspaceCommonWithContext ¶
func (c *BIO) ImportWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ImportWorkspaceCommonWithContext is the same as ImportWorkspaceCommon with the addition of the ability to pass a context and additional request options.
See ImportWorkspaceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ImportWorkspaceRequest ¶
func (c *BIO) ImportWorkspaceRequest(input *ImportWorkspaceInput) (req *request.Request, output *ImportWorkspaceOutput)
ImportWorkspaceRequest generates a "volcengine/request.Request" representing the client's request for the ImportWorkspace operation. The "output" return value will be populated with the ImportWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned ImportWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after ImportWorkspaceCommon Send returns without error.
See ImportWorkspace for more information on using the ImportWorkspace API call, and error handling.
// Example sending a request using the ImportWorkspaceRequest method.
req, resp := client.ImportWorkspaceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ImportWorkspaceWithContext ¶
func (c *BIO) ImportWorkspaceWithContext(ctx volcengine.Context, input *ImportWorkspaceInput, opts ...request.Option) (*ImportWorkspaceOutput, error)
ImportWorkspaceWithContext is the same as ImportWorkspace with the addition of the ability to pass a context and additional request options.
See ImportWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListAllDataModelRowIDs ¶
func (c *BIO) ListAllDataModelRowIDs(input *ListAllDataModelRowIDsInput) (*ListAllDataModelRowIDsOutput, error)
ListAllDataModelRowIDs API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListAllDataModelRowIDs for usage and error information.
func (*BIO) ListAllDataModelRowIDsCommon ¶
func (c *BIO) ListAllDataModelRowIDsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListAllDataModelRowIDsCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListAllDataModelRowIDsCommon for usage and error information.
func (*BIO) ListAllDataModelRowIDsCommonRequest ¶
func (c *BIO) ListAllDataModelRowIDsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListAllDataModelRowIDsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAllDataModelRowIDsCommon operation. The "output" return value will be populated with the ListAllDataModelRowIDsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAllDataModelRowIDsCommon Request to send the API call to the service. the "output" return value is not valid until after ListAllDataModelRowIDsCommon Send returns without error.
See ListAllDataModelRowIDsCommon for more information on using the ListAllDataModelRowIDsCommon API call, and error handling.
// Example sending a request using the ListAllDataModelRowIDsCommonRequest method.
req, resp := client.ListAllDataModelRowIDsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListAllDataModelRowIDsCommonWithContext ¶
func (c *BIO) ListAllDataModelRowIDsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListAllDataModelRowIDsCommonWithContext is the same as ListAllDataModelRowIDsCommon with the addition of the ability to pass a context and additional request options.
See ListAllDataModelRowIDsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListAllDataModelRowIDsRequest ¶
func (c *BIO) ListAllDataModelRowIDsRequest(input *ListAllDataModelRowIDsInput) (req *request.Request, output *ListAllDataModelRowIDsOutput)
ListAllDataModelRowIDsRequest generates a "volcengine/request.Request" representing the client's request for the ListAllDataModelRowIDs operation. The "output" return value will be populated with the ListAllDataModelRowIDsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAllDataModelRowIDsCommon Request to send the API call to the service. the "output" return value is not valid until after ListAllDataModelRowIDsCommon Send returns without error.
See ListAllDataModelRowIDs for more information on using the ListAllDataModelRowIDs API call, and error handling.
// Example sending a request using the ListAllDataModelRowIDsRequest method.
req, resp := client.ListAllDataModelRowIDsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListAllDataModelRowIDsWithContext ¶
func (c *BIO) ListAllDataModelRowIDsWithContext(ctx volcengine.Context, input *ListAllDataModelRowIDsInput, opts ...request.Option) (*ListAllDataModelRowIDsOutput, error)
ListAllDataModelRowIDsWithContext is the same as ListAllDataModelRowIDs with the addition of the ability to pass a context and additional request options.
See ListAllDataModelRowIDs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListClusters ¶
func (c *BIO) ListClusters(input *ListClustersInput) (*ListClustersOutput, error)
ListClusters API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListClusters for usage and error information.
func (*BIO) ListClustersCommon ¶
ListClustersCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListClustersCommon for usage and error information.
func (*BIO) ListClustersCommonRequest ¶
func (c *BIO) ListClustersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListClustersCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClustersCommon operation. The "output" return value will be populated with the ListClustersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClustersCommon Request to send the API call to the service. the "output" return value is not valid until after ListClustersCommon Send returns without error.
See ListClustersCommon for more information on using the ListClustersCommon API call, and error handling.
// Example sending a request using the ListClustersCommonRequest method.
req, resp := client.ListClustersCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListClustersCommonWithContext ¶
func (c *BIO) ListClustersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListClustersCommonWithContext is the same as ListClustersCommon with the addition of the ability to pass a context and additional request options.
See ListClustersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListClustersOfWorkspace ¶
func (c *BIO) ListClustersOfWorkspace(input *ListClustersOfWorkspaceInput) (*ListClustersOfWorkspaceOutput, error)
ListClustersOfWorkspace API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListClustersOfWorkspace for usage and error information.
func (*BIO) ListClustersOfWorkspaceCommon ¶
func (c *BIO) ListClustersOfWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListClustersOfWorkspaceCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListClustersOfWorkspaceCommon for usage and error information.
func (*BIO) ListClustersOfWorkspaceCommonRequest ¶
func (c *BIO) ListClustersOfWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListClustersOfWorkspaceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClustersOfWorkspaceCommon operation. The "output" return value will be populated with the ListClustersOfWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClustersOfWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after ListClustersOfWorkspaceCommon Send returns without error.
See ListClustersOfWorkspaceCommon for more information on using the ListClustersOfWorkspaceCommon API call, and error handling.
// Example sending a request using the ListClustersOfWorkspaceCommonRequest method.
req, resp := client.ListClustersOfWorkspaceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListClustersOfWorkspaceCommonWithContext ¶
func (c *BIO) ListClustersOfWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListClustersOfWorkspaceCommonWithContext is the same as ListClustersOfWorkspaceCommon with the addition of the ability to pass a context and additional request options.
See ListClustersOfWorkspaceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListClustersOfWorkspaceRequest ¶
func (c *BIO) ListClustersOfWorkspaceRequest(input *ListClustersOfWorkspaceInput) (req *request.Request, output *ListClustersOfWorkspaceOutput)
ListClustersOfWorkspaceRequest generates a "volcengine/request.Request" representing the client's request for the ListClustersOfWorkspace operation. The "output" return value will be populated with the ListClustersOfWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClustersOfWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after ListClustersOfWorkspaceCommon Send returns without error.
See ListClustersOfWorkspace for more information on using the ListClustersOfWorkspace API call, and error handling.
// Example sending a request using the ListClustersOfWorkspaceRequest method.
req, resp := client.ListClustersOfWorkspaceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListClustersOfWorkspaceWithContext ¶
func (c *BIO) ListClustersOfWorkspaceWithContext(ctx volcengine.Context, input *ListClustersOfWorkspaceInput, opts ...request.Option) (*ListClustersOfWorkspaceOutput, error)
ListClustersOfWorkspaceWithContext is the same as ListClustersOfWorkspace with the addition of the ability to pass a context and additional request options.
See ListClustersOfWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListClustersRequest ¶
func (c *BIO) ListClustersRequest(input *ListClustersInput) (req *request.Request, output *ListClustersOutput)
ListClustersRequest generates a "volcengine/request.Request" representing the client's request for the ListClusters operation. The "output" return value will be populated with the ListClustersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClustersCommon Request to send the API call to the service. the "output" return value is not valid until after ListClustersCommon Send returns without error.
See ListClusters for more information on using the ListClusters API call, and error handling.
// Example sending a request using the ListClustersRequest method.
req, resp := client.ListClustersRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListClustersWithContext ¶
func (c *BIO) ListClustersWithContext(ctx volcengine.Context, input *ListClustersInput, opts ...request.Option) (*ListClustersOutput, error)
ListClustersWithContext is the same as ListClusters with the addition of the ability to pass a context and additional request options.
See ListClusters for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListDataModelRows ¶
func (c *BIO) ListDataModelRows(input *ListDataModelRowsInput) (*ListDataModelRowsOutput, error)
ListDataModelRows API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListDataModelRows for usage and error information.
func (*BIO) ListDataModelRowsCommon ¶
func (c *BIO) ListDataModelRowsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListDataModelRowsCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListDataModelRowsCommon for usage and error information.
func (*BIO) ListDataModelRowsCommonRequest ¶
func (c *BIO) ListDataModelRowsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListDataModelRowsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListDataModelRowsCommon operation. The "output" return value will be populated with the ListDataModelRowsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListDataModelRowsCommon Request to send the API call to the service. the "output" return value is not valid until after ListDataModelRowsCommon Send returns without error.
See ListDataModelRowsCommon for more information on using the ListDataModelRowsCommon API call, and error handling.
// Example sending a request using the ListDataModelRowsCommonRequest method.
req, resp := client.ListDataModelRowsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListDataModelRowsCommonWithContext ¶
func (c *BIO) ListDataModelRowsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListDataModelRowsCommonWithContext is the same as ListDataModelRowsCommon with the addition of the ability to pass a context and additional request options.
See ListDataModelRowsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListDataModelRowsRequest ¶
func (c *BIO) ListDataModelRowsRequest(input *ListDataModelRowsInput) (req *request.Request, output *ListDataModelRowsOutput)
ListDataModelRowsRequest generates a "volcengine/request.Request" representing the client's request for the ListDataModelRows operation. The "output" return value will be populated with the ListDataModelRowsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListDataModelRowsCommon Request to send the API call to the service. the "output" return value is not valid until after ListDataModelRowsCommon Send returns without error.
See ListDataModelRows for more information on using the ListDataModelRows API call, and error handling.
// Example sending a request using the ListDataModelRowsRequest method.
req, resp := client.ListDataModelRowsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListDataModelRowsWithContext ¶
func (c *BIO) ListDataModelRowsWithContext(ctx volcengine.Context, input *ListDataModelRowsInput, opts ...request.Option) (*ListDataModelRowsOutput, error)
ListDataModelRowsWithContext is the same as ListDataModelRows with the addition of the ability to pass a context and additional request options.
See ListDataModelRows for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListDataModels ¶
func (c *BIO) ListDataModels(input *ListDataModelsInput) (*ListDataModelsOutput, error)
ListDataModels API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListDataModels for usage and error information.
func (*BIO) ListDataModelsCommon ¶
ListDataModelsCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListDataModelsCommon for usage and error information.
func (*BIO) ListDataModelsCommonRequest ¶
func (c *BIO) ListDataModelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListDataModelsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListDataModelsCommon operation. The "output" return value will be populated with the ListDataModelsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListDataModelsCommon Request to send the API call to the service. the "output" return value is not valid until after ListDataModelsCommon Send returns without error.
See ListDataModelsCommon for more information on using the ListDataModelsCommon API call, and error handling.
// Example sending a request using the ListDataModelsCommonRequest method.
req, resp := client.ListDataModelsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListDataModelsCommonWithContext ¶
func (c *BIO) ListDataModelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListDataModelsCommonWithContext is the same as ListDataModelsCommon with the addition of the ability to pass a context and additional request options.
See ListDataModelsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListDataModelsRequest ¶
func (c *BIO) ListDataModelsRequest(input *ListDataModelsInput) (req *request.Request, output *ListDataModelsOutput)
ListDataModelsRequest generates a "volcengine/request.Request" representing the client's request for the ListDataModels operation. The "output" return value will be populated with the ListDataModelsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListDataModelsCommon Request to send the API call to the service. the "output" return value is not valid until after ListDataModelsCommon Send returns without error.
See ListDataModels for more information on using the ListDataModels API call, and error handling.
// Example sending a request using the ListDataModelsRequest method.
req, resp := client.ListDataModelsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListDataModelsWithContext ¶
func (c *BIO) ListDataModelsWithContext(ctx volcengine.Context, input *ListDataModelsInput, opts ...request.Option) (*ListDataModelsOutput, error)
ListDataModelsWithContext is the same as ListDataModels with the addition of the ability to pass a context and additional request options.
See ListDataModels for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListNotebookServerResourceOpts ¶
func (c *BIO) ListNotebookServerResourceOpts(input *ListNotebookServerResourceOptsInput) (*ListNotebookServerResourceOptsOutput, error)
ListNotebookServerResourceOpts API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListNotebookServerResourceOpts for usage and error information.
func (*BIO) ListNotebookServerResourceOptsCommon ¶
func (c *BIO) ListNotebookServerResourceOptsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListNotebookServerResourceOptsCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListNotebookServerResourceOptsCommon for usage and error information.
func (*BIO) ListNotebookServerResourceOptsCommonRequest ¶
func (c *BIO) ListNotebookServerResourceOptsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListNotebookServerResourceOptsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListNotebookServerResourceOptsCommon operation. The "output" return value will be populated with the ListNotebookServerResourceOptsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListNotebookServerResourceOptsCommon Request to send the API call to the service. the "output" return value is not valid until after ListNotebookServerResourceOptsCommon Send returns without error.
See ListNotebookServerResourceOptsCommon for more information on using the ListNotebookServerResourceOptsCommon API call, and error handling.
// Example sending a request using the ListNotebookServerResourceOptsCommonRequest method.
req, resp := client.ListNotebookServerResourceOptsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListNotebookServerResourceOptsCommonWithContext ¶
func (c *BIO) ListNotebookServerResourceOptsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListNotebookServerResourceOptsCommonWithContext is the same as ListNotebookServerResourceOptsCommon with the addition of the ability to pass a context and additional request options.
See ListNotebookServerResourceOptsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListNotebookServerResourceOptsRequest ¶
func (c *BIO) ListNotebookServerResourceOptsRequest(input *ListNotebookServerResourceOptsInput) (req *request.Request, output *ListNotebookServerResourceOptsOutput)
ListNotebookServerResourceOptsRequest generates a "volcengine/request.Request" representing the client's request for the ListNotebookServerResourceOpts operation. The "output" return value will be populated with the ListNotebookServerResourceOptsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListNotebookServerResourceOptsCommon Request to send the API call to the service. the "output" return value is not valid until after ListNotebookServerResourceOptsCommon Send returns without error.
See ListNotebookServerResourceOpts for more information on using the ListNotebookServerResourceOpts API call, and error handling.
// Example sending a request using the ListNotebookServerResourceOptsRequest method.
req, resp := client.ListNotebookServerResourceOptsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListNotebookServerResourceOptsWithContext ¶
func (c *BIO) ListNotebookServerResourceOptsWithContext(ctx volcengine.Context, input *ListNotebookServerResourceOptsInput, opts ...request.Option) (*ListNotebookServerResourceOptsOutput, error)
ListNotebookServerResourceOptsWithContext is the same as ListNotebookServerResourceOpts with the addition of the ability to pass a context and additional request options.
See ListNotebookServerResourceOpts for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListNotebookServers ¶
func (c *BIO) ListNotebookServers(input *ListNotebookServersInput) (*ListNotebookServersOutput, error)
ListNotebookServers API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListNotebookServers for usage and error information.
func (*BIO) ListNotebookServersCommon ¶
func (c *BIO) ListNotebookServersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListNotebookServersCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListNotebookServersCommon for usage and error information.
func (*BIO) ListNotebookServersCommonRequest ¶
func (c *BIO) ListNotebookServersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListNotebookServersCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListNotebookServersCommon operation. The "output" return value will be populated with the ListNotebookServersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListNotebookServersCommon Request to send the API call to the service. the "output" return value is not valid until after ListNotebookServersCommon Send returns without error.
See ListNotebookServersCommon for more information on using the ListNotebookServersCommon API call, and error handling.
// Example sending a request using the ListNotebookServersCommonRequest method.
req, resp := client.ListNotebookServersCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListNotebookServersCommonWithContext ¶
func (c *BIO) ListNotebookServersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListNotebookServersCommonWithContext is the same as ListNotebookServersCommon with the addition of the ability to pass a context and additional request options.
See ListNotebookServersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListNotebookServersRequest ¶
func (c *BIO) ListNotebookServersRequest(input *ListNotebookServersInput) (req *request.Request, output *ListNotebookServersOutput)
ListNotebookServersRequest generates a "volcengine/request.Request" representing the client's request for the ListNotebookServers operation. The "output" return value will be populated with the ListNotebookServersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListNotebookServersCommon Request to send the API call to the service. the "output" return value is not valid until after ListNotebookServersCommon Send returns without error.
See ListNotebookServers for more information on using the ListNotebookServers API call, and error handling.
// Example sending a request using the ListNotebookServersRequest method.
req, resp := client.ListNotebookServersRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListNotebookServersWithContext ¶
func (c *BIO) ListNotebookServersWithContext(ctx volcengine.Context, input *ListNotebookServersInput, opts ...request.Option) (*ListNotebookServersOutput, error)
ListNotebookServersWithContext is the same as ListNotebookServers with the addition of the ability to pass a context and additional request options.
See ListNotebookServers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListRuns ¶
func (c *BIO) ListRuns(input *ListRunsInput) (*ListRunsOutput, error)
ListRuns API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListRuns for usage and error information.
func (*BIO) ListRunsCommon ¶
ListRunsCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListRunsCommon for usage and error information.
func (*BIO) ListRunsCommonRequest ¶
func (c *BIO) ListRunsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListRunsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListRunsCommon operation. The "output" return value will be populated with the ListRunsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListRunsCommon Request to send the API call to the service. the "output" return value is not valid until after ListRunsCommon Send returns without error.
See ListRunsCommon for more information on using the ListRunsCommon API call, and error handling.
// Example sending a request using the ListRunsCommonRequest method.
req, resp := client.ListRunsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListRunsCommonWithContext ¶
func (c *BIO) ListRunsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListRunsCommonWithContext is the same as ListRunsCommon with the addition of the ability to pass a context and additional request options.
See ListRunsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListRunsRequest ¶
func (c *BIO) ListRunsRequest(input *ListRunsInput) (req *request.Request, output *ListRunsOutput)
ListRunsRequest generates a "volcengine/request.Request" representing the client's request for the ListRuns operation. The "output" return value will be populated with the ListRunsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListRunsCommon Request to send the API call to the service. the "output" return value is not valid until after ListRunsCommon Send returns without error.
See ListRuns for more information on using the ListRuns API call, and error handling.
// Example sending a request using the ListRunsRequest method.
req, resp := client.ListRunsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListRunsWithContext ¶
func (c *BIO) ListRunsWithContext(ctx volcengine.Context, input *ListRunsInput, opts ...request.Option) (*ListRunsOutput, error)
ListRunsWithContext is the same as ListRuns with the addition of the ability to pass a context and additional request options.
See ListRuns for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListSubmissions ¶
func (c *BIO) ListSubmissions(input *ListSubmissionsInput) (*ListSubmissionsOutput, error)
ListSubmissions API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListSubmissions for usage and error information.
func (*BIO) ListSubmissionsCommon ¶
ListSubmissionsCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListSubmissionsCommon for usage and error information.
func (*BIO) ListSubmissionsCommonRequest ¶
func (c *BIO) ListSubmissionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListSubmissionsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListSubmissionsCommon operation. The "output" return value will be populated with the ListSubmissionsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListSubmissionsCommon Request to send the API call to the service. the "output" return value is not valid until after ListSubmissionsCommon Send returns without error.
See ListSubmissionsCommon for more information on using the ListSubmissionsCommon API call, and error handling.
// Example sending a request using the ListSubmissionsCommonRequest method.
req, resp := client.ListSubmissionsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListSubmissionsCommonWithContext ¶
func (c *BIO) ListSubmissionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListSubmissionsCommonWithContext is the same as ListSubmissionsCommon with the addition of the ability to pass a context and additional request options.
See ListSubmissionsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListSubmissionsRequest ¶
func (c *BIO) ListSubmissionsRequest(input *ListSubmissionsInput) (req *request.Request, output *ListSubmissionsOutput)
ListSubmissionsRequest generates a "volcengine/request.Request" representing the client's request for the ListSubmissions operation. The "output" return value will be populated with the ListSubmissionsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListSubmissionsCommon Request to send the API call to the service. the "output" return value is not valid until after ListSubmissionsCommon Send returns without error.
See ListSubmissions for more information on using the ListSubmissions API call, and error handling.
// Example sending a request using the ListSubmissionsRequest method.
req, resp := client.ListSubmissionsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListSubmissionsWithContext ¶
func (c *BIO) ListSubmissionsWithContext(ctx volcengine.Context, input *ListSubmissionsInput, opts ...request.Option) (*ListSubmissionsOutput, error)
ListSubmissionsWithContext is the same as ListSubmissions with the addition of the ability to pass a context and additional request options.
See ListSubmissions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListTasks ¶
func (c *BIO) ListTasks(input *ListTasksInput) (*ListTasksOutput, error)
ListTasks API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListTasks for usage and error information.
func (*BIO) ListTasksCommon ¶
ListTasksCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListTasksCommon for usage and error information.
func (*BIO) ListTasksCommonRequest ¶
func (c *BIO) ListTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListTasksCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListTasksCommon operation. The "output" return value will be populated with the ListTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ListTasksCommon Send returns without error.
See ListTasksCommon for more information on using the ListTasksCommon API call, and error handling.
// Example sending a request using the ListTasksCommonRequest method.
req, resp := client.ListTasksCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListTasksCommonWithContext ¶
func (c *BIO) ListTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListTasksCommonWithContext is the same as ListTasksCommon with the addition of the ability to pass a context and additional request options.
See ListTasksCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListTasksRequest ¶
func (c *BIO) ListTasksRequest(input *ListTasksInput) (req *request.Request, output *ListTasksOutput)
ListTasksRequest generates a "volcengine/request.Request" representing the client's request for the ListTasks operation. The "output" return value will be populated with the ListTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ListTasksCommon Send returns without error.
See ListTasks for more information on using the ListTasks API call, and error handling.
// Example sending a request using the ListTasksRequest method.
req, resp := client.ListTasksRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListTasksWithContext ¶
func (c *BIO) ListTasksWithContext(ctx volcengine.Context, input *ListTasksInput, opts ...request.Option) (*ListTasksOutput, error)
ListTasksWithContext is the same as ListTasks with the addition of the ability to pass a context and additional request options.
See ListTasks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListWorkflows ¶
func (c *BIO) ListWorkflows(input *ListWorkflowsInput) (*ListWorkflowsOutput, error)
ListWorkflows API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListWorkflows for usage and error information.
func (*BIO) ListWorkflowsCommon ¶
ListWorkflowsCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListWorkflowsCommon for usage and error information.
func (*BIO) ListWorkflowsCommonRequest ¶
func (c *BIO) ListWorkflowsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListWorkflowsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListWorkflowsCommon operation. The "output" return value will be populated with the ListWorkflowsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListWorkflowsCommon Request to send the API call to the service. the "output" return value is not valid until after ListWorkflowsCommon Send returns without error.
See ListWorkflowsCommon for more information on using the ListWorkflowsCommon API call, and error handling.
// Example sending a request using the ListWorkflowsCommonRequest method.
req, resp := client.ListWorkflowsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListWorkflowsCommonWithContext ¶
func (c *BIO) ListWorkflowsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListWorkflowsCommonWithContext is the same as ListWorkflowsCommon with the addition of the ability to pass a context and additional request options.
See ListWorkflowsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListWorkflowsRequest ¶
func (c *BIO) ListWorkflowsRequest(input *ListWorkflowsInput) (req *request.Request, output *ListWorkflowsOutput)
ListWorkflowsRequest generates a "volcengine/request.Request" representing the client's request for the ListWorkflows operation. The "output" return value will be populated with the ListWorkflowsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListWorkflowsCommon Request to send the API call to the service. the "output" return value is not valid until after ListWorkflowsCommon Send returns without error.
See ListWorkflows for more information on using the ListWorkflows API call, and error handling.
// Example sending a request using the ListWorkflowsRequest method.
req, resp := client.ListWorkflowsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListWorkflowsWithContext ¶
func (c *BIO) ListWorkflowsWithContext(ctx volcengine.Context, input *ListWorkflowsInput, opts ...request.Option) (*ListWorkflowsOutput, error)
ListWorkflowsWithContext is the same as ListWorkflows with the addition of the ability to pass a context and additional request options.
See ListWorkflows for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListWorkspaceExtraBuckets ¶
func (c *BIO) ListWorkspaceExtraBuckets(input *ListWorkspaceExtraBucketsInput) (*ListWorkspaceExtraBucketsOutput, error)
ListWorkspaceExtraBuckets API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListWorkspaceExtraBuckets for usage and error information.
func (*BIO) ListWorkspaceExtraBucketsCommon ¶
func (c *BIO) ListWorkspaceExtraBucketsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListWorkspaceExtraBucketsCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListWorkspaceExtraBucketsCommon for usage and error information.
func (*BIO) ListWorkspaceExtraBucketsCommonRequest ¶
func (c *BIO) ListWorkspaceExtraBucketsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListWorkspaceExtraBucketsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListWorkspaceExtraBucketsCommon operation. The "output" return value will be populated with the ListWorkspaceExtraBucketsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListWorkspaceExtraBucketsCommon Request to send the API call to the service. the "output" return value is not valid until after ListWorkspaceExtraBucketsCommon Send returns without error.
See ListWorkspaceExtraBucketsCommon for more information on using the ListWorkspaceExtraBucketsCommon API call, and error handling.
// Example sending a request using the ListWorkspaceExtraBucketsCommonRequest method.
req, resp := client.ListWorkspaceExtraBucketsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListWorkspaceExtraBucketsCommonWithContext ¶
func (c *BIO) ListWorkspaceExtraBucketsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListWorkspaceExtraBucketsCommonWithContext is the same as ListWorkspaceExtraBucketsCommon with the addition of the ability to pass a context and additional request options.
See ListWorkspaceExtraBucketsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListWorkspaceExtraBucketsRequest ¶
func (c *BIO) ListWorkspaceExtraBucketsRequest(input *ListWorkspaceExtraBucketsInput) (req *request.Request, output *ListWorkspaceExtraBucketsOutput)
ListWorkspaceExtraBucketsRequest generates a "volcengine/request.Request" representing the client's request for the ListWorkspaceExtraBuckets operation. The "output" return value will be populated with the ListWorkspaceExtraBucketsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListWorkspaceExtraBucketsCommon Request to send the API call to the service. the "output" return value is not valid until after ListWorkspaceExtraBucketsCommon Send returns without error.
See ListWorkspaceExtraBuckets for more information on using the ListWorkspaceExtraBuckets API call, and error handling.
// Example sending a request using the ListWorkspaceExtraBucketsRequest method.
req, resp := client.ListWorkspaceExtraBucketsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListWorkspaceExtraBucketsWithContext ¶
func (c *BIO) ListWorkspaceExtraBucketsWithContext(ctx volcengine.Context, input *ListWorkspaceExtraBucketsInput, opts ...request.Option) (*ListWorkspaceExtraBucketsOutput, error)
ListWorkspaceExtraBucketsWithContext is the same as ListWorkspaceExtraBuckets with the addition of the ability to pass a context and additional request options.
See ListWorkspaceExtraBuckets for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListWorkspaceLabels ¶
func (c *BIO) ListWorkspaceLabels(input *ListWorkspaceLabelsInput) (*ListWorkspaceLabelsOutput, error)
ListWorkspaceLabels API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListWorkspaceLabels for usage and error information.
func (*BIO) ListWorkspaceLabelsCommon ¶
func (c *BIO) ListWorkspaceLabelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListWorkspaceLabelsCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListWorkspaceLabelsCommon for usage and error information.
func (*BIO) ListWorkspaceLabelsCommonRequest ¶
func (c *BIO) ListWorkspaceLabelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListWorkspaceLabelsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListWorkspaceLabelsCommon operation. The "output" return value will be populated with the ListWorkspaceLabelsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListWorkspaceLabelsCommon Request to send the API call to the service. the "output" return value is not valid until after ListWorkspaceLabelsCommon Send returns without error.
See ListWorkspaceLabelsCommon for more information on using the ListWorkspaceLabelsCommon API call, and error handling.
// Example sending a request using the ListWorkspaceLabelsCommonRequest method.
req, resp := client.ListWorkspaceLabelsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListWorkspaceLabelsCommonWithContext ¶
func (c *BIO) ListWorkspaceLabelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListWorkspaceLabelsCommonWithContext is the same as ListWorkspaceLabelsCommon with the addition of the ability to pass a context and additional request options.
See ListWorkspaceLabelsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListWorkspaceLabelsRequest ¶
func (c *BIO) ListWorkspaceLabelsRequest(input *ListWorkspaceLabelsInput) (req *request.Request, output *ListWorkspaceLabelsOutput)
ListWorkspaceLabelsRequest generates a "volcengine/request.Request" representing the client's request for the ListWorkspaceLabels operation. The "output" return value will be populated with the ListWorkspaceLabelsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListWorkspaceLabelsCommon Request to send the API call to the service. the "output" return value is not valid until after ListWorkspaceLabelsCommon Send returns without error.
See ListWorkspaceLabels for more information on using the ListWorkspaceLabels API call, and error handling.
// Example sending a request using the ListWorkspaceLabelsRequest method.
req, resp := client.ListWorkspaceLabelsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListWorkspaceLabelsWithContext ¶
func (c *BIO) ListWorkspaceLabelsWithContext(ctx volcengine.Context, input *ListWorkspaceLabelsInput, opts ...request.Option) (*ListWorkspaceLabelsOutput, error)
ListWorkspaceLabelsWithContext is the same as ListWorkspaceLabels with the addition of the ability to pass a context and additional request options.
See ListWorkspaceLabels for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListWorkspaces ¶
func (c *BIO) ListWorkspaces(input *ListWorkspacesInput) (*ListWorkspacesOutput, error)
ListWorkspaces API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListWorkspaces for usage and error information.
func (*BIO) ListWorkspacesCommon ¶
ListWorkspacesCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation ListWorkspacesCommon for usage and error information.
func (*BIO) ListWorkspacesCommonRequest ¶
func (c *BIO) ListWorkspacesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListWorkspacesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListWorkspacesCommon operation. The "output" return value will be populated with the ListWorkspacesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListWorkspacesCommon Request to send the API call to the service. the "output" return value is not valid until after ListWorkspacesCommon Send returns without error.
See ListWorkspacesCommon for more information on using the ListWorkspacesCommon API call, and error handling.
// Example sending a request using the ListWorkspacesCommonRequest method.
req, resp := client.ListWorkspacesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListWorkspacesCommonWithContext ¶
func (c *BIO) ListWorkspacesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListWorkspacesCommonWithContext is the same as ListWorkspacesCommon with the addition of the ability to pass a context and additional request options.
See ListWorkspacesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) ListWorkspacesRequest ¶
func (c *BIO) ListWorkspacesRequest(input *ListWorkspacesInput) (req *request.Request, output *ListWorkspacesOutput)
ListWorkspacesRequest generates a "volcengine/request.Request" representing the client's request for the ListWorkspaces operation. The "output" return value will be populated with the ListWorkspacesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListWorkspacesCommon Request to send the API call to the service. the "output" return value is not valid until after ListWorkspacesCommon Send returns without error.
See ListWorkspaces for more information on using the ListWorkspaces API call, and error handling.
// Example sending a request using the ListWorkspacesRequest method.
req, resp := client.ListWorkspacesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) ListWorkspacesWithContext ¶
func (c *BIO) ListWorkspacesWithContext(ctx volcengine.Context, input *ListWorkspacesInput, opts ...request.Option) (*ListWorkspacesOutput, error)
ListWorkspacesWithContext is the same as ListWorkspaces with the addition of the ability to pass a context and additional request options.
See ListWorkspaces for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) StopNotebookServer ¶
func (c *BIO) StopNotebookServer(input *StopNotebookServerInput) (*StopNotebookServerOutput, error)
StopNotebookServer API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation StopNotebookServer for usage and error information.
func (*BIO) StopNotebookServerCommon ¶
func (c *BIO) StopNotebookServerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
StopNotebookServerCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation StopNotebookServerCommon for usage and error information.
func (*BIO) StopNotebookServerCommonRequest ¶
func (c *BIO) StopNotebookServerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
StopNotebookServerCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopNotebookServerCommon operation. The "output" return value will be populated with the StopNotebookServerCommon request's response once the request completes successfully.
Use "Send" method on the returned StopNotebookServerCommon Request to send the API call to the service. the "output" return value is not valid until after StopNotebookServerCommon Send returns without error.
See StopNotebookServerCommon for more information on using the StopNotebookServerCommon API call, and error handling.
// Example sending a request using the StopNotebookServerCommonRequest method.
req, resp := client.StopNotebookServerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) StopNotebookServerCommonWithContext ¶
func (c *BIO) StopNotebookServerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
StopNotebookServerCommonWithContext is the same as StopNotebookServerCommon with the addition of the ability to pass a context and additional request options.
See StopNotebookServerCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) StopNotebookServerRequest ¶
func (c *BIO) StopNotebookServerRequest(input *StopNotebookServerInput) (req *request.Request, output *StopNotebookServerOutput)
StopNotebookServerRequest generates a "volcengine/request.Request" representing the client's request for the StopNotebookServer operation. The "output" return value will be populated with the StopNotebookServerCommon request's response once the request completes successfully.
Use "Send" method on the returned StopNotebookServerCommon Request to send the API call to the service. the "output" return value is not valid until after StopNotebookServerCommon Send returns without error.
See StopNotebookServer for more information on using the StopNotebookServer API call, and error handling.
// Example sending a request using the StopNotebookServerRequest method.
req, resp := client.StopNotebookServerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) StopNotebookServerWithContext ¶
func (c *BIO) StopNotebookServerWithContext(ctx volcengine.Context, input *StopNotebookServerInput, opts ...request.Option) (*StopNotebookServerOutput, error)
StopNotebookServerWithContext is the same as StopNotebookServer with the addition of the ability to pass a context and additional request options.
See StopNotebookServer for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) UnbindClusterAndWorkspace ¶
func (c *BIO) UnbindClusterAndWorkspace(input *UnbindClusterAndWorkspaceInput) (*UnbindClusterAndWorkspaceOutput, error)
UnbindClusterAndWorkspace API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation UnbindClusterAndWorkspace for usage and error information.
func (*BIO) UnbindClusterAndWorkspaceCommon ¶
func (c *BIO) UnbindClusterAndWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UnbindClusterAndWorkspaceCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation UnbindClusterAndWorkspaceCommon for usage and error information.
func (*BIO) UnbindClusterAndWorkspaceCommonRequest ¶
func (c *BIO) UnbindClusterAndWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UnbindClusterAndWorkspaceCommonRequest generates a "volcengine/request.Request" representing the client's request for the UnbindClusterAndWorkspaceCommon operation. The "output" return value will be populated with the UnbindClusterAndWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned UnbindClusterAndWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after UnbindClusterAndWorkspaceCommon Send returns without error.
See UnbindClusterAndWorkspaceCommon for more information on using the UnbindClusterAndWorkspaceCommon API call, and error handling.
// Example sending a request using the UnbindClusterAndWorkspaceCommonRequest method.
req, resp := client.UnbindClusterAndWorkspaceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) UnbindClusterAndWorkspaceCommonWithContext ¶
func (c *BIO) UnbindClusterAndWorkspaceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UnbindClusterAndWorkspaceCommonWithContext is the same as UnbindClusterAndWorkspaceCommon with the addition of the ability to pass a context and additional request options.
See UnbindClusterAndWorkspaceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) UnbindClusterAndWorkspaceRequest ¶
func (c *BIO) UnbindClusterAndWorkspaceRequest(input *UnbindClusterAndWorkspaceInput) (req *request.Request, output *UnbindClusterAndWorkspaceOutput)
UnbindClusterAndWorkspaceRequest generates a "volcengine/request.Request" representing the client's request for the UnbindClusterAndWorkspace operation. The "output" return value will be populated with the UnbindClusterAndWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned UnbindClusterAndWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after UnbindClusterAndWorkspaceCommon Send returns without error.
See UnbindClusterAndWorkspace for more information on using the UnbindClusterAndWorkspace API call, and error handling.
// Example sending a request using the UnbindClusterAndWorkspaceRequest method.
req, resp := client.UnbindClusterAndWorkspaceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) UnbindClusterAndWorkspaceWithContext ¶
func (c *BIO) UnbindClusterAndWorkspaceWithContext(ctx volcengine.Context, input *UnbindClusterAndWorkspaceInput, opts ...request.Option) (*UnbindClusterAndWorkspaceOutput, error)
UnbindClusterAndWorkspaceWithContext is the same as UnbindClusterAndWorkspace with the addition of the ability to pass a context and additional request options.
See UnbindClusterAndWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) UpdateAPIAccessKey ¶
func (c *BIO) UpdateAPIAccessKey(input *UpdateAPIAccessKeyInput) (*UpdateAPIAccessKeyOutput, error)
UpdateAPIAccessKey API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation UpdateAPIAccessKey for usage and error information.
func (*BIO) UpdateAPIAccessKeyCommon ¶
func (c *BIO) UpdateAPIAccessKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateAPIAccessKeyCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation UpdateAPIAccessKeyCommon for usage and error information.
func (*BIO) UpdateAPIAccessKeyCommonRequest ¶
func (c *BIO) UpdateAPIAccessKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateAPIAccessKeyCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAPIAccessKeyCommon operation. The "output" return value will be populated with the UpdateAPIAccessKeyCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAPIAccessKeyCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAPIAccessKeyCommon Send returns without error.
See UpdateAPIAccessKeyCommon for more information on using the UpdateAPIAccessKeyCommon API call, and error handling.
// Example sending a request using the UpdateAPIAccessKeyCommonRequest method.
req, resp := client.UpdateAPIAccessKeyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) UpdateAPIAccessKeyCommonWithContext ¶
func (c *BIO) UpdateAPIAccessKeyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateAPIAccessKeyCommonWithContext is the same as UpdateAPIAccessKeyCommon with the addition of the ability to pass a context and additional request options.
See UpdateAPIAccessKeyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) UpdateAPIAccessKeyRequest ¶
func (c *BIO) UpdateAPIAccessKeyRequest(input *UpdateAPIAccessKeyInput) (req *request.Request, output *UpdateAPIAccessKeyOutput)
UpdateAPIAccessKeyRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAPIAccessKey operation. The "output" return value will be populated with the UpdateAPIAccessKeyCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAPIAccessKeyCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAPIAccessKeyCommon Send returns without error.
See UpdateAPIAccessKey for more information on using the UpdateAPIAccessKey API call, and error handling.
// Example sending a request using the UpdateAPIAccessKeyRequest method.
req, resp := client.UpdateAPIAccessKeyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) UpdateAPIAccessKeyWithContext ¶
func (c *BIO) UpdateAPIAccessKeyWithContext(ctx volcengine.Context, input *UpdateAPIAccessKeyInput, opts ...request.Option) (*UpdateAPIAccessKeyOutput, error)
UpdateAPIAccessKeyWithContext is the same as UpdateAPIAccessKey with the addition of the ability to pass a context and additional request options.
See UpdateAPIAccessKey for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) UpdateNotebookServerSettings ¶
func (c *BIO) UpdateNotebookServerSettings(input *UpdateNotebookServerSettingsInput) (*UpdateNotebookServerSettingsOutput, error)
UpdateNotebookServerSettings API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation UpdateNotebookServerSettings for usage and error information.
func (*BIO) UpdateNotebookServerSettingsCommon ¶
func (c *BIO) UpdateNotebookServerSettingsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateNotebookServerSettingsCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation UpdateNotebookServerSettingsCommon for usage and error information.
func (*BIO) UpdateNotebookServerSettingsCommonRequest ¶
func (c *BIO) UpdateNotebookServerSettingsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateNotebookServerSettingsCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateNotebookServerSettingsCommon operation. The "output" return value will be populated with the UpdateNotebookServerSettingsCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateNotebookServerSettingsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateNotebookServerSettingsCommon Send returns without error.
See UpdateNotebookServerSettingsCommon for more information on using the UpdateNotebookServerSettingsCommon API call, and error handling.
// Example sending a request using the UpdateNotebookServerSettingsCommonRequest method.
req, resp := client.UpdateNotebookServerSettingsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) UpdateNotebookServerSettingsCommonWithContext ¶
func (c *BIO) UpdateNotebookServerSettingsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateNotebookServerSettingsCommonWithContext is the same as UpdateNotebookServerSettingsCommon with the addition of the ability to pass a context and additional request options.
See UpdateNotebookServerSettingsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) UpdateNotebookServerSettingsRequest ¶
func (c *BIO) UpdateNotebookServerSettingsRequest(input *UpdateNotebookServerSettingsInput) (req *request.Request, output *UpdateNotebookServerSettingsOutput)
UpdateNotebookServerSettingsRequest generates a "volcengine/request.Request" representing the client's request for the UpdateNotebookServerSettings operation. The "output" return value will be populated with the UpdateNotebookServerSettingsCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateNotebookServerSettingsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateNotebookServerSettingsCommon Send returns without error.
See UpdateNotebookServerSettings for more information on using the UpdateNotebookServerSettings API call, and error handling.
// Example sending a request using the UpdateNotebookServerSettingsRequest method.
req, resp := client.UpdateNotebookServerSettingsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) UpdateNotebookServerSettingsWithContext ¶
func (c *BIO) UpdateNotebookServerSettingsWithContext(ctx volcengine.Context, input *UpdateNotebookServerSettingsInput, opts ...request.Option) (*UpdateNotebookServerSettingsOutput, error)
UpdateNotebookServerSettingsWithContext is the same as UpdateNotebookServerSettings with the addition of the ability to pass a context and additional request options.
See UpdateNotebookServerSettings for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) UpdateWorkflow ¶
func (c *BIO) UpdateWorkflow(input *UpdateWorkflowInput) (*UpdateWorkflowOutput, error)
UpdateWorkflow API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation UpdateWorkflow for usage and error information.
func (*BIO) UpdateWorkflowCommon ¶
UpdateWorkflowCommon API operation for BIO.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BIO's API operation UpdateWorkflowCommon for usage and error information.
func (*BIO) UpdateWorkflowCommonRequest ¶
func (c *BIO) UpdateWorkflowCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateWorkflowCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateWorkflowCommon operation. The "output" return value will be populated with the UpdateWorkflowCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateWorkflowCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateWorkflowCommon Send returns without error.
See UpdateWorkflowCommon for more information on using the UpdateWorkflowCommon API call, and error handling.
// Example sending a request using the UpdateWorkflowCommonRequest method.
req, resp := client.UpdateWorkflowCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) UpdateWorkflowCommonWithContext ¶
func (c *BIO) UpdateWorkflowCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateWorkflowCommonWithContext is the same as UpdateWorkflowCommon with the addition of the ability to pass a context and additional request options.
See UpdateWorkflowCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BIO) UpdateWorkflowRequest ¶
func (c *BIO) UpdateWorkflowRequest(input *UpdateWorkflowInput) (req *request.Request, output *UpdateWorkflowOutput)
UpdateWorkflowRequest generates a "volcengine/request.Request" representing the client's request for the UpdateWorkflow operation. The "output" return value will be populated with the UpdateWorkflowCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateWorkflowCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateWorkflowCommon Send returns without error.
See UpdateWorkflow for more information on using the UpdateWorkflow API call, and error handling.
// Example sending a request using the UpdateWorkflowRequest method.
req, resp := client.UpdateWorkflowRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BIO) UpdateWorkflowWithContext ¶
func (c *BIO) UpdateWorkflowWithContext(ctx volcengine.Context, input *UpdateWorkflowInput, opts ...request.Option) (*UpdateWorkflowOutput, error)
UpdateWorkflowWithContext is the same as UpdateWorkflow with the addition of the ability to pass a context and additional request options.
See UpdateWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type BIOAPI ¶
type BIOAPI interface {
AttachWorkspaceExtraBucketCommon(*map[string]interface{}) (*map[string]interface{}, error)
AttachWorkspaceExtraBucketCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
AttachWorkspaceExtraBucketCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
AttachWorkspaceExtraBucket(*AttachWorkspaceExtraBucketInput) (*AttachWorkspaceExtraBucketOutput, error)
AttachWorkspaceExtraBucketWithContext(volcengine.Context, *AttachWorkspaceExtraBucketInput, ...request.Option) (*AttachWorkspaceExtraBucketOutput, error)
AttachWorkspaceExtraBucketRequest(*AttachWorkspaceExtraBucketInput) (*request.Request, *AttachWorkspaceExtraBucketOutput)
BindClusterToWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
BindClusterToWorkspaceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
BindClusterToWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
BindClusterToWorkspace(*BindClusterToWorkspaceInput) (*BindClusterToWorkspaceOutput, error)
BindClusterToWorkspaceWithContext(volcengine.Context, *BindClusterToWorkspaceInput, ...request.Option) (*BindClusterToWorkspaceOutput, error)
BindClusterToWorkspaceRequest(*BindClusterToWorkspaceInput) (*request.Request, *BindClusterToWorkspaceOutput)
CancelRunCommon(*map[string]interface{}) (*map[string]interface{}, error)
CancelRunCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CancelRunCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CancelRun(*CancelRunInput) (*CancelRunOutput, error)
CancelRunWithContext(volcengine.Context, *CancelRunInput, ...request.Option) (*CancelRunOutput, error)
CancelRunRequest(*CancelRunInput) (*request.Request, *CancelRunOutput)
CancelSubmissionCommon(*map[string]interface{}) (*map[string]interface{}, error)
CancelSubmissionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CancelSubmissionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CancelSubmission(*CancelSubmissionInput) (*CancelSubmissionOutput, error)
CancelSubmissionWithContext(volcengine.Context, *CancelSubmissionInput, ...request.Option) (*CancelSubmissionOutput, error)
CancelSubmissionRequest(*CancelSubmissionInput) (*request.Request, *CancelSubmissionOutput)
CheckWorkspaceDefaultBucketRelatedOthersCommon(*map[string]interface{}) (*map[string]interface{}, error)
CheckWorkspaceDefaultBucketRelatedOthersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CheckWorkspaceDefaultBucketRelatedOthersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CheckWorkspaceDefaultBucketRelatedOthers(*CheckWorkspaceDefaultBucketRelatedOthersInput) (*CheckWorkspaceDefaultBucketRelatedOthersOutput, error)
CheckWorkspaceDefaultBucketRelatedOthersWithContext(volcengine.Context, *CheckWorkspaceDefaultBucketRelatedOthersInput, ...request.Option) (*CheckWorkspaceDefaultBucketRelatedOthersOutput, error)
CheckWorkspaceDefaultBucketRelatedOthersRequest(*CheckWorkspaceDefaultBucketRelatedOthersInput) (*request.Request, *CheckWorkspaceDefaultBucketRelatedOthersOutput)
ClonePublicWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
ClonePublicWorkspaceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ClonePublicWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ClonePublicWorkspace(*ClonePublicWorkspaceInput) (*ClonePublicWorkspaceOutput, error)
ClonePublicWorkspaceWithContext(volcengine.Context, *ClonePublicWorkspaceInput, ...request.Option) (*ClonePublicWorkspaceOutput, error)
ClonePublicWorkspaceRequest(*ClonePublicWorkspaceInput) (*request.Request, *ClonePublicWorkspaceOutput)
CommitIESImageCommon(*map[string]interface{}) (*map[string]interface{}, error)
CommitIESImageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CommitIESImageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CommitIESImage(*CommitIESImageInput) (*CommitIESImageOutput, error)
CommitIESImageWithContext(volcengine.Context, *CommitIESImageInput, ...request.Option) (*CommitIESImageOutput, error)
CommitIESImageRequest(*CommitIESImageInput) (*request.Request, *CommitIESImageOutput)
CompleteSchemaCommon(*map[string]interface{}) (*map[string]interface{}, error)
CompleteSchemaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CompleteSchemaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CompleteSchema(*CompleteSchemaInput) (*CompleteSchemaOutput, error)
CompleteSchemaWithContext(volcengine.Context, *CompleteSchemaInput, ...request.Option) (*CompleteSchemaOutput, error)
CompleteSchemaRequest(*CompleteSchemaInput) (*request.Request, *CompleteSchemaOutput)
CreateClusterCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateClusterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateClusterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateCluster(*CreateClusterInput) (*CreateClusterOutput, error)
CreateClusterWithContext(volcengine.Context, *CreateClusterInput, ...request.Option) (*CreateClusterOutput, error)
CreateClusterRequest(*CreateClusterInput) (*request.Request, *CreateClusterOutput)
CreateDataModelCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateDataModelCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateDataModelCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateDataModel(*CreateDataModelInput) (*CreateDataModelOutput, error)
CreateDataModelWithContext(volcengine.Context, *CreateDataModelInput, ...request.Option) (*CreateDataModelOutput, error)
CreateDataModelRequest(*CreateDataModelInput) (*request.Request, *CreateDataModelOutput)
CreateNotebookRunCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateNotebookRunCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateNotebookRunCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateNotebookRun(*CreateNotebookRunInput) (*CreateNotebookRunOutput, error)
CreateNotebookRunWithContext(volcengine.Context, *CreateNotebookRunInput, ...request.Option) (*CreateNotebookRunOutput, error)
CreateNotebookRunRequest(*CreateNotebookRunInput) (*request.Request, *CreateNotebookRunOutput)
CreateSubmissionCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateSubmissionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateSubmissionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateSubmission(*CreateSubmissionInput) (*CreateSubmissionOutput, error)
CreateSubmissionWithContext(volcengine.Context, *CreateSubmissionInput, ...request.Option) (*CreateSubmissionOutput, error)
CreateSubmissionRequest(*CreateSubmissionInput) (*request.Request, *CreateSubmissionOutput)
CreateWorkflowCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateWorkflowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateWorkflowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateWorkflow(*CreateWorkflowInput) (*CreateWorkflowOutput, error)
CreateWorkflowWithContext(volcengine.Context, *CreateWorkflowInput, ...request.Option) (*CreateWorkflowOutput, error)
CreateWorkflowRequest(*CreateWorkflowInput) (*request.Request, *CreateWorkflowOutput)
DeleteClusterCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteClusterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteClusterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteCluster(*DeleteClusterInput) (*DeleteClusterOutput, error)
DeleteClusterWithContext(volcengine.Context, *DeleteClusterInput, ...request.Option) (*DeleteClusterOutput, error)
DeleteClusterRequest(*DeleteClusterInput) (*request.Request, *DeleteClusterOutput)
DeleteDataModelRowsAndHeadersCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteDataModelRowsAndHeadersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteDataModelRowsAndHeadersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteDataModelRowsAndHeaders(*DeleteDataModelRowsAndHeadersInput) (*DeleteDataModelRowsAndHeadersOutput, error)
DeleteDataModelRowsAndHeadersWithContext(volcengine.Context, *DeleteDataModelRowsAndHeadersInput, ...request.Option) (*DeleteDataModelRowsAndHeadersOutput, error)
DeleteDataModelRowsAndHeadersRequest(*DeleteDataModelRowsAndHeadersInput) (*request.Request, *DeleteDataModelRowsAndHeadersOutput)
DeleteNotebookServerCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteNotebookServerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteNotebookServerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteNotebookServer(*DeleteNotebookServerInput) (*DeleteNotebookServerOutput, error)
DeleteNotebookServerWithContext(volcengine.Context, *DeleteNotebookServerInput, ...request.Option) (*DeleteNotebookServerOutput, error)
DeleteNotebookServerRequest(*DeleteNotebookServerInput) (*request.Request, *DeleteNotebookServerOutput)
DeleteNotebookServerSettingsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteNotebookServerSettingsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteNotebookServerSettingsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteNotebookServerSettings(*DeleteNotebookServerSettingsInput) (*DeleteNotebookServerSettingsOutput, error)
DeleteNotebookServerSettingsWithContext(volcengine.Context, *DeleteNotebookServerSettingsInput, ...request.Option) (*DeleteNotebookServerSettingsOutput, error)
DeleteNotebookServerSettingsRequest(*DeleteNotebookServerSettingsInput) (*request.Request, *DeleteNotebookServerSettingsOutput)
DeleteSubmissionCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteSubmissionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteSubmissionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteSubmission(*DeleteSubmissionInput) (*DeleteSubmissionOutput, error)
DeleteSubmissionWithContext(volcengine.Context, *DeleteSubmissionInput, ...request.Option) (*DeleteSubmissionOutput, error)
DeleteSubmissionRequest(*DeleteSubmissionInput) (*request.Request, *DeleteSubmissionOutput)
DeleteWorkflowCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteWorkflowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteWorkflowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteWorkflow(*DeleteWorkflowInput) (*DeleteWorkflowOutput, error)
DeleteWorkflowWithContext(volcengine.Context, *DeleteWorkflowInput, ...request.Option) (*DeleteWorkflowOutput, error)
DeleteWorkflowRequest(*DeleteWorkflowInput) (*request.Request, *DeleteWorkflowOutput)
DeleteWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteWorkspaceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteWorkspace(*DeleteWorkspaceInput) (*DeleteWorkspaceOutput, error)
DeleteWorkspaceWithContext(volcengine.Context, *DeleteWorkspaceInput, ...request.Option) (*DeleteWorkspaceOutput, error)
DeleteWorkspaceRequest(*DeleteWorkspaceInput) (*request.Request, *DeleteWorkspaceOutput)
DetachWorkspaceExtraBucketCommon(*map[string]interface{}) (*map[string]interface{}, error)
DetachWorkspaceExtraBucketCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DetachWorkspaceExtraBucketCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DetachWorkspaceExtraBucket(*DetachWorkspaceExtraBucketInput) (*DetachWorkspaceExtraBucketOutput, error)
DetachWorkspaceExtraBucketWithContext(volcengine.Context, *DetachWorkspaceExtraBucketInput, ...request.Option) (*DetachWorkspaceExtraBucketOutput, error)
DetachWorkspaceExtraBucketRequest(*DetachWorkspaceExtraBucketInput) (*request.Request, *DetachWorkspaceExtraBucketOutput)
ExportWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
ExportWorkspaceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ExportWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ExportWorkspace(*ExportWorkspaceInput) (*ExportWorkspaceOutput, error)
ExportWorkspaceWithContext(volcengine.Context, *ExportWorkspaceInput, ...request.Option) (*ExportWorkspaceOutput, error)
ExportWorkspaceRequest(*ExportWorkspaceInput) (*request.Request, *ExportWorkspaceOutput)
GetAPIAccessKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetAPIAccessKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetAPIAccessKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetAPIAccessKey(*GetAPIAccessKeyInput) (*GetAPIAccessKeyOutput, error)
GetAPIAccessKeyWithContext(volcengine.Context, *GetAPIAccessKeyInput, ...request.Option) (*GetAPIAccessKeyOutput, error)
GetAPIAccessKeyRequest(*GetAPIAccessKeyInput) (*request.Request, *GetAPIAccessKeyOutput)
GetExportWorkspacePreSignedURLCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetExportWorkspacePreSignedURLCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetExportWorkspacePreSignedURLCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetExportWorkspacePreSignedURL(*GetExportWorkspacePreSignedURLInput) (*GetExportWorkspacePreSignedURLOutput, error)
GetExportWorkspacePreSignedURLWithContext(volcengine.Context, *GetExportWorkspacePreSignedURLInput, ...request.Option) (*GetExportWorkspacePreSignedURLOutput, error)
GetExportWorkspacePreSignedURLRequest(*GetExportWorkspacePreSignedURLInput) (*request.Request, *GetExportWorkspacePreSignedURLOutput)
GetImportWorkspacePreSignedURLCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetImportWorkspacePreSignedURLCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetImportWorkspacePreSignedURLCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetImportWorkspacePreSignedURL(*GetImportWorkspacePreSignedURLInput) (*GetImportWorkspacePreSignedURLOutput, error)
GetImportWorkspacePreSignedURLWithContext(volcengine.Context, *GetImportWorkspacePreSignedURLInput, ...request.Option) (*GetImportWorkspacePreSignedURLOutput, error)
GetImportWorkspacePreSignedURLRequest(*GetImportWorkspacePreSignedURLInput) (*request.Request, *GetImportWorkspacePreSignedURLOutput)
GetNotebookEditInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetNotebookEditInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetNotebookEditInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetNotebookEditInfo(*GetNotebookEditInfoInput) (*GetNotebookEditInfoOutput, error)
GetNotebookEditInfoWithContext(volcengine.Context, *GetNotebookEditInfoInput, ...request.Option) (*GetNotebookEditInfoOutput, error)
GetNotebookEditInfoRequest(*GetNotebookEditInfoInput) (*request.Request, *GetNotebookEditInfoOutput)
GetNotebookRunStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetNotebookRunStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetNotebookRunStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetNotebookRunStatus(*GetNotebookRunStatusInput) (*GetNotebookRunStatusOutput, error)
GetNotebookRunStatusWithContext(volcengine.Context, *GetNotebookRunStatusInput, ...request.Option) (*GetNotebookRunStatusOutput, error)
GetNotebookRunStatusRequest(*GetNotebookRunStatusInput) (*request.Request, *GetNotebookRunStatusOutput)
GetNotebookServerSettingsCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetNotebookServerSettingsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetNotebookServerSettingsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetNotebookServerSettings(*GetNotebookServerSettingsInput) (*GetNotebookServerSettingsOutput, error)
GetNotebookServerSettingsWithContext(volcengine.Context, *GetNotebookServerSettingsInput, ...request.Option) (*GetNotebookServerSettingsOutput, error)
GetNotebookServerSettingsRequest(*GetNotebookServerSettingsInput) (*request.Request, *GetNotebookServerSettingsOutput)
GetNotebookServerStatCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetNotebookServerStatCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetNotebookServerStatCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetNotebookServerStat(*GetNotebookServerStatInput) (*GetNotebookServerStatOutput, error)
GetNotebookServerStatWithContext(volcengine.Context, *GetNotebookServerStatInput, ...request.Option) (*GetNotebookServerStatOutput, error)
GetNotebookServerStatRequest(*GetNotebookServerStatInput) (*request.Request, *GetNotebookServerStatOutput)
GetTRSWorkflowInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetTRSWorkflowInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetTRSWorkflowInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetTRSWorkflowInfo(*GetTRSWorkflowInfoInput) (*GetTRSWorkflowInfoOutput, error)
GetTRSWorkflowInfoWithContext(volcengine.Context, *GetTRSWorkflowInfoInput, ...request.Option) (*GetTRSWorkflowInfoOutput, error)
GetTRSWorkflowInfoRequest(*GetTRSWorkflowInfoInput) (*request.Request, *GetTRSWorkflowInfoOutput)
ImportWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
ImportWorkspaceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ImportWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ImportWorkspace(*ImportWorkspaceInput) (*ImportWorkspaceOutput, error)
ImportWorkspaceWithContext(volcengine.Context, *ImportWorkspaceInput, ...request.Option) (*ImportWorkspaceOutput, error)
ImportWorkspaceRequest(*ImportWorkspaceInput) (*request.Request, *ImportWorkspaceOutput)
ListAllDataModelRowIDsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListAllDataModelRowIDsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListAllDataModelRowIDsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListAllDataModelRowIDs(*ListAllDataModelRowIDsInput) (*ListAllDataModelRowIDsOutput, error)
ListAllDataModelRowIDsWithContext(volcengine.Context, *ListAllDataModelRowIDsInput, ...request.Option) (*ListAllDataModelRowIDsOutput, error)
ListAllDataModelRowIDsRequest(*ListAllDataModelRowIDsInput) (*request.Request, *ListAllDataModelRowIDsOutput)
ListClustersCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListClustersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListClustersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListClusters(*ListClustersInput) (*ListClustersOutput, error)
ListClustersWithContext(volcengine.Context, *ListClustersInput, ...request.Option) (*ListClustersOutput, error)
ListClustersRequest(*ListClustersInput) (*request.Request, *ListClustersOutput)
ListClustersOfWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListClustersOfWorkspaceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListClustersOfWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListClustersOfWorkspace(*ListClustersOfWorkspaceInput) (*ListClustersOfWorkspaceOutput, error)
ListClustersOfWorkspaceWithContext(volcengine.Context, *ListClustersOfWorkspaceInput, ...request.Option) (*ListClustersOfWorkspaceOutput, error)
ListClustersOfWorkspaceRequest(*ListClustersOfWorkspaceInput) (*request.Request, *ListClustersOfWorkspaceOutput)
ListDataModelRowsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListDataModelRowsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListDataModelRowsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListDataModelRows(*ListDataModelRowsInput) (*ListDataModelRowsOutput, error)
ListDataModelRowsWithContext(volcengine.Context, *ListDataModelRowsInput, ...request.Option) (*ListDataModelRowsOutput, error)
ListDataModelRowsRequest(*ListDataModelRowsInput) (*request.Request, *ListDataModelRowsOutput)
ListDataModelsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListDataModelsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListDataModelsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListDataModels(*ListDataModelsInput) (*ListDataModelsOutput, error)
ListDataModelsWithContext(volcengine.Context, *ListDataModelsInput, ...request.Option) (*ListDataModelsOutput, error)
ListDataModelsRequest(*ListDataModelsInput) (*request.Request, *ListDataModelsOutput)
ListNotebookServerResourceOptsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListNotebookServerResourceOptsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListNotebookServerResourceOptsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListNotebookServerResourceOpts(*ListNotebookServerResourceOptsInput) (*ListNotebookServerResourceOptsOutput, error)
ListNotebookServerResourceOptsWithContext(volcengine.Context, *ListNotebookServerResourceOptsInput, ...request.Option) (*ListNotebookServerResourceOptsOutput, error)
ListNotebookServerResourceOptsRequest(*ListNotebookServerResourceOptsInput) (*request.Request, *ListNotebookServerResourceOptsOutput)
ListNotebookServersCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListNotebookServersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListNotebookServersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListNotebookServers(*ListNotebookServersInput) (*ListNotebookServersOutput, error)
ListNotebookServersWithContext(volcengine.Context, *ListNotebookServersInput, ...request.Option) (*ListNotebookServersOutput, error)
ListNotebookServersRequest(*ListNotebookServersInput) (*request.Request, *ListNotebookServersOutput)
ListRunsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListRunsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListRunsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListRuns(*ListRunsInput) (*ListRunsOutput, error)
ListRunsWithContext(volcengine.Context, *ListRunsInput, ...request.Option) (*ListRunsOutput, error)
ListRunsRequest(*ListRunsInput) (*request.Request, *ListRunsOutput)
ListSubmissionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListSubmissionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListSubmissionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListSubmissions(*ListSubmissionsInput) (*ListSubmissionsOutput, error)
ListSubmissionsWithContext(volcengine.Context, *ListSubmissionsInput, ...request.Option) (*ListSubmissionsOutput, error)
ListSubmissionsRequest(*ListSubmissionsInput) (*request.Request, *ListSubmissionsOutput)
ListTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListTasks(*ListTasksInput) (*ListTasksOutput, error)
ListTasksWithContext(volcengine.Context, *ListTasksInput, ...request.Option) (*ListTasksOutput, error)
ListTasksRequest(*ListTasksInput) (*request.Request, *ListTasksOutput)
ListWorkflowsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListWorkflowsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListWorkflowsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListWorkflows(*ListWorkflowsInput) (*ListWorkflowsOutput, error)
ListWorkflowsWithContext(volcengine.Context, *ListWorkflowsInput, ...request.Option) (*ListWorkflowsOutput, error)
ListWorkflowsRequest(*ListWorkflowsInput) (*request.Request, *ListWorkflowsOutput)
ListWorkspaceExtraBucketsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListWorkspaceExtraBucketsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListWorkspaceExtraBucketsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListWorkspaceExtraBuckets(*ListWorkspaceExtraBucketsInput) (*ListWorkspaceExtraBucketsOutput, error)
ListWorkspaceExtraBucketsWithContext(volcengine.Context, *ListWorkspaceExtraBucketsInput, ...request.Option) (*ListWorkspaceExtraBucketsOutput, error)
ListWorkspaceExtraBucketsRequest(*ListWorkspaceExtraBucketsInput) (*request.Request, *ListWorkspaceExtraBucketsOutput)
ListWorkspaceLabelsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListWorkspaceLabelsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListWorkspaceLabelsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListWorkspaceLabels(*ListWorkspaceLabelsInput) (*ListWorkspaceLabelsOutput, error)
ListWorkspaceLabelsWithContext(volcengine.Context, *ListWorkspaceLabelsInput, ...request.Option) (*ListWorkspaceLabelsOutput, error)
ListWorkspaceLabelsRequest(*ListWorkspaceLabelsInput) (*request.Request, *ListWorkspaceLabelsOutput)
ListWorkspacesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListWorkspacesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListWorkspacesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListWorkspaces(*ListWorkspacesInput) (*ListWorkspacesOutput, error)
ListWorkspacesWithContext(volcengine.Context, *ListWorkspacesInput, ...request.Option) (*ListWorkspacesOutput, error)
ListWorkspacesRequest(*ListWorkspacesInput) (*request.Request, *ListWorkspacesOutput)
StopNotebookServerCommon(*map[string]interface{}) (*map[string]interface{}, error)
StopNotebookServerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
StopNotebookServerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
StopNotebookServer(*StopNotebookServerInput) (*StopNotebookServerOutput, error)
StopNotebookServerWithContext(volcengine.Context, *StopNotebookServerInput, ...request.Option) (*StopNotebookServerOutput, error)
StopNotebookServerRequest(*StopNotebookServerInput) (*request.Request, *StopNotebookServerOutput)
UnbindClusterAndWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
UnbindClusterAndWorkspaceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UnbindClusterAndWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UnbindClusterAndWorkspace(*UnbindClusterAndWorkspaceInput) (*UnbindClusterAndWorkspaceOutput, error)
UnbindClusterAndWorkspaceWithContext(volcengine.Context, *UnbindClusterAndWorkspaceInput, ...request.Option) (*UnbindClusterAndWorkspaceOutput, error)
UnbindClusterAndWorkspaceRequest(*UnbindClusterAndWorkspaceInput) (*request.Request, *UnbindClusterAndWorkspaceOutput)
UpdateAPIAccessKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateAPIAccessKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateAPIAccessKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateAPIAccessKey(*UpdateAPIAccessKeyInput) (*UpdateAPIAccessKeyOutput, error)
UpdateAPIAccessKeyWithContext(volcengine.Context, *UpdateAPIAccessKeyInput, ...request.Option) (*UpdateAPIAccessKeyOutput, error)
UpdateAPIAccessKeyRequest(*UpdateAPIAccessKeyInput) (*request.Request, *UpdateAPIAccessKeyOutput)
UpdateNotebookServerSettingsCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateNotebookServerSettingsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateNotebookServerSettingsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateNotebookServerSettings(*UpdateNotebookServerSettingsInput) (*UpdateNotebookServerSettingsOutput, error)
UpdateNotebookServerSettingsWithContext(volcengine.Context, *UpdateNotebookServerSettingsInput, ...request.Option) (*UpdateNotebookServerSettingsOutput, error)
UpdateNotebookServerSettingsRequest(*UpdateNotebookServerSettingsInput) (*request.Request, *UpdateNotebookServerSettingsOutput)
UpdateWorkflowCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateWorkflowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateWorkflowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateWorkflow(*UpdateWorkflowInput) (*UpdateWorkflowOutput, error)
UpdateWorkflowWithContext(volcengine.Context, *UpdateWorkflowInput, ...request.Option) (*UpdateWorkflowOutput, error)
UpdateWorkflowRequest(*UpdateWorkflowInput) (*request.Request, *UpdateWorkflowOutput)
}
BIOAPI provides an interface to enable mocking the bio.BIO service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to
// BIO.
func myFunc(svc BIOAPI) bool {
// Make svc.AttachWorkspaceExtraBucket request
}
func main() {
sess := session.New()
svc := bio.New(sess)
myFunc(svc)
}
type BindClusterToWorkspaceInput ¶
type BindClusterToWorkspaceInput struct {
// ClusterID is a required field
ClusterID *string `type:"string" json:",omitempty" required:"true"`
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// Type is a required field
Type *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfTypeForBindClusterToWorkspaceInput"`
// contains filtered or unexported fields
}
func (BindClusterToWorkspaceInput) GoString ¶
func (s BindClusterToWorkspaceInput) GoString() string
GoString returns the string representation
func (*BindClusterToWorkspaceInput) SetClusterID ¶
func (s *BindClusterToWorkspaceInput) SetClusterID(v string) *BindClusterToWorkspaceInput
SetClusterID sets the ClusterID field's value.
func (*BindClusterToWorkspaceInput) SetID ¶
func (s *BindClusterToWorkspaceInput) SetID(v string) *BindClusterToWorkspaceInput
SetID sets the ID field's value.
func (*BindClusterToWorkspaceInput) SetType ¶
func (s *BindClusterToWorkspaceInput) SetType(v string) *BindClusterToWorkspaceInput
SetType sets the Type field's value.
func (BindClusterToWorkspaceInput) String ¶
func (s BindClusterToWorkspaceInput) String() string
String returns the string representation
func (*BindClusterToWorkspaceInput) Validate ¶
func (s *BindClusterToWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BindClusterToWorkspaceOutput ¶
type BindClusterToWorkspaceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (BindClusterToWorkspaceOutput) GoString ¶
func (s BindClusterToWorkspaceOutput) GoString() string
GoString returns the string representation
func (BindClusterToWorkspaceOutput) String ¶
func (s BindClusterToWorkspaceOutput) String() string
String returns the string representation
type CancelRunInput ¶
type CancelRunInput struct {
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CancelRunInput) GoString ¶
func (s CancelRunInput) GoString() string
GoString returns the string representation
func (*CancelRunInput) SetID ¶
func (s *CancelRunInput) SetID(v string) *CancelRunInput
SetID sets the ID field's value.
func (*CancelRunInput) SetWorkspaceID ¶
func (s *CancelRunInput) SetWorkspaceID(v string) *CancelRunInput
SetWorkspaceID sets the WorkspaceID field's value.
func (CancelRunInput) String ¶
func (s CancelRunInput) String() string
String returns the string representation
func (*CancelRunInput) Validate ¶
func (s *CancelRunInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelRunOutput ¶
type CancelRunOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CancelRunOutput) GoString ¶
func (s CancelRunOutput) GoString() string
GoString returns the string representation
func (CancelRunOutput) String ¶
func (s CancelRunOutput) String() string
String returns the string representation
type CancelSubmissionInput ¶
type CancelSubmissionInput struct {
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CancelSubmissionInput) GoString ¶
func (s CancelSubmissionInput) GoString() string
GoString returns the string representation
func (*CancelSubmissionInput) SetID ¶
func (s *CancelSubmissionInput) SetID(v string) *CancelSubmissionInput
SetID sets the ID field's value.
func (*CancelSubmissionInput) SetWorkspaceID ¶
func (s *CancelSubmissionInput) SetWorkspaceID(v string) *CancelSubmissionInput
SetWorkspaceID sets the WorkspaceID field's value.
func (CancelSubmissionInput) String ¶
func (s CancelSubmissionInput) String() string
String returns the string representation
func (*CancelSubmissionInput) Validate ¶
func (s *CancelSubmissionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelSubmissionOutput ¶
type CancelSubmissionOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CancelSubmissionOutput) GoString ¶
func (s CancelSubmissionOutput) GoString() string
GoString returns the string representation
func (CancelSubmissionOutput) String ¶
func (s CancelSubmissionOutput) String() string
String returns the string representation
type CheckWorkspaceDefaultBucketRelatedOthersInput ¶
type CheckWorkspaceDefaultBucketRelatedOthersInput struct {
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CheckWorkspaceDefaultBucketRelatedOthersInput) GoString ¶
func (s CheckWorkspaceDefaultBucketRelatedOthersInput) GoString() string
GoString returns the string representation
func (*CheckWorkspaceDefaultBucketRelatedOthersInput) SetID ¶
func (s *CheckWorkspaceDefaultBucketRelatedOthersInput) SetID(v string) *CheckWorkspaceDefaultBucketRelatedOthersInput
SetID sets the ID field's value.
func (CheckWorkspaceDefaultBucketRelatedOthersInput) String ¶
func (s CheckWorkspaceDefaultBucketRelatedOthersInput) String() string
String returns the string representation
func (*CheckWorkspaceDefaultBucketRelatedOthersInput) Validate ¶
func (s *CheckWorkspaceDefaultBucketRelatedOthersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CheckWorkspaceDefaultBucketRelatedOthersOutput ¶
type CheckWorkspaceDefaultBucketRelatedOthersOutput struct {
Metadata *response.ResponseMetadata
RelatedCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CheckWorkspaceDefaultBucketRelatedOthersOutput) GoString ¶
func (s CheckWorkspaceDefaultBucketRelatedOthersOutput) GoString() string
GoString returns the string representation
func (*CheckWorkspaceDefaultBucketRelatedOthersOutput) SetRelatedCount ¶
func (s *CheckWorkspaceDefaultBucketRelatedOthersOutput) SetRelatedCount(v int32) *CheckWorkspaceDefaultBucketRelatedOthersOutput
SetRelatedCount sets the RelatedCount field's value.
func (CheckWorkspaceDefaultBucketRelatedOthersOutput) String ¶
func (s CheckWorkspaceDefaultBucketRelatedOthersOutput) String() string
String returns the string representation
type ClonePublicWorkspaceInput ¶
type ClonePublicWorkspaceInput struct {
CoverPath *string `type:"string" json:",omitempty"`
// Description is a required field
Description *string `min:"1" max:"1000" type:"string" json:",omitempty" required:"true"`
Labels []*string `type:"list" json:",omitempty"`
// Name is a required field
Name *string `min:"1" max:"200" type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ClonePublicWorkspaceInput) GoString ¶
func (s ClonePublicWorkspaceInput) GoString() string
GoString returns the string representation
func (*ClonePublicWorkspaceInput) SetCoverPath ¶
func (s *ClonePublicWorkspaceInput) SetCoverPath(v string) *ClonePublicWorkspaceInput
SetCoverPath sets the CoverPath field's value.
func (*ClonePublicWorkspaceInput) SetDescription ¶
func (s *ClonePublicWorkspaceInput) SetDescription(v string) *ClonePublicWorkspaceInput
SetDescription sets the Description field's value.
func (*ClonePublicWorkspaceInput) SetLabels ¶
func (s *ClonePublicWorkspaceInput) SetLabels(v []*string) *ClonePublicWorkspaceInput
SetLabels sets the Labels field's value.
func (*ClonePublicWorkspaceInput) SetName ¶
func (s *ClonePublicWorkspaceInput) SetName(v string) *ClonePublicWorkspaceInput
SetName sets the Name field's value.
func (*ClonePublicWorkspaceInput) SetWorkspaceID ¶
func (s *ClonePublicWorkspaceInput) SetWorkspaceID(v string) *ClonePublicWorkspaceInput
SetWorkspaceID sets the WorkspaceID field's value.
func (ClonePublicWorkspaceInput) String ¶
func (s ClonePublicWorkspaceInput) String() string
String returns the string representation
func (*ClonePublicWorkspaceInput) Validate ¶
func (s *ClonePublicWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ClonePublicWorkspaceOutput ¶
type ClonePublicWorkspaceOutput struct {
Metadata *response.ResponseMetadata
ID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ClonePublicWorkspaceOutput) GoString ¶
func (s ClonePublicWorkspaceOutput) GoString() string
GoString returns the string representation
func (*ClonePublicWorkspaceOutput) SetID ¶
func (s *ClonePublicWorkspaceOutput) SetID(v string) *ClonePublicWorkspaceOutput
SetID sets the ID field's value.
func (ClonePublicWorkspaceOutput) String ¶
func (s ClonePublicWorkspaceOutput) String() string
String returns the string representation
type ClusterInfoForListClustersOfWorkspaceOutput ¶
type ClusterInfoForListClustersOfWorkspaceOutput struct {
Bound *bool `type:"boolean" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
ErrorMessage *string `type:"string" json:",omitempty"`
ExternalConfig *ExternalConfigForListClustersOfWorkspaceOutput `type:"structure" json:",omitempty"`
ID *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Public *bool `type:"boolean" json:",omitempty"`
StartTime *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForListClustersOfWorkspaceOutput"`
StoppedTime *int32 `type:"int32" json:",omitempty"`
VKEConfig *VKEConfigForListClustersOfWorkspaceOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ClusterInfoForListClustersOfWorkspaceOutput) GoString ¶
func (s ClusterInfoForListClustersOfWorkspaceOutput) GoString() string
GoString returns the string representation
func (*ClusterInfoForListClustersOfWorkspaceOutput) SetBound ¶
func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetBound(v bool) *ClusterInfoForListClustersOfWorkspaceOutput
SetBound sets the Bound field's value.
func (*ClusterInfoForListClustersOfWorkspaceOutput) SetDescription ¶
func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetDescription(v string) *ClusterInfoForListClustersOfWorkspaceOutput
SetDescription sets the Description field's value.
func (*ClusterInfoForListClustersOfWorkspaceOutput) SetErrorMessage ¶
func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetErrorMessage(v string) *ClusterInfoForListClustersOfWorkspaceOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*ClusterInfoForListClustersOfWorkspaceOutput) SetExternalConfig ¶
func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetExternalConfig(v *ExternalConfigForListClustersOfWorkspaceOutput) *ClusterInfoForListClustersOfWorkspaceOutput
SetExternalConfig sets the ExternalConfig field's value.
func (*ClusterInfoForListClustersOfWorkspaceOutput) SetID ¶
func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetID(v string) *ClusterInfoForListClustersOfWorkspaceOutput
SetID sets the ID field's value.
func (*ClusterInfoForListClustersOfWorkspaceOutput) SetName ¶
func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetName(v string) *ClusterInfoForListClustersOfWorkspaceOutput
SetName sets the Name field's value.
func (*ClusterInfoForListClustersOfWorkspaceOutput) SetPublic ¶
func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetPublic(v bool) *ClusterInfoForListClustersOfWorkspaceOutput
SetPublic sets the Public field's value.
func (*ClusterInfoForListClustersOfWorkspaceOutput) SetSharedConfig ¶
func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetSharedConfig(v *SharedConfigForListClustersOfWorkspaceOutput) *ClusterInfoForListClustersOfWorkspaceOutput
SetSharedConfig sets the SharedConfig field's value.
func (*ClusterInfoForListClustersOfWorkspaceOutput) SetStartTime ¶
func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetStartTime(v int32) *ClusterInfoForListClustersOfWorkspaceOutput
SetStartTime sets the StartTime field's value.
func (*ClusterInfoForListClustersOfWorkspaceOutput) SetStatus ¶
func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetStatus(v string) *ClusterInfoForListClustersOfWorkspaceOutput
SetStatus sets the Status field's value.
func (*ClusterInfoForListClustersOfWorkspaceOutput) SetStoppedTime ¶
func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetStoppedTime(v int32) *ClusterInfoForListClustersOfWorkspaceOutput
SetStoppedTime sets the StoppedTime field's value.
func (*ClusterInfoForListClustersOfWorkspaceOutput) SetVKEConfig ¶
func (s *ClusterInfoForListClustersOfWorkspaceOutput) SetVKEConfig(v *VKEConfigForListClustersOfWorkspaceOutput) *ClusterInfoForListClustersOfWorkspaceOutput
SetVKEConfig sets the VKEConfig field's value.
func (ClusterInfoForListClustersOfWorkspaceOutput) String ¶
func (s ClusterInfoForListClustersOfWorkspaceOutput) String() string
String returns the string representation
type CommitIESImageInput ¶
type CommitIESImageInput struct {
// Description is a required field
Description *string `type:"string" json:",omitempty" required:"true"`
// Image is a required field
Image *string `type:"string" json:",omitempty" required:"true"`
// ImageReplace is a required field
ImageReplace *bool `type:"boolean" json:",omitempty" required:"true"`
// WebappInstanceID is a required field
WebappInstanceID *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CommitIESImageInput) GoString ¶
func (s CommitIESImageInput) GoString() string
GoString returns the string representation
func (*CommitIESImageInput) SetDescription ¶
func (s *CommitIESImageInput) SetDescription(v string) *CommitIESImageInput
SetDescription sets the Description field's value.
func (*CommitIESImageInput) SetImage ¶
func (s *CommitIESImageInput) SetImage(v string) *CommitIESImageInput
SetImage sets the Image field's value.
func (*CommitIESImageInput) SetImageReplace ¶
func (s *CommitIESImageInput) SetImageReplace(v bool) *CommitIESImageInput
SetImageReplace sets the ImageReplace field's value.
func (*CommitIESImageInput) SetWebappInstanceID ¶
func (s *CommitIESImageInput) SetWebappInstanceID(v string) *CommitIESImageInput
SetWebappInstanceID sets the WebappInstanceID field's value.
func (*CommitIESImageInput) SetWorkspaceID ¶
func (s *CommitIESImageInput) SetWorkspaceID(v string) *CommitIESImageInput
SetWorkspaceID sets the WorkspaceID field's value.
func (CommitIESImageInput) String ¶
func (s CommitIESImageInput) String() string
String returns the string representation
func (*CommitIESImageInput) Validate ¶
func (s *CommitIESImageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CommitIESImageOutput ¶
type CommitIESImageOutput struct {
Metadata *response.ResponseMetadata
ID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CommitIESImageOutput) GoString ¶
func (s CommitIESImageOutput) GoString() string
GoString returns the string representation
func (*CommitIESImageOutput) SetID ¶
func (s *CommitIESImageOutput) SetID(v string) *CommitIESImageOutput
SetID sets the ID field's value.
func (CommitIESImageOutput) String ¶
func (s CommitIESImageOutput) String() string
String returns the string representation
type CompleteSchemaInput ¶
type CompleteSchemaInput struct {
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CompleteSchemaInput) GoString ¶
func (s CompleteSchemaInput) GoString() string
GoString returns the string representation
func (*CompleteSchemaInput) SetID ¶
func (s *CompleteSchemaInput) SetID(v string) *CompleteSchemaInput
SetID sets the ID field's value.
func (CompleteSchemaInput) String ¶
func (s CompleteSchemaInput) String() string
String returns the string representation
func (*CompleteSchemaInput) Validate ¶
func (s *CompleteSchemaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CompleteSchemaOutput ¶
type CompleteSchemaOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CompleteSchemaOutput) GoString ¶
func (s CompleteSchemaOutput) GoString() string
GoString returns the string representation
func (CompleteSchemaOutput) String ¶
func (s CompleteSchemaOutput) String() string
String returns the string representation
type CreateClusterInput ¶
type CreateClusterInput struct {
Description *string `max:"300" type:"string" json:",omitempty"`
// Name is a required field
Name *string `min:"2" max:"64" type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateClusterInput) GoString ¶
func (s CreateClusterInput) GoString() string
GoString returns the string representation
func (*CreateClusterInput) SetDescription ¶
func (s *CreateClusterInput) SetDescription(v string) *CreateClusterInput
SetDescription sets the Description field's value.
func (*CreateClusterInput) SetName ¶
func (s *CreateClusterInput) SetName(v string) *CreateClusterInput
SetName sets the Name field's value.
func (*CreateClusterInput) SetSharedConfig ¶
func (s *CreateClusterInput) SetSharedConfig(v *SharedConfigForCreateClusterInput) *CreateClusterInput
SetSharedConfig sets the SharedConfig field's value.
func (CreateClusterInput) String ¶
func (s CreateClusterInput) String() string
String returns the string representation
func (*CreateClusterInput) Validate ¶
func (s *CreateClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateClusterOutput ¶
type CreateClusterOutput struct {
Metadata *response.ResponseMetadata
ID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateClusterOutput) GoString ¶
func (s CreateClusterOutput) GoString() string
GoString returns the string representation
func (*CreateClusterOutput) SetID ¶
func (s *CreateClusterOutput) SetID(v string) *CreateClusterOutput
SetID sets the ID field's value.
func (CreateClusterOutput) String ¶
func (s CreateClusterOutput) String() string
String returns the string representation
type CreateDataModelInput ¶
type CreateDataModelInput struct {
Headers []*string `type:"list" json:",omitempty"`
// Name is a required field
Name *string `min:"1" max:"30" type:"string" json:",omitempty" required:"true"`
RepositorySchema *RepositorySchemaForCreateDataModelInput `type:"structure" json:",omitempty"`
Rows []*RowForCreateDataModelInput `type:"list" json:",omitempty"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateDataModelInput) GoString ¶
func (s CreateDataModelInput) GoString() string
GoString returns the string representation
func (*CreateDataModelInput) SetHeaders ¶
func (s *CreateDataModelInput) SetHeaders(v []*string) *CreateDataModelInput
SetHeaders sets the Headers field's value.
func (*CreateDataModelInput) SetName ¶
func (s *CreateDataModelInput) SetName(v string) *CreateDataModelInput
SetName sets the Name field's value.
func (*CreateDataModelInput) SetRepositorySchema ¶
func (s *CreateDataModelInput) SetRepositorySchema(v *RepositorySchemaForCreateDataModelInput) *CreateDataModelInput
SetRepositorySchema sets the RepositorySchema field's value.
func (*CreateDataModelInput) SetRows ¶
func (s *CreateDataModelInput) SetRows(v []*RowForCreateDataModelInput) *CreateDataModelInput
SetRows sets the Rows field's value.
func (*CreateDataModelInput) SetWorkspaceID ¶
func (s *CreateDataModelInput) SetWorkspaceID(v string) *CreateDataModelInput
SetWorkspaceID sets the WorkspaceID field's value.
func (CreateDataModelInput) String ¶
func (s CreateDataModelInput) String() string
String returns the string representation
func (*CreateDataModelInput) Validate ¶
func (s *CreateDataModelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDataModelOutput ¶
type CreateDataModelOutput struct {
Metadata *response.ResponseMetadata
ID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateDataModelOutput) GoString ¶
func (s CreateDataModelOutput) GoString() string
GoString returns the string representation
func (*CreateDataModelOutput) SetID ¶
func (s *CreateDataModelOutput) SetID(v string) *CreateDataModelOutput
SetID sets the ID field's value.
func (CreateDataModelOutput) String ¶
func (s CreateDataModelOutput) String() string
String returns the string representation
type CreateNotebookRunInput ¶
type CreateNotebookRunInput struct {
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateNotebookRunInput) GoString ¶
func (s CreateNotebookRunInput) GoString() string
GoString returns the string representation
func (*CreateNotebookRunInput) SetName ¶
func (s *CreateNotebookRunInput) SetName(v string) *CreateNotebookRunInput
SetName sets the Name field's value.
func (*CreateNotebookRunInput) SetWorkspaceID ¶
func (s *CreateNotebookRunInput) SetWorkspaceID(v string) *CreateNotebookRunInput
SetWorkspaceID sets the WorkspaceID field's value.
func (CreateNotebookRunInput) String ¶
func (s CreateNotebookRunInput) String() string
String returns the string representation
func (*CreateNotebookRunInput) Validate ¶
func (s *CreateNotebookRunInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateNotebookRunOutput ¶
type CreateNotebookRunOutput struct {
Metadata *response.ResponseMetadata
JobID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateNotebookRunOutput) GoString ¶
func (s CreateNotebookRunOutput) GoString() string
GoString returns the string representation
func (*CreateNotebookRunOutput) SetJobID ¶
func (s *CreateNotebookRunOutput) SetJobID(v string) *CreateNotebookRunOutput
SetJobID sets the JobID field's value.
func (CreateNotebookRunOutput) String ¶
func (s CreateNotebookRunOutput) String() string
String returns the string representation
type CreateSubmissionInput ¶
type CreateSubmissionInput struct {
// ClusterID is a required field
ClusterID *string `type:"string" json:",omitempty" required:"true"`
DataModelID *string `type:"string" json:",omitempty"`
DataModelRowIDs []*string `type:"list" json:",omitempty"`
Description *string `max:"1000" type:"string" json:",omitempty"`
ExposedOptions *ExposedOptionsForCreateSubmissionInput `type:"structure" json:",omitempty"`
// Inputs is a required field
Inputs *string `type:"string" json:",omitempty" required:"true"`
// Name is a required field
Name *string `min:"11" max:"409" type:"string" json:",omitempty" required:"true"`
// Outputs is a required field
Outputs *string `type:"string" json:",omitempty" required:"true"`
// WorkflowID is a required field
WorkflowID *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateSubmissionInput) GoString ¶
func (s CreateSubmissionInput) GoString() string
GoString returns the string representation
func (*CreateSubmissionInput) SetClusterID ¶
func (s *CreateSubmissionInput) SetClusterID(v string) *CreateSubmissionInput
SetClusterID sets the ClusterID field's value.
func (*CreateSubmissionInput) SetDataModelID ¶
func (s *CreateSubmissionInput) SetDataModelID(v string) *CreateSubmissionInput
SetDataModelID sets the DataModelID field's value.
func (*CreateSubmissionInput) SetDataModelRowIDs ¶
func (s *CreateSubmissionInput) SetDataModelRowIDs(v []*string) *CreateSubmissionInput
SetDataModelRowIDs sets the DataModelRowIDs field's value.
func (*CreateSubmissionInput) SetDescription ¶
func (s *CreateSubmissionInput) SetDescription(v string) *CreateSubmissionInput
SetDescription sets the Description field's value.
func (*CreateSubmissionInput) SetExposedOptions ¶
func (s *CreateSubmissionInput) SetExposedOptions(v *ExposedOptionsForCreateSubmissionInput) *CreateSubmissionInput
SetExposedOptions sets the ExposedOptions field's value.
func (*CreateSubmissionInput) SetInputs ¶
func (s *CreateSubmissionInput) SetInputs(v string) *CreateSubmissionInput
SetInputs sets the Inputs field's value.
func (*CreateSubmissionInput) SetName ¶
func (s *CreateSubmissionInput) SetName(v string) *CreateSubmissionInput
SetName sets the Name field's value.
func (*CreateSubmissionInput) SetOutputs ¶
func (s *CreateSubmissionInput) SetOutputs(v string) *CreateSubmissionInput
SetOutputs sets the Outputs field's value.
func (*CreateSubmissionInput) SetWorkflowID ¶
func (s *CreateSubmissionInput) SetWorkflowID(v string) *CreateSubmissionInput
SetWorkflowID sets the WorkflowID field's value.
func (*CreateSubmissionInput) SetWorkspaceID ¶
func (s *CreateSubmissionInput) SetWorkspaceID(v string) *CreateSubmissionInput
SetWorkspaceID sets the WorkspaceID field's value.
func (CreateSubmissionInput) String ¶
func (s CreateSubmissionInput) String() string
String returns the string representation
func (*CreateSubmissionInput) Validate ¶
func (s *CreateSubmissionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSubmissionOutput ¶
type CreateSubmissionOutput struct {
Metadata *response.ResponseMetadata
ID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateSubmissionOutput) GoString ¶
func (s CreateSubmissionOutput) GoString() string
GoString returns the string representation
func (*CreateSubmissionOutput) SetID ¶
func (s *CreateSubmissionOutput) SetID(v string) *CreateSubmissionOutput
SetID sets the ID field's value.
func (CreateSubmissionOutput) String ¶
func (s CreateSubmissionOutput) String() string
String returns the string representation
type CreateWorkflowInput ¶
type CreateWorkflowInput struct {
Content *string `type:"string" json:",omitempty"`
Description *string `max:"1000" type:"string" json:",omitempty"`
// Language is a required field
Language *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfLanguageForCreateWorkflowInput"`
MainWorkflowPath *string `type:"string" json:",omitempty"`
// Name is a required field
Name *string `min:"1" max:"200" type:"string" json:",omitempty" required:"true"`
Source *string `type:"string" json:",omitempty"`
// SourceType is a required field
SourceType *string `type:"string" json:",omitempty" required:"true"`
Tag *string `type:"string" json:",omitempty"`
Token *string `type:"string" json:",omitempty"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateWorkflowInput) GoString ¶
func (s CreateWorkflowInput) GoString() string
GoString returns the string representation
func (*CreateWorkflowInput) SetContent ¶
func (s *CreateWorkflowInput) SetContent(v string) *CreateWorkflowInput
SetContent sets the Content field's value.
func (*CreateWorkflowInput) SetDescription ¶
func (s *CreateWorkflowInput) SetDescription(v string) *CreateWorkflowInput
SetDescription sets the Description field's value.
func (*CreateWorkflowInput) SetLanguage ¶
func (s *CreateWorkflowInput) SetLanguage(v string) *CreateWorkflowInput
SetLanguage sets the Language field's value.
func (*CreateWorkflowInput) SetMainWorkflowPath ¶
func (s *CreateWorkflowInput) SetMainWorkflowPath(v string) *CreateWorkflowInput
SetMainWorkflowPath sets the MainWorkflowPath field's value.
func (*CreateWorkflowInput) SetName ¶
func (s *CreateWorkflowInput) SetName(v string) *CreateWorkflowInput
SetName sets the Name field's value.
func (*CreateWorkflowInput) SetSource ¶
func (s *CreateWorkflowInput) SetSource(v string) *CreateWorkflowInput
SetSource sets the Source field's value.
func (*CreateWorkflowInput) SetSourceType ¶
func (s *CreateWorkflowInput) SetSourceType(v string) *CreateWorkflowInput
SetSourceType sets the SourceType field's value.
func (*CreateWorkflowInput) SetTag ¶
func (s *CreateWorkflowInput) SetTag(v string) *CreateWorkflowInput
SetTag sets the Tag field's value.
func (*CreateWorkflowInput) SetToken ¶
func (s *CreateWorkflowInput) SetToken(v string) *CreateWorkflowInput
SetToken sets the Token field's value.
func (*CreateWorkflowInput) SetWorkspaceID ¶
func (s *CreateWorkflowInput) SetWorkspaceID(v string) *CreateWorkflowInput
SetWorkspaceID sets the WorkspaceID field's value.
func (CreateWorkflowInput) String ¶
func (s CreateWorkflowInput) String() string
String returns the string representation
func (*CreateWorkflowInput) Validate ¶
func (s *CreateWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateWorkflowOutput ¶
type CreateWorkflowOutput struct {
Metadata *response.ResponseMetadata
ID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateWorkflowOutput) GoString ¶
func (s CreateWorkflowOutput) GoString() string
GoString returns the string representation
func (*CreateWorkflowOutput) SetID ¶
func (s *CreateWorkflowOutput) SetID(v string) *CreateWorkflowOutput
SetID sets the ID field's value.
func (CreateWorkflowOutput) String ¶
func (s CreateWorkflowOutput) String() string
String returns the string representation
type DataEntityForListSubmissionsOutput ¶
type DataEntityForListSubmissionsOutput struct {
ID *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
RowIDs []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataEntityForListSubmissionsOutput) GoString ¶
func (s DataEntityForListSubmissionsOutput) GoString() string
GoString returns the string representation
func (*DataEntityForListSubmissionsOutput) SetID ¶
func (s *DataEntityForListSubmissionsOutput) SetID(v string) *DataEntityForListSubmissionsOutput
SetID sets the ID field's value.
func (*DataEntityForListSubmissionsOutput) SetName ¶
func (s *DataEntityForListSubmissionsOutput) SetName(v string) *DataEntityForListSubmissionsOutput
SetName sets the Name field's value.
func (*DataEntityForListSubmissionsOutput) SetRowIDs ¶
func (s *DataEntityForListSubmissionsOutput) SetRowIDs(v []*string) *DataEntityForListSubmissionsOutput
SetRowIDs sets the RowIDs field's value.
func (DataEntityForListSubmissionsOutput) String ¶
func (s DataEntityForListSubmissionsOutput) String() string
String returns the string representation
type DeleteClusterInput ¶
type DeleteClusterInput struct {
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteClusterInput) GoString ¶
func (s DeleteClusterInput) GoString() string
GoString returns the string representation
func (*DeleteClusterInput) SetID ¶
func (s *DeleteClusterInput) SetID(v string) *DeleteClusterInput
SetID sets the ID field's value.
func (DeleteClusterInput) String ¶
func (s DeleteClusterInput) String() string
String returns the string representation
func (*DeleteClusterInput) Validate ¶
func (s *DeleteClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteClusterOutput ¶
type DeleteClusterOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteClusterOutput) GoString ¶
func (s DeleteClusterOutput) GoString() string
GoString returns the string representation
func (DeleteClusterOutput) String ¶
func (s DeleteClusterOutput) String() string
String returns the string representation
type DeleteDataModelRowsAndHeadersInput ¶
type DeleteDataModelRowsAndHeadersInput struct {
Headers []*string `type:"list" json:",omitempty"`
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
RowIDs []*string `type:"list" json:",omitempty"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteDataModelRowsAndHeadersInput) GoString ¶
func (s DeleteDataModelRowsAndHeadersInput) GoString() string
GoString returns the string representation
func (*DeleteDataModelRowsAndHeadersInput) SetHeaders ¶
func (s *DeleteDataModelRowsAndHeadersInput) SetHeaders(v []*string) *DeleteDataModelRowsAndHeadersInput
SetHeaders sets the Headers field's value.
func (*DeleteDataModelRowsAndHeadersInput) SetID ¶
func (s *DeleteDataModelRowsAndHeadersInput) SetID(v string) *DeleteDataModelRowsAndHeadersInput
SetID sets the ID field's value.
func (*DeleteDataModelRowsAndHeadersInput) SetRowIDs ¶
func (s *DeleteDataModelRowsAndHeadersInput) SetRowIDs(v []*string) *DeleteDataModelRowsAndHeadersInput
SetRowIDs sets the RowIDs field's value.
func (*DeleteDataModelRowsAndHeadersInput) SetWorkspaceID ¶
func (s *DeleteDataModelRowsAndHeadersInput) SetWorkspaceID(v string) *DeleteDataModelRowsAndHeadersInput
SetWorkspaceID sets the WorkspaceID field's value.
func (DeleteDataModelRowsAndHeadersInput) String ¶
func (s DeleteDataModelRowsAndHeadersInput) String() string
String returns the string representation
func (*DeleteDataModelRowsAndHeadersInput) Validate ¶
func (s *DeleteDataModelRowsAndHeadersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDataModelRowsAndHeadersOutput ¶
type DeleteDataModelRowsAndHeadersOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteDataModelRowsAndHeadersOutput) GoString ¶
func (s DeleteDataModelRowsAndHeadersOutput) GoString() string
GoString returns the string representation
func (DeleteDataModelRowsAndHeadersOutput) String ¶
func (s DeleteDataModelRowsAndHeadersOutput) String() string
String returns the string representation
type DeleteNotebookServerInput ¶
type DeleteNotebookServerInput struct {
UserID *int32 `type:"int32" json:",omitempty"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteNotebookServerInput) GoString ¶
func (s DeleteNotebookServerInput) GoString() string
GoString returns the string representation
func (*DeleteNotebookServerInput) SetUserID ¶
func (s *DeleteNotebookServerInput) SetUserID(v int32) *DeleteNotebookServerInput
SetUserID sets the UserID field's value.
func (*DeleteNotebookServerInput) SetWorkspaceID ¶
func (s *DeleteNotebookServerInput) SetWorkspaceID(v string) *DeleteNotebookServerInput
SetWorkspaceID sets the WorkspaceID field's value.
func (DeleteNotebookServerInput) String ¶
func (s DeleteNotebookServerInput) String() string
String returns the string representation
func (*DeleteNotebookServerInput) Validate ¶
func (s *DeleteNotebookServerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteNotebookServerOutput ¶
type DeleteNotebookServerOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteNotebookServerOutput) GoString ¶
func (s DeleteNotebookServerOutput) GoString() string
GoString returns the string representation
func (DeleteNotebookServerOutput) String ¶
func (s DeleteNotebookServerOutput) String() string
String returns the string representation
type DeleteNotebookServerSettingsInput ¶
type DeleteNotebookServerSettingsInput struct {
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteNotebookServerSettingsInput) GoString ¶
func (s DeleteNotebookServerSettingsInput) GoString() string
GoString returns the string representation
func (*DeleteNotebookServerSettingsInput) SetWorkspaceID ¶
func (s *DeleteNotebookServerSettingsInput) SetWorkspaceID(v string) *DeleteNotebookServerSettingsInput
SetWorkspaceID sets the WorkspaceID field's value.
func (DeleteNotebookServerSettingsInput) String ¶
func (s DeleteNotebookServerSettingsInput) String() string
String returns the string representation
func (*DeleteNotebookServerSettingsInput) Validate ¶
func (s *DeleteNotebookServerSettingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteNotebookServerSettingsOutput ¶
type DeleteNotebookServerSettingsOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteNotebookServerSettingsOutput) GoString ¶
func (s DeleteNotebookServerSettingsOutput) GoString() string
GoString returns the string representation
func (DeleteNotebookServerSettingsOutput) String ¶
func (s DeleteNotebookServerSettingsOutput) String() string
String returns the string representation
type DeleteSubmissionInput ¶
type DeleteSubmissionInput struct {
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteSubmissionInput) GoString ¶
func (s DeleteSubmissionInput) GoString() string
GoString returns the string representation
func (*DeleteSubmissionInput) SetID ¶
func (s *DeleteSubmissionInput) SetID(v string) *DeleteSubmissionInput
SetID sets the ID field's value.
func (*DeleteSubmissionInput) SetWorkspaceID ¶
func (s *DeleteSubmissionInput) SetWorkspaceID(v string) *DeleteSubmissionInput
SetWorkspaceID sets the WorkspaceID field's value.
func (DeleteSubmissionInput) String ¶
func (s DeleteSubmissionInput) String() string
String returns the string representation
func (*DeleteSubmissionInput) Validate ¶
func (s *DeleteSubmissionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSubmissionOutput ¶
type DeleteSubmissionOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteSubmissionOutput) GoString ¶
func (s DeleteSubmissionOutput) GoString() string
GoString returns the string representation
func (DeleteSubmissionOutput) String ¶
func (s DeleteSubmissionOutput) String() string
String returns the string representation
type DeleteWorkflowInput ¶
type DeleteWorkflowInput struct {
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteWorkflowInput) GoString ¶
func (s DeleteWorkflowInput) GoString() string
GoString returns the string representation
func (*DeleteWorkflowInput) SetID ¶
func (s *DeleteWorkflowInput) SetID(v string) *DeleteWorkflowInput
SetID sets the ID field's value.
func (*DeleteWorkflowInput) SetWorkspaceID ¶
func (s *DeleteWorkflowInput) SetWorkspaceID(v string) *DeleteWorkflowInput
SetWorkspaceID sets the WorkspaceID field's value.
func (DeleteWorkflowInput) String ¶
func (s DeleteWorkflowInput) String() string
String returns the string representation
func (*DeleteWorkflowInput) Validate ¶
func (s *DeleteWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteWorkflowOutput ¶
type DeleteWorkflowOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteWorkflowOutput) GoString ¶
func (s DeleteWorkflowOutput) GoString() string
GoString returns the string representation
func (DeleteWorkflowOutput) String ¶
func (s DeleteWorkflowOutput) String() string
String returns the string representation
type DeleteWorkspaceInput ¶
type DeleteWorkspaceInput struct {
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteWorkspaceInput) GoString ¶
func (s DeleteWorkspaceInput) GoString() string
GoString returns the string representation
func (*DeleteWorkspaceInput) SetID ¶
func (s *DeleteWorkspaceInput) SetID(v string) *DeleteWorkspaceInput
SetID sets the ID field's value.
func (DeleteWorkspaceInput) String ¶
func (s DeleteWorkspaceInput) String() string
String returns the string representation
func (*DeleteWorkspaceInput) Validate ¶
func (s *DeleteWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteWorkspaceOutput ¶
type DeleteWorkspaceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteWorkspaceOutput) GoString ¶
func (s DeleteWorkspaceOutput) GoString() string
GoString returns the string representation
func (DeleteWorkspaceOutput) String ¶
func (s DeleteWorkspaceOutput) String() string
String returns the string representation
type DetachWorkspaceExtraBucketInput ¶
type DetachWorkspaceExtraBucketInput struct {
// Bucket is a required field
Bucket *string `type:"string" json:",omitempty" required:"true"`
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DetachWorkspaceExtraBucketInput) GoString ¶
func (s DetachWorkspaceExtraBucketInput) GoString() string
GoString returns the string representation
func (*DetachWorkspaceExtraBucketInput) SetBucket ¶
func (s *DetachWorkspaceExtraBucketInput) SetBucket(v string) *DetachWorkspaceExtraBucketInput
SetBucket sets the Bucket field's value.
func (*DetachWorkspaceExtraBucketInput) SetID ¶
func (s *DetachWorkspaceExtraBucketInput) SetID(v string) *DetachWorkspaceExtraBucketInput
SetID sets the ID field's value.
func (DetachWorkspaceExtraBucketInput) String ¶
func (s DetachWorkspaceExtraBucketInput) String() string
String returns the string representation
func (*DetachWorkspaceExtraBucketInput) Validate ¶
func (s *DetachWorkspaceExtraBucketInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachWorkspaceExtraBucketOutput ¶
type DetachWorkspaceExtraBucketOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DetachWorkspaceExtraBucketOutput) GoString ¶
func (s DetachWorkspaceExtraBucketOutput) GoString() string
GoString returns the string representation
func (DetachWorkspaceExtraBucketOutput) String ¶
func (s DetachWorkspaceExtraBucketOutput) String() string
String returns the string representation
type ExportWorkspaceInput ¶
type ExportWorkspaceInput struct {
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ExportWorkspaceInput) GoString ¶
func (s ExportWorkspaceInput) GoString() string
GoString returns the string representation
func (*ExportWorkspaceInput) SetWorkspaceID ¶
func (s *ExportWorkspaceInput) SetWorkspaceID(v string) *ExportWorkspaceInput
SetWorkspaceID sets the WorkspaceID field's value.
func (ExportWorkspaceInput) String ¶
func (s ExportWorkspaceInput) String() string
String returns the string representation
func (*ExportWorkspaceInput) Validate ¶
func (s *ExportWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExportWorkspaceOutput ¶
type ExportWorkspaceOutput struct {
Metadata *response.ResponseMetadata
ID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ExportWorkspaceOutput) GoString ¶
func (s ExportWorkspaceOutput) GoString() string
GoString returns the string representation
func (*ExportWorkspaceOutput) SetID ¶
func (s *ExportWorkspaceOutput) SetID(v string) *ExportWorkspaceOutput
SetID sets the ID field's value.
func (ExportWorkspaceOutput) String ¶
func (s ExportWorkspaceOutput) String() string
String returns the string representation
type ExposedOptionsForCreateSubmissionInput ¶
type ExposedOptionsForCreateSubmissionInput struct {
AAIPassport *string `type:"string" json:",omitempty"`
ExecutionRootDir *string `type:"string" json:",omitempty"`
MountTOS *bool `type:"boolean" json:",omitempty"`
ReadFromCache *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (ExposedOptionsForCreateSubmissionInput) GoString ¶
func (s ExposedOptionsForCreateSubmissionInput) GoString() string
GoString returns the string representation
func (*ExposedOptionsForCreateSubmissionInput) SetAAIPassport ¶
func (s *ExposedOptionsForCreateSubmissionInput) SetAAIPassport(v string) *ExposedOptionsForCreateSubmissionInput
SetAAIPassport sets the AAIPassport field's value.
func (*ExposedOptionsForCreateSubmissionInput) SetExecutionRootDir ¶
func (s *ExposedOptionsForCreateSubmissionInput) SetExecutionRootDir(v string) *ExposedOptionsForCreateSubmissionInput
SetExecutionRootDir sets the ExecutionRootDir field's value.
func (*ExposedOptionsForCreateSubmissionInput) SetMountTOS ¶
func (s *ExposedOptionsForCreateSubmissionInput) SetMountTOS(v bool) *ExposedOptionsForCreateSubmissionInput
SetMountTOS sets the MountTOS field's value.
func (*ExposedOptionsForCreateSubmissionInput) SetReadFromCache ¶
func (s *ExposedOptionsForCreateSubmissionInput) SetReadFromCache(v bool) *ExposedOptionsForCreateSubmissionInput
SetReadFromCache sets the ReadFromCache field's value.
func (ExposedOptionsForCreateSubmissionInput) String ¶
func (s ExposedOptionsForCreateSubmissionInput) String() string
String returns the string representation
type ExposedOptionsForListSubmissionsOutput ¶
type ExposedOptionsForListSubmissionsOutput struct {
AAIPassport *string `type:"string" json:",omitempty"`
ExecutionRootDir *string `type:"string" json:",omitempty"`
MountTOS *bool `type:"boolean" json:",omitempty"`
ReadFromCache *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (ExposedOptionsForListSubmissionsOutput) GoString ¶
func (s ExposedOptionsForListSubmissionsOutput) GoString() string
GoString returns the string representation
func (*ExposedOptionsForListSubmissionsOutput) SetAAIPassport ¶
func (s *ExposedOptionsForListSubmissionsOutput) SetAAIPassport(v string) *ExposedOptionsForListSubmissionsOutput
SetAAIPassport sets the AAIPassport field's value.
func (*ExposedOptionsForListSubmissionsOutput) SetExecutionRootDir ¶
func (s *ExposedOptionsForListSubmissionsOutput) SetExecutionRootDir(v string) *ExposedOptionsForListSubmissionsOutput
SetExecutionRootDir sets the ExecutionRootDir field's value.
func (*ExposedOptionsForListSubmissionsOutput) SetMountTOS ¶
func (s *ExposedOptionsForListSubmissionsOutput) SetMountTOS(v bool) *ExposedOptionsForListSubmissionsOutput
SetMountTOS sets the MountTOS field's value.
func (*ExposedOptionsForListSubmissionsOutput) SetReadFromCache ¶
func (s *ExposedOptionsForListSubmissionsOutput) SetReadFromCache(v bool) *ExposedOptionsForListSubmissionsOutput
SetReadFromCache sets the ReadFromCache field's value.
func (ExposedOptionsForListSubmissionsOutput) String ¶
func (s ExposedOptionsForListSubmissionsOutput) String() string
String returns the string representation
type ExternalConfigForListClustersOfWorkspaceOutput ¶
type ExternalConfigForListClustersOfWorkspaceOutput struct {
ExecutionRootDir *string `type:"string" json:",omitempty"`
Filesystem *string `type:"string" json:",omitempty" enum:"EnumOfFilesystemForListClustersOfWorkspaceOutput"`
JupyterhubClusterKubeConfig *string `type:"string" json:",omitempty"`
JupyterhubEndpoint *string `type:"string" json:",omitempty"`
JupyterhubJWTSecret *string `type:"string" json:",omitempty"`
JupyterhubUserNamespace *string `type:"string" json:",omitempty"`
NereidClusterID *string `type:"string" json:",omitempty"`
NereidEndpoint *string `type:"string" json:",omitempty"`
ResourceScheduler *string `type:"string" json:",omitempty"`
S3ProxyConfig *S3ProxyConfigForListClustersOfWorkspaceOutput `type:"structure" json:",omitempty"`
WESEndpoint *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ExternalConfigForListClustersOfWorkspaceOutput) GoString ¶
func (s ExternalConfigForListClustersOfWorkspaceOutput) GoString() string
GoString returns the string representation
func (*ExternalConfigForListClustersOfWorkspaceOutput) SetExecutionRootDir ¶
func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetExecutionRootDir(v string) *ExternalConfigForListClustersOfWorkspaceOutput
SetExecutionRootDir sets the ExecutionRootDir field's value.
func (*ExternalConfigForListClustersOfWorkspaceOutput) SetFilesystem ¶
func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetFilesystem(v string) *ExternalConfigForListClustersOfWorkspaceOutput
SetFilesystem sets the Filesystem field's value.
func (*ExternalConfigForListClustersOfWorkspaceOutput) SetJupyterhubClusterKubeConfig ¶
func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetJupyterhubClusterKubeConfig(v string) *ExternalConfigForListClustersOfWorkspaceOutput
SetJupyterhubClusterKubeConfig sets the JupyterhubClusterKubeConfig field's value.
func (*ExternalConfigForListClustersOfWorkspaceOutput) SetJupyterhubEndpoint ¶
func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetJupyterhubEndpoint(v string) *ExternalConfigForListClustersOfWorkspaceOutput
SetJupyterhubEndpoint sets the JupyterhubEndpoint field's value.
func (*ExternalConfigForListClustersOfWorkspaceOutput) SetJupyterhubJWTSecret ¶
func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetJupyterhubJWTSecret(v string) *ExternalConfigForListClustersOfWorkspaceOutput
SetJupyterhubJWTSecret sets the JupyterhubJWTSecret field's value.
func (*ExternalConfigForListClustersOfWorkspaceOutput) SetJupyterhubUserNamespace ¶
func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetJupyterhubUserNamespace(v string) *ExternalConfigForListClustersOfWorkspaceOutput
SetJupyterhubUserNamespace sets the JupyterhubUserNamespace field's value.
func (*ExternalConfigForListClustersOfWorkspaceOutput) SetNereidClusterID ¶
func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetNereidClusterID(v string) *ExternalConfigForListClustersOfWorkspaceOutput
SetNereidClusterID sets the NereidClusterID field's value.
func (*ExternalConfigForListClustersOfWorkspaceOutput) SetNereidEndpoint ¶
func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetNereidEndpoint(v string) *ExternalConfigForListClustersOfWorkspaceOutput
SetNereidEndpoint sets the NereidEndpoint field's value.
func (*ExternalConfigForListClustersOfWorkspaceOutput) SetResourceScheduler ¶
func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetResourceScheduler(v string) *ExternalConfigForListClustersOfWorkspaceOutput
SetResourceScheduler sets the ResourceScheduler field's value.
func (*ExternalConfigForListClustersOfWorkspaceOutput) SetS3ProxyConfig ¶
func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetS3ProxyConfig(v *S3ProxyConfigForListClustersOfWorkspaceOutput) *ExternalConfigForListClustersOfWorkspaceOutput
SetS3ProxyConfig sets the S3ProxyConfig field's value.
func (*ExternalConfigForListClustersOfWorkspaceOutput) SetWESEndpoint ¶
func (s *ExternalConfigForListClustersOfWorkspaceOutput) SetWESEndpoint(v string) *ExternalConfigForListClustersOfWorkspaceOutput
SetWESEndpoint sets the WESEndpoint field's value.
func (ExternalConfigForListClustersOfWorkspaceOutput) String ¶
func (s ExternalConfigForListClustersOfWorkspaceOutput) String() string
String returns the string representation
type ExternalConfigForListClustersOutput ¶
type ExternalConfigForListClustersOutput struct {
ExecutionRootDir *string `type:"string" json:",omitempty"`
Filesystem *string `type:"string" json:",omitempty" enum:"EnumOfFilesystemForListClustersOutput"`
JupyterhubClusterKubeConfig *string `type:"string" json:",omitempty"`
JupyterhubEndpoint *string `type:"string" json:",omitempty"`
JupyterhubJWTSecret *string `type:"string" json:",omitempty"`
JupyterhubUserNamespace *string `type:"string" json:",omitempty"`
NereidClusterID *string `type:"string" json:",omitempty"`
NereidEndpoint *string `type:"string" json:",omitempty"`
ResourceScheduler *string `type:"string" json:",omitempty"`
S3ProxyConfig *S3ProxyConfigForListClustersOutput `type:"structure" json:",omitempty"`
WESEndpoint *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ExternalConfigForListClustersOutput) GoString ¶
func (s ExternalConfigForListClustersOutput) GoString() string
GoString returns the string representation
func (*ExternalConfigForListClustersOutput) SetExecutionRootDir ¶
func (s *ExternalConfigForListClustersOutput) SetExecutionRootDir(v string) *ExternalConfigForListClustersOutput
SetExecutionRootDir sets the ExecutionRootDir field's value.
func (*ExternalConfigForListClustersOutput) SetFilesystem ¶
func (s *ExternalConfigForListClustersOutput) SetFilesystem(v string) *ExternalConfigForListClustersOutput
SetFilesystem sets the Filesystem field's value.
func (*ExternalConfigForListClustersOutput) SetJupyterhubClusterKubeConfig ¶
func (s *ExternalConfigForListClustersOutput) SetJupyterhubClusterKubeConfig(v string) *ExternalConfigForListClustersOutput
SetJupyterhubClusterKubeConfig sets the JupyterhubClusterKubeConfig field's value.
func (*ExternalConfigForListClustersOutput) SetJupyterhubEndpoint ¶
func (s *ExternalConfigForListClustersOutput) SetJupyterhubEndpoint(v string) *ExternalConfigForListClustersOutput
SetJupyterhubEndpoint sets the JupyterhubEndpoint field's value.
func (*ExternalConfigForListClustersOutput) SetJupyterhubJWTSecret ¶
func (s *ExternalConfigForListClustersOutput) SetJupyterhubJWTSecret(v string) *ExternalConfigForListClustersOutput
SetJupyterhubJWTSecret sets the JupyterhubJWTSecret field's value.
func (*ExternalConfigForListClustersOutput) SetJupyterhubUserNamespace ¶
func (s *ExternalConfigForListClustersOutput) SetJupyterhubUserNamespace(v string) *ExternalConfigForListClustersOutput
SetJupyterhubUserNamespace sets the JupyterhubUserNamespace field's value.
func (*ExternalConfigForListClustersOutput) SetNereidClusterID ¶
func (s *ExternalConfigForListClustersOutput) SetNereidClusterID(v string) *ExternalConfigForListClustersOutput
SetNereidClusterID sets the NereidClusterID field's value.
func (*ExternalConfigForListClustersOutput) SetNereidEndpoint ¶
func (s *ExternalConfigForListClustersOutput) SetNereidEndpoint(v string) *ExternalConfigForListClustersOutput
SetNereidEndpoint sets the NereidEndpoint field's value.
func (*ExternalConfigForListClustersOutput) SetResourceScheduler ¶
func (s *ExternalConfigForListClustersOutput) SetResourceScheduler(v string) *ExternalConfigForListClustersOutput
SetResourceScheduler sets the ResourceScheduler field's value.
func (*ExternalConfigForListClustersOutput) SetS3ProxyConfig ¶
func (s *ExternalConfigForListClustersOutput) SetS3ProxyConfig(v *S3ProxyConfigForListClustersOutput) *ExternalConfigForListClustersOutput
SetS3ProxyConfig sets the S3ProxyConfig field's value.
func (*ExternalConfigForListClustersOutput) SetWESEndpoint ¶
func (s *ExternalConfigForListClustersOutput) SetWESEndpoint(v string) *ExternalConfigForListClustersOutput
SetWESEndpoint sets the WESEndpoint field's value.
func (ExternalConfigForListClustersOutput) String ¶
func (s ExternalConfigForListClustersOutput) String() string
String returns the string representation
type FilterForListAllDataModelRowIDsInput ¶
type FilterForListAllDataModelRowIDsInput struct {
InSetIDs []*string `type:"list" json:",omitempty"`
Keyword *string `type:"string" json:",omitempty"`
RowIDs []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListAllDataModelRowIDsInput) GoString ¶
func (s FilterForListAllDataModelRowIDsInput) GoString() string
GoString returns the string representation
func (*FilterForListAllDataModelRowIDsInput) SetInSetIDs ¶
func (s *FilterForListAllDataModelRowIDsInput) SetInSetIDs(v []*string) *FilterForListAllDataModelRowIDsInput
SetInSetIDs sets the InSetIDs field's value.
func (*FilterForListAllDataModelRowIDsInput) SetKeyword ¶
func (s *FilterForListAllDataModelRowIDsInput) SetKeyword(v string) *FilterForListAllDataModelRowIDsInput
SetKeyword sets the Keyword field's value.
func (*FilterForListAllDataModelRowIDsInput) SetRowIDs ¶
func (s *FilterForListAllDataModelRowIDsInput) SetRowIDs(v []*string) *FilterForListAllDataModelRowIDsInput
SetRowIDs sets the RowIDs field's value.
func (FilterForListAllDataModelRowIDsInput) String ¶
func (s FilterForListAllDataModelRowIDsInput) String() string
String returns the string representation
type FilterForListClustersInput ¶
type FilterForListClustersInput struct {
IDs []*string `type:"list" json:",omitempty"`
Keyword *string `type:"string" json:",omitempty"`
Public *bool `type:"boolean" json:",omitempty"`
Status []*string `type:"list" json:",omitempty"`
Type []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListClustersInput) GoString ¶
func (s FilterForListClustersInput) GoString() string
GoString returns the string representation
func (*FilterForListClustersInput) SetIDs ¶
func (s *FilterForListClustersInput) SetIDs(v []*string) *FilterForListClustersInput
SetIDs sets the IDs field's value.
func (*FilterForListClustersInput) SetKeyword ¶
func (s *FilterForListClustersInput) SetKeyword(v string) *FilterForListClustersInput
SetKeyword sets the Keyword field's value.
func (*FilterForListClustersInput) SetPublic ¶
func (s *FilterForListClustersInput) SetPublic(v bool) *FilterForListClustersInput
SetPublic sets the Public field's value.
func (*FilterForListClustersInput) SetStatus ¶
func (s *FilterForListClustersInput) SetStatus(v []*string) *FilterForListClustersInput
SetStatus sets the Status field's value.
func (*FilterForListClustersInput) SetType ¶
func (s *FilterForListClustersInput) SetType(v []*string) *FilterForListClustersInput
SetType sets the Type field's value.
func (FilterForListClustersInput) String ¶
func (s FilterForListClustersInput) String() string
String returns the string representation
type FilterForListDataModelRowsInput ¶
type FilterForListDataModelRowsInput struct {
InSetIDs []*string `type:"list" json:",omitempty"`
Keyword *string `type:"string" json:",omitempty"`
RowIDs []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListDataModelRowsInput) GoString ¶
func (s FilterForListDataModelRowsInput) GoString() string
GoString returns the string representation
func (*FilterForListDataModelRowsInput) SetInSetIDs ¶
func (s *FilterForListDataModelRowsInput) SetInSetIDs(v []*string) *FilterForListDataModelRowsInput
SetInSetIDs sets the InSetIDs field's value.
func (*FilterForListDataModelRowsInput) SetKeyword ¶
func (s *FilterForListDataModelRowsInput) SetKeyword(v string) *FilterForListDataModelRowsInput
SetKeyword sets the Keyword field's value.
func (*FilterForListDataModelRowsInput) SetRowIDs ¶
func (s *FilterForListDataModelRowsInput) SetRowIDs(v []*string) *FilterForListDataModelRowsInput
SetRowIDs sets the RowIDs field's value.
func (FilterForListDataModelRowsInput) String ¶
func (s FilterForListDataModelRowsInput) String() string
String returns the string representation
type FilterForListNotebookServersInput ¶
type FilterForListNotebookServersInput struct {
Status []*string `type:"list" json:",omitempty"`
UserID *int32 `type:"int32" json:",omitempty"`
WorkspaceID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListNotebookServersInput) GoString ¶
func (s FilterForListNotebookServersInput) GoString() string
GoString returns the string representation
func (*FilterForListNotebookServersInput) SetStatus ¶
func (s *FilterForListNotebookServersInput) SetStatus(v []*string) *FilterForListNotebookServersInput
SetStatus sets the Status field's value.
func (*FilterForListNotebookServersInput) SetUserID ¶
func (s *FilterForListNotebookServersInput) SetUserID(v int32) *FilterForListNotebookServersInput
SetUserID sets the UserID field's value.
func (*FilterForListNotebookServersInput) SetWorkspaceID ¶
func (s *FilterForListNotebookServersInput) SetWorkspaceID(v string) *FilterForListNotebookServersInput
SetWorkspaceID sets the WorkspaceID field's value.
func (FilterForListNotebookServersInput) String ¶
func (s FilterForListNotebookServersInput) String() string
String returns the string representation
type FilterForListRunsInput ¶
type FilterForListRunsInput struct {
IDs []*string `type:"list" json:",omitempty"`
Keyword *string `type:"string" json:",omitempty"`
Status []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListRunsInput) GoString ¶
func (s FilterForListRunsInput) GoString() string
GoString returns the string representation
func (*FilterForListRunsInput) SetIDs ¶
func (s *FilterForListRunsInput) SetIDs(v []*string) *FilterForListRunsInput
SetIDs sets the IDs field's value.
func (*FilterForListRunsInput) SetKeyword ¶
func (s *FilterForListRunsInput) SetKeyword(v string) *FilterForListRunsInput
SetKeyword sets the Keyword field's value.
func (*FilterForListRunsInput) SetStatus ¶
func (s *FilterForListRunsInput) SetStatus(v []*string) *FilterForListRunsInput
SetStatus sets the Status field's value.
func (FilterForListRunsInput) String ¶
func (s FilterForListRunsInput) String() string
String returns the string representation
type FilterForListSubmissionsInput ¶
type FilterForListSubmissionsInput struct {
ClusterID *string `type:"string" json:",omitempty"`
DisplayLevel *string `type:"string" json:",omitempty"`
IDs []*string `type:"list" json:",omitempty"`
Keyword *string `type:"string" json:",omitempty"`
Status []*string `type:"list" json:",omitempty"`
WorkflowID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListSubmissionsInput) GoString ¶
func (s FilterForListSubmissionsInput) GoString() string
GoString returns the string representation
func (*FilterForListSubmissionsInput) SetClusterID ¶
func (s *FilterForListSubmissionsInput) SetClusterID(v string) *FilterForListSubmissionsInput
SetClusterID sets the ClusterID field's value.
func (*FilterForListSubmissionsInput) SetDisplayLevel ¶
func (s *FilterForListSubmissionsInput) SetDisplayLevel(v string) *FilterForListSubmissionsInput
SetDisplayLevel sets the DisplayLevel field's value.
func (*FilterForListSubmissionsInput) SetIDs ¶
func (s *FilterForListSubmissionsInput) SetIDs(v []*string) *FilterForListSubmissionsInput
SetIDs sets the IDs field's value.
func (*FilterForListSubmissionsInput) SetKeyword ¶
func (s *FilterForListSubmissionsInput) SetKeyword(v string) *FilterForListSubmissionsInput
SetKeyword sets the Keyword field's value.
func (*FilterForListSubmissionsInput) SetStatus ¶
func (s *FilterForListSubmissionsInput) SetStatus(v []*string) *FilterForListSubmissionsInput
SetStatus sets the Status field's value.
func (*FilterForListSubmissionsInput) SetWorkflowID ¶
func (s *FilterForListSubmissionsInput) SetWorkflowID(v string) *FilterForListSubmissionsInput
SetWorkflowID sets the WorkflowID field's value.
func (FilterForListSubmissionsInput) String ¶
func (s FilterForListSubmissionsInput) String() string
String returns the string representation
type FilterForListWorkflowsInput ¶
type FilterForListWorkflowsInput struct {
IDs []*string `type:"list" json:",omitempty"`
Keyword *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListWorkflowsInput) GoString ¶
func (s FilterForListWorkflowsInput) GoString() string
GoString returns the string representation
func (*FilterForListWorkflowsInput) SetIDs ¶
func (s *FilterForListWorkflowsInput) SetIDs(v []*string) *FilterForListWorkflowsInput
SetIDs sets the IDs field's value.
func (*FilterForListWorkflowsInput) SetKeyword ¶
func (s *FilterForListWorkflowsInput) SetKeyword(v string) *FilterForListWorkflowsInput
SetKeyword sets the Keyword field's value.
func (FilterForListWorkflowsInput) String ¶
func (s FilterForListWorkflowsInput) String() string
String returns the string representation
type FilterForListWorkspaceExtraBucketsInput ¶
type FilterForListWorkspaceExtraBucketsInput struct {
Buckets []*string `type:"list" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForListWorkspaceExtraBucketsInput"`
// contains filtered or unexported fields
}
func (FilterForListWorkspaceExtraBucketsInput) GoString ¶
func (s FilterForListWorkspaceExtraBucketsInput) GoString() string
GoString returns the string representation
func (*FilterForListWorkspaceExtraBucketsInput) SetBuckets ¶
func (s *FilterForListWorkspaceExtraBucketsInput) SetBuckets(v []*string) *FilterForListWorkspaceExtraBucketsInput
SetBuckets sets the Buckets field's value.
func (*FilterForListWorkspaceExtraBucketsInput) SetType ¶
func (s *FilterForListWorkspaceExtraBucketsInput) SetType(v string) *FilterForListWorkspaceExtraBucketsInput
SetType sets the Type field's value.
func (FilterForListWorkspaceExtraBucketsInput) String ¶
func (s FilterForListWorkspaceExtraBucketsInput) String() string
String returns the string representation
type FilterForListWorkspaceLabelsInput ¶
type FilterForListWorkspaceLabelsInput struct {
Exact *bool `type:"boolean" json:",omitempty"`
IsPublic *bool `type:"boolean" json:",omitempty"`
Keywords []*string `type:"list" json:",omitempty"`
MatchPreset *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListWorkspaceLabelsInput) GoString ¶
func (s FilterForListWorkspaceLabelsInput) GoString() string
GoString returns the string representation
func (*FilterForListWorkspaceLabelsInput) SetExact ¶
func (s *FilterForListWorkspaceLabelsInput) SetExact(v bool) *FilterForListWorkspaceLabelsInput
SetExact sets the Exact field's value.
func (*FilterForListWorkspaceLabelsInput) SetIsPublic ¶
func (s *FilterForListWorkspaceLabelsInput) SetIsPublic(v bool) *FilterForListWorkspaceLabelsInput
SetIsPublic sets the IsPublic field's value.
func (*FilterForListWorkspaceLabelsInput) SetKeywords ¶
func (s *FilterForListWorkspaceLabelsInput) SetKeywords(v []*string) *FilterForListWorkspaceLabelsInput
SetKeywords sets the Keywords field's value.
func (*FilterForListWorkspaceLabelsInput) SetMatchPreset ¶
func (s *FilterForListWorkspaceLabelsInput) SetMatchPreset(v bool) *FilterForListWorkspaceLabelsInput
SetMatchPreset sets the MatchPreset field's value.
func (FilterForListWorkspaceLabelsInput) String ¶
func (s FilterForListWorkspaceLabelsInput) String() string
String returns the string representation
type FilterForListWorkspacesInput ¶
type FilterForListWorkspacesInput struct {
IDs []*string `type:"list" json:",omitempty"`
IsPublic *bool `type:"boolean" json:",omitempty"`
Keyword *string `type:"string" json:",omitempty"`
Labels []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListWorkspacesInput) GoString ¶
func (s FilterForListWorkspacesInput) GoString() string
GoString returns the string representation
func (*FilterForListWorkspacesInput) SetIDs ¶
func (s *FilterForListWorkspacesInput) SetIDs(v []*string) *FilterForListWorkspacesInput
SetIDs sets the IDs field's value.
func (*FilterForListWorkspacesInput) SetIsPublic ¶
func (s *FilterForListWorkspacesInput) SetIsPublic(v bool) *FilterForListWorkspacesInput
SetIsPublic sets the IsPublic field's value.
func (*FilterForListWorkspacesInput) SetKeyword ¶
func (s *FilterForListWorkspacesInput) SetKeyword(v string) *FilterForListWorkspacesInput
SetKeyword sets the Keyword field's value.
func (*FilterForListWorkspacesInput) SetLabels ¶
func (s *FilterForListWorkspacesInput) SetLabels(v []*string) *FilterForListWorkspacesInput
SetLabels sets the Labels field's value.
func (FilterForListWorkspacesInput) String ¶
func (s FilterForListWorkspacesInput) String() string
String returns the string representation
type GetAPIAccessKeyInput ¶
type GetAPIAccessKeyInput struct {
// ClusterID is a required field
ClusterID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetAPIAccessKeyInput) GoString ¶
func (s GetAPIAccessKeyInput) GoString() string
GoString returns the string representation
func (*GetAPIAccessKeyInput) SetClusterID ¶
func (s *GetAPIAccessKeyInput) SetClusterID(v string) *GetAPIAccessKeyInput
SetClusterID sets the ClusterID field's value.
func (GetAPIAccessKeyInput) String ¶
func (s GetAPIAccessKeyInput) String() string
String returns the string representation
func (*GetAPIAccessKeyInput) Validate ¶
func (s *GetAPIAccessKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAPIAccessKeyOutput ¶
type GetAPIAccessKeyOutput struct {
Metadata *response.ResponseMetadata
AccessKeyID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetAPIAccessKeyOutput) GoString ¶
func (s GetAPIAccessKeyOutput) GoString() string
GoString returns the string representation
func (*GetAPIAccessKeyOutput) SetAccessKeyID ¶
func (s *GetAPIAccessKeyOutput) SetAccessKeyID(v string) *GetAPIAccessKeyOutput
SetAccessKeyID sets the AccessKeyID field's value.
func (GetAPIAccessKeyOutput) String ¶
func (s GetAPIAccessKeyOutput) String() string
String returns the string representation
type GetExportWorkspacePreSignedURLInput ¶
type GetExportWorkspacePreSignedURLInput struct {
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetExportWorkspacePreSignedURLInput) GoString ¶
func (s GetExportWorkspacePreSignedURLInput) GoString() string
GoString returns the string representation
func (*GetExportWorkspacePreSignedURLInput) SetID ¶
func (s *GetExportWorkspacePreSignedURLInput) SetID(v string) *GetExportWorkspacePreSignedURLInput
SetID sets the ID field's value.
func (*GetExportWorkspacePreSignedURLInput) SetWorkspaceID ¶
func (s *GetExportWorkspacePreSignedURLInput) SetWorkspaceID(v string) *GetExportWorkspacePreSignedURLInput
SetWorkspaceID sets the WorkspaceID field's value.
func (GetExportWorkspacePreSignedURLInput) String ¶
func (s GetExportWorkspacePreSignedURLInput) String() string
String returns the string representation
func (*GetExportWorkspacePreSignedURLInput) Validate ¶
func (s *GetExportWorkspacePreSignedURLInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetExportWorkspacePreSignedURLOutput ¶
type GetExportWorkspacePreSignedURLOutput struct {
Metadata *response.ResponseMetadata
PreSignedURL *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetExportWorkspacePreSignedURLOutput) GoString ¶
func (s GetExportWorkspacePreSignedURLOutput) GoString() string
GoString returns the string representation
func (*GetExportWorkspacePreSignedURLOutput) SetPreSignedURL ¶
func (s *GetExportWorkspacePreSignedURLOutput) SetPreSignedURL(v string) *GetExportWorkspacePreSignedURLOutput
SetPreSignedURL sets the PreSignedURL field's value.
func (GetExportWorkspacePreSignedURLOutput) String ¶
func (s GetExportWorkspacePreSignedURLOutput) String() string
String returns the string representation
type GetImportWorkspacePreSignedURLInput ¶
type GetImportWorkspacePreSignedURLInput struct {
// FileName is a required field
FileName *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetImportWorkspacePreSignedURLInput) GoString ¶
func (s GetImportWorkspacePreSignedURLInput) GoString() string
GoString returns the string representation
func (*GetImportWorkspacePreSignedURLInput) SetFileName ¶
func (s *GetImportWorkspacePreSignedURLInput) SetFileName(v string) *GetImportWorkspacePreSignedURLInput
SetFileName sets the FileName field's value.
func (GetImportWorkspacePreSignedURLInput) String ¶
func (s GetImportWorkspacePreSignedURLInput) String() string
String returns the string representation
func (*GetImportWorkspacePreSignedURLInput) Validate ¶
func (s *GetImportWorkspacePreSignedURLInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetImportWorkspacePreSignedURLOutput ¶
type GetImportWorkspacePreSignedURLOutput struct {
Metadata *response.ResponseMetadata
PreSignedURL *string `type:"string" json:",omitempty"`
SchemaKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetImportWorkspacePreSignedURLOutput) GoString ¶
func (s GetImportWorkspacePreSignedURLOutput) GoString() string
GoString returns the string representation
func (*GetImportWorkspacePreSignedURLOutput) SetPreSignedURL ¶
func (s *GetImportWorkspacePreSignedURLOutput) SetPreSignedURL(v string) *GetImportWorkspacePreSignedURLOutput
SetPreSignedURL sets the PreSignedURL field's value.
func (*GetImportWorkspacePreSignedURLOutput) SetSchemaKey ¶
func (s *GetImportWorkspacePreSignedURLOutput) SetSchemaKey(v string) *GetImportWorkspacePreSignedURLOutput
SetSchemaKey sets the SchemaKey field's value.
func (GetImportWorkspacePreSignedURLOutput) String ¶
func (s GetImportWorkspacePreSignedURLOutput) String() string
String returns the string representation
type GetNotebookEditInfoInput ¶
type GetNotebookEditInfoInput struct {
Name *string `type:"string" json:",omitempty"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetNotebookEditInfoInput) GoString ¶
func (s GetNotebookEditInfoInput) GoString() string
GoString returns the string representation
func (*GetNotebookEditInfoInput) SetName ¶
func (s *GetNotebookEditInfoInput) SetName(v string) *GetNotebookEditInfoInput
SetName sets the Name field's value.
func (*GetNotebookEditInfoInput) SetWorkspaceID ¶
func (s *GetNotebookEditInfoInput) SetWorkspaceID(v string) *GetNotebookEditInfoInput
SetWorkspaceID sets the WorkspaceID field's value.
func (GetNotebookEditInfoInput) String ¶
func (s GetNotebookEditInfoInput) String() string
String returns the string representation
func (*GetNotebookEditInfoInput) Validate ¶
func (s *GetNotebookEditInfoInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetNotebookEditInfoOutput ¶
type GetNotebookEditInfoOutput struct {
Metadata *response.ResponseMetadata
URL *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetNotebookEditInfoOutput) GoString ¶
func (s GetNotebookEditInfoOutput) GoString() string
GoString returns the string representation
func (*GetNotebookEditInfoOutput) SetURL ¶
func (s *GetNotebookEditInfoOutput) SetURL(v string) *GetNotebookEditInfoOutput
SetURL sets the URL field's value.
func (GetNotebookEditInfoOutput) String ¶
func (s GetNotebookEditInfoOutput) String() string
String returns the string representation
type GetNotebookRunStatusInput ¶
type GetNotebookRunStatusInput struct {
// JobID is a required field
JobID *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetNotebookRunStatusInput) GoString ¶
func (s GetNotebookRunStatusInput) GoString() string
GoString returns the string representation
func (*GetNotebookRunStatusInput) SetJobID ¶
func (s *GetNotebookRunStatusInput) SetJobID(v string) *GetNotebookRunStatusInput
SetJobID sets the JobID field's value.
func (*GetNotebookRunStatusInput) SetWorkspaceID ¶
func (s *GetNotebookRunStatusInput) SetWorkspaceID(v string) *GetNotebookRunStatusInput
SetWorkspaceID sets the WorkspaceID field's value.
func (GetNotebookRunStatusInput) String ¶
func (s GetNotebookRunStatusInput) String() string
String returns the string representation
func (*GetNotebookRunStatusInput) Validate ¶
func (s *GetNotebookRunStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetNotebookRunStatusOutput ¶
type GetNotebookRunStatusOutput struct {
Metadata *response.ResponseMetadata
ExitCode *int32 `type:"int32" json:",omitempty"`
Log *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetNotebookRunStatusOutput) GoString ¶
func (s GetNotebookRunStatusOutput) GoString() string
GoString returns the string representation
func (*GetNotebookRunStatusOutput) SetExitCode ¶
func (s *GetNotebookRunStatusOutput) SetExitCode(v int32) *GetNotebookRunStatusOutput
SetExitCode sets the ExitCode field's value.
func (*GetNotebookRunStatusOutput) SetLog ¶
func (s *GetNotebookRunStatusOutput) SetLog(v string) *GetNotebookRunStatusOutput
SetLog sets the Log field's value.
func (*GetNotebookRunStatusOutput) SetStatus ¶
func (s *GetNotebookRunStatusOutput) SetStatus(v string) *GetNotebookRunStatusOutput
SetStatus sets the Status field's value.
func (GetNotebookRunStatusOutput) String ¶
func (s GetNotebookRunStatusOutput) String() string
String returns the string representation
type GetNotebookServerSettingsInput ¶
type GetNotebookServerSettingsInput struct {
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetNotebookServerSettingsInput) GoString ¶
func (s GetNotebookServerSettingsInput) GoString() string
GoString returns the string representation
func (*GetNotebookServerSettingsInput) SetWorkspaceID ¶
func (s *GetNotebookServerSettingsInput) SetWorkspaceID(v string) *GetNotebookServerSettingsInput
SetWorkspaceID sets the WorkspaceID field's value.
func (GetNotebookServerSettingsInput) String ¶
func (s GetNotebookServerSettingsInput) String() string
String returns the string representation
func (*GetNotebookServerSettingsInput) Validate ¶
func (s *GetNotebookServerSettingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetNotebookServerSettingsOutput ¶
type GetNotebookServerSettingsOutput struct {
Metadata *response.ResponseMetadata
ImageID *string `type:"string" json:",omitempty"`
MountTOSEnabled *bool `type:"boolean" json:",omitempty"`
ResourceSize *string `type:"string" json:",omitempty"`
StorageCapacity *int32 `type:"int32" json:",omitempty"`
TempImageName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetNotebookServerSettingsOutput) GoString ¶
func (s GetNotebookServerSettingsOutput) GoString() string
GoString returns the string representation
func (*GetNotebookServerSettingsOutput) SetImageID ¶
func (s *GetNotebookServerSettingsOutput) SetImageID(v string) *GetNotebookServerSettingsOutput
SetImageID sets the ImageID field's value.
func (*GetNotebookServerSettingsOutput) SetMountTOSEnabled ¶
func (s *GetNotebookServerSettingsOutput) SetMountTOSEnabled(v bool) *GetNotebookServerSettingsOutput
SetMountTOSEnabled sets the MountTOSEnabled field's value.
func (*GetNotebookServerSettingsOutput) SetResourceSize ¶
func (s *GetNotebookServerSettingsOutput) SetResourceSize(v string) *GetNotebookServerSettingsOutput
SetResourceSize sets the ResourceSize field's value.
func (*GetNotebookServerSettingsOutput) SetStorageCapacity ¶
func (s *GetNotebookServerSettingsOutput) SetStorageCapacity(v int32) *GetNotebookServerSettingsOutput
SetStorageCapacity sets the StorageCapacity field's value.
func (*GetNotebookServerSettingsOutput) SetTempImageName ¶
func (s *GetNotebookServerSettingsOutput) SetTempImageName(v string) *GetNotebookServerSettingsOutput
SetTempImageName sets the TempImageName field's value.
func (GetNotebookServerSettingsOutput) String ¶
func (s GetNotebookServerSettingsOutput) String() string
String returns the string representation
type GetNotebookServerStatInput ¶
type GetNotebookServerStatInput struct {
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetNotebookServerStatInput) GoString ¶
func (s GetNotebookServerStatInput) GoString() string
GoString returns the string representation
func (*GetNotebookServerStatInput) SetWorkspaceID ¶
func (s *GetNotebookServerStatInput) SetWorkspaceID(v string) *GetNotebookServerStatInput
SetWorkspaceID sets the WorkspaceID field's value.
func (GetNotebookServerStatInput) String ¶
func (s GetNotebookServerStatInput) String() string
String returns the string representation
func (*GetNotebookServerStatInput) Validate ¶
func (s *GetNotebookServerStatInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetNotebookServerStatOutput ¶
type GetNotebookServerStatOutput struct {
Metadata *response.ResponseMetadata
Status *string `type:"string" json:",omitempty"`
TOSAccessible *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetNotebookServerStatOutput) GoString ¶
func (s GetNotebookServerStatOutput) GoString() string
GoString returns the string representation
func (*GetNotebookServerStatOutput) SetStatus ¶
func (s *GetNotebookServerStatOutput) SetStatus(v string) *GetNotebookServerStatOutput
SetStatus sets the Status field's value.
func (*GetNotebookServerStatOutput) SetTOSAccessible ¶
func (s *GetNotebookServerStatOutput) SetTOSAccessible(v string) *GetNotebookServerStatOutput
SetTOSAccessible sets the TOSAccessible field's value.
func (GetNotebookServerStatOutput) String ¶
func (s GetNotebookServerStatOutput) String() string
String returns the string representation
type GetTRSWorkflowInfoInput ¶
type GetTRSWorkflowInfoInput struct {
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// TRSServer is a required field
TRSServer *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetTRSWorkflowInfoInput) GoString ¶
func (s GetTRSWorkflowInfoInput) GoString() string
GoString returns the string representation
func (*GetTRSWorkflowInfoInput) SetID ¶
func (s *GetTRSWorkflowInfoInput) SetID(v string) *GetTRSWorkflowInfoInput
SetID sets the ID field's value.
func (*GetTRSWorkflowInfoInput) SetTRSServer ¶
func (s *GetTRSWorkflowInfoInput) SetTRSServer(v string) *GetTRSWorkflowInfoInput
SetTRSServer sets the TRSServer field's value.
func (GetTRSWorkflowInfoInput) String ¶
func (s GetTRSWorkflowInfoInput) String() string
String returns the string representation
func (*GetTRSWorkflowInfoInput) Validate ¶
func (s *GetTRSWorkflowInfoInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetTRSWorkflowInfoOutput ¶
type GetTRSWorkflowInfoOutput struct {
Metadata *response.ResponseMetadata
Description *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
VersionsInfo []*VersionsInfoForGetTRSWorkflowInfoOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetTRSWorkflowInfoOutput) GoString ¶
func (s GetTRSWorkflowInfoOutput) GoString() string
GoString returns the string representation
func (*GetTRSWorkflowInfoOutput) SetDescription ¶
func (s *GetTRSWorkflowInfoOutput) SetDescription(v string) *GetTRSWorkflowInfoOutput
SetDescription sets the Description field's value.
func (*GetTRSWorkflowInfoOutput) SetName ¶
func (s *GetTRSWorkflowInfoOutput) SetName(v string) *GetTRSWorkflowInfoOutput
SetName sets the Name field's value.
func (*GetTRSWorkflowInfoOutput) SetVersionsInfo ¶
func (s *GetTRSWorkflowInfoOutput) SetVersionsInfo(v []*VersionsInfoForGetTRSWorkflowInfoOutput) *GetTRSWorkflowInfoOutput
SetVersionsInfo sets the VersionsInfo field's value.
func (GetTRSWorkflowInfoOutput) String ¶
func (s GetTRSWorkflowInfoOutput) String() string
String returns the string representation
type ImportWorkspaceInput ¶
type ImportWorkspaceInput struct {
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// SchemaKey is a required field
SchemaKey *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ImportWorkspaceInput) GoString ¶
func (s ImportWorkspaceInput) GoString() string
GoString returns the string representation
func (*ImportWorkspaceInput) SetID ¶
func (s *ImportWorkspaceInput) SetID(v string) *ImportWorkspaceInput
SetID sets the ID field's value.
func (*ImportWorkspaceInput) SetSchemaKey ¶
func (s *ImportWorkspaceInput) SetSchemaKey(v string) *ImportWorkspaceInput
SetSchemaKey sets the SchemaKey field's value.
func (ImportWorkspaceInput) String ¶
func (s ImportWorkspaceInput) String() string
String returns the string representation
func (*ImportWorkspaceInput) Validate ¶
func (s *ImportWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImportWorkspaceOutput ¶
type ImportWorkspaceOutput struct {
Metadata *response.ResponseMetadata
ID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ImportWorkspaceOutput) GoString ¶
func (s ImportWorkspaceOutput) GoString() string
GoString returns the string representation
func (*ImportWorkspaceOutput) SetID ¶
func (s *ImportWorkspaceOutput) SetID(v string) *ImportWorkspaceOutput
SetID sets the ID field's value.
func (ImportWorkspaceOutput) String ¶
func (s ImportWorkspaceOutput) String() string
String returns the string representation
type InputForListWorkflowsOutput ¶
type InputForListWorkflowsOutput struct {
Default *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Optional *bool `type:"boolean" json:",omitempty"`
ParameterMeta *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (InputForListWorkflowsOutput) GoString ¶
func (s InputForListWorkflowsOutput) GoString() string
GoString returns the string representation
func (*InputForListWorkflowsOutput) SetDefault ¶
func (s *InputForListWorkflowsOutput) SetDefault(v string) *InputForListWorkflowsOutput
SetDefault sets the Default field's value.
func (*InputForListWorkflowsOutput) SetName ¶
func (s *InputForListWorkflowsOutput) SetName(v string) *InputForListWorkflowsOutput
SetName sets the Name field's value.
func (*InputForListWorkflowsOutput) SetOptional ¶
func (s *InputForListWorkflowsOutput) SetOptional(v bool) *InputForListWorkflowsOutput
SetOptional sets the Optional field's value.
func (*InputForListWorkflowsOutput) SetParameterMeta ¶
func (s *InputForListWorkflowsOutput) SetParameterMeta(v string) *InputForListWorkflowsOutput
SetParameterMeta sets the ParameterMeta field's value.
func (*InputForListWorkflowsOutput) SetType ¶
func (s *InputForListWorkflowsOutput) SetType(v string) *InputForListWorkflowsOutput
SetType sets the Type field's value.
func (InputForListWorkflowsOutput) String ¶
func (s InputForListWorkflowsOutput) String() string
String returns the string representation
type ItemForListClustersOfWorkspaceOutput ¶
type ItemForListClustersOfWorkspaceOutput struct {
BindTime *int32 `type:"int32" json:",omitempty"`
ClusterInfo *ClusterInfoForListClustersOfWorkspaceOutput `type:"structure" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForListClustersOfWorkspaceOutput"`
// contains filtered or unexported fields
}
func (ItemForListClustersOfWorkspaceOutput) GoString ¶
func (s ItemForListClustersOfWorkspaceOutput) GoString() string
GoString returns the string representation
func (*ItemForListClustersOfWorkspaceOutput) SetBindTime ¶
func (s *ItemForListClustersOfWorkspaceOutput) SetBindTime(v int32) *ItemForListClustersOfWorkspaceOutput
SetBindTime sets the BindTime field's value.
func (*ItemForListClustersOfWorkspaceOutput) SetClusterInfo ¶
func (s *ItemForListClustersOfWorkspaceOutput) SetClusterInfo(v *ClusterInfoForListClustersOfWorkspaceOutput) *ItemForListClustersOfWorkspaceOutput
SetClusterInfo sets the ClusterInfo field's value.
func (*ItemForListClustersOfWorkspaceOutput) SetType ¶
func (s *ItemForListClustersOfWorkspaceOutput) SetType(v string) *ItemForListClustersOfWorkspaceOutput
SetType sets the Type field's value.
func (ItemForListClustersOfWorkspaceOutput) String ¶
func (s ItemForListClustersOfWorkspaceOutput) String() string
String returns the string representation
type ItemForListClustersOutput ¶
type ItemForListClustersOutput struct {
Bound *bool `type:"boolean" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
ErrorMessage *string `type:"string" json:",omitempty"`
ExternalConfig *ExternalConfigForListClustersOutput `type:"structure" json:",omitempty"`
ID *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Public *bool `type:"boolean" json:",omitempty"`
StartTime *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForListClustersOutput"`
StoppedTime *int32 `type:"int32" json:",omitempty"`
VKEConfig *VKEConfigForListClustersOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListClustersOutput) GoString ¶
func (s ItemForListClustersOutput) GoString() string
GoString returns the string representation
func (*ItemForListClustersOutput) SetBound ¶
func (s *ItemForListClustersOutput) SetBound(v bool) *ItemForListClustersOutput
SetBound sets the Bound field's value.
func (*ItemForListClustersOutput) SetDescription ¶
func (s *ItemForListClustersOutput) SetDescription(v string) *ItemForListClustersOutput
SetDescription sets the Description field's value.
func (*ItemForListClustersOutput) SetErrorMessage ¶
func (s *ItemForListClustersOutput) SetErrorMessage(v string) *ItemForListClustersOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*ItemForListClustersOutput) SetExternalConfig ¶
func (s *ItemForListClustersOutput) SetExternalConfig(v *ExternalConfigForListClustersOutput) *ItemForListClustersOutput
SetExternalConfig sets the ExternalConfig field's value.
func (*ItemForListClustersOutput) SetID ¶
func (s *ItemForListClustersOutput) SetID(v string) *ItemForListClustersOutput
SetID sets the ID field's value.
func (*ItemForListClustersOutput) SetName ¶
func (s *ItemForListClustersOutput) SetName(v string) *ItemForListClustersOutput
SetName sets the Name field's value.
func (*ItemForListClustersOutput) SetPublic ¶
func (s *ItemForListClustersOutput) SetPublic(v bool) *ItemForListClustersOutput
SetPublic sets the Public field's value.
func (*ItemForListClustersOutput) SetSharedConfig ¶
func (s *ItemForListClustersOutput) SetSharedConfig(v *SharedConfigForListClustersOutput) *ItemForListClustersOutput
SetSharedConfig sets the SharedConfig field's value.
func (*ItemForListClustersOutput) SetStartTime ¶
func (s *ItemForListClustersOutput) SetStartTime(v int32) *ItemForListClustersOutput
SetStartTime sets the StartTime field's value.
func (*ItemForListClustersOutput) SetStatus ¶
func (s *ItemForListClustersOutput) SetStatus(v string) *ItemForListClustersOutput
SetStatus sets the Status field's value.
func (*ItemForListClustersOutput) SetStoppedTime ¶
func (s *ItemForListClustersOutput) SetStoppedTime(v int32) *ItemForListClustersOutput
SetStoppedTime sets the StoppedTime field's value.
func (*ItemForListClustersOutput) SetVKEConfig ¶
func (s *ItemForListClustersOutput) SetVKEConfig(v *VKEConfigForListClustersOutput) *ItemForListClustersOutput
SetVKEConfig sets the VKEConfig field's value.
func (ItemForListClustersOutput) String ¶
func (s ItemForListClustersOutput) String() string
String returns the string representation
type ItemForListDataModelsOutput ¶
type ItemForListDataModelsOutput struct {
ID *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
RowCount *int32 `type:"int32" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForListDataModelsOutput"`
// contains filtered or unexported fields
}
func (ItemForListDataModelsOutput) GoString ¶
func (s ItemForListDataModelsOutput) GoString() string
GoString returns the string representation
func (*ItemForListDataModelsOutput) SetID ¶
func (s *ItemForListDataModelsOutput) SetID(v string) *ItemForListDataModelsOutput
SetID sets the ID field's value.
func (*ItemForListDataModelsOutput) SetName ¶
func (s *ItemForListDataModelsOutput) SetName(v string) *ItemForListDataModelsOutput
SetName sets the Name field's value.
func (*ItemForListDataModelsOutput) SetRowCount ¶
func (s *ItemForListDataModelsOutput) SetRowCount(v int32) *ItemForListDataModelsOutput
SetRowCount sets the RowCount field's value.
func (*ItemForListDataModelsOutput) SetType ¶
func (s *ItemForListDataModelsOutput) SetType(v string) *ItemForListDataModelsOutput
SetType sets the Type field's value.
func (ItemForListDataModelsOutput) String ¶
func (s ItemForListDataModelsOutput) String() string
String returns the string representation
type ItemForListNotebookServersOutput ¶
type ItemForListNotebookServersOutput struct {
Duration *int32 `type:"int32" json:",omitempty"`
LastActivityTime *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
OwnerName *string `type:"string" json:",omitempty"`
StartTime *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForListNotebookServersOutput"`
StorageCapacity *int32 `type:"int32" json:",omitempty"`
UserID *int32 `type:"int32" json:",omitempty"`
WorkspaceID *string `type:"string" json:",omitempty"`
WorkspaceName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListNotebookServersOutput) GoString ¶
func (s ItemForListNotebookServersOutput) GoString() string
GoString returns the string representation
func (*ItemForListNotebookServersOutput) SetDuration ¶
func (s *ItemForListNotebookServersOutput) SetDuration(v int32) *ItemForListNotebookServersOutput
SetDuration sets the Duration field's value.
func (*ItemForListNotebookServersOutput) SetLastActivityTime ¶
func (s *ItemForListNotebookServersOutput) SetLastActivityTime(v int32) *ItemForListNotebookServersOutput
SetLastActivityTime sets the LastActivityTime field's value.
func (*ItemForListNotebookServersOutput) SetName ¶
func (s *ItemForListNotebookServersOutput) SetName(v string) *ItemForListNotebookServersOutput
SetName sets the Name field's value.
func (*ItemForListNotebookServersOutput) SetOwnerName ¶
func (s *ItemForListNotebookServersOutput) SetOwnerName(v string) *ItemForListNotebookServersOutput
SetOwnerName sets the OwnerName field's value.
func (*ItemForListNotebookServersOutput) SetStartTime ¶
func (s *ItemForListNotebookServersOutput) SetStartTime(v int32) *ItemForListNotebookServersOutput
SetStartTime sets the StartTime field's value.
func (*ItemForListNotebookServersOutput) SetStatus ¶
func (s *ItemForListNotebookServersOutput) SetStatus(v string) *ItemForListNotebookServersOutput
SetStatus sets the Status field's value.
func (*ItemForListNotebookServersOutput) SetStorageCapacity ¶
func (s *ItemForListNotebookServersOutput) SetStorageCapacity(v int32) *ItemForListNotebookServersOutput
SetStorageCapacity sets the StorageCapacity field's value.
func (*ItemForListNotebookServersOutput) SetUserID ¶
func (s *ItemForListNotebookServersOutput) SetUserID(v int32) *ItemForListNotebookServersOutput
SetUserID sets the UserID field's value.
func (*ItemForListNotebookServersOutput) SetWorkspaceID ¶
func (s *ItemForListNotebookServersOutput) SetWorkspaceID(v string) *ItemForListNotebookServersOutput
SetWorkspaceID sets the WorkspaceID field's value.
func (*ItemForListNotebookServersOutput) SetWorkspaceName ¶
func (s *ItemForListNotebookServersOutput) SetWorkspaceName(v string) *ItemForListNotebookServersOutput
SetWorkspaceName sets the WorkspaceName field's value.
func (ItemForListNotebookServersOutput) String ¶
func (s ItemForListNotebookServersOutput) String() string
String returns the string representation
type ItemForListRunsOutput ¶
type ItemForListRunsOutput struct {
DataEntityRowID *string `type:"string" json:",omitempty"`
Duration *int32 `type:"int32" json:",omitempty"`
EngineRunID *string `type:"string" json:",omitempty"`
EngineWorkflowName *string `type:"string" json:",omitempty"`
FinishTime *int32 `type:"int32" json:",omitempty"`
ID *string `type:"string" json:",omitempty"`
Inputs *string `type:"string" json:",omitempty"`
Log *string `type:"string" json:",omitempty"`
Message *string `type:"string" json:",omitempty"`
Outputs *string `type:"string" json:",omitempty"`
StartTime *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForListRunsOutput"`
SubmissionID *string `type:"string" json:",omitempty"`
TaskStatus *TaskStatusForListRunsOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListRunsOutput) GoString ¶
func (s ItemForListRunsOutput) GoString() string
GoString returns the string representation
func (*ItemForListRunsOutput) SetDataEntityRowID ¶
func (s *ItemForListRunsOutput) SetDataEntityRowID(v string) *ItemForListRunsOutput
SetDataEntityRowID sets the DataEntityRowID field's value.
func (*ItemForListRunsOutput) SetDuration ¶
func (s *ItemForListRunsOutput) SetDuration(v int32) *ItemForListRunsOutput
SetDuration sets the Duration field's value.
func (*ItemForListRunsOutput) SetEngineRunID ¶
func (s *ItemForListRunsOutput) SetEngineRunID(v string) *ItemForListRunsOutput
SetEngineRunID sets the EngineRunID field's value.
func (*ItemForListRunsOutput) SetEngineWorkflowName ¶
func (s *ItemForListRunsOutput) SetEngineWorkflowName(v string) *ItemForListRunsOutput
SetEngineWorkflowName sets the EngineWorkflowName field's value.
func (*ItemForListRunsOutput) SetFinishTime ¶
func (s *ItemForListRunsOutput) SetFinishTime(v int32) *ItemForListRunsOutput
SetFinishTime sets the FinishTime field's value.
func (*ItemForListRunsOutput) SetID ¶
func (s *ItemForListRunsOutput) SetID(v string) *ItemForListRunsOutput
SetID sets the ID field's value.
func (*ItemForListRunsOutput) SetInputs ¶
func (s *ItemForListRunsOutput) SetInputs(v string) *ItemForListRunsOutput
SetInputs sets the Inputs field's value.
func (*ItemForListRunsOutput) SetLog ¶
func (s *ItemForListRunsOutput) SetLog(v string) *ItemForListRunsOutput
SetLog sets the Log field's value.
func (*ItemForListRunsOutput) SetMessage ¶
func (s *ItemForListRunsOutput) SetMessage(v string) *ItemForListRunsOutput
SetMessage sets the Message field's value.
func (*ItemForListRunsOutput) SetOutputs ¶
func (s *ItemForListRunsOutput) SetOutputs(v string) *ItemForListRunsOutput
SetOutputs sets the Outputs field's value.
func (*ItemForListRunsOutput) SetStartTime ¶
func (s *ItemForListRunsOutput) SetStartTime(v int32) *ItemForListRunsOutput
SetStartTime sets the StartTime field's value.
func (*ItemForListRunsOutput) SetStatus ¶
func (s *ItemForListRunsOutput) SetStatus(v string) *ItemForListRunsOutput
SetStatus sets the Status field's value.
func (*ItemForListRunsOutput) SetSubmissionID ¶
func (s *ItemForListRunsOutput) SetSubmissionID(v string) *ItemForListRunsOutput
SetSubmissionID sets the SubmissionID field's value.
func (*ItemForListRunsOutput) SetTaskStatus ¶
func (s *ItemForListRunsOutput) SetTaskStatus(v *TaskStatusForListRunsOutput) *ItemForListRunsOutput
SetTaskStatus sets the TaskStatus field's value.
func (ItemForListRunsOutput) String ¶
func (s ItemForListRunsOutput) String() string
String returns the string representation
type ItemForListSubmissionsOutput ¶
type ItemForListSubmissionsOutput struct {
ClusterID *string `type:"string" json:",omitempty"`
ClusterType *string `type:"string" json:",omitempty"`
DataEntity *DataEntityForListSubmissionsOutput `type:"structure" json:",omitempty"`
DataModelID *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Duration *int32 `type:"int32" json:",omitempty"`
ExposedOptions *ExposedOptionsForListSubmissionsOutput `type:"structure" json:",omitempty"`
FinishTime *int32 `type:"int32" json:",omitempty"`
ID *string `type:"string" json:",omitempty"`
Inputs *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Outputs *string `type:"string" json:",omitempty"`
OwnerName *string `type:"string" json:",omitempty"`
RunStatus *RunStatusForListSubmissionsOutput `type:"structure" json:",omitempty"`
StartTime *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForListSubmissionsOutput"`
WorkflowID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListSubmissionsOutput) GoString ¶
func (s ItemForListSubmissionsOutput) GoString() string
GoString returns the string representation
func (*ItemForListSubmissionsOutput) SetClusterID ¶
func (s *ItemForListSubmissionsOutput) SetClusterID(v string) *ItemForListSubmissionsOutput
SetClusterID sets the ClusterID field's value.
func (*ItemForListSubmissionsOutput) SetClusterType ¶
func (s *ItemForListSubmissionsOutput) SetClusterType(v string) *ItemForListSubmissionsOutput
SetClusterType sets the ClusterType field's value.
func (*ItemForListSubmissionsOutput) SetDataEntity ¶
func (s *ItemForListSubmissionsOutput) SetDataEntity(v *DataEntityForListSubmissionsOutput) *ItemForListSubmissionsOutput
SetDataEntity sets the DataEntity field's value.
func (*ItemForListSubmissionsOutput) SetDataModelID ¶
func (s *ItemForListSubmissionsOutput) SetDataModelID(v string) *ItemForListSubmissionsOutput
SetDataModelID sets the DataModelID field's value.
func (*ItemForListSubmissionsOutput) SetDescription ¶
func (s *ItemForListSubmissionsOutput) SetDescription(v string) *ItemForListSubmissionsOutput
SetDescription sets the Description field's value.
func (*ItemForListSubmissionsOutput) SetDuration ¶
func (s *ItemForListSubmissionsOutput) SetDuration(v int32) *ItemForListSubmissionsOutput
SetDuration sets the Duration field's value.
func (*ItemForListSubmissionsOutput) SetExposedOptions ¶
func (s *ItemForListSubmissionsOutput) SetExposedOptions(v *ExposedOptionsForListSubmissionsOutput) *ItemForListSubmissionsOutput
SetExposedOptions sets the ExposedOptions field's value.
func (*ItemForListSubmissionsOutput) SetFinishTime ¶
func (s *ItemForListSubmissionsOutput) SetFinishTime(v int32) *ItemForListSubmissionsOutput
SetFinishTime sets the FinishTime field's value.
func (*ItemForListSubmissionsOutput) SetID ¶
func (s *ItemForListSubmissionsOutput) SetID(v string) *ItemForListSubmissionsOutput
SetID sets the ID field's value.
func (*ItemForListSubmissionsOutput) SetInputs ¶
func (s *ItemForListSubmissionsOutput) SetInputs(v string) *ItemForListSubmissionsOutput
SetInputs sets the Inputs field's value.
func (*ItemForListSubmissionsOutput) SetName ¶
func (s *ItemForListSubmissionsOutput) SetName(v string) *ItemForListSubmissionsOutput
SetName sets the Name field's value.
func (*ItemForListSubmissionsOutput) SetOutputs ¶
func (s *ItemForListSubmissionsOutput) SetOutputs(v string) *ItemForListSubmissionsOutput
SetOutputs sets the Outputs field's value.
func (*ItemForListSubmissionsOutput) SetOwnerName ¶
func (s *ItemForListSubmissionsOutput) SetOwnerName(v string) *ItemForListSubmissionsOutput
SetOwnerName sets the OwnerName field's value.
func (*ItemForListSubmissionsOutput) SetRunStatus ¶
func (s *ItemForListSubmissionsOutput) SetRunStatus(v *RunStatusForListSubmissionsOutput) *ItemForListSubmissionsOutput
SetRunStatus sets the RunStatus field's value.
func (*ItemForListSubmissionsOutput) SetStartTime ¶
func (s *ItemForListSubmissionsOutput) SetStartTime(v int32) *ItemForListSubmissionsOutput
SetStartTime sets the StartTime field's value.
func (*ItemForListSubmissionsOutput) SetStatus ¶
func (s *ItemForListSubmissionsOutput) SetStatus(v string) *ItemForListSubmissionsOutput
SetStatus sets the Status field's value.
func (*ItemForListSubmissionsOutput) SetWorkflowID ¶
func (s *ItemForListSubmissionsOutput) SetWorkflowID(v string) *ItemForListSubmissionsOutput
SetWorkflowID sets the WorkflowID field's value.
func (ItemForListSubmissionsOutput) String ¶
func (s ItemForListSubmissionsOutput) String() string
String returns the string representation
type ItemForListTasksOutput ¶
type ItemForListTasksOutput struct {
Duration *int32 `type:"int32" json:",omitempty"`
ExecuteDuration *int32 `type:"int32" json:",omitempty"`
FinishTime *int32 `type:"int32" json:",omitempty"`
JobName *string `type:"string" json:",omitempty"`
Log *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
ResourceClaimed *ResourceClaimedForListTasksOutput `type:"structure" json:"resourceClaimed,omitempty"`
ResourceUsed *ResourceUsedForListTasksOutput `type:"structure" json:"resourceUsed,omitempty"`
RunID *string `type:"string" json:",omitempty"`
StartTime *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForListTasksOutput"`
Stderr *string `type:"string" json:",omitempty"`
Stdout *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListTasksOutput) GoString ¶
func (s ItemForListTasksOutput) GoString() string
GoString returns the string representation
func (*ItemForListTasksOutput) SetDuration ¶
func (s *ItemForListTasksOutput) SetDuration(v int32) *ItemForListTasksOutput
SetDuration sets the Duration field's value.
func (*ItemForListTasksOutput) SetExecuteDuration ¶
func (s *ItemForListTasksOutput) SetExecuteDuration(v int32) *ItemForListTasksOutput
SetExecuteDuration sets the ExecuteDuration field's value.
func (*ItemForListTasksOutput) SetFinishTime ¶
func (s *ItemForListTasksOutput) SetFinishTime(v int32) *ItemForListTasksOutput
SetFinishTime sets the FinishTime field's value.
func (*ItemForListTasksOutput) SetJobName ¶
func (s *ItemForListTasksOutput) SetJobName(v string) *ItemForListTasksOutput
SetJobName sets the JobName field's value.
func (*ItemForListTasksOutput) SetLog ¶
func (s *ItemForListTasksOutput) SetLog(v string) *ItemForListTasksOutput
SetLog sets the Log field's value.
func (*ItemForListTasksOutput) SetName ¶
func (s *ItemForListTasksOutput) SetName(v string) *ItemForListTasksOutput
SetName sets the Name field's value.
func (*ItemForListTasksOutput) SetResourceClaimed ¶
func (s *ItemForListTasksOutput) SetResourceClaimed(v *ResourceClaimedForListTasksOutput) *ItemForListTasksOutput
SetResourceClaimed sets the ResourceClaimed field's value.
func (*ItemForListTasksOutput) SetResourceUsed ¶
func (s *ItemForListTasksOutput) SetResourceUsed(v *ResourceUsedForListTasksOutput) *ItemForListTasksOutput
SetResourceUsed sets the ResourceUsed field's value.
func (*ItemForListTasksOutput) SetRunID ¶
func (s *ItemForListTasksOutput) SetRunID(v string) *ItemForListTasksOutput
SetRunID sets the RunID field's value.
func (*ItemForListTasksOutput) SetStartTime ¶
func (s *ItemForListTasksOutput) SetStartTime(v int32) *ItemForListTasksOutput
SetStartTime sets the StartTime field's value.
func (*ItemForListTasksOutput) SetStatus ¶
func (s *ItemForListTasksOutput) SetStatus(v string) *ItemForListTasksOutput
SetStatus sets the Status field's value.
func (*ItemForListTasksOutput) SetStderr ¶
func (s *ItemForListTasksOutput) SetStderr(v string) *ItemForListTasksOutput
SetStderr sets the Stderr field's value.
func (*ItemForListTasksOutput) SetStdout ¶
func (s *ItemForListTasksOutput) SetStdout(v string) *ItemForListTasksOutput
SetStdout sets the Stdout field's value.
func (ItemForListTasksOutput) String ¶
func (s ItemForListTasksOutput) String() string
String returns the string representation
type ItemForListWorkflowsOutput ¶
type ItemForListWorkflowsOutput struct {
CreateTime *int32 `type:"int32" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Graph *string `type:"string" json:",omitempty"`
ID *string `type:"string" json:",omitempty"`
Inputs []*InputForListWorkflowsOutput `type:"list" json:",omitempty"`
Language *string `type:"string" json:",omitempty"`
MainWorkflowPath *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Outputs []*OutputForListWorkflowsOutput `type:"list" json:",omitempty"`
OwnerName *string `type:"string" json:",omitempty"`
Source *string `type:"string" json:",omitempty"`
SourceType *string `type:"string" json:",omitempty" enum:"EnumOfSourceTypeForListWorkflowsOutput"`
Status *StatusForListWorkflowsOutput `type:"structure" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Token *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListWorkflowsOutput) GoString ¶
func (s ItemForListWorkflowsOutput) GoString() string
GoString returns the string representation
func (*ItemForListWorkflowsOutput) SetCreateTime ¶
func (s *ItemForListWorkflowsOutput) SetCreateTime(v int32) *ItemForListWorkflowsOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListWorkflowsOutput) SetDescription ¶
func (s *ItemForListWorkflowsOutput) SetDescription(v string) *ItemForListWorkflowsOutput
SetDescription sets the Description field's value.
func (*ItemForListWorkflowsOutput) SetGraph ¶
func (s *ItemForListWorkflowsOutput) SetGraph(v string) *ItemForListWorkflowsOutput
SetGraph sets the Graph field's value.
func (*ItemForListWorkflowsOutput) SetID ¶
func (s *ItemForListWorkflowsOutput) SetID(v string) *ItemForListWorkflowsOutput
SetID sets the ID field's value.
func (*ItemForListWorkflowsOutput) SetInputs ¶
func (s *ItemForListWorkflowsOutput) SetInputs(v []*InputForListWorkflowsOutput) *ItemForListWorkflowsOutput
SetInputs sets the Inputs field's value.
func (*ItemForListWorkflowsOutput) SetLanguage ¶
func (s *ItemForListWorkflowsOutput) SetLanguage(v string) *ItemForListWorkflowsOutput
SetLanguage sets the Language field's value.
func (*ItemForListWorkflowsOutput) SetMainWorkflowPath ¶
func (s *ItemForListWorkflowsOutput) SetMainWorkflowPath(v string) *ItemForListWorkflowsOutput
SetMainWorkflowPath sets the MainWorkflowPath field's value.
func (*ItemForListWorkflowsOutput) SetName ¶
func (s *ItemForListWorkflowsOutput) SetName(v string) *ItemForListWorkflowsOutput
SetName sets the Name field's value.
func (*ItemForListWorkflowsOutput) SetOutputs ¶
func (s *ItemForListWorkflowsOutput) SetOutputs(v []*OutputForListWorkflowsOutput) *ItemForListWorkflowsOutput
SetOutputs sets the Outputs field's value.
func (*ItemForListWorkflowsOutput) SetOwnerName ¶
func (s *ItemForListWorkflowsOutput) SetOwnerName(v string) *ItemForListWorkflowsOutput
SetOwnerName sets the OwnerName field's value.
func (*ItemForListWorkflowsOutput) SetSource ¶
func (s *ItemForListWorkflowsOutput) SetSource(v string) *ItemForListWorkflowsOutput
SetSource sets the Source field's value.
func (*ItemForListWorkflowsOutput) SetSourceType ¶
func (s *ItemForListWorkflowsOutput) SetSourceType(v string) *ItemForListWorkflowsOutput
SetSourceType sets the SourceType field's value.
func (*ItemForListWorkflowsOutput) SetStatus ¶
func (s *ItemForListWorkflowsOutput) SetStatus(v *StatusForListWorkflowsOutput) *ItemForListWorkflowsOutput
SetStatus sets the Status field's value.
func (*ItemForListWorkflowsOutput) SetTag ¶
func (s *ItemForListWorkflowsOutput) SetTag(v string) *ItemForListWorkflowsOutput
SetTag sets the Tag field's value.
func (*ItemForListWorkflowsOutput) SetToken ¶
func (s *ItemForListWorkflowsOutput) SetToken(v string) *ItemForListWorkflowsOutput
SetToken sets the Token field's value.
func (*ItemForListWorkflowsOutput) SetUpdateTime ¶
func (s *ItemForListWorkflowsOutput) SetUpdateTime(v string) *ItemForListWorkflowsOutput
SetUpdateTime sets the UpdateTime field's value.
func (ItemForListWorkflowsOutput) String ¶
func (s ItemForListWorkflowsOutput) String() string
String returns the string representation
type ItemForListWorkspaceExtraBucketsOutput ¶
type ItemForListWorkspaceExtraBucketsOutput struct {
BindTime *int32 `type:"int32" json:",omitempty"`
Bucket *string `type:"string" json:",omitempty"`
Exist *bool `type:"boolean" json:",omitempty"`
ID *string `type:"string" json:",omitempty"`
Message *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForListWorkspaceExtraBucketsOutput"`
// contains filtered or unexported fields
}
func (ItemForListWorkspaceExtraBucketsOutput) GoString ¶
func (s ItemForListWorkspaceExtraBucketsOutput) GoString() string
GoString returns the string representation
func (*ItemForListWorkspaceExtraBucketsOutput) SetBindTime ¶
func (s *ItemForListWorkspaceExtraBucketsOutput) SetBindTime(v int32) *ItemForListWorkspaceExtraBucketsOutput
SetBindTime sets the BindTime field's value.
func (*ItemForListWorkspaceExtraBucketsOutput) SetBucket ¶
func (s *ItemForListWorkspaceExtraBucketsOutput) SetBucket(v string) *ItemForListWorkspaceExtraBucketsOutput
SetBucket sets the Bucket field's value.
func (*ItemForListWorkspaceExtraBucketsOutput) SetExist ¶
func (s *ItemForListWorkspaceExtraBucketsOutput) SetExist(v bool) *ItemForListWorkspaceExtraBucketsOutput
SetExist sets the Exist field's value.
func (*ItemForListWorkspaceExtraBucketsOutput) SetID ¶
func (s *ItemForListWorkspaceExtraBucketsOutput) SetID(v string) *ItemForListWorkspaceExtraBucketsOutput
SetID sets the ID field's value.
func (*ItemForListWorkspaceExtraBucketsOutput) SetMessage ¶
func (s *ItemForListWorkspaceExtraBucketsOutput) SetMessage(v string) *ItemForListWorkspaceExtraBucketsOutput
SetMessage sets the Message field's value.
func (*ItemForListWorkspaceExtraBucketsOutput) SetType ¶
func (s *ItemForListWorkspaceExtraBucketsOutput) SetType(v string) *ItemForListWorkspaceExtraBucketsOutput
SetType sets the Type field's value.
func (ItemForListWorkspaceExtraBucketsOutput) String ¶
func (s ItemForListWorkspaceExtraBucketsOutput) String() string
String returns the string representation
type ItemForListWorkspaceLabelsOutput ¶
type ItemForListWorkspaceLabelsOutput struct {
Count *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListWorkspaceLabelsOutput) GoString ¶
func (s ItemForListWorkspaceLabelsOutput) GoString() string
GoString returns the string representation
func (*ItemForListWorkspaceLabelsOutput) SetCount ¶
func (s *ItemForListWorkspaceLabelsOutput) SetCount(v int32) *ItemForListWorkspaceLabelsOutput
SetCount sets the Count field's value.
func (*ItemForListWorkspaceLabelsOutput) SetName ¶
func (s *ItemForListWorkspaceLabelsOutput) SetName(v string) *ItemForListWorkspaceLabelsOutput
SetName sets the Name field's value.
func (ItemForListWorkspaceLabelsOutput) String ¶
func (s ItemForListWorkspaceLabelsOutput) String() string
String returns the string representation
type ItemForListWorkspacesOutput ¶
type ItemForListWorkspacesOutput struct {
CoverDownloadURL *string `type:"string" json:",omitempty"`
CreateTime *int32 `type:"int32" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
ID *string `type:"string" json:",omitempty"`
Labels []*string `type:"list" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
OwnerName *string `type:"string" json:",omitempty"`
PublicMeta *PublicMetaForListWorkspacesOutput `type:"structure" json:",omitempty"`
Role *string `type:"string" json:",omitempty" enum:"EnumOfRoleForListWorkspacesOutput"`
S3Bucket *string `type:"string" json:",omitempty"`
UpdateTime *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListWorkspacesOutput) GoString ¶
func (s ItemForListWorkspacesOutput) GoString() string
GoString returns the string representation
func (*ItemForListWorkspacesOutput) SetCoverDownloadURL ¶
func (s *ItemForListWorkspacesOutput) SetCoverDownloadURL(v string) *ItemForListWorkspacesOutput
SetCoverDownloadURL sets the CoverDownloadURL field's value.
func (*ItemForListWorkspacesOutput) SetCreateTime ¶
func (s *ItemForListWorkspacesOutput) SetCreateTime(v int32) *ItemForListWorkspacesOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListWorkspacesOutput) SetDescription ¶
func (s *ItemForListWorkspacesOutput) SetDescription(v string) *ItemForListWorkspacesOutput
SetDescription sets the Description field's value.
func (*ItemForListWorkspacesOutput) SetID ¶
func (s *ItemForListWorkspacesOutput) SetID(v string) *ItemForListWorkspacesOutput
SetID sets the ID field's value.
func (*ItemForListWorkspacesOutput) SetLabels ¶
func (s *ItemForListWorkspacesOutput) SetLabels(v []*string) *ItemForListWorkspacesOutput
SetLabels sets the Labels field's value.
func (*ItemForListWorkspacesOutput) SetName ¶
func (s *ItemForListWorkspacesOutput) SetName(v string) *ItemForListWorkspacesOutput
SetName sets the Name field's value.
func (*ItemForListWorkspacesOutput) SetOwnerName ¶
func (s *ItemForListWorkspacesOutput) SetOwnerName(v string) *ItemForListWorkspacesOutput
SetOwnerName sets the OwnerName field's value.
func (*ItemForListWorkspacesOutput) SetPublicMeta ¶
func (s *ItemForListWorkspacesOutput) SetPublicMeta(v *PublicMetaForListWorkspacesOutput) *ItemForListWorkspacesOutput
SetPublicMeta sets the PublicMeta field's value.
func (*ItemForListWorkspacesOutput) SetRole ¶
func (s *ItemForListWorkspacesOutput) SetRole(v string) *ItemForListWorkspacesOutput
SetRole sets the Role field's value.
func (*ItemForListWorkspacesOutput) SetS3Bucket ¶
func (s *ItemForListWorkspacesOutput) SetS3Bucket(v string) *ItemForListWorkspacesOutput
SetS3Bucket sets the S3Bucket field's value.
func (*ItemForListWorkspacesOutput) SetUpdateTime ¶
func (s *ItemForListWorkspacesOutput) SetUpdateTime(v int32) *ItemForListWorkspacesOutput
SetUpdateTime sets the UpdateTime field's value.
func (ItemForListWorkspacesOutput) String ¶
func (s ItemForListWorkspacesOutput) String() string
String returns the string representation
type ListAllDataModelRowIDsInput ¶
type ListAllDataModelRowIDsInput struct {
Filter *FilterForListAllDataModelRowIDsInput `type:"structure" json:",omitempty"`
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListAllDataModelRowIDsInput) GoString ¶
func (s ListAllDataModelRowIDsInput) GoString() string
GoString returns the string representation
func (*ListAllDataModelRowIDsInput) SetFilter ¶
func (s *ListAllDataModelRowIDsInput) SetFilter(v *FilterForListAllDataModelRowIDsInput) *ListAllDataModelRowIDsInput
SetFilter sets the Filter field's value.
func (*ListAllDataModelRowIDsInput) SetID ¶
func (s *ListAllDataModelRowIDsInput) SetID(v string) *ListAllDataModelRowIDsInput
SetID sets the ID field's value.
func (*ListAllDataModelRowIDsInput) SetWorkspaceID ¶
func (s *ListAllDataModelRowIDsInput) SetWorkspaceID(v string) *ListAllDataModelRowIDsInput
SetWorkspaceID sets the WorkspaceID field's value.
func (ListAllDataModelRowIDsInput) String ¶
func (s ListAllDataModelRowIDsInput) String() string
String returns the string representation
func (*ListAllDataModelRowIDsInput) Validate ¶
func (s *ListAllDataModelRowIDsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAllDataModelRowIDsOutput ¶
type ListAllDataModelRowIDsOutput struct {
Metadata *response.ResponseMetadata
RowIDs []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAllDataModelRowIDsOutput) GoString ¶
func (s ListAllDataModelRowIDsOutput) GoString() string
GoString returns the string representation
func (*ListAllDataModelRowIDsOutput) SetRowIDs ¶
func (s *ListAllDataModelRowIDsOutput) SetRowIDs(v []*string) *ListAllDataModelRowIDsOutput
SetRowIDs sets the RowIDs field's value.
func (ListAllDataModelRowIDsOutput) String ¶
func (s ListAllDataModelRowIDsOutput) String() string
String returns the string representation
type ListClustersInput ¶
type ListClustersInput struct {
Filter *FilterForListClustersInput `type:"structure" json:",omitempty"`
PageNumber *int32 `min:"1" type:"int32" json:",omitempty"`
PageSize *int32 `max:"100" type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListClustersInput) GoString ¶
func (s ListClustersInput) GoString() string
GoString returns the string representation
func (*ListClustersInput) SetFilter ¶
func (s *ListClustersInput) SetFilter(v *FilterForListClustersInput) *ListClustersInput
SetFilter sets the Filter field's value.
func (*ListClustersInput) SetPageNumber ¶
func (s *ListClustersInput) SetPageNumber(v int32) *ListClustersInput
SetPageNumber sets the PageNumber field's value.
func (*ListClustersInput) SetPageSize ¶
func (s *ListClustersInput) SetPageSize(v int32) *ListClustersInput
SetPageSize sets the PageSize field's value.
func (ListClustersInput) String ¶
func (s ListClustersInput) String() string
String returns the string representation
func (*ListClustersInput) Validate ¶
func (s *ListClustersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListClustersOfWorkspaceInput ¶
type ListClustersOfWorkspaceInput struct {
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// Type is a required field
Type *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfTypeForListClustersOfWorkspaceInput"`
// contains filtered or unexported fields
}
func (ListClustersOfWorkspaceInput) GoString ¶
func (s ListClustersOfWorkspaceInput) GoString() string
GoString returns the string representation
func (*ListClustersOfWorkspaceInput) SetID ¶
func (s *ListClustersOfWorkspaceInput) SetID(v string) *ListClustersOfWorkspaceInput
SetID sets the ID field's value.
func (*ListClustersOfWorkspaceInput) SetType ¶
func (s *ListClustersOfWorkspaceInput) SetType(v string) *ListClustersOfWorkspaceInput
SetType sets the Type field's value.
func (ListClustersOfWorkspaceInput) String ¶
func (s ListClustersOfWorkspaceInput) String() string
String returns the string representation
func (*ListClustersOfWorkspaceInput) Validate ¶
func (s *ListClustersOfWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListClustersOfWorkspaceOutput ¶
type ListClustersOfWorkspaceOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListClustersOfWorkspaceOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListClustersOfWorkspaceOutput) GoString ¶
func (s ListClustersOfWorkspaceOutput) GoString() string
GoString returns the string representation
func (*ListClustersOfWorkspaceOutput) SetItems ¶
func (s *ListClustersOfWorkspaceOutput) SetItems(v []*ItemForListClustersOfWorkspaceOutput) *ListClustersOfWorkspaceOutput
SetItems sets the Items field's value.
func (*ListClustersOfWorkspaceOutput) SetTotalCount ¶
func (s *ListClustersOfWorkspaceOutput) SetTotalCount(v int32) *ListClustersOfWorkspaceOutput
SetTotalCount sets the TotalCount field's value.
func (ListClustersOfWorkspaceOutput) String ¶
func (s ListClustersOfWorkspaceOutput) String() string
String returns the string representation
type ListClustersOutput ¶
type ListClustersOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListClustersOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListClustersOutput) GoString ¶
func (s ListClustersOutput) GoString() string
GoString returns the string representation
func (*ListClustersOutput) SetItems ¶
func (s *ListClustersOutput) SetItems(v []*ItemForListClustersOutput) *ListClustersOutput
SetItems sets the Items field's value.
func (*ListClustersOutput) SetPageNumber ¶
func (s *ListClustersOutput) SetPageNumber(v int32) *ListClustersOutput
SetPageNumber sets the PageNumber field's value.
func (*ListClustersOutput) SetPageSize ¶
func (s *ListClustersOutput) SetPageSize(v int32) *ListClustersOutput
SetPageSize sets the PageSize field's value.
func (*ListClustersOutput) SetTotalCount ¶
func (s *ListClustersOutput) SetTotalCount(v int32) *ListClustersOutput
SetTotalCount sets the TotalCount field's value.
func (ListClustersOutput) String ¶
func (s ListClustersOutput) String() string
String returns the string representation
type ListDataModelRowsInput ¶
type ListDataModelRowsInput struct {
Filter *FilterForListDataModelRowsInput `type:"structure" json:",omitempty"`
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
PageNumber *int32 `min:"1" type:"int32" json:",omitempty"`
PageSize *int32 `max:"100" type:"int32" json:",omitempty"`
SortBy *string `type:"string" json:",omitempty"`
SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListDataModelRowsInput"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListDataModelRowsInput) GoString ¶
func (s ListDataModelRowsInput) GoString() string
GoString returns the string representation
func (*ListDataModelRowsInput) SetFilter ¶
func (s *ListDataModelRowsInput) SetFilter(v *FilterForListDataModelRowsInput) *ListDataModelRowsInput
SetFilter sets the Filter field's value.
func (*ListDataModelRowsInput) SetID ¶
func (s *ListDataModelRowsInput) SetID(v string) *ListDataModelRowsInput
SetID sets the ID field's value.
func (*ListDataModelRowsInput) SetPageNumber ¶
func (s *ListDataModelRowsInput) SetPageNumber(v int32) *ListDataModelRowsInput
SetPageNumber sets the PageNumber field's value.
func (*ListDataModelRowsInput) SetPageSize ¶
func (s *ListDataModelRowsInput) SetPageSize(v int32) *ListDataModelRowsInput
SetPageSize sets the PageSize field's value.
func (*ListDataModelRowsInput) SetSortBy ¶
func (s *ListDataModelRowsInput) SetSortBy(v string) *ListDataModelRowsInput
SetSortBy sets the SortBy field's value.
func (*ListDataModelRowsInput) SetSortOrder ¶
func (s *ListDataModelRowsInput) SetSortOrder(v string) *ListDataModelRowsInput
SetSortOrder sets the SortOrder field's value.
func (*ListDataModelRowsInput) SetWorkspaceID ¶
func (s *ListDataModelRowsInput) SetWorkspaceID(v string) *ListDataModelRowsInput
SetWorkspaceID sets the WorkspaceID field's value.
func (ListDataModelRowsInput) String ¶
func (s ListDataModelRowsInput) String() string
String returns the string representation
func (*ListDataModelRowsInput) Validate ¶
func (s *ListDataModelRowsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDataModelRowsOutput ¶
type ListDataModelRowsOutput struct {
Metadata *response.ResponseMetadata
Headers []*string `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
Rows []*RowForListDataModelRowsOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListDataModelRowsOutput) GoString ¶
func (s ListDataModelRowsOutput) GoString() string
GoString returns the string representation
func (*ListDataModelRowsOutput) SetHeaders ¶
func (s *ListDataModelRowsOutput) SetHeaders(v []*string) *ListDataModelRowsOutput
SetHeaders sets the Headers field's value.
func (*ListDataModelRowsOutput) SetPageNumber ¶
func (s *ListDataModelRowsOutput) SetPageNumber(v int32) *ListDataModelRowsOutput
SetPageNumber sets the PageNumber field's value.
func (*ListDataModelRowsOutput) SetPageSize ¶
func (s *ListDataModelRowsOutput) SetPageSize(v int32) *ListDataModelRowsOutput
SetPageSize sets the PageSize field's value.
func (*ListDataModelRowsOutput) SetRows ¶
func (s *ListDataModelRowsOutput) SetRows(v []*RowForListDataModelRowsOutput) *ListDataModelRowsOutput
SetRows sets the Rows field's value.
func (*ListDataModelRowsOutput) SetTotalCount ¶
func (s *ListDataModelRowsOutput) SetTotalCount(v int32) *ListDataModelRowsOutput
SetTotalCount sets the TotalCount field's value.
func (ListDataModelRowsOutput) String ¶
func (s ListDataModelRowsOutput) String() string
String returns the string representation
type ListDataModelsInput ¶
type ListDataModelsInput struct {
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListDataModelsInput) GoString ¶
func (s ListDataModelsInput) GoString() string
GoString returns the string representation
func (*ListDataModelsInput) SetWorkspaceID ¶
func (s *ListDataModelsInput) SetWorkspaceID(v string) *ListDataModelsInput
SetWorkspaceID sets the WorkspaceID field's value.
func (ListDataModelsInput) String ¶
func (s ListDataModelsInput) String() string
String returns the string representation
func (*ListDataModelsInput) Validate ¶
func (s *ListDataModelsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDataModelsOutput ¶
type ListDataModelsOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListDataModelsOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListDataModelsOutput) GoString ¶
func (s ListDataModelsOutput) GoString() string
GoString returns the string representation
func (*ListDataModelsOutput) SetItems ¶
func (s *ListDataModelsOutput) SetItems(v []*ItemForListDataModelsOutput) *ListDataModelsOutput
SetItems sets the Items field's value.
func (*ListDataModelsOutput) SetTotalCount ¶
func (s *ListDataModelsOutput) SetTotalCount(v int32) *ListDataModelsOutput
SetTotalCount sets the TotalCount field's value.
func (ListDataModelsOutput) String ¶
func (s ListDataModelsOutput) String() string
String returns the string representation
type ListNotebookServerResourceOptsInput ¶
type ListNotebookServerResourceOptsInput struct {
// contains filtered or unexported fields
}
func (ListNotebookServerResourceOptsInput) GoString ¶
func (s ListNotebookServerResourceOptsInput) GoString() string
GoString returns the string representation
func (ListNotebookServerResourceOptsInput) String ¶
func (s ListNotebookServerResourceOptsInput) String() string
String returns the string representation
type ListNotebookServerResourceOptsOutput ¶
type ListNotebookServerResourceOptsOutput struct {
Metadata *response.ResponseMetadata
ResourceSize []*ResourceSizeForListNotebookServerResourceOptsOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListNotebookServerResourceOptsOutput) GoString ¶
func (s ListNotebookServerResourceOptsOutput) GoString() string
GoString returns the string representation
func (*ListNotebookServerResourceOptsOutput) SetResourceSize ¶
func (s *ListNotebookServerResourceOptsOutput) SetResourceSize(v []*ResourceSizeForListNotebookServerResourceOptsOutput) *ListNotebookServerResourceOptsOutput
SetResourceSize sets the ResourceSize field's value.
func (ListNotebookServerResourceOptsOutput) String ¶
func (s ListNotebookServerResourceOptsOutput) String() string
String returns the string representation
type ListNotebookServersInput ¶
type ListNotebookServersInput struct {
Filter *FilterForListNotebookServersInput `type:"structure" json:",omitempty"`
PageNumber *int32 `min:"1" type:"int32" json:",omitempty"`
PageSize *int32 `max:"100" type:"int32" json:",omitempty"`
SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListNotebookServersInput"`
SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListNotebookServersInput"`
// contains filtered or unexported fields
}
func (ListNotebookServersInput) GoString ¶
func (s ListNotebookServersInput) GoString() string
GoString returns the string representation
func (*ListNotebookServersInput) SetFilter ¶
func (s *ListNotebookServersInput) SetFilter(v *FilterForListNotebookServersInput) *ListNotebookServersInput
SetFilter sets the Filter field's value.
func (*ListNotebookServersInput) SetPageNumber ¶
func (s *ListNotebookServersInput) SetPageNumber(v int32) *ListNotebookServersInput
SetPageNumber sets the PageNumber field's value.
func (*ListNotebookServersInput) SetPageSize ¶
func (s *ListNotebookServersInput) SetPageSize(v int32) *ListNotebookServersInput
SetPageSize sets the PageSize field's value.
func (*ListNotebookServersInput) SetSortBy ¶
func (s *ListNotebookServersInput) SetSortBy(v string) *ListNotebookServersInput
SetSortBy sets the SortBy field's value.
func (*ListNotebookServersInput) SetSortOrder ¶
func (s *ListNotebookServersInput) SetSortOrder(v string) *ListNotebookServersInput
SetSortOrder sets the SortOrder field's value.
func (ListNotebookServersInput) String ¶
func (s ListNotebookServersInput) String() string
String returns the string representation
func (*ListNotebookServersInput) Validate ¶
func (s *ListNotebookServersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListNotebookServersOutput ¶
type ListNotebookServersOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListNotebookServersOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListNotebookServersOutput) GoString ¶
func (s ListNotebookServersOutput) GoString() string
GoString returns the string representation
func (*ListNotebookServersOutput) SetItems ¶
func (s *ListNotebookServersOutput) SetItems(v []*ItemForListNotebookServersOutput) *ListNotebookServersOutput
SetItems sets the Items field's value.
func (*ListNotebookServersOutput) SetTotalCount ¶
func (s *ListNotebookServersOutput) SetTotalCount(v int32) *ListNotebookServersOutput
SetTotalCount sets the TotalCount field's value.
func (ListNotebookServersOutput) String ¶
func (s ListNotebookServersOutput) String() string
String returns the string representation
type ListRunsInput ¶
type ListRunsInput struct {
Filter *FilterForListRunsInput `type:"structure" json:",omitempty"`
PageNumber *int32 `min:"1" type:"int32" json:",omitempty"`
PageSize *int32 `max:"100" type:"int32" json:",omitempty"`
// SubmissionID is a required field
SubmissionID *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListRunsInput) GoString ¶
func (s ListRunsInput) GoString() string
GoString returns the string representation
func (*ListRunsInput) SetFilter ¶
func (s *ListRunsInput) SetFilter(v *FilterForListRunsInput) *ListRunsInput
SetFilter sets the Filter field's value.
func (*ListRunsInput) SetPageNumber ¶
func (s *ListRunsInput) SetPageNumber(v int32) *ListRunsInput
SetPageNumber sets the PageNumber field's value.
func (*ListRunsInput) SetPageSize ¶
func (s *ListRunsInput) SetPageSize(v int32) *ListRunsInput
SetPageSize sets the PageSize field's value.
func (*ListRunsInput) SetSubmissionID ¶
func (s *ListRunsInput) SetSubmissionID(v string) *ListRunsInput
SetSubmissionID sets the SubmissionID field's value.
func (*ListRunsInput) SetWorkspaceID ¶
func (s *ListRunsInput) SetWorkspaceID(v string) *ListRunsInput
SetWorkspaceID sets the WorkspaceID field's value.
func (ListRunsInput) String ¶
func (s ListRunsInput) String() string
String returns the string representation
func (*ListRunsInput) Validate ¶
func (s *ListRunsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRunsOutput ¶
type ListRunsOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListRunsOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListRunsOutput) GoString ¶
func (s ListRunsOutput) GoString() string
GoString returns the string representation
func (*ListRunsOutput) SetItems ¶
func (s *ListRunsOutput) SetItems(v []*ItemForListRunsOutput) *ListRunsOutput
SetItems sets the Items field's value.
func (*ListRunsOutput) SetPageNumber ¶
func (s *ListRunsOutput) SetPageNumber(v int32) *ListRunsOutput
SetPageNumber sets the PageNumber field's value.
func (*ListRunsOutput) SetPageSize ¶
func (s *ListRunsOutput) SetPageSize(v int32) *ListRunsOutput
SetPageSize sets the PageSize field's value.
func (*ListRunsOutput) SetTotalCount ¶
func (s *ListRunsOutput) SetTotalCount(v int32) *ListRunsOutput
SetTotalCount sets the TotalCount field's value.
func (ListRunsOutput) String ¶
func (s ListRunsOutput) String() string
String returns the string representation
type ListSubmissionsInput ¶
type ListSubmissionsInput struct {
Filter *FilterForListSubmissionsInput `type:"structure" json:",omitempty"`
PageNumber *int32 `min:"1" type:"int32" json:",omitempty"`
PageSize *int32 `max:"100" type:"int32" json:",omitempty"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListSubmissionsInput) GoString ¶
func (s ListSubmissionsInput) GoString() string
GoString returns the string representation
func (*ListSubmissionsInput) SetFilter ¶
func (s *ListSubmissionsInput) SetFilter(v *FilterForListSubmissionsInput) *ListSubmissionsInput
SetFilter sets the Filter field's value.
func (*ListSubmissionsInput) SetPageNumber ¶
func (s *ListSubmissionsInput) SetPageNumber(v int32) *ListSubmissionsInput
SetPageNumber sets the PageNumber field's value.
func (*ListSubmissionsInput) SetPageSize ¶
func (s *ListSubmissionsInput) SetPageSize(v int32) *ListSubmissionsInput
SetPageSize sets the PageSize field's value.
func (*ListSubmissionsInput) SetWorkspaceID ¶
func (s *ListSubmissionsInput) SetWorkspaceID(v string) *ListSubmissionsInput
SetWorkspaceID sets the WorkspaceID field's value.
func (ListSubmissionsInput) String ¶
func (s ListSubmissionsInput) String() string
String returns the string representation
func (*ListSubmissionsInput) Validate ¶
func (s *ListSubmissionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSubmissionsOutput ¶
type ListSubmissionsOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListSubmissionsOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListSubmissionsOutput) GoString ¶
func (s ListSubmissionsOutput) GoString() string
GoString returns the string representation
func (*ListSubmissionsOutput) SetItems ¶
func (s *ListSubmissionsOutput) SetItems(v []*ItemForListSubmissionsOutput) *ListSubmissionsOutput
SetItems sets the Items field's value.
func (*ListSubmissionsOutput) SetPageNumber ¶
func (s *ListSubmissionsOutput) SetPageNumber(v int32) *ListSubmissionsOutput
SetPageNumber sets the PageNumber field's value.
func (*ListSubmissionsOutput) SetPageSize ¶
func (s *ListSubmissionsOutput) SetPageSize(v int32) *ListSubmissionsOutput
SetPageSize sets the PageSize field's value.
func (*ListSubmissionsOutput) SetTotalCount ¶
func (s *ListSubmissionsOutput) SetTotalCount(v int32) *ListSubmissionsOutput
SetTotalCount sets the TotalCount field's value.
func (ListSubmissionsOutput) String ¶
func (s ListSubmissionsOutput) String() string
String returns the string representation
type ListTasksInput ¶
type ListTasksInput struct {
PageNumber *int32 `min:"1" type:"int32" json:",omitempty"`
PageSize *int32 `max:"100" type:"int32" json:",omitempty"`
// RunID is a required field
RunID *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListTasksInput) GoString ¶
func (s ListTasksInput) GoString() string
GoString returns the string representation
func (*ListTasksInput) SetPageNumber ¶
func (s *ListTasksInput) SetPageNumber(v int32) *ListTasksInput
SetPageNumber sets the PageNumber field's value.
func (*ListTasksInput) SetPageSize ¶
func (s *ListTasksInput) SetPageSize(v int32) *ListTasksInput
SetPageSize sets the PageSize field's value.
func (*ListTasksInput) SetRunID ¶
func (s *ListTasksInput) SetRunID(v string) *ListTasksInput
SetRunID sets the RunID field's value.
func (*ListTasksInput) SetWorkspaceID ¶
func (s *ListTasksInput) SetWorkspaceID(v string) *ListTasksInput
SetWorkspaceID sets the WorkspaceID field's value.
func (ListTasksInput) String ¶
func (s ListTasksInput) String() string
String returns the string representation
func (*ListTasksInput) Validate ¶
func (s *ListTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTasksOutput ¶
type ListTasksOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListTasksOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTasksOutput) GoString ¶
func (s ListTasksOutput) GoString() string
GoString returns the string representation
func (*ListTasksOutput) SetItems ¶
func (s *ListTasksOutput) SetItems(v []*ItemForListTasksOutput) *ListTasksOutput
SetItems sets the Items field's value.
func (*ListTasksOutput) SetPageNumber ¶
func (s *ListTasksOutput) SetPageNumber(v int32) *ListTasksOutput
SetPageNumber sets the PageNumber field's value.
func (*ListTasksOutput) SetPageSize ¶
func (s *ListTasksOutput) SetPageSize(v int32) *ListTasksOutput
SetPageSize sets the PageSize field's value.
func (*ListTasksOutput) SetTotalCount ¶
func (s *ListTasksOutput) SetTotalCount(v int32) *ListTasksOutput
SetTotalCount sets the TotalCount field's value.
func (ListTasksOutput) String ¶
func (s ListTasksOutput) String() string
String returns the string representation
type ListWorkflowsInput ¶
type ListWorkflowsInput struct {
Filter *FilterForListWorkflowsInput `type:"structure" json:",omitempty"`
PageNumber *int32 `min:"1" type:"int32" json:",omitempty"`
PageSize *int32 `max:"100" type:"int32" json:",omitempty"`
SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListWorkflowsInput"`
SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListWorkflowsInput"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListWorkflowsInput) GoString ¶
func (s ListWorkflowsInput) GoString() string
GoString returns the string representation
func (*ListWorkflowsInput) SetFilter ¶
func (s *ListWorkflowsInput) SetFilter(v *FilterForListWorkflowsInput) *ListWorkflowsInput
SetFilter sets the Filter field's value.
func (*ListWorkflowsInput) SetPageNumber ¶
func (s *ListWorkflowsInput) SetPageNumber(v int32) *ListWorkflowsInput
SetPageNumber sets the PageNumber field's value.
func (*ListWorkflowsInput) SetPageSize ¶
func (s *ListWorkflowsInput) SetPageSize(v int32) *ListWorkflowsInput
SetPageSize sets the PageSize field's value.
func (*ListWorkflowsInput) SetSortBy ¶
func (s *ListWorkflowsInput) SetSortBy(v string) *ListWorkflowsInput
SetSortBy sets the SortBy field's value.
func (*ListWorkflowsInput) SetSortOrder ¶
func (s *ListWorkflowsInput) SetSortOrder(v string) *ListWorkflowsInput
SetSortOrder sets the SortOrder field's value.
func (*ListWorkflowsInput) SetWorkspaceID ¶
func (s *ListWorkflowsInput) SetWorkspaceID(v string) *ListWorkflowsInput
SetWorkspaceID sets the WorkspaceID field's value.
func (ListWorkflowsInput) String ¶
func (s ListWorkflowsInput) String() string
String returns the string representation
func (*ListWorkflowsInput) Validate ¶
func (s *ListWorkflowsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListWorkflowsOutput ¶
type ListWorkflowsOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListWorkflowsOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListWorkflowsOutput) GoString ¶
func (s ListWorkflowsOutput) GoString() string
GoString returns the string representation
func (*ListWorkflowsOutput) SetItems ¶
func (s *ListWorkflowsOutput) SetItems(v []*ItemForListWorkflowsOutput) *ListWorkflowsOutput
SetItems sets the Items field's value.
func (*ListWorkflowsOutput) SetPageNumber ¶
func (s *ListWorkflowsOutput) SetPageNumber(v int32) *ListWorkflowsOutput
SetPageNumber sets the PageNumber field's value.
func (*ListWorkflowsOutput) SetPageSize ¶
func (s *ListWorkflowsOutput) SetPageSize(v int32) *ListWorkflowsOutput
SetPageSize sets the PageSize field's value.
func (*ListWorkflowsOutput) SetTotalCount ¶
func (s *ListWorkflowsOutput) SetTotalCount(v int32) *ListWorkflowsOutput
SetTotalCount sets the TotalCount field's value.
func (ListWorkflowsOutput) String ¶
func (s ListWorkflowsOutput) String() string
String returns the string representation
type ListWorkspaceExtraBucketsInput ¶
type ListWorkspaceExtraBucketsInput struct {
Filter *FilterForListWorkspaceExtraBucketsInput `type:"structure" json:",omitempty"`
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListWorkspaceExtraBucketsInput"`
SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListWorkspaceExtraBucketsInput"`
// contains filtered or unexported fields
}
func (ListWorkspaceExtraBucketsInput) GoString ¶
func (s ListWorkspaceExtraBucketsInput) GoString() string
GoString returns the string representation
func (*ListWorkspaceExtraBucketsInput) SetFilter ¶
func (s *ListWorkspaceExtraBucketsInput) SetFilter(v *FilterForListWorkspaceExtraBucketsInput) *ListWorkspaceExtraBucketsInput
SetFilter sets the Filter field's value.
func (*ListWorkspaceExtraBucketsInput) SetID ¶
func (s *ListWorkspaceExtraBucketsInput) SetID(v string) *ListWorkspaceExtraBucketsInput
SetID sets the ID field's value.
func (*ListWorkspaceExtraBucketsInput) SetSortBy ¶
func (s *ListWorkspaceExtraBucketsInput) SetSortBy(v string) *ListWorkspaceExtraBucketsInput
SetSortBy sets the SortBy field's value.
func (*ListWorkspaceExtraBucketsInput) SetSortOrder ¶
func (s *ListWorkspaceExtraBucketsInput) SetSortOrder(v string) *ListWorkspaceExtraBucketsInput
SetSortOrder sets the SortOrder field's value.
func (ListWorkspaceExtraBucketsInput) String ¶
func (s ListWorkspaceExtraBucketsInput) String() string
String returns the string representation
func (*ListWorkspaceExtraBucketsInput) Validate ¶
func (s *ListWorkspaceExtraBucketsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListWorkspaceExtraBucketsOutput ¶
type ListWorkspaceExtraBucketsOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListWorkspaceExtraBucketsOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListWorkspaceExtraBucketsOutput) GoString ¶
func (s ListWorkspaceExtraBucketsOutput) GoString() string
GoString returns the string representation
func (*ListWorkspaceExtraBucketsOutput) SetItems ¶
func (s *ListWorkspaceExtraBucketsOutput) SetItems(v []*ItemForListWorkspaceExtraBucketsOutput) *ListWorkspaceExtraBucketsOutput
SetItems sets the Items field's value.
func (ListWorkspaceExtraBucketsOutput) String ¶
func (s ListWorkspaceExtraBucketsOutput) String() string
String returns the string representation
type ListWorkspaceLabelsInput ¶
type ListWorkspaceLabelsInput struct {
Filter *FilterForListWorkspaceLabelsInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListWorkspaceLabelsInput) GoString ¶
func (s ListWorkspaceLabelsInput) GoString() string
GoString returns the string representation
func (*ListWorkspaceLabelsInput) SetFilter ¶
func (s *ListWorkspaceLabelsInput) SetFilter(v *FilterForListWorkspaceLabelsInput) *ListWorkspaceLabelsInput
SetFilter sets the Filter field's value.
func (ListWorkspaceLabelsInput) String ¶
func (s ListWorkspaceLabelsInput) String() string
String returns the string representation
type ListWorkspaceLabelsOutput ¶
type ListWorkspaceLabelsOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListWorkspaceLabelsOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListWorkspaceLabelsOutput) GoString ¶
func (s ListWorkspaceLabelsOutput) GoString() string
GoString returns the string representation
func (*ListWorkspaceLabelsOutput) SetItems ¶
func (s *ListWorkspaceLabelsOutput) SetItems(v []*ItemForListWorkspaceLabelsOutput) *ListWorkspaceLabelsOutput
SetItems sets the Items field's value.
func (*ListWorkspaceLabelsOutput) SetTotalCount ¶
func (s *ListWorkspaceLabelsOutput) SetTotalCount(v int32) *ListWorkspaceLabelsOutput
SetTotalCount sets the TotalCount field's value.
func (ListWorkspaceLabelsOutput) String ¶
func (s ListWorkspaceLabelsOutput) String() string
String returns the string representation
type ListWorkspacesInput ¶
type ListWorkspacesInput struct {
Filter *FilterForListWorkspacesInput `type:"structure" json:",omitempty"`
PageNumber *int32 `min:"1" type:"int32" json:",omitempty"`
PageSize *int32 `max:"100" type:"int32" json:",omitempty"`
SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListWorkspacesInput"`
SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListWorkspacesInput"`
// contains filtered or unexported fields
}
func (ListWorkspacesInput) GoString ¶
func (s ListWorkspacesInput) GoString() string
GoString returns the string representation
func (*ListWorkspacesInput) SetFilter ¶
func (s *ListWorkspacesInput) SetFilter(v *FilterForListWorkspacesInput) *ListWorkspacesInput
SetFilter sets the Filter field's value.
func (*ListWorkspacesInput) SetPageNumber ¶
func (s *ListWorkspacesInput) SetPageNumber(v int32) *ListWorkspacesInput
SetPageNumber sets the PageNumber field's value.
func (*ListWorkspacesInput) SetPageSize ¶
func (s *ListWorkspacesInput) SetPageSize(v int32) *ListWorkspacesInput
SetPageSize sets the PageSize field's value.
func (*ListWorkspacesInput) SetSortBy ¶
func (s *ListWorkspacesInput) SetSortBy(v string) *ListWorkspacesInput
SetSortBy sets the SortBy field's value.
func (*ListWorkspacesInput) SetSortOrder ¶
func (s *ListWorkspacesInput) SetSortOrder(v string) *ListWorkspacesInput
SetSortOrder sets the SortOrder field's value.
func (ListWorkspacesInput) String ¶
func (s ListWorkspacesInput) String() string
String returns the string representation
func (*ListWorkspacesInput) Validate ¶
func (s *ListWorkspacesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListWorkspacesOutput ¶
type ListWorkspacesOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListWorkspacesOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListWorkspacesOutput) GoString ¶
func (s ListWorkspacesOutput) GoString() string
GoString returns the string representation
func (*ListWorkspacesOutput) SetItems ¶
func (s *ListWorkspacesOutput) SetItems(v []*ItemForListWorkspacesOutput) *ListWorkspacesOutput
SetItems sets the Items field's value.
func (*ListWorkspacesOutput) SetPageNumber ¶
func (s *ListWorkspacesOutput) SetPageNumber(v int32) *ListWorkspacesOutput
SetPageNumber sets the PageNumber field's value.
func (*ListWorkspacesOutput) SetPageSize ¶
func (s *ListWorkspacesOutput) SetPageSize(v int32) *ListWorkspacesOutput
SetPageSize sets the PageSize field's value.
func (*ListWorkspacesOutput) SetTotalCount ¶
func (s *ListWorkspacesOutput) SetTotalCount(v int32) *ListWorkspacesOutput
SetTotalCount sets the TotalCount field's value.
func (ListWorkspacesOutput) String ¶
func (s ListWorkspacesOutput) String() string
String returns the string representation
type OutputForListWorkflowsOutput ¶
type OutputForListWorkflowsOutput struct {
Default *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Optional *bool `type:"boolean" json:",omitempty"`
ParameterMeta *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OutputForListWorkflowsOutput) GoString ¶
func (s OutputForListWorkflowsOutput) GoString() string
GoString returns the string representation
func (*OutputForListWorkflowsOutput) SetDefault ¶
func (s *OutputForListWorkflowsOutput) SetDefault(v string) *OutputForListWorkflowsOutput
SetDefault sets the Default field's value.
func (*OutputForListWorkflowsOutput) SetName ¶
func (s *OutputForListWorkflowsOutput) SetName(v string) *OutputForListWorkflowsOutput
SetName sets the Name field's value.
func (*OutputForListWorkflowsOutput) SetOptional ¶
func (s *OutputForListWorkflowsOutput) SetOptional(v bool) *OutputForListWorkflowsOutput
SetOptional sets the Optional field's value.
func (*OutputForListWorkflowsOutput) SetParameterMeta ¶
func (s *OutputForListWorkflowsOutput) SetParameterMeta(v string) *OutputForListWorkflowsOutput
SetParameterMeta sets the ParameterMeta field's value.
func (*OutputForListWorkflowsOutput) SetType ¶
func (s *OutputForListWorkflowsOutput) SetType(v string) *OutputForListWorkflowsOutput
SetType sets the Type field's value.
func (OutputForListWorkflowsOutput) String ¶
func (s OutputForListWorkflowsOutput) String() string
String returns the string representation
type PublicMetaForListWorkspacesOutput ¶
type PublicMetaForListWorkspacesOutput struct {
TosBucketTotalStorage *float64 `type:"double" json:",omitempty"`
// contains filtered or unexported fields
}
func (PublicMetaForListWorkspacesOutput) GoString ¶
func (s PublicMetaForListWorkspacesOutput) GoString() string
GoString returns the string representation
func (*PublicMetaForListWorkspacesOutput) SetTosBucketTotalStorage ¶
func (s *PublicMetaForListWorkspacesOutput) SetTosBucketTotalStorage(v float64) *PublicMetaForListWorkspacesOutput
SetTosBucketTotalStorage sets the TosBucketTotalStorage field's value.
func (PublicMetaForListWorkspacesOutput) String ¶
func (s PublicMetaForListWorkspacesOutput) String() string
String returns the string representation
type RepositorySchemaForCreateDataModelInput ¶
type RepositorySchemaForCreateDataModelInput struct {
AAIPassport *string `type:"string" json:",omitempty"`
SchemaID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (RepositorySchemaForCreateDataModelInput) GoString ¶
func (s RepositorySchemaForCreateDataModelInput) GoString() string
GoString returns the string representation
func (*RepositorySchemaForCreateDataModelInput) SetAAIPassport ¶
func (s *RepositorySchemaForCreateDataModelInput) SetAAIPassport(v string) *RepositorySchemaForCreateDataModelInput
SetAAIPassport sets the AAIPassport field's value.
func (*RepositorySchemaForCreateDataModelInput) SetSchemaID ¶
func (s *RepositorySchemaForCreateDataModelInput) SetSchemaID(v string) *RepositorySchemaForCreateDataModelInput
SetSchemaID sets the SchemaID field's value.
func (RepositorySchemaForCreateDataModelInput) String ¶
func (s RepositorySchemaForCreateDataModelInput) String() string
String returns the string representation
type ResourceClaimedForListTasksOutput ¶
type ResourceClaimedForListTasksOutput struct {
CPUCore *float64 `type:"double" json:",omitempty"`
GPUGiB *float64 `type:"double" json:",omitempty"`
MemoryGiB *float64 `type:"double" json:",omitempty"`
StorageGiB *float64 `type:"double" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceClaimedForListTasksOutput) GoString ¶
func (s ResourceClaimedForListTasksOutput) GoString() string
GoString returns the string representation
func (*ResourceClaimedForListTasksOutput) SetCPUCore ¶
func (s *ResourceClaimedForListTasksOutput) SetCPUCore(v float64) *ResourceClaimedForListTasksOutput
SetCPUCore sets the CPUCore field's value.
func (*ResourceClaimedForListTasksOutput) SetGPUGiB ¶
func (s *ResourceClaimedForListTasksOutput) SetGPUGiB(v float64) *ResourceClaimedForListTasksOutput
SetGPUGiB sets the GPUGiB field's value.
func (*ResourceClaimedForListTasksOutput) SetMemoryGiB ¶
func (s *ResourceClaimedForListTasksOutput) SetMemoryGiB(v float64) *ResourceClaimedForListTasksOutput
SetMemoryGiB sets the MemoryGiB field's value.
func (*ResourceClaimedForListTasksOutput) SetStorageGiB ¶
func (s *ResourceClaimedForListTasksOutput) SetStorageGiB(v float64) *ResourceClaimedForListTasksOutput
SetStorageGiB sets the StorageGiB field's value.
func (ResourceClaimedForListTasksOutput) String ¶
func (s ResourceClaimedForListTasksOutput) String() string
String returns the string representation
type ResourceSizeForListNotebookServerResourceOptsOutput ¶
type ResourceSizeForListNotebookServerResourceOptsOutput struct {
Cpu *int32 `type:"int32" json:",omitempty"`
Memory *int32 `type:"int32" json:",omitempty"`
ResourceSize *string `type:"string" json:",omitempty" enum:"EnumOfResourceSizeForListNotebookServerResourceOptsOutput"`
// contains filtered or unexported fields
}
func (ResourceSizeForListNotebookServerResourceOptsOutput) GoString ¶
func (s ResourceSizeForListNotebookServerResourceOptsOutput) GoString() string
GoString returns the string representation
func (*ResourceSizeForListNotebookServerResourceOptsOutput) SetCpu ¶
func (s *ResourceSizeForListNotebookServerResourceOptsOutput) SetCpu(v int32) *ResourceSizeForListNotebookServerResourceOptsOutput
SetCpu sets the Cpu field's value.
func (*ResourceSizeForListNotebookServerResourceOptsOutput) SetMemory ¶
func (s *ResourceSizeForListNotebookServerResourceOptsOutput) SetMemory(v int32) *ResourceSizeForListNotebookServerResourceOptsOutput
SetMemory sets the Memory field's value.
func (*ResourceSizeForListNotebookServerResourceOptsOutput) SetResourceSize ¶
func (s *ResourceSizeForListNotebookServerResourceOptsOutput) SetResourceSize(v string) *ResourceSizeForListNotebookServerResourceOptsOutput
SetResourceSize sets the ResourceSize field's value.
func (ResourceSizeForListNotebookServerResourceOptsOutput) String ¶
func (s ResourceSizeForListNotebookServerResourceOptsOutput) String() string
String returns the string representation
type ResourceUsedForListTasksOutput ¶
type ResourceUsedForListTasksOutput struct {
CPUCore *float64 `type:"double" json:",omitempty"`
GPUGiB *float64 `type:"double" json:",omitempty"`
MemoryGiB *float64 `type:"double" json:",omitempty"`
StorageGiB *float64 `type:"double" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceUsedForListTasksOutput) GoString ¶
func (s ResourceUsedForListTasksOutput) GoString() string
GoString returns the string representation
func (*ResourceUsedForListTasksOutput) SetCPUCore ¶
func (s *ResourceUsedForListTasksOutput) SetCPUCore(v float64) *ResourceUsedForListTasksOutput
SetCPUCore sets the CPUCore field's value.
func (*ResourceUsedForListTasksOutput) SetGPUGiB ¶
func (s *ResourceUsedForListTasksOutput) SetGPUGiB(v float64) *ResourceUsedForListTasksOutput
SetGPUGiB sets the GPUGiB field's value.
func (*ResourceUsedForListTasksOutput) SetMemoryGiB ¶
func (s *ResourceUsedForListTasksOutput) SetMemoryGiB(v float64) *ResourceUsedForListTasksOutput
SetMemoryGiB sets the MemoryGiB field's value.
func (*ResourceUsedForListTasksOutput) SetStorageGiB ¶
func (s *ResourceUsedForListTasksOutput) SetStorageGiB(v float64) *ResourceUsedForListTasksOutput
SetStorageGiB sets the StorageGiB field's value.
func (ResourceUsedForListTasksOutput) String ¶
func (s ResourceUsedForListTasksOutput) String() string
String returns the string representation
type RowForCreateDataModelInput ¶
type RowForCreateDataModelInput struct {
// contains filtered or unexported fields
}
func (RowForCreateDataModelInput) GoString ¶
func (s RowForCreateDataModelInput) GoString() string
GoString returns the string representation
func (RowForCreateDataModelInput) String ¶
func (s RowForCreateDataModelInput) String() string
String returns the string representation
type RowForListDataModelRowsOutput ¶
type RowForListDataModelRowsOutput struct {
// contains filtered or unexported fields
}
func (RowForListDataModelRowsOutput) GoString ¶
func (s RowForListDataModelRowsOutput) GoString() string
GoString returns the string representation
func (RowForListDataModelRowsOutput) String ¶
func (s RowForListDataModelRowsOutput) String() string
String returns the string representation
type RunStatusForListSubmissionsOutput ¶
type RunStatusForListSubmissionsOutput struct {
Cancelled *int32 `type:"int32" json:",omitempty"`
Cancelling *string `type:"string" json:",omitempty"`
Count *int32 `type:"int32" json:",omitempty"`
Failed *int32 `type:"int32" json:",omitempty"`
Pending *int32 `type:"int32" json:",omitempty"`
Running *int32 `type:"int32" json:",omitempty"`
Succeeded *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (RunStatusForListSubmissionsOutput) GoString ¶
func (s RunStatusForListSubmissionsOutput) GoString() string
GoString returns the string representation
func (*RunStatusForListSubmissionsOutput) SetCancelled ¶
func (s *RunStatusForListSubmissionsOutput) SetCancelled(v int32) *RunStatusForListSubmissionsOutput
SetCancelled sets the Cancelled field's value.
func (*RunStatusForListSubmissionsOutput) SetCancelling ¶
func (s *RunStatusForListSubmissionsOutput) SetCancelling(v string) *RunStatusForListSubmissionsOutput
SetCancelling sets the Cancelling field's value.
func (*RunStatusForListSubmissionsOutput) SetCount ¶
func (s *RunStatusForListSubmissionsOutput) SetCount(v int32) *RunStatusForListSubmissionsOutput
SetCount sets the Count field's value.
func (*RunStatusForListSubmissionsOutput) SetFailed ¶
func (s *RunStatusForListSubmissionsOutput) SetFailed(v int32) *RunStatusForListSubmissionsOutput
SetFailed sets the Failed field's value.
func (*RunStatusForListSubmissionsOutput) SetPending ¶
func (s *RunStatusForListSubmissionsOutput) SetPending(v int32) *RunStatusForListSubmissionsOutput
SetPending sets the Pending field's value.
func (*RunStatusForListSubmissionsOutput) SetRunning ¶
func (s *RunStatusForListSubmissionsOutput) SetRunning(v int32) *RunStatusForListSubmissionsOutput
SetRunning sets the Running field's value.
func (*RunStatusForListSubmissionsOutput) SetSucceeded ¶
func (s *RunStatusForListSubmissionsOutput) SetSucceeded(v int32) *RunStatusForListSubmissionsOutput
SetSucceeded sets the Succeeded field's value.
func (RunStatusForListSubmissionsOutput) String ¶
func (s RunStatusForListSubmissionsOutput) String() string
String returns the string representation
type S3ProxyConfigForListClustersOfWorkspaceOutput ¶
type S3ProxyConfigForListClustersOfWorkspaceOutput struct {
AccessKey *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
ForcePathStyle *bool `type:"boolean" json:",omitempty"`
Region *string `type:"string" json:",omitempty"`
SecretKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (S3ProxyConfigForListClustersOfWorkspaceOutput) GoString ¶
func (s S3ProxyConfigForListClustersOfWorkspaceOutput) GoString() string
GoString returns the string representation
func (*S3ProxyConfigForListClustersOfWorkspaceOutput) SetAccessKey ¶
func (s *S3ProxyConfigForListClustersOfWorkspaceOutput) SetAccessKey(v string) *S3ProxyConfigForListClustersOfWorkspaceOutput
SetAccessKey sets the AccessKey field's value.
func (*S3ProxyConfigForListClustersOfWorkspaceOutput) SetEndpoint ¶
func (s *S3ProxyConfigForListClustersOfWorkspaceOutput) SetEndpoint(v string) *S3ProxyConfigForListClustersOfWorkspaceOutput
SetEndpoint sets the Endpoint field's value.
func (*S3ProxyConfigForListClustersOfWorkspaceOutput) SetForcePathStyle ¶
func (s *S3ProxyConfigForListClustersOfWorkspaceOutput) SetForcePathStyle(v bool) *S3ProxyConfigForListClustersOfWorkspaceOutput
SetForcePathStyle sets the ForcePathStyle field's value.
func (*S3ProxyConfigForListClustersOfWorkspaceOutput) SetRegion ¶
func (s *S3ProxyConfigForListClustersOfWorkspaceOutput) SetRegion(v string) *S3ProxyConfigForListClustersOfWorkspaceOutput
SetRegion sets the Region field's value.
func (*S3ProxyConfigForListClustersOfWorkspaceOutput) SetSecretKey ¶
func (s *S3ProxyConfigForListClustersOfWorkspaceOutput) SetSecretKey(v string) *S3ProxyConfigForListClustersOfWorkspaceOutput
SetSecretKey sets the SecretKey field's value.
func (S3ProxyConfigForListClustersOfWorkspaceOutput) String ¶
func (s S3ProxyConfigForListClustersOfWorkspaceOutput) String() string
String returns the string representation
type S3ProxyConfigForListClustersOutput ¶
type S3ProxyConfigForListClustersOutput struct {
AccessKey *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
ForcePathStyle *bool `type:"boolean" json:",omitempty"`
Region *string `type:"string" json:",omitempty"`
SecretKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (S3ProxyConfigForListClustersOutput) GoString ¶
func (s S3ProxyConfigForListClustersOutput) GoString() string
GoString returns the string representation
func (*S3ProxyConfigForListClustersOutput) SetAccessKey ¶
func (s *S3ProxyConfigForListClustersOutput) SetAccessKey(v string) *S3ProxyConfigForListClustersOutput
SetAccessKey sets the AccessKey field's value.
func (*S3ProxyConfigForListClustersOutput) SetEndpoint ¶
func (s *S3ProxyConfigForListClustersOutput) SetEndpoint(v string) *S3ProxyConfigForListClustersOutput
SetEndpoint sets the Endpoint field's value.
func (*S3ProxyConfigForListClustersOutput) SetForcePathStyle ¶
func (s *S3ProxyConfigForListClustersOutput) SetForcePathStyle(v bool) *S3ProxyConfigForListClustersOutput
SetForcePathStyle sets the ForcePathStyle field's value.
func (*S3ProxyConfigForListClustersOutput) SetRegion ¶
func (s *S3ProxyConfigForListClustersOutput) SetRegion(v string) *S3ProxyConfigForListClustersOutput
SetRegion sets the Region field's value.
func (*S3ProxyConfigForListClustersOutput) SetSecretKey ¶
func (s *S3ProxyConfigForListClustersOutput) SetSecretKey(v string) *S3ProxyConfigForListClustersOutput
SetSecretKey sets the SecretKey field's value.
func (S3ProxyConfigForListClustersOutput) String ¶
func (s S3ProxyConfigForListClustersOutput) String() string
String returns the string representation
type SharedConfigForCreateClusterInput ¶
type SharedConfigForCreateClusterInput struct {
// contains filtered or unexported fields
}
func (SharedConfigForCreateClusterInput) GoString ¶
func (s SharedConfigForCreateClusterInput) GoString() string
GoString returns the string representation
func (SharedConfigForCreateClusterInput) String ¶
func (s SharedConfigForCreateClusterInput) String() string
String returns the string representation
type SharedConfigForListClustersOfWorkspaceOutput ¶
type SharedConfigForListClustersOfWorkspaceOutput struct {
// contains filtered or unexported fields
}
func (SharedConfigForListClustersOfWorkspaceOutput) GoString ¶
func (s SharedConfigForListClustersOfWorkspaceOutput) GoString() string
GoString returns the string representation
func (SharedConfigForListClustersOfWorkspaceOutput) String ¶
func (s SharedConfigForListClustersOfWorkspaceOutput) String() string
String returns the string representation
type SharedConfigForListClustersOutput ¶
type SharedConfigForListClustersOutput struct {
// contains filtered or unexported fields
}
func (SharedConfigForListClustersOutput) GoString ¶
func (s SharedConfigForListClustersOutput) GoString() string
GoString returns the string representation
func (SharedConfigForListClustersOutput) String ¶
func (s SharedConfigForListClustersOutput) String() string
String returns the string representation
type StatusForListWorkflowsOutput ¶
type StatusForListWorkflowsOutput struct {
Message *string `type:"string" json:",omitempty"`
Phase *string `type:"string" json:",omitempty" enum:"EnumOfPhaseForListWorkflowsOutput"`
// contains filtered or unexported fields
}
func (StatusForListWorkflowsOutput) GoString ¶
func (s StatusForListWorkflowsOutput) GoString() string
GoString returns the string representation
func (*StatusForListWorkflowsOutput) SetMessage ¶
func (s *StatusForListWorkflowsOutput) SetMessage(v string) *StatusForListWorkflowsOutput
SetMessage sets the Message field's value.
func (*StatusForListWorkflowsOutput) SetPhase ¶
func (s *StatusForListWorkflowsOutput) SetPhase(v string) *StatusForListWorkflowsOutput
SetPhase sets the Phase field's value.
func (StatusForListWorkflowsOutput) String ¶
func (s StatusForListWorkflowsOutput) String() string
String returns the string representation
type StopNotebookServerInput ¶
type StopNotebookServerInput struct {
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (StopNotebookServerInput) GoString ¶
func (s StopNotebookServerInput) GoString() string
GoString returns the string representation
func (*StopNotebookServerInput) SetWorkspaceID ¶
func (s *StopNotebookServerInput) SetWorkspaceID(v string) *StopNotebookServerInput
SetWorkspaceID sets the WorkspaceID field's value.
func (StopNotebookServerInput) String ¶
func (s StopNotebookServerInput) String() string
String returns the string representation
func (*StopNotebookServerInput) Validate ¶
func (s *StopNotebookServerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopNotebookServerOutput ¶
type StopNotebookServerOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (StopNotebookServerOutput) GoString ¶
func (s StopNotebookServerOutput) GoString() string
GoString returns the string representation
func (StopNotebookServerOutput) String ¶
func (s StopNotebookServerOutput) String() string
String returns the string representation
type TaskStatusForListRunsOutput ¶
type TaskStatusForListRunsOutput struct {
Cancelled *int32 `type:"int32" json:",omitempty"`
Count *int32 `type:"int32" json:",omitempty"`
Failed *int32 `type:"int32" json:",omitempty"`
Initializing *int32 `type:"int32" json:",omitempty"`
Queued *int32 `type:"int32" json:",omitempty"`
Running *int32 `type:"int32" json:",omitempty"`
Succeeded *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (TaskStatusForListRunsOutput) GoString ¶
func (s TaskStatusForListRunsOutput) GoString() string
GoString returns the string representation
func (*TaskStatusForListRunsOutput) SetCancelled ¶
func (s *TaskStatusForListRunsOutput) SetCancelled(v int32) *TaskStatusForListRunsOutput
SetCancelled sets the Cancelled field's value.
func (*TaskStatusForListRunsOutput) SetCount ¶
func (s *TaskStatusForListRunsOutput) SetCount(v int32) *TaskStatusForListRunsOutput
SetCount sets the Count field's value.
func (*TaskStatusForListRunsOutput) SetFailed ¶
func (s *TaskStatusForListRunsOutput) SetFailed(v int32) *TaskStatusForListRunsOutput
SetFailed sets the Failed field's value.
func (*TaskStatusForListRunsOutput) SetInitializing ¶
func (s *TaskStatusForListRunsOutput) SetInitializing(v int32) *TaskStatusForListRunsOutput
SetInitializing sets the Initializing field's value.
func (*TaskStatusForListRunsOutput) SetQueued ¶
func (s *TaskStatusForListRunsOutput) SetQueued(v int32) *TaskStatusForListRunsOutput
SetQueued sets the Queued field's value.
func (*TaskStatusForListRunsOutput) SetRunning ¶
func (s *TaskStatusForListRunsOutput) SetRunning(v int32) *TaskStatusForListRunsOutput
SetRunning sets the Running field's value.
func (*TaskStatusForListRunsOutput) SetSucceeded ¶
func (s *TaskStatusForListRunsOutput) SetSucceeded(v int32) *TaskStatusForListRunsOutput
SetSucceeded sets the Succeeded field's value.
func (TaskStatusForListRunsOutput) String ¶
func (s TaskStatusForListRunsOutput) String() string
String returns the string representation
type UnbindClusterAndWorkspaceInput ¶
type UnbindClusterAndWorkspaceInput struct {
// ClusterID is a required field
ClusterID *string `type:"string" json:",omitempty" required:"true"`
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
// Type is a required field
Type *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfTypeForUnbindClusterAndWorkspaceInput"`
// contains filtered or unexported fields
}
func (UnbindClusterAndWorkspaceInput) GoString ¶
func (s UnbindClusterAndWorkspaceInput) GoString() string
GoString returns the string representation
func (*UnbindClusterAndWorkspaceInput) SetClusterID ¶
func (s *UnbindClusterAndWorkspaceInput) SetClusterID(v string) *UnbindClusterAndWorkspaceInput
SetClusterID sets the ClusterID field's value.
func (*UnbindClusterAndWorkspaceInput) SetID ¶
func (s *UnbindClusterAndWorkspaceInput) SetID(v string) *UnbindClusterAndWorkspaceInput
SetID sets the ID field's value.
func (*UnbindClusterAndWorkspaceInput) SetType ¶
func (s *UnbindClusterAndWorkspaceInput) SetType(v string) *UnbindClusterAndWorkspaceInput
SetType sets the Type field's value.
func (UnbindClusterAndWorkspaceInput) String ¶
func (s UnbindClusterAndWorkspaceInput) String() string
String returns the string representation
func (*UnbindClusterAndWorkspaceInput) Validate ¶
func (s *UnbindClusterAndWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UnbindClusterAndWorkspaceOutput ¶
type UnbindClusterAndWorkspaceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UnbindClusterAndWorkspaceOutput) GoString ¶
func (s UnbindClusterAndWorkspaceOutput) GoString() string
GoString returns the string representation
func (UnbindClusterAndWorkspaceOutput) String ¶
func (s UnbindClusterAndWorkspaceOutput) String() string
String returns the string representation
type UpdateAPIAccessKeyInput ¶
type UpdateAPIAccessKeyInput struct {
// AccessKeyID is a required field
AccessKeyID *string `type:"string" json:",omitempty" required:"true"`
// ClusterID is a required field
ClusterID *string `type:"string" json:",omitempty" required:"true"`
// SecretAccessKey is a required field
SecretAccessKey *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UpdateAPIAccessKeyInput) GoString ¶
func (s UpdateAPIAccessKeyInput) GoString() string
GoString returns the string representation
func (*UpdateAPIAccessKeyInput) SetAccessKeyID ¶
func (s *UpdateAPIAccessKeyInput) SetAccessKeyID(v string) *UpdateAPIAccessKeyInput
SetAccessKeyID sets the AccessKeyID field's value.
func (*UpdateAPIAccessKeyInput) SetClusterID ¶
func (s *UpdateAPIAccessKeyInput) SetClusterID(v string) *UpdateAPIAccessKeyInput
SetClusterID sets the ClusterID field's value.
func (*UpdateAPIAccessKeyInput) SetSecretAccessKey ¶
func (s *UpdateAPIAccessKeyInput) SetSecretAccessKey(v string) *UpdateAPIAccessKeyInput
SetSecretAccessKey sets the SecretAccessKey field's value.
func (UpdateAPIAccessKeyInput) String ¶
func (s UpdateAPIAccessKeyInput) String() string
String returns the string representation
func (*UpdateAPIAccessKeyInput) Validate ¶
func (s *UpdateAPIAccessKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAPIAccessKeyOutput ¶
type UpdateAPIAccessKeyOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateAPIAccessKeyOutput) GoString ¶
func (s UpdateAPIAccessKeyOutput) GoString() string
GoString returns the string representation
func (UpdateAPIAccessKeyOutput) String ¶
func (s UpdateAPIAccessKeyOutput) String() string
String returns the string representation
type UpdateNotebookServerSettingsInput ¶
type UpdateNotebookServerSettingsInput struct {
ImageID *string `type:"string" json:",omitempty"`
MountTOSEnabled *bool `type:"boolean" json:",omitempty"`
ResourceSize *string `type:"string" json:",omitempty" enum:"EnumOfResourceSizeForUpdateNotebookServerSettingsInput"`
StorageCapacity *int32 `type:"int32" json:",omitempty"`
TempImageName *string `type:"string" json:",omitempty"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UpdateNotebookServerSettingsInput) GoString ¶
func (s UpdateNotebookServerSettingsInput) GoString() string
GoString returns the string representation
func (*UpdateNotebookServerSettingsInput) SetImageID ¶
func (s *UpdateNotebookServerSettingsInput) SetImageID(v string) *UpdateNotebookServerSettingsInput
SetImageID sets the ImageID field's value.
func (*UpdateNotebookServerSettingsInput) SetMountTOSEnabled ¶
func (s *UpdateNotebookServerSettingsInput) SetMountTOSEnabled(v bool) *UpdateNotebookServerSettingsInput
SetMountTOSEnabled sets the MountTOSEnabled field's value.
func (*UpdateNotebookServerSettingsInput) SetResourceSize ¶
func (s *UpdateNotebookServerSettingsInput) SetResourceSize(v string) *UpdateNotebookServerSettingsInput
SetResourceSize sets the ResourceSize field's value.
func (*UpdateNotebookServerSettingsInput) SetStorageCapacity ¶
func (s *UpdateNotebookServerSettingsInput) SetStorageCapacity(v int32) *UpdateNotebookServerSettingsInput
SetStorageCapacity sets the StorageCapacity field's value.
func (*UpdateNotebookServerSettingsInput) SetTempImageName ¶
func (s *UpdateNotebookServerSettingsInput) SetTempImageName(v string) *UpdateNotebookServerSettingsInput
SetTempImageName sets the TempImageName field's value.
func (*UpdateNotebookServerSettingsInput) SetWorkspaceID ¶
func (s *UpdateNotebookServerSettingsInput) SetWorkspaceID(v string) *UpdateNotebookServerSettingsInput
SetWorkspaceID sets the WorkspaceID field's value.
func (UpdateNotebookServerSettingsInput) String ¶
func (s UpdateNotebookServerSettingsInput) String() string
String returns the string representation
func (*UpdateNotebookServerSettingsInput) Validate ¶
func (s *UpdateNotebookServerSettingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateNotebookServerSettingsOutput ¶
type UpdateNotebookServerSettingsOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateNotebookServerSettingsOutput) GoString ¶
func (s UpdateNotebookServerSettingsOutput) GoString() string
GoString returns the string representation
func (UpdateNotebookServerSettingsOutput) String ¶
func (s UpdateNotebookServerSettingsOutput) String() string
String returns the string representation
type UpdateWorkflowInput ¶
type UpdateWorkflowInput struct {
Content *string `type:"string" json:",omitempty"`
Description *string `max:"1000" type:"string" json:",omitempty"`
// ID is a required field
ID *string `type:"string" json:",omitempty" required:"true"`
MainWorkflowPath *string `type:"string" json:",omitempty"`
// Name is a required field
Name *string `min:"1" max:"200" type:"string" json:",omitempty" required:"true"`
Source *string `type:"string" json:",omitempty"`
SourceType *string `type:"string" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Token *string `type:"string" json:",omitempty"`
// WorkspaceID is a required field
WorkspaceID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UpdateWorkflowInput) GoString ¶
func (s UpdateWorkflowInput) GoString() string
GoString returns the string representation
func (*UpdateWorkflowInput) SetContent ¶
func (s *UpdateWorkflowInput) SetContent(v string) *UpdateWorkflowInput
SetContent sets the Content field's value.
func (*UpdateWorkflowInput) SetDescription ¶
func (s *UpdateWorkflowInput) SetDescription(v string) *UpdateWorkflowInput
SetDescription sets the Description field's value.
func (*UpdateWorkflowInput) SetID ¶
func (s *UpdateWorkflowInput) SetID(v string) *UpdateWorkflowInput
SetID sets the ID field's value.
func (*UpdateWorkflowInput) SetMainWorkflowPath ¶
func (s *UpdateWorkflowInput) SetMainWorkflowPath(v string) *UpdateWorkflowInput
SetMainWorkflowPath sets the MainWorkflowPath field's value.
func (*UpdateWorkflowInput) SetName ¶
func (s *UpdateWorkflowInput) SetName(v string) *UpdateWorkflowInput
SetName sets the Name field's value.
func (*UpdateWorkflowInput) SetSource ¶
func (s *UpdateWorkflowInput) SetSource(v string) *UpdateWorkflowInput
SetSource sets the Source field's value.
func (*UpdateWorkflowInput) SetSourceType ¶
func (s *UpdateWorkflowInput) SetSourceType(v string) *UpdateWorkflowInput
SetSourceType sets the SourceType field's value.
func (*UpdateWorkflowInput) SetTag ¶
func (s *UpdateWorkflowInput) SetTag(v string) *UpdateWorkflowInput
SetTag sets the Tag field's value.
func (*UpdateWorkflowInput) SetToken ¶
func (s *UpdateWorkflowInput) SetToken(v string) *UpdateWorkflowInput
SetToken sets the Token field's value.
func (*UpdateWorkflowInput) SetWorkspaceID ¶
func (s *UpdateWorkflowInput) SetWorkspaceID(v string) *UpdateWorkflowInput
SetWorkspaceID sets the WorkspaceID field's value.
func (UpdateWorkflowInput) String ¶
func (s UpdateWorkflowInput) String() string
String returns the string representation
func (*UpdateWorkflowInput) Validate ¶
func (s *UpdateWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateWorkflowOutput ¶
type UpdateWorkflowOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateWorkflowOutput) GoString ¶
func (s UpdateWorkflowOutput) GoString() string
GoString returns the string representation
func (UpdateWorkflowOutput) String ¶
func (s UpdateWorkflowOutput) String() string
String returns the string representation
type VKEConfigForListClustersOfWorkspaceOutput ¶
type VKEConfigForListClustersOfWorkspaceOutput struct {
ClusterID *string `type:"string" json:",omitempty"`
StorageClass *string `type:"string" json:",omitempty"`
VCIEnabled *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (VKEConfigForListClustersOfWorkspaceOutput) GoString ¶
func (s VKEConfigForListClustersOfWorkspaceOutput) GoString() string
GoString returns the string representation
func (*VKEConfigForListClustersOfWorkspaceOutput) SetClusterID ¶
func (s *VKEConfigForListClustersOfWorkspaceOutput) SetClusterID(v string) *VKEConfigForListClustersOfWorkspaceOutput
SetClusterID sets the ClusterID field's value.
func (*VKEConfigForListClustersOfWorkspaceOutput) SetStorageClass ¶
func (s *VKEConfigForListClustersOfWorkspaceOutput) SetStorageClass(v string) *VKEConfigForListClustersOfWorkspaceOutput
SetStorageClass sets the StorageClass field's value.
func (*VKEConfigForListClustersOfWorkspaceOutput) SetVCIEnabled ¶
func (s *VKEConfigForListClustersOfWorkspaceOutput) SetVCIEnabled(v bool) *VKEConfigForListClustersOfWorkspaceOutput
SetVCIEnabled sets the VCIEnabled field's value.
func (VKEConfigForListClustersOfWorkspaceOutput) String ¶
func (s VKEConfigForListClustersOfWorkspaceOutput) String() string
String returns the string representation
type VKEConfigForListClustersOutput ¶
type VKEConfigForListClustersOutput struct {
ClusterID *string `type:"string" json:",omitempty"`
StorageClass *string `type:"string" json:",omitempty"`
VCIEnabled *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (VKEConfigForListClustersOutput) GoString ¶
func (s VKEConfigForListClustersOutput) GoString() string
GoString returns the string representation
func (*VKEConfigForListClustersOutput) SetClusterID ¶
func (s *VKEConfigForListClustersOutput) SetClusterID(v string) *VKEConfigForListClustersOutput
SetClusterID sets the ClusterID field's value.
func (*VKEConfigForListClustersOutput) SetStorageClass ¶
func (s *VKEConfigForListClustersOutput) SetStorageClass(v string) *VKEConfigForListClustersOutput
SetStorageClass sets the StorageClass field's value.
func (*VKEConfigForListClustersOutput) SetVCIEnabled ¶
func (s *VKEConfigForListClustersOutput) SetVCIEnabled(v bool) *VKEConfigForListClustersOutput
SetVCIEnabled sets the VCIEnabled field's value.
func (VKEConfigForListClustersOutput) String ¶
func (s VKEConfigForListClustersOutput) String() string
String returns the string representation
type VersionsInfoForGetTRSWorkflowInfoOutput ¶
type VersionsInfoForGetTRSWorkflowInfoOutput struct {
Language *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (VersionsInfoForGetTRSWorkflowInfoOutput) GoString ¶
func (s VersionsInfoForGetTRSWorkflowInfoOutput) GoString() string
GoString returns the string representation
func (*VersionsInfoForGetTRSWorkflowInfoOutput) SetLanguage ¶
func (s *VersionsInfoForGetTRSWorkflowInfoOutput) SetLanguage(v string) *VersionsInfoForGetTRSWorkflowInfoOutput
SetLanguage sets the Language field's value.
func (*VersionsInfoForGetTRSWorkflowInfoOutput) SetName ¶
func (s *VersionsInfoForGetTRSWorkflowInfoOutput) SetName(v string) *VersionsInfoForGetTRSWorkflowInfoOutput
SetName sets the Name field's value.
func (VersionsInfoForGetTRSWorkflowInfoOutput) String ¶
func (s VersionsInfoForGetTRSWorkflowInfoOutput) String() string
String returns the string representation
Source Files
¶
- api_attach_workspace_extra_bucket.go
- api_bind_cluster_to_workspace.go
- api_cancel_run.go
- api_cancel_submission.go
- api_check_workspace_default_bucket_related_others.go
- api_clone_public_workspace.go
- api_commit_ies_image.go
- api_complete_schema.go
- api_create_cluster.go
- api_create_data_model.go
- api_create_notebook_run.go
- api_create_submission.go
- api_create_workflow.go
- api_delete_cluster.go
- api_delete_data_model_rows_and_headers.go
- api_delete_notebook_server.go
- api_delete_notebook_server_settings.go
- api_delete_submission.go
- api_delete_workflow.go
- api_delete_workspace.go
- api_detach_workspace_extra_bucket.go
- api_export_workspace.go
- api_get_api_access_key.go
- api_get_export_workspace_pre_signed_ur_l.go
- api_get_import_workspace_pre_signed_ur_l.go
- api_get_notebook_edit_info.go
- api_get_notebook_run_status.go
- api_get_notebook_server_settings.go
- api_get_notebook_server_stat.go
- api_get_trs_workflow_info.go
- api_import_workspace.go
- api_list_all_data_model_row_i_ds.go
- api_list_clusters.go
- api_list_clusters_of_workspace.go
- api_list_data_model_rows.go
- api_list_data_models.go
- api_list_notebook_server_resource_opts.go
- api_list_notebook_servers.go
- api_list_runs.go
- api_list_submissions.go
- api_list_tasks.go
- api_list_workflows.go
- api_list_workspace_extra_buckets.go
- api_list_workspace_labels.go
- api_list_workspaces.go
- api_stop_notebook_server.go
- api_unbind_cluster_and_workspace.go
- api_update_api_access_key.go
- api_update_notebook_server_settings.go
- api_update_workflow.go
- interface_bio.go
- service_bio.go