Versions in this module Expand all Collapse all v42 v42.1.0 Jun 22, 2021 v42.0.0 Jun 15, 2021 Changes in this version + type ActivateModelDeploymentRequest struct + IfMatch *string + ModelDeploymentId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request ActivateModelDeploymentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ActivateModelDeploymentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ActivateModelDeploymentRequest) RetryPolicy() *common.RetryPolicy + func (request ActivateModelDeploymentRequest) String() string + type ActivateModelDeploymentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ActivateModelDeploymentResponse) HTTPResponse() *http.Response + func (response ActivateModelDeploymentResponse) String() string + type ActivateModelRequest struct + IfMatch *string + ModelId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request ActivateModelRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ActivateModelRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ActivateModelRequest) RetryPolicy() *common.RetryPolicy + func (request ActivateModelRequest) String() string + type ActivateModelResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response ActivateModelResponse) HTTPResponse() *http.Response + func (response ActivateModelResponse) String() string + type ActivateNotebookSessionRequest struct + IfMatch *string + NotebookSessionId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request ActivateNotebookSessionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ActivateNotebookSessionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ActivateNotebookSessionRequest) RetryPolicy() *common.RetryPolicy + func (request ActivateNotebookSessionRequest) String() string + type ActivateNotebookSessionResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ActivateNotebookSessionResponse) HTTPResponse() *http.Response + func (response ActivateNotebookSessionResponse) String() string + type CancelWorkRequestRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + WorkRequestId *string + func (request CancelWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CancelWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request CancelWorkRequestRequest) RetryPolicy() *common.RetryPolicy + func (request CancelWorkRequestRequest) String() string + type CancelWorkRequestResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response CancelWorkRequestResponse) HTTPResponse() *http.Response + func (response CancelWorkRequestResponse) String() string + type CategoryLogDetails struct + Access *LogDetails + Predict *LogDetails + func (m CategoryLogDetails) String() string + type ChangeModelCompartmentDetails struct + CompartmentId *string + func (m ChangeModelCompartmentDetails) String() string + type ChangeModelCompartmentRequest struct + IfMatch *string + ModelId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeModelCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeModelCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ChangeModelCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeModelCompartmentRequest) String() string + type ChangeModelCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeModelCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeModelCompartmentResponse) String() string + type ChangeModelDeploymentCompartmentDetails struct + CompartmentId *string + func (m ChangeModelDeploymentCompartmentDetails) String() string + type ChangeModelDeploymentCompartmentRequest struct + IfMatch *string + ModelDeploymentId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeModelDeploymentCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeModelDeploymentCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ChangeModelDeploymentCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeModelDeploymentCompartmentRequest) String() string + type ChangeModelDeploymentCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeModelDeploymentCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeModelDeploymentCompartmentResponse) String() string + type ChangeNotebookSessionCompartmentDetails struct + CompartmentId *string + func (m ChangeNotebookSessionCompartmentDetails) String() string + type ChangeNotebookSessionCompartmentRequest struct + IfMatch *string + NotebookSessionId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeNotebookSessionCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeNotebookSessionCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ChangeNotebookSessionCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeNotebookSessionCompartmentRequest) String() string + type ChangeNotebookSessionCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeNotebookSessionCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeNotebookSessionCompartmentResponse) String() string + type ChangeProjectCompartmentDetails struct + CompartmentId *string + func (m ChangeProjectCompartmentDetails) String() string + type ChangeProjectCompartmentRequest struct + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + ProjectId *string + RequestMetadata common.RequestMetadata + func (request ChangeProjectCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeProjectCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ChangeProjectCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeProjectCompartmentRequest) String() string + type ChangeProjectCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeProjectCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeProjectCompartmentResponse) String() string + type CreateModelArtifactRequest struct + ContentDisposition *string + ContentLength *int64 + ModelArtifact io.ReadCloser + ModelId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateModelArtifactRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateModelArtifactRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request CreateModelArtifactRequest) RetryPolicy() *common.RetryPolicy + func (request CreateModelArtifactRequest) String() string + type CreateModelArtifactResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateModelArtifactResponse) HTTPResponse() *http.Response + func (response CreateModelArtifactResponse) String() string + type CreateModelDeploymentDetails struct + CategoryLogDetails *CategoryLogDetails + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + ModelDeploymentConfigurationDetails ModelDeploymentConfigurationDetails + ProjectId *string + func (m *CreateModelDeploymentDetails) UnmarshalJSON(data []byte) (e error) + func (m CreateModelDeploymentDetails) String() string + type CreateModelDeploymentRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateModelDeploymentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateModelDeploymentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request CreateModelDeploymentRequest) RetryPolicy() *common.RetryPolicy + func (request CreateModelDeploymentRequest) String() string + type CreateModelDeploymentResponse struct + Etag *string + Location *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateModelDeploymentResponse) HTTPResponse() *http.Response + func (response CreateModelDeploymentResponse) String() string + type CreateModelDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + ProjectId *string + func (m CreateModelDetails) String() string + type CreateModelProvenanceDetails struct + GitBranch *string + GitCommit *string + RepositoryUrl *string + ScriptDir *string + TrainingScript *string + func (m CreateModelProvenanceDetails) String() string + type CreateModelProvenanceRequest struct + ModelId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateModelProvenanceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateModelProvenanceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request CreateModelProvenanceRequest) RetryPolicy() *common.RetryPolicy + func (request CreateModelProvenanceRequest) String() string + type CreateModelProvenanceResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateModelProvenanceResponse) HTTPResponse() *http.Response + func (response CreateModelProvenanceResponse) String() string + type CreateModelRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateModelRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateModelRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request CreateModelRequest) RetryPolicy() *common.RetryPolicy + func (request CreateModelRequest) String() string + type CreateModelResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateModelResponse) HTTPResponse() *http.Response + func (response CreateModelResponse) String() string + type CreateNotebookSessionDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + NotebookSessionConfigurationDetails *NotebookSessionConfigurationDetails + ProjectId *string + func (m CreateNotebookSessionDetails) String() string + type CreateNotebookSessionRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateNotebookSessionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateNotebookSessionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request CreateNotebookSessionRequest) RetryPolicy() *common.RetryPolicy + func (request CreateNotebookSessionRequest) String() string + type CreateNotebookSessionResponse struct + Etag *string + Location *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateNotebookSessionResponse) HTTPResponse() *http.Response + func (response CreateNotebookSessionResponse) String() string + type CreateProjectDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + func (m CreateProjectDetails) String() string + type CreateProjectRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateProjectRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateProjectRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request CreateProjectRequest) RetryPolicy() *common.RetryPolicy + func (request CreateProjectRequest) String() string + type CreateProjectResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateProjectResponse) HTTPResponse() *http.Response + func (response CreateProjectResponse) String() string + type DataScienceClient struct + func NewDataScienceClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client DataScienceClient, err error) + func NewDataScienceClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client DataScienceClient, err error) + func (client *DataScienceClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *DataScienceClient) SetRegion(region string) + func (client DataScienceClient) ActivateModel(ctx context.Context, request ActivateModelRequest) (response ActivateModelResponse, err error) + func (client DataScienceClient) ActivateModelDeployment(ctx context.Context, request ActivateModelDeploymentRequest) (response ActivateModelDeploymentResponse, err error) + func (client DataScienceClient) ActivateNotebookSession(ctx context.Context, request ActivateNotebookSessionRequest) (response ActivateNotebookSessionResponse, err error) + func (client DataScienceClient) CancelWorkRequest(ctx context.Context, request CancelWorkRequestRequest) (response CancelWorkRequestResponse, err error) + func (client DataScienceClient) ChangeModelCompartment(ctx context.Context, request ChangeModelCompartmentRequest) (response ChangeModelCompartmentResponse, err error) + func (client DataScienceClient) ChangeModelDeploymentCompartment(ctx context.Context, request ChangeModelDeploymentCompartmentRequest) (response ChangeModelDeploymentCompartmentResponse, err error) + func (client DataScienceClient) ChangeNotebookSessionCompartment(ctx context.Context, request ChangeNotebookSessionCompartmentRequest) (response ChangeNotebookSessionCompartmentResponse, err error) + func (client DataScienceClient) ChangeProjectCompartment(ctx context.Context, request ChangeProjectCompartmentRequest) (response ChangeProjectCompartmentResponse, err error) + func (client DataScienceClient) CreateModel(ctx context.Context, request CreateModelRequest) (response CreateModelResponse, err error) + func (client DataScienceClient) CreateModelArtifact(ctx context.Context, request CreateModelArtifactRequest) (response CreateModelArtifactResponse, err error) + func (client DataScienceClient) CreateModelDeployment(ctx context.Context, request CreateModelDeploymentRequest) (response CreateModelDeploymentResponse, err error) + func (client DataScienceClient) CreateModelProvenance(ctx context.Context, request CreateModelProvenanceRequest) (response CreateModelProvenanceResponse, err error) + func (client DataScienceClient) CreateNotebookSession(ctx context.Context, request CreateNotebookSessionRequest) (response CreateNotebookSessionResponse, err error) + func (client DataScienceClient) CreateProject(ctx context.Context, request CreateProjectRequest) (response CreateProjectResponse, err error) + func (client DataScienceClient) DeactivateModel(ctx context.Context, request DeactivateModelRequest) (response DeactivateModelResponse, err error) + func (client DataScienceClient) DeactivateModelDeployment(ctx context.Context, request DeactivateModelDeploymentRequest) (response DeactivateModelDeploymentResponse, err error) + func (client DataScienceClient) DeactivateNotebookSession(ctx context.Context, request DeactivateNotebookSessionRequest) (response DeactivateNotebookSessionResponse, err error) + func (client DataScienceClient) DeleteModel(ctx context.Context, request DeleteModelRequest) (response DeleteModelResponse, err error) + func (client DataScienceClient) DeleteModelDeployment(ctx context.Context, request DeleteModelDeploymentRequest) (response DeleteModelDeploymentResponse, err error) + func (client DataScienceClient) DeleteNotebookSession(ctx context.Context, request DeleteNotebookSessionRequest) (response DeleteNotebookSessionResponse, err error) + func (client DataScienceClient) DeleteProject(ctx context.Context, request DeleteProjectRequest) (response DeleteProjectResponse, err error) + func (client DataScienceClient) GetModel(ctx context.Context, request GetModelRequest) (response GetModelResponse, err error) + func (client DataScienceClient) GetModelArtifactContent(ctx context.Context, request GetModelArtifactContentRequest) (response GetModelArtifactContentResponse, err error) + func (client DataScienceClient) GetModelDeployment(ctx context.Context, request GetModelDeploymentRequest) (response GetModelDeploymentResponse, err error) + func (client DataScienceClient) GetModelProvenance(ctx context.Context, request GetModelProvenanceRequest) (response GetModelProvenanceResponse, err error) + func (client DataScienceClient) GetNotebookSession(ctx context.Context, request GetNotebookSessionRequest) (response GetNotebookSessionResponse, err error) + func (client DataScienceClient) GetProject(ctx context.Context, request GetProjectRequest) (response GetProjectResponse, err error) + func (client DataScienceClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error) + func (client DataScienceClient) HeadModelArtifact(ctx context.Context, request HeadModelArtifactRequest) (response HeadModelArtifactResponse, err error) + func (client DataScienceClient) ListModelDeploymentShapes(ctx context.Context, request ListModelDeploymentShapesRequest) (response ListModelDeploymentShapesResponse, err error) + func (client DataScienceClient) ListModelDeployments(ctx context.Context, request ListModelDeploymentsRequest) (response ListModelDeploymentsResponse, err error) + func (client DataScienceClient) ListModels(ctx context.Context, request ListModelsRequest) (response ListModelsResponse, err error) + func (client DataScienceClient) ListNotebookSessionShapes(ctx context.Context, request ListNotebookSessionShapesRequest) (response ListNotebookSessionShapesResponse, err error) + func (client DataScienceClient) ListNotebookSessions(ctx context.Context, request ListNotebookSessionsRequest) (response ListNotebookSessionsResponse, err error) + func (client DataScienceClient) ListProjects(ctx context.Context, request ListProjectsRequest) (response ListProjectsResponse, err error) + func (client DataScienceClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error) + func (client DataScienceClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error) + func (client DataScienceClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error) + func (client DataScienceClient) UpdateModel(ctx context.Context, request UpdateModelRequest) (response UpdateModelResponse, err error) + func (client DataScienceClient) UpdateModelDeployment(ctx context.Context, request UpdateModelDeploymentRequest) (response UpdateModelDeploymentResponse, err error) + func (client DataScienceClient) UpdateModelProvenance(ctx context.Context, request UpdateModelProvenanceRequest) (response UpdateModelProvenanceResponse, err error) + func (client DataScienceClient) UpdateNotebookSession(ctx context.Context, request UpdateNotebookSessionRequest) (response UpdateNotebookSessionResponse, err error) + func (client DataScienceClient) UpdateProject(ctx context.Context, request UpdateProjectRequest) (response UpdateProjectResponse, err error) + type DeactivateModelDeploymentRequest struct + IfMatch *string + ModelDeploymentId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeactivateModelDeploymentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeactivateModelDeploymentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request DeactivateModelDeploymentRequest) RetryPolicy() *common.RetryPolicy + func (request DeactivateModelDeploymentRequest) String() string + type DeactivateModelDeploymentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeactivateModelDeploymentResponse) HTTPResponse() *http.Response + func (response DeactivateModelDeploymentResponse) String() string + type DeactivateModelRequest struct + IfMatch *string + ModelId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeactivateModelRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeactivateModelRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request DeactivateModelRequest) RetryPolicy() *common.RetryPolicy + func (request DeactivateModelRequest) String() string + type DeactivateModelResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response DeactivateModelResponse) HTTPResponse() *http.Response + func (response DeactivateModelResponse) String() string + type DeactivateNotebookSessionRequest struct + IfMatch *string + NotebookSessionId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeactivateNotebookSessionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeactivateNotebookSessionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request DeactivateNotebookSessionRequest) RetryPolicy() *common.RetryPolicy + func (request DeactivateNotebookSessionRequest) String() string + type DeactivateNotebookSessionResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeactivateNotebookSessionResponse) HTTPResponse() *http.Response + func (response DeactivateNotebookSessionResponse) String() string + type DeleteModelDeploymentRequest struct + IfMatch *string + ModelDeploymentId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteModelDeploymentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteModelDeploymentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request DeleteModelDeploymentRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteModelDeploymentRequest) String() string + type DeleteModelDeploymentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteModelDeploymentResponse) HTTPResponse() *http.Response + func (response DeleteModelDeploymentResponse) String() string + type DeleteModelRequest struct + IfMatch *string + ModelId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteModelRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteModelRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request DeleteModelRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteModelRequest) String() string + type DeleteModelResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteModelResponse) HTTPResponse() *http.Response + func (response DeleteModelResponse) String() string + type DeleteNotebookSessionRequest struct + IfMatch *string + NotebookSessionId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteNotebookSessionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteNotebookSessionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request DeleteNotebookSessionRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteNotebookSessionRequest) String() string + type DeleteNotebookSessionResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteNotebookSessionResponse) HTTPResponse() *http.Response + func (response DeleteNotebookSessionResponse) String() string + type DeleteProjectRequest struct + IfMatch *string + OpcRequestId *string + ProjectId *string + RequestMetadata common.RequestMetadata + func (request DeleteProjectRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteProjectRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request DeleteProjectRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteProjectRequest) String() string + type DeleteProjectResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteProjectResponse) HTTPResponse() *http.Response + func (response DeleteProjectResponse) String() string + type FixedSizeScalingPolicy struct + InstanceCount *int + func (m FixedSizeScalingPolicy) MarshalJSON() (buff []byte, e error) + func (m FixedSizeScalingPolicy) String() string + type GetModelArtifactContentRequest struct + ModelId *string + OpcRequestId *string + Range *string + RequestMetadata common.RequestMetadata + func (request GetModelArtifactContentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetModelArtifactContentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetModelArtifactContentRequest) RetryPolicy() *common.RetryPolicy + func (request GetModelArtifactContentRequest) String() string + type GetModelArtifactContentResponse struct + Content io.ReadCloser + ContentDisposition *string + ContentLength *int64 + ContentMd5 *string + Etag *string + LastModified *common.SDKTime + OpcRequestId *string + RawResponse *http.Response + func (response GetModelArtifactContentResponse) HTTPResponse() *http.Response + func (response GetModelArtifactContentResponse) String() string + type GetModelDeploymentRequest struct + ModelDeploymentId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetModelDeploymentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetModelDeploymentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetModelDeploymentRequest) RetryPolicy() *common.RetryPolicy + func (request GetModelDeploymentRequest) String() string + type GetModelDeploymentResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetModelDeploymentResponse) HTTPResponse() *http.Response + func (response GetModelDeploymentResponse) String() string + type GetModelProvenanceRequest struct + ModelId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetModelProvenanceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetModelProvenanceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetModelProvenanceRequest) RetryPolicy() *common.RetryPolicy + func (request GetModelProvenanceRequest) String() string + type GetModelProvenanceResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetModelProvenanceResponse) HTTPResponse() *http.Response + func (response GetModelProvenanceResponse) String() string + type GetModelRequest struct + ModelId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetModelRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetModelRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetModelRequest) RetryPolicy() *common.RetryPolicy + func (request GetModelRequest) String() string + type GetModelResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetModelResponse) HTTPResponse() *http.Response + func (response GetModelResponse) String() string + type GetNotebookSessionRequest struct + NotebookSessionId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetNotebookSessionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetNotebookSessionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetNotebookSessionRequest) RetryPolicy() *common.RetryPolicy + func (request GetNotebookSessionRequest) String() string + type GetNotebookSessionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetNotebookSessionResponse) HTTPResponse() *http.Response + func (response GetNotebookSessionResponse) String() string + type GetProjectRequest struct + OpcRequestId *string + ProjectId *string + RequestMetadata common.RequestMetadata + func (request GetProjectRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetProjectRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetProjectRequest) RetryPolicy() *common.RetryPolicy + func (request GetProjectRequest) String() string + type GetProjectResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetProjectResponse) HTTPResponse() *http.Response + func (response GetProjectResponse) String() string + type GetWorkRequestRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + WorkRequestId *string + func (request GetWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetWorkRequestRequest) RetryPolicy() *common.RetryPolicy + func (request GetWorkRequestRequest) String() string + type GetWorkRequestResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + RetryAfter *int + func (response GetWorkRequestResponse) HTTPResponse() *http.Response + func (response GetWorkRequestResponse) String() string + type HeadModelArtifactRequest struct + ModelId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request HeadModelArtifactRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request HeadModelArtifactRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request HeadModelArtifactRequest) RetryPolicy() *common.RetryPolicy + func (request HeadModelArtifactRequest) String() string + type HeadModelArtifactResponse struct + ContentDisposition *string + ContentLength *int64 + ContentMd5 *string + Etag *string + LastModified *common.SDKTime + OpcRequestId *string + RawResponse *http.Response + func (response HeadModelArtifactResponse) HTTPResponse() *http.Response + func (response HeadModelArtifactResponse) String() string + type InstanceConfiguration struct + InstanceShapeName *string + func (m InstanceConfiguration) String() string + type ListModelDeploymentShapesRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + func (request ListModelDeploymentShapesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListModelDeploymentShapesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListModelDeploymentShapesRequest) RetryPolicy() *common.RetryPolicy + func (request ListModelDeploymentShapesRequest) String() string + type ListModelDeploymentShapesResponse struct + Items []ModelDeploymentShapeSummary + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListModelDeploymentShapesResponse) HTTPResponse() *http.Response + func (response ListModelDeploymentShapesResponse) String() string + type ListModelDeploymentsLifecycleStateEnum string + const ListModelDeploymentsLifecycleStateActive + const ListModelDeploymentsLifecycleStateCreating + const ListModelDeploymentsLifecycleStateDeleted + const ListModelDeploymentsLifecycleStateDeleting + const ListModelDeploymentsLifecycleStateFailed + const ListModelDeploymentsLifecycleStateInactive + const ListModelDeploymentsLifecycleStateNeedsAttention + const ListModelDeploymentsLifecycleStateUpdating + func GetListModelDeploymentsLifecycleStateEnumValues() []ListModelDeploymentsLifecycleStateEnum + type ListModelDeploymentsRequest struct + CompartmentId *string + CreatedBy *string + DisplayName *string + Id *string + LifecycleState ListModelDeploymentsLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + ProjectId *string + RequestMetadata common.RequestMetadata + SortBy ListModelDeploymentsSortByEnum + SortOrder ListModelDeploymentsSortOrderEnum + func (request ListModelDeploymentsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListModelDeploymentsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListModelDeploymentsRequest) RetryPolicy() *common.RetryPolicy + func (request ListModelDeploymentsRequest) String() string + type ListModelDeploymentsResponse struct + Items []ModelDeploymentSummary + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListModelDeploymentsResponse) HTTPResponse() *http.Response + func (response ListModelDeploymentsResponse) String() string + type ListModelDeploymentsSortByEnum string + const ListModelDeploymentsSortByDisplayname + const ListModelDeploymentsSortByTimecreated + func GetListModelDeploymentsSortByEnumValues() []ListModelDeploymentsSortByEnum + type ListModelDeploymentsSortOrderEnum string + const ListModelDeploymentsSortOrderAsc + const ListModelDeploymentsSortOrderDesc + func GetListModelDeploymentsSortOrderEnumValues() []ListModelDeploymentsSortOrderEnum + type ListModelsLifecycleStateEnum string + const ListModelsLifecycleStateActive + const ListModelsLifecycleStateDeleted + const ListModelsLifecycleStateFailed + const ListModelsLifecycleStateInactive + func GetListModelsLifecycleStateEnumValues() []ListModelsLifecycleStateEnum + type ListModelsRequest struct + CompartmentId *string + CreatedBy *string + DisplayName *string + Id *string + LifecycleState ListModelsLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + ProjectId *string + RequestMetadata common.RequestMetadata + SortBy ListModelsSortByEnum + SortOrder ListModelsSortOrderEnum + func (request ListModelsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListModelsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListModelsRequest) RetryPolicy() *common.RetryPolicy + func (request ListModelsRequest) String() string + type ListModelsResponse struct + Items []ModelSummary + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListModelsResponse) HTTPResponse() *http.Response + func (response ListModelsResponse) String() string + type ListModelsSortByEnum string + const ListModelsSortByDisplayname + const ListModelsSortByLifecyclestate + const ListModelsSortByTimecreated + func GetListModelsSortByEnumValues() []ListModelsSortByEnum + type ListModelsSortOrderEnum string + const ListModelsSortOrderAsc + const ListModelsSortOrderDesc + func GetListModelsSortOrderEnumValues() []ListModelsSortOrderEnum + type ListNotebookSessionShapesRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + func (request ListNotebookSessionShapesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListNotebookSessionShapesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListNotebookSessionShapesRequest) RetryPolicy() *common.RetryPolicy + func (request ListNotebookSessionShapesRequest) String() string + type ListNotebookSessionShapesResponse struct + Items []NotebookSessionShapeSummary + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListNotebookSessionShapesResponse) HTTPResponse() *http.Response + func (response ListNotebookSessionShapesResponse) String() string + type ListNotebookSessionsLifecycleStateEnum string + const ListNotebookSessionsLifecycleStateActive + const ListNotebookSessionsLifecycleStateCreating + const ListNotebookSessionsLifecycleStateDeleted + const ListNotebookSessionsLifecycleStateDeleting + const ListNotebookSessionsLifecycleStateFailed + const ListNotebookSessionsLifecycleStateInactive + const ListNotebookSessionsLifecycleStateUpdating + func GetListNotebookSessionsLifecycleStateEnumValues() []ListNotebookSessionsLifecycleStateEnum + type ListNotebookSessionsRequest struct + CompartmentId *string + CreatedBy *string + DisplayName *string + Id *string + LifecycleState ListNotebookSessionsLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + ProjectId *string + RequestMetadata common.RequestMetadata + SortBy ListNotebookSessionsSortByEnum + SortOrder ListNotebookSessionsSortOrderEnum + func (request ListNotebookSessionsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListNotebookSessionsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListNotebookSessionsRequest) RetryPolicy() *common.RetryPolicy + func (request ListNotebookSessionsRequest) String() string + type ListNotebookSessionsResponse struct + Items []NotebookSessionSummary + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListNotebookSessionsResponse) HTTPResponse() *http.Response + func (response ListNotebookSessionsResponse) String() string + type ListNotebookSessionsSortByEnum string + const ListNotebookSessionsSortByDisplayname + const ListNotebookSessionsSortByTimecreated + func GetListNotebookSessionsSortByEnumValues() []ListNotebookSessionsSortByEnum + type ListNotebookSessionsSortOrderEnum string + const ListNotebookSessionsSortOrderAsc + const ListNotebookSessionsSortOrderDesc + func GetListNotebookSessionsSortOrderEnumValues() []ListNotebookSessionsSortOrderEnum + type ListProjectsLifecycleStateEnum string + const ListProjectsLifecycleStateActive + const ListProjectsLifecycleStateDeleted + const ListProjectsLifecycleStateDeleting + func GetListProjectsLifecycleStateEnumValues() []ListProjectsLifecycleStateEnum + type ListProjectsRequest struct + CompartmentId *string + CreatedBy *string + DisplayName *string + Id *string + LifecycleState ListProjectsLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListProjectsSortByEnum + SortOrder ListProjectsSortOrderEnum + func (request ListProjectsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListProjectsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListProjectsRequest) RetryPolicy() *common.RetryPolicy + func (request ListProjectsRequest) String() string + type ListProjectsResponse struct + Items []ProjectSummary + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListProjectsResponse) HTTPResponse() *http.Response + func (response ListProjectsResponse) String() string + type ListProjectsSortByEnum string + const ListProjectsSortByDisplayname + const ListProjectsSortByTimecreated + func GetListProjectsSortByEnumValues() []ListProjectsSortByEnum + type ListProjectsSortOrderEnum string + const ListProjectsSortOrderAsc + const ListProjectsSortOrderDesc + func GetListProjectsSortOrderEnumValues() []ListProjectsSortOrderEnum + type ListWorkRequestErrorsRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + WorkRequestId *string + func (request ListWorkRequestErrorsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListWorkRequestErrorsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListWorkRequestErrorsRequest) RetryPolicy() *common.RetryPolicy + func (request ListWorkRequestErrorsRequest) String() string + type ListWorkRequestErrorsResponse struct + Items []WorkRequestError + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestErrorsResponse) String() string + type ListWorkRequestLogsRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + WorkRequestId *string + func (request ListWorkRequestLogsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListWorkRequestLogsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListWorkRequestLogsRequest) RetryPolicy() *common.RetryPolicy + func (request ListWorkRequestLogsRequest) String() string + type ListWorkRequestLogsResponse struct + Items []WorkRequestLogEntry + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestLogsResponse) String() string + type ListWorkRequestsOperationTypeEnum string + const ListWorkRequestsOperationTypeModelDeploymentActivate + const ListWorkRequestsOperationTypeModelDeploymentCreate + const ListWorkRequestsOperationTypeModelDeploymentDeactivate + const ListWorkRequestsOperationTypeModelDeploymentDelete + const ListWorkRequestsOperationTypeModelDeploymentUpdate + const ListWorkRequestsOperationTypeNotebookSessionActivate + const ListWorkRequestsOperationTypeNotebookSessionCreate + const ListWorkRequestsOperationTypeNotebookSessionDeactivate + const ListWorkRequestsOperationTypeNotebookSessionDelete + const ListWorkRequestsOperationTypeProjectDelete + const ListWorkRequestsOperationTypeWorkrequestCancel + func GetListWorkRequestsOperationTypeEnumValues() []ListWorkRequestsOperationTypeEnum + type ListWorkRequestsRequest struct + CompartmentId *string + Id *string + Limit *int + OpcRequestId *string + OperationType ListWorkRequestsOperationTypeEnum + Page *string + RequestMetadata common.RequestMetadata + SortBy ListWorkRequestsSortByEnum + SortOrder ListWorkRequestsSortOrderEnum + Status ListWorkRequestsStatusEnum + func (request ListWorkRequestsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListWorkRequestsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListWorkRequestsRequest) RetryPolicy() *common.RetryPolicy + func (request ListWorkRequestsRequest) String() string + type ListWorkRequestsResponse struct + Items []WorkRequestSummary + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestsResponse) String() string + type ListWorkRequestsSortByEnum string + const ListWorkRequestsSortByOperationtype + const ListWorkRequestsSortByStatus + const ListWorkRequestsSortByTimeaccepted + func GetListWorkRequestsSortByEnumValues() []ListWorkRequestsSortByEnum + type ListWorkRequestsSortOrderEnum string + const ListWorkRequestsSortOrderAsc + const ListWorkRequestsSortOrderDesc + func GetListWorkRequestsSortOrderEnumValues() []ListWorkRequestsSortOrderEnum + type ListWorkRequestsStatusEnum string + const ListWorkRequestsStatusAccepted + const ListWorkRequestsStatusCanceled + const ListWorkRequestsStatusCanceling + const ListWorkRequestsStatusFailed + const ListWorkRequestsStatusInProgress + const ListWorkRequestsStatusSucceeded + func GetListWorkRequestsStatusEnumValues() []ListWorkRequestsStatusEnum + type LogDetails struct + LogGroupId *string + LogId *string + func (m LogDetails) String() string + type Model struct + CompartmentId *string + CreatedBy *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState ModelLifecycleStateEnum + ProjectId *string + TimeCreated *common.SDKTime + func (m Model) String() string + type ModelConfigurationDetails struct + BandwidthMbps *int + InstanceConfiguration *InstanceConfiguration + ModelId *string + ScalingPolicy ScalingPolicy + func (m *ModelConfigurationDetails) UnmarshalJSON(data []byte) (e error) + func (m ModelConfigurationDetails) String() string + type ModelDeployment struct + CategoryLogDetails *CategoryLogDetails + CompartmentId *string + CreatedBy *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState ModelDeploymentLifecycleStateEnum + ModelDeploymentConfigurationDetails ModelDeploymentConfigurationDetails + ModelDeploymentUrl *string + ProjectId *string + TimeCreated *common.SDKTime + func (m *ModelDeployment) UnmarshalJSON(data []byte) (e error) + func (m ModelDeployment) String() string + type ModelDeploymentConfigurationDetails interface + type ModelDeploymentLifecycleStateEnum string + const ModelDeploymentLifecycleStateActive + const ModelDeploymentLifecycleStateCreating + const ModelDeploymentLifecycleStateDeleted + const ModelDeploymentLifecycleStateDeleting + const ModelDeploymentLifecycleStateFailed + const ModelDeploymentLifecycleStateInactive + const ModelDeploymentLifecycleStateNeedsAttention + const ModelDeploymentLifecycleStateUpdating + func GetModelDeploymentLifecycleStateEnumValues() []ModelDeploymentLifecycleStateEnum + type ModelDeploymentShapeSummary struct + CoreCount *int + MemoryInGBs *int + Name *string + func (m ModelDeploymentShapeSummary) String() string + type ModelDeploymentSummary struct + CategoryLogDetails *CategoryLogDetails + CompartmentId *string + CreatedBy *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState ModelDeploymentLifecycleStateEnum + ModelDeploymentConfigurationDetails ModelDeploymentConfigurationDetails + ModelDeploymentUrl *string + ProjectId *string + TimeCreated *common.SDKTime + func (m *ModelDeploymentSummary) UnmarshalJSON(data []byte) (e error) + func (m ModelDeploymentSummary) String() string + type ModelDeploymentTypeEnum string + const ModelDeploymentTypeSingleModel + func GetModelDeploymentTypeEnumValues() []ModelDeploymentTypeEnum + type ModelLifecycleStateEnum string + const ModelLifecycleStateActive + const ModelLifecycleStateDeleted + const ModelLifecycleStateFailed + const ModelLifecycleStateInactive + func GetModelLifecycleStateEnumValues() []ModelLifecycleStateEnum + type ModelProvenance struct + GitBranch *string + GitCommit *string + RepositoryUrl *string + ScriptDir *string + TrainingScript *string + func (m ModelProvenance) String() string + type ModelSummary struct + CompartmentId *string + CreatedBy *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState ModelLifecycleStateEnum + ProjectId *string + TimeCreated *common.SDKTime + func (m ModelSummary) String() string + type NotebookSession struct + CompartmentId *string + CreatedBy *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState NotebookSessionLifecycleStateEnum + NotebookSessionConfigurationDetails *NotebookSessionConfigurationDetails + NotebookSessionUrl *string + ProjectId *string + TimeCreated *common.SDKTime + func (m NotebookSession) String() string + type NotebookSessionConfigurationDetails struct + BlockStorageSizeInGBs *int + NotebookSessionShapeConfigDetails *NotebookSessionShapeConfigDetails + Shape *string + SubnetId *string + func (m NotebookSessionConfigurationDetails) String() string + type NotebookSessionLifecycleStateEnum string + const NotebookSessionLifecycleStateActive + const NotebookSessionLifecycleStateCreating + const NotebookSessionLifecycleStateDeleted + const NotebookSessionLifecycleStateDeleting + const NotebookSessionLifecycleStateFailed + const NotebookSessionLifecycleStateInactive + const NotebookSessionLifecycleStateUpdating + func GetNotebookSessionLifecycleStateEnumValues() []NotebookSessionLifecycleStateEnum + type NotebookSessionShapeConfigDetails struct + MemoryInGBs *float32 + Ocpus *float32 + func (m NotebookSessionShapeConfigDetails) String() string + type NotebookSessionShapeSeriesEnum string + const NotebookSessionShapeSeriesAmdRome + const NotebookSessionShapeSeriesIntelSkylake + const NotebookSessionShapeSeriesLegacy + const NotebookSessionShapeSeriesNvidiaGpu + func GetNotebookSessionShapeSeriesEnumValues() []NotebookSessionShapeSeriesEnum + type NotebookSessionShapeSummary struct + CoreCount *int + MemoryInGBs *int + Name *string + ShapeSeries NotebookSessionShapeSeriesEnum + func (m NotebookSessionShapeSummary) String() string + type NotebookSessionSummary struct + CompartmentId *string + CreatedBy *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState NotebookSessionLifecycleStateEnum + NotebookSessionConfigurationDetails *NotebookSessionConfigurationDetails + NotebookSessionUrl *string + ProjectId *string + TimeCreated *common.SDKTime + func (m NotebookSessionSummary) String() string + type Project struct + CompartmentId *string + CreatedBy *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState ProjectLifecycleStateEnum + TimeCreated *common.SDKTime + func (m Project) String() string + type ProjectLifecycleStateEnum string + const ProjectLifecycleStateActive + const ProjectLifecycleStateDeleted + const ProjectLifecycleStateDeleting + func GetProjectLifecycleStateEnumValues() []ProjectLifecycleStateEnum + type ProjectSummary struct + CompartmentId *string + CreatedBy *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState ProjectLifecycleStateEnum + TimeCreated *common.SDKTime + func (m ProjectSummary) String() string + type ScalingPolicy interface + type ScalingPolicyPolicyTypeEnum string + const ScalingPolicyPolicyTypeFixedSize + func GetScalingPolicyPolicyTypeEnumValues() []ScalingPolicyPolicyTypeEnum + type SingleModelDeploymentConfigurationDetails struct + ModelConfigurationDetails *ModelConfigurationDetails + func (m SingleModelDeploymentConfigurationDetails) MarshalJSON() (buff []byte, e error) + func (m SingleModelDeploymentConfigurationDetails) String() string + type UpdateCategoryLogDetails struct + Access *LogDetails + Predict *LogDetails + func (m UpdateCategoryLogDetails) String() string + type UpdateModelConfigurationDetails struct + BandwidthMbps *int + InstanceConfiguration *InstanceConfiguration + ModelId *string + ScalingPolicy ScalingPolicy + func (m *UpdateModelConfigurationDetails) UnmarshalJSON(data []byte) (e error) + func (m UpdateModelConfigurationDetails) String() string + type UpdateModelDeploymentConfigurationDetails interface + type UpdateModelDeploymentDetails struct + CategoryLogDetails *UpdateCategoryLogDetails + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + ModelDeploymentConfigurationDetails UpdateModelDeploymentConfigurationDetails + func (m *UpdateModelDeploymentDetails) UnmarshalJSON(data []byte) (e error) + func (m UpdateModelDeploymentDetails) String() string + type UpdateModelDeploymentRequest struct + IfMatch *string + ModelDeploymentId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateModelDeploymentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateModelDeploymentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request UpdateModelDeploymentRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateModelDeploymentRequest) String() string + type UpdateModelDeploymentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateModelDeploymentResponse) HTTPResponse() *http.Response + func (response UpdateModelDeploymentResponse) String() string + type UpdateModelDetails struct + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + func (m UpdateModelDetails) String() string + type UpdateModelProvenanceDetails struct + GitBranch *string + GitCommit *string + RepositoryUrl *string + ScriptDir *string + TrainingScript *string + func (m UpdateModelProvenanceDetails) String() string + type UpdateModelProvenanceRequest struct + IfMatch *string + ModelId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateModelProvenanceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateModelProvenanceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request UpdateModelProvenanceRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateModelProvenanceRequest) String() string + type UpdateModelProvenanceResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateModelProvenanceResponse) HTTPResponse() *http.Response + func (response UpdateModelProvenanceResponse) String() string + type UpdateModelRequest struct + IfMatch *string + ModelId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateModelRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateModelRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request UpdateModelRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateModelRequest) String() string + type UpdateModelResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateModelResponse) HTTPResponse() *http.Response + func (response UpdateModelResponse) String() string + type UpdateNotebookSessionDetails struct + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + NotebookSessionConfigurationDetails *NotebookSessionConfigurationDetails + func (m UpdateNotebookSessionDetails) String() string + type UpdateNotebookSessionRequest struct + IfMatch *string + NotebookSessionId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateNotebookSessionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateNotebookSessionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request UpdateNotebookSessionRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateNotebookSessionRequest) String() string + type UpdateNotebookSessionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateNotebookSessionResponse) HTTPResponse() *http.Response + func (response UpdateNotebookSessionResponse) String() string + type UpdateProjectDetails struct + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + func (m UpdateProjectDetails) String() string + type UpdateProjectRequest struct + IfMatch *string + OpcRequestId *string + ProjectId *string + RequestMetadata common.RequestMetadata + func (request UpdateProjectRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateProjectRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request UpdateProjectRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateProjectRequest) String() string + type UpdateProjectResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateProjectResponse) HTTPResponse() *http.Response + func (response UpdateProjectResponse) String() string + type UpdateSingleModelDeploymentConfigurationDetails struct + ModelConfigurationDetails *UpdateModelConfigurationDetails + func (m UpdateSingleModelDeploymentConfigurationDetails) MarshalJSON() (buff []byte, e error) + func (m UpdateSingleModelDeploymentConfigurationDetails) String() string + type WorkRequest struct + CompartmentId *string + Id *string + OperationType WorkRequestOperationTypeEnum + PercentComplete *float32 + Resources []WorkRequestResource + Status WorkRequestStatusEnum + TimeAccepted *common.SDKTime + TimeFinished *common.SDKTime + TimeStarted *common.SDKTime + func (m WorkRequest) String() string + type WorkRequestError struct + Code *string + Message *string + Timestamp *common.SDKTime + func (m WorkRequestError) String() string + type WorkRequestLogEntry struct + Message *string + Timestamp *common.SDKTime + func (m WorkRequestLogEntry) String() string + type WorkRequestOperationTypeEnum string + const WorkRequestOperationTypeModelDeploymentActivate + const WorkRequestOperationTypeModelDeploymentCreate + const WorkRequestOperationTypeModelDeploymentDeactivate + const WorkRequestOperationTypeModelDeploymentDelete + const WorkRequestOperationTypeModelDeploymentUpdate + const WorkRequestOperationTypeNotebookSessionActivate + const WorkRequestOperationTypeNotebookSessionCreate + const WorkRequestOperationTypeNotebookSessionDeactivate + const WorkRequestOperationTypeNotebookSessionDelete + const WorkRequestOperationTypeProjectDelete + const WorkRequestOperationTypeWorkrequestCancel + func GetWorkRequestOperationTypeEnumValues() []WorkRequestOperationTypeEnum + type WorkRequestResource struct + ActionType WorkRequestResourceActionTypeEnum + EntityType *string + EntityUri *string + Identifier *string + func (m WorkRequestResource) String() string + type WorkRequestResourceActionTypeEnum string + const WorkRequestResourceActionTypeCreated + const WorkRequestResourceActionTypeDeleted + const WorkRequestResourceActionTypeInProgress + const WorkRequestResourceActionTypeRelated + const WorkRequestResourceActionTypeUpdated + func GetWorkRequestResourceActionTypeEnumValues() []WorkRequestResourceActionTypeEnum + type WorkRequestStatusEnum string + const WorkRequestStatusAccepted + const WorkRequestStatusCanceled + const WorkRequestStatusCanceling + const WorkRequestStatusFailed + const WorkRequestStatusInProgress + const WorkRequestStatusSucceeded + func GetWorkRequestStatusEnumValues() []WorkRequestStatusEnum + type WorkRequestSummary struct + CompartmentId *string + Id *string + OperationType WorkRequestOperationTypeEnum + PercentComplete *float32 + Resources []WorkRequestResource + Status WorkRequestStatusEnum + TimeAccepted *common.SDKTime + TimeFinished *common.SDKTime + TimeStarted *common.SDKTime + func (m WorkRequestSummary) String() string Other modules containing this package github.com/oracle/oci-go-sdk github.com/oracle/oci-go-sdk/v25 github.com/oracle/oci-go-sdk/v26 github.com/oracle/oci-go-sdk/v27 github.com/oracle/oci-go-sdk/v28 github.com/oracle/oci-go-sdk/v29 github.com/oracle/oci-go-sdk/v30 github.com/oracle/oci-go-sdk/v31 github.com/oracle/oci-go-sdk/v32 github.com/oracle/oci-go-sdk/v33 github.com/oracle/oci-go-sdk/v34 github.com/oracle/oci-go-sdk/v35 github.com/oracle/oci-go-sdk/v36 github.com/oracle/oci-go-sdk/v37 github.com/oracle/oci-go-sdk/v38 github.com/oracle/oci-go-sdk/v39 github.com/oracle/oci-go-sdk/v40 github.com/oracle/oci-go-sdk/v41 github.com/oracle/oci-go-sdk/v43 github.com/oracle/oci-go-sdk/v44 github.com/oracle/oci-go-sdk/v45 github.com/oracle/oci-go-sdk/v46 github.com/oracle/oci-go-sdk/v47 github.com/oracle/oci-go-sdk/v48 github.com/oracle/oci-go-sdk/v49 github.com/oracle/oci-go-sdk/v50 github.com/oracle/oci-go-sdk/v51 github.com/oracle/oci-go-sdk/v52 github.com/oracle/oci-go-sdk/v53 github.com/oracle/oci-go-sdk/v54 github.com/oracle/oci-go-sdk/v55 github.com/oracle/oci-go-sdk/v56 github.com/oracle/oci-go-sdk/v57 github.com/oracle/oci-go-sdk/v58 github.com/oracle/oci-go-sdk/v59 github.com/oracle/oci-go-sdk/v60 github.com/oracle/oci-go-sdk/v61 github.com/oracle/oci-go-sdk/v62 github.com/oracle/oci-go-sdk/v63 github.com/oracle/oci-go-sdk/v64 github.com/oracle/oci-go-sdk/v65