Versions in this module Expand all Collapse all v55 v55.1.0 Jan 18, 2022 v55.0.0 Jan 11, 2022 Changes in this version + type ActionTypeEnum string + const ActionTypeCreated + const ActionTypeDeleted + const ActionTypeInProgress + const ActionTypeRelated + const ActionTypeUpdated + func GetActionTypeEnumValues() []ActionTypeEnum + type AiPrivateEndpoint struct + AttachedDataAssets []string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + DnsZones []string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState AiPrivateEndpointLifecycleStateEnum + SubnetId *string + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m AiPrivateEndpoint) String() string + type AiPrivateEndpointCollection struct + Items []AiPrivateEndpointSummary + func (m AiPrivateEndpointCollection) String() string + type AiPrivateEndpointLifecycleStateEnum string + const AiPrivateEndpointLifecycleStateActive + const AiPrivateEndpointLifecycleStateCreating + const AiPrivateEndpointLifecycleStateDeleted + const AiPrivateEndpointLifecycleStateDeleting + const AiPrivateEndpointLifecycleStateFailed + const AiPrivateEndpointLifecycleStateUpdating + func GetAiPrivateEndpointLifecycleStateEnumValues() []AiPrivateEndpointLifecycleStateEnum + type AiPrivateEndpointSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + DnsZones []string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState AiPrivateEndpointLifecycleStateEnum + SubnetId *string + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m AiPrivateEndpointSummary) String() string + type Anomaly struct + ActualValue *float64 + AnomalyScore *float64 + EstimatedValue *float64 + ImputedValue *float64 + SignalName *string + func (m Anomaly) String() string + type AnomalyDetectResult struct + DetectionResults []DetectionResultItem + func (m AnomalyDetectResult) String() string + type AnomalyDetectionClient struct + func NewAnomalyDetectionClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client AnomalyDetectionClient, err error) + func NewAnomalyDetectionClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client AnomalyDetectionClient, err error) + func (client *AnomalyDetectionClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *AnomalyDetectionClient) SetRegion(region string) + func (client AnomalyDetectionClient) CancelWorkRequest(ctx context.Context, request CancelWorkRequestRequest) (response CancelWorkRequestResponse, err error) + func (client AnomalyDetectionClient) ChangeAiPrivateEndpointCompartment(ctx context.Context, request ChangeAiPrivateEndpointCompartmentRequest) (response ChangeAiPrivateEndpointCompartmentResponse, err error) + func (client AnomalyDetectionClient) ChangeDataAssetCompartment(ctx context.Context, request ChangeDataAssetCompartmentRequest) (response ChangeDataAssetCompartmentResponse, err error) + func (client AnomalyDetectionClient) ChangeModelCompartment(ctx context.Context, request ChangeModelCompartmentRequest) (response ChangeModelCompartmentResponse, err error) + func (client AnomalyDetectionClient) ChangeProjectCompartment(ctx context.Context, request ChangeProjectCompartmentRequest) (response ChangeProjectCompartmentResponse, err error) + func (client AnomalyDetectionClient) CreateAiPrivateEndpoint(ctx context.Context, request CreateAiPrivateEndpointRequest) (response CreateAiPrivateEndpointResponse, err error) + func (client AnomalyDetectionClient) CreateDataAsset(ctx context.Context, request CreateDataAssetRequest) (response CreateDataAssetResponse, err error) + func (client AnomalyDetectionClient) CreateModel(ctx context.Context, request CreateModelRequest) (response CreateModelResponse, err error) + func (client AnomalyDetectionClient) CreateProject(ctx context.Context, request CreateProjectRequest) (response CreateProjectResponse, err error) + func (client AnomalyDetectionClient) DeleteAiPrivateEndpoint(ctx context.Context, request DeleteAiPrivateEndpointRequest) (response DeleteAiPrivateEndpointResponse, err error) + func (client AnomalyDetectionClient) DeleteDataAsset(ctx context.Context, request DeleteDataAssetRequest) (response DeleteDataAssetResponse, err error) + func (client AnomalyDetectionClient) DeleteModel(ctx context.Context, request DeleteModelRequest) (response DeleteModelResponse, err error) + func (client AnomalyDetectionClient) DeleteProject(ctx context.Context, request DeleteProjectRequest) (response DeleteProjectResponse, err error) + func (client AnomalyDetectionClient) DetectAnomalies(ctx context.Context, request DetectAnomaliesRequest) (response DetectAnomaliesResponse, err error) + func (client AnomalyDetectionClient) GetAiPrivateEndpoint(ctx context.Context, request GetAiPrivateEndpointRequest) (response GetAiPrivateEndpointResponse, err error) + func (client AnomalyDetectionClient) GetDataAsset(ctx context.Context, request GetDataAssetRequest) (response GetDataAssetResponse, err error) + func (client AnomalyDetectionClient) GetModel(ctx context.Context, request GetModelRequest) (response GetModelResponse, err error) + func (client AnomalyDetectionClient) GetProject(ctx context.Context, request GetProjectRequest) (response GetProjectResponse, err error) + func (client AnomalyDetectionClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error) + func (client AnomalyDetectionClient) ListAiPrivateEndpoints(ctx context.Context, request ListAiPrivateEndpointsRequest) (response ListAiPrivateEndpointsResponse, err error) + func (client AnomalyDetectionClient) ListDataAssets(ctx context.Context, request ListDataAssetsRequest) (response ListDataAssetsResponse, err error) + func (client AnomalyDetectionClient) ListModels(ctx context.Context, request ListModelsRequest) (response ListModelsResponse, err error) + func (client AnomalyDetectionClient) ListProjects(ctx context.Context, request ListProjectsRequest) (response ListProjectsResponse, err error) + func (client AnomalyDetectionClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error) + func (client AnomalyDetectionClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error) + func (client AnomalyDetectionClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error) + func (client AnomalyDetectionClient) UpdateAiPrivateEndpoint(ctx context.Context, request UpdateAiPrivateEndpointRequest) (response UpdateAiPrivateEndpointResponse, err error) + func (client AnomalyDetectionClient) UpdateDataAsset(ctx context.Context, request UpdateDataAssetRequest) (response UpdateDataAssetResponse, err error) + func (client AnomalyDetectionClient) UpdateModel(ctx context.Context, request UpdateModelRequest) (response UpdateModelResponse, err error) + func (client AnomalyDetectionClient) UpdateProject(ctx context.Context, request UpdateProjectRequest) (response UpdateProjectResponse, err error) + 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 ChangeAiPrivateEndpointCompartmentDetails struct + CompartmentId *string + func (m ChangeAiPrivateEndpointCompartmentDetails) String() string + type ChangeAiPrivateEndpointCompartmentRequest struct + AiPrivateEndpointId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeAiPrivateEndpointCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeAiPrivateEndpointCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeAiPrivateEndpointCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeAiPrivateEndpointCompartmentRequest) String() string + type ChangeAiPrivateEndpointCompartmentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ChangeAiPrivateEndpointCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeAiPrivateEndpointCompartmentResponse) String() string + type ChangeDataAssetCompartmentDetails struct + CompartmentId *string + func (m ChangeDataAssetCompartmentDetails) String() string + type ChangeDataAssetCompartmentRequest struct + DataAssetId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeDataAssetCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeDataAssetCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeDataAssetCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeDataAssetCompartmentRequest) String() string + type ChangeDataAssetCompartmentResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response ChangeDataAssetCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeDataAssetCompartmentResponse) 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 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 CreateAiPrivateEndpointDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + DnsZones []string + FreeformTags map[string]string + SubnetId *string + func (m CreateAiPrivateEndpointDetails) String() string + type CreateAiPrivateEndpointRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateAiPrivateEndpointRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateAiPrivateEndpointRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateAiPrivateEndpointRequest) RetryPolicy() *common.RetryPolicy + func (request CreateAiPrivateEndpointRequest) String() string + type CreateAiPrivateEndpointResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateAiPrivateEndpointResponse) HTTPResponse() *http.Response + func (response CreateAiPrivateEndpointResponse) String() string + type CreateDataAssetDetails struct + CompartmentId *string + DataSourceDetails DataSourceDetails + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + PrivateEndpointId *string + ProjectId *string + func (m *CreateDataAssetDetails) UnmarshalJSON(data []byte) (e error) + func (m CreateDataAssetDetails) String() string + type CreateDataAssetRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateDataAssetRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateDataAssetRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateDataAssetRequest) RetryPolicy() *common.RetryPolicy + func (request CreateDataAssetRequest) String() string + type CreateDataAssetResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateDataAssetResponse) HTTPResponse() *http.Response + func (response CreateDataAssetResponse) String() string + type CreateModelDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + ModelTrainingDetails *ModelTrainingDetails + ProjectId *string + func (m CreateModelDetails) 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 + Location *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateModelResponse) HTTPResponse() *http.Response + func (response CreateModelResponse) 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 DataAsset struct + CompartmentId *string + DataSourceDetails DataSourceDetails + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState DataAssetLifecycleStateEnum + PrivateEndpointId *string + ProjectId *string + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m *DataAsset) UnmarshalJSON(data []byte) (e error) + func (m DataAsset) String() string + type DataAssetCollection struct + Items []DataAssetSummary + func (m DataAssetCollection) String() string + type DataAssetLifecycleStateEnum string + const DataAssetLifecycleStateActive + const DataAssetLifecycleStateDeleted + func GetDataAssetLifecycleStateEnumValues() []DataAssetLifecycleStateEnum + type DataAssetSummary struct + CompartmentId *string + DataSourceType DataSourceTypeEnum + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState DataAssetLifecycleStateEnum + PrivateEndpointId *string + ProjectId *string + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m DataAssetSummary) String() string + type DataItem struct + Timestamp *common.SDKTime + Values []float64 + func (m DataItem) String() string + type DataSourceDetails interface + type DataSourceDetailsAtp struct + AtpPasswordSecretId *string + AtpUserName *string + CwalletFileSecretId *string + DatabaseName *string + EwalletFileSecretId *string + KeyStoreFileSecretId *string + OjdbcFileSecretId *string + TableName *string + TnsnamesFileSecretId *string + TruststoreFileSecretId *string + WalletPasswordSecretId *string + func (m DataSourceDetailsAtp) MarshalJSON() (buff []byte, e error) + func (m DataSourceDetailsAtp) String() string + type DataSourceDetailsInflux struct + MeasurementName *string + PasswordSecretId *string + Url *string + UserName *string + VersionSpecificDetails InfluxDetails + func (m *DataSourceDetailsInflux) UnmarshalJSON(data []byte) (e error) + func (m DataSourceDetailsInflux) MarshalJSON() (buff []byte, e error) + func (m DataSourceDetailsInflux) String() string + type DataSourceDetailsObjectStorage struct + BucketName *string + Namespace *string + ObjectName *string + func (m DataSourceDetailsObjectStorage) MarshalJSON() (buff []byte, e error) + func (m DataSourceDetailsObjectStorage) String() string + type DataSourceTypeEnum string + const DataSourceTypeInflux + const DataSourceTypeOracleAtp + const DataSourceTypeOracleObjectStorage + func GetDataSourceTypeEnumValues() []DataSourceTypeEnum + type DeleteAiPrivateEndpointRequest struct + AiPrivateEndpointId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteAiPrivateEndpointRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteAiPrivateEndpointRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteAiPrivateEndpointRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteAiPrivateEndpointRequest) String() string + type DeleteAiPrivateEndpointResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteAiPrivateEndpointResponse) HTTPResponse() *http.Response + func (response DeleteAiPrivateEndpointResponse) String() string + type DeleteDataAssetRequest struct + DataAssetId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteDataAssetRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteDataAssetRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteDataAssetRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteDataAssetRequest) String() string + type DeleteDataAssetResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteDataAssetResponse) HTTPResponse() *http.Response + func (response DeleteDataAssetResponse) 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 + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteModelResponse) HTTPResponse() *http.Response + func (response DeleteModelResponse) 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 DetectAnomaliesDetails interface + GetModelId func() *string + type DetectAnomaliesDetailsRequestTypeEnum string + const DetectAnomaliesDetailsRequestTypeBase64Encoded + const DetectAnomaliesDetailsRequestTypeInline + func GetDetectAnomaliesDetailsRequestTypeEnumValues() []DetectAnomaliesDetailsRequestTypeEnum + type DetectAnomaliesRequest struct + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request DetectAnomaliesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DetectAnomaliesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DetectAnomaliesRequest) RetryPolicy() *common.RetryPolicy + func (request DetectAnomaliesRequest) String() string + type DetectAnomaliesResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DetectAnomaliesResponse) HTTPResponse() *http.Response + func (response DetectAnomaliesResponse) String() string + type DetectionResultItem struct + Anomalies []Anomaly + RowIndex *int + Score *float64 + Timestamp *common.SDKTime + func (m DetectionResultItem) String() string + type EmbeddedDetectAnomaliesRequest struct + Content []byte + ContentType EmbeddedDetectAnomaliesRequestContentTypeEnum + ModelId *string + func (m EmbeddedDetectAnomaliesRequest) GetModelId() *string + func (m EmbeddedDetectAnomaliesRequest) MarshalJSON() (buff []byte, e error) + func (m EmbeddedDetectAnomaliesRequest) String() string + type EmbeddedDetectAnomaliesRequestContentTypeEnum string + const EmbeddedDetectAnomaliesRequestContentTypeCsv + const EmbeddedDetectAnomaliesRequestContentTypeJson + func GetEmbeddedDetectAnomaliesRequestContentTypeEnumValues() []EmbeddedDetectAnomaliesRequestContentTypeEnum + type GetAiPrivateEndpointRequest struct + AiPrivateEndpointId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetAiPrivateEndpointRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetAiPrivateEndpointRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetAiPrivateEndpointRequest) RetryPolicy() *common.RetryPolicy + func (request GetAiPrivateEndpointRequest) String() string + type GetAiPrivateEndpointResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetAiPrivateEndpointResponse) HTTPResponse() *http.Response + func (response GetAiPrivateEndpointResponse) String() string + type GetDataAssetRequest struct + DataAssetId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetDataAssetRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetDataAssetRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetDataAssetRequest) RetryPolicy() *common.RetryPolicy + func (request GetDataAssetRequest) String() string + type GetDataAssetResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetDataAssetResponse) HTTPResponse() *http.Response + func (response GetDataAssetResponse) 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 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 *float32 + func (response GetWorkRequestResponse) HTTPResponse() *http.Response + func (response GetWorkRequestResponse) String() string + type InfluxDetails interface + type InfluxDetailsV1v8 struct + DatabaseName *string + RetentionPolicyName *string + func (m InfluxDetailsV1v8) MarshalJSON() (buff []byte, e error) + func (m InfluxDetailsV1v8) String() string + type InfluxDetailsV2v0 struct + BucketName *string + OrganizationName *string + func (m InfluxDetailsV2v0) MarshalJSON() (buff []byte, e error) + func (m InfluxDetailsV2v0) String() string + type InfluxVersionEnum string + const InfluxVersionV18 + const InfluxVersionV20 + func GetInfluxVersionEnumValues() []InfluxVersionEnum + type InlineDetectAnomaliesRequest struct + Data []DataItem + ModelId *string + SignalNames []string + func (m InlineDetectAnomaliesRequest) GetModelId() *string + func (m InlineDetectAnomaliesRequest) MarshalJSON() (buff []byte, e error) + func (m InlineDetectAnomaliesRequest) String() string + type ListAiPrivateEndpointsRequest struct + CompartmentId *string + DisplayName *string + Id *string + LifecycleState AiPrivateEndpointLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListAiPrivateEndpointsSortByEnum + SortOrder ListAiPrivateEndpointsSortOrderEnum + func (request ListAiPrivateEndpointsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListAiPrivateEndpointsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListAiPrivateEndpointsRequest) RetryPolicy() *common.RetryPolicy + func (request ListAiPrivateEndpointsRequest) String() string + type ListAiPrivateEndpointsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListAiPrivateEndpointsResponse) HTTPResponse() *http.Response + func (response ListAiPrivateEndpointsResponse) String() string + type ListAiPrivateEndpointsSortByEnum string + const ListAiPrivateEndpointsSortByDisplayname + const ListAiPrivateEndpointsSortByTimecreated + func GetListAiPrivateEndpointsSortByEnumValues() []ListAiPrivateEndpointsSortByEnum + type ListAiPrivateEndpointsSortOrderEnum string + const ListAiPrivateEndpointsSortOrderAsc + const ListAiPrivateEndpointsSortOrderDesc + func GetListAiPrivateEndpointsSortOrderEnumValues() []ListAiPrivateEndpointsSortOrderEnum + type ListDataAssetsRequest struct + CompartmentId *string + DisplayName *string + LifecycleState DataAssetLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + ProjectId *string + RequestMetadata common.RequestMetadata + SortBy ListDataAssetsSortByEnum + SortOrder ListDataAssetsSortOrderEnum + func (request ListDataAssetsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListDataAssetsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListDataAssetsRequest) RetryPolicy() *common.RetryPolicy + func (request ListDataAssetsRequest) String() string + type ListDataAssetsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListDataAssetsResponse) HTTPResponse() *http.Response + func (response ListDataAssetsResponse) String() string + type ListDataAssetsSortByEnum string + const ListDataAssetsSortByDisplayname + const ListDataAssetsSortByTimecreated + func GetListDataAssetsSortByEnumValues() []ListDataAssetsSortByEnum + type ListDataAssetsSortOrderEnum string + const ListDataAssetsSortOrderAsc + const ListDataAssetsSortOrderDesc + func GetListDataAssetsSortOrderEnumValues() []ListDataAssetsSortOrderEnum + type ListModelsRequest struct + CompartmentId *string + DisplayName *string + LifecycleState ModelLifecycleStateEnum + 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 + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListModelsResponse) HTTPResponse() *http.Response + func (response ListModelsResponse) String() string + type ListModelsSortByEnum string + const ListModelsSortByDisplayname + const ListModelsSortByTimecreated + func GetListModelsSortByEnumValues() []ListModelsSortByEnum + type ListModelsSortOrderEnum string + const ListModelsSortOrderAsc + const ListModelsSortOrderDesc + func GetListModelsSortOrderEnumValues() []ListModelsSortOrderEnum + type ListProjectsRequest struct + CompartmentId *string + DisplayName *string + LifecycleState ProjectLifecycleStateEnum + 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 + OpcNextPage *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 + Limit *int + OpcRequestId *string + Page *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 + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestErrorsResponse) String() string + type ListWorkRequestLogsRequest struct + Limit *int + OpcRequestId *string + Page *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 + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestLogsResponse) String() string + type ListWorkRequestsRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + WorkRequestId *string + 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 + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestsResponse) String() string + type Model struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState ModelLifecycleStateEnum + ModelTrainingDetails *ModelTrainingDetails + ModelTrainingResults *ModelTrainingResults + ProjectId *string + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m Model) String() string + type ModelCollection struct + Items []ModelSummary + func (m ModelCollection) String() string + type ModelLifecycleStateEnum string + const ModelLifecycleStateActive + const ModelLifecycleStateCreating + const ModelLifecycleStateDeleted + const ModelLifecycleStateDeleting + const ModelLifecycleStateFailed + const ModelLifecycleStateUpdating + func GetModelLifecycleStateEnumValues() []ModelLifecycleStateEnum + type ModelSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState ModelLifecycleStateEnum + ModelTrainingDetails *ModelTrainingDetails + ModelTrainingResults *ModelTrainingResults + ProjectId *string + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + func (m ModelSummary) String() string + type ModelTrainingDetails struct + DataAssetIds []string + TargetFap *float32 + TrainingFraction *float32 + func (m ModelTrainingDetails) String() string + type ModelTrainingResults struct + Fap *float32 + IsTrainingGoalAchieved *bool + MultivariateFap *float32 + RowReductionDetails *RowReductionDetails + SignalDetails []PerSignalDetails + Warning *string + func (m ModelTrainingResults) String() string + type OperationStatusEnum string + const OperationStatusAccepted + const OperationStatusCanceled + const OperationStatusCanceling + const OperationStatusFailed + const OperationStatusInProgress + const OperationStatusSucceeded + const OperationStatusWaiting + func GetOperationStatusEnumValues() []OperationStatusEnum + type OperationTypeEnum string + const OperationTypeCreateModel + const OperationTypeCreatePrivateEndpoint + const OperationTypeDeleteModel + const OperationTypeDeletePrivateEndpoint + const OperationTypeMovePrivateEndpoint + const OperationTypeUpdateModel + const OperationTypeUpdatePrivateEndpoint + func GetOperationTypeEnumValues() []OperationTypeEnum + type PerSignalDetails struct + Details *string + Fap *float32 + IsQuantized *bool + Max *float64 + Min *float64 + MviRatio *float64 + SignalName *string + Status PerSignalDetailsStatusEnum + Std *float64 + func (m PerSignalDetails) String() string + type PerSignalDetailsStatusEnum string + const PerSignalDetailsStatusAccepted + const PerSignalDetailsStatusDropped + const PerSignalDetailsStatusOther + func GetPerSignalDetailsStatusEnumValues() []PerSignalDetailsStatusEnum + type Project struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState ProjectLifecycleStateEnum + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m Project) String() string + type ProjectCollection struct + Items []ProjectSummary + func (m ProjectCollection) String() string + type ProjectLifecycleStateEnum string + const ProjectLifecycleStateActive + const ProjectLifecycleStateCreating + const ProjectLifecycleStateDeleted + const ProjectLifecycleStateDeleting + const ProjectLifecycleStateFailed + const ProjectLifecycleStateUpdating + func GetProjectLifecycleStateEnumValues() []ProjectLifecycleStateEnum + type ProjectSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState ProjectLifecycleStateEnum + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m ProjectSummary) String() string + type RowReductionDetails struct + IsReductionEnabled *bool + ReductionMethod RowReductionDetailsReductionMethodEnum + ReductionPercentage *float64 + func (m RowReductionDetails) String() string + type RowReductionDetailsReductionMethodEnum string + const RowReductionDetailsReductionMethodAverageRow + const RowReductionDetailsReductionMethodDeleteRow + func GetRowReductionDetailsReductionMethodEnumValues() []RowReductionDetailsReductionMethodEnum + type SortOrderEnum string + const SortOrderAsc + const SortOrderDesc + func GetSortOrderEnumValues() []SortOrderEnum + type UpdateAiPrivateEndpointDetails struct + DefinedTags map[string]map[string]interface{} + DisplayName *string + DnsZones []string + FreeformTags map[string]string + func (m UpdateAiPrivateEndpointDetails) String() string + type UpdateAiPrivateEndpointRequest struct + AiPrivateEndpointId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateAiPrivateEndpointRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateAiPrivateEndpointRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateAiPrivateEndpointRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateAiPrivateEndpointRequest) String() string + type UpdateAiPrivateEndpointResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateAiPrivateEndpointResponse) HTTPResponse() *http.Response + func (response UpdateAiPrivateEndpointResponse) String() string + type UpdateDataAssetDetails struct + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + func (m UpdateDataAssetDetails) String() string + type UpdateDataAssetRequest struct + DataAssetId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateDataAssetRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateDataAssetRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateDataAssetRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateDataAssetRequest) String() string + type UpdateDataAssetResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateDataAssetResponse) HTTPResponse() *http.Response + func (response UpdateDataAssetResponse) 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 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 + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateModelResponse) HTTPResponse() *http.Response + func (response UpdateModelResponse) 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 WorkRequest struct + CompartmentId *string + Id *string + OperationType OperationTypeEnum + PercentComplete *float32 + Resources []WorkRequestResource + Status OperationStatusEnum + 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 WorkRequestErrorCollection struct + Items []WorkRequestError + func (m WorkRequestErrorCollection) String() string + type WorkRequestLogEntry struct + Message *string + Timestamp *common.SDKTime + func (m WorkRequestLogEntry) String() string + type WorkRequestLogEntryCollection struct + Items []WorkRequestLogEntry + func (m WorkRequestLogEntryCollection) String() string + type WorkRequestResource struct + ActionType ActionTypeEnum + EntityType *string + EntityUri *string + Identifier *string + func (m WorkRequestResource) String() string + type WorkRequestSummary struct + CompartmentId *string + Id *string + OperationType OperationTypeEnum + PercentComplete *float32 + Resources []WorkRequestResource + Status OperationStatusEnum + TimeAccepted *common.SDKTime + TimeFinished *common.SDKTime + TimeStarted *common.SDKTime + func (m WorkRequestSummary) String() string + type WorkRequestSummaryCollection struct + Items []WorkRequestSummary + func (m WorkRequestSummaryCollection) String() string Other modules containing this package 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/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