Versions in this module Expand all Collapse all v59 v59.0.0 Feb 22, 2022 Changes in this version + func GetActionTypeEnumStringValues() []string + func GetDatasetDatasetTypeEnumStringValues() []string + func GetDimensionsUnitEnumStringValues() []string + func GetDocumentDetailsSourceEnumStringValues() []string + func GetDocumentFeatureFeatureTypeEnumStringValues() []string + func GetDocumentFieldFieldTypeEnumStringValues() []string + func GetDocumentJobLifecycleDetailsEnumStringValues() []string + func GetDocumentJobLifecycleStateEnumStringValues() []string + func GetDocumentLanguageEnumStringValues() []string + func GetDocumentTypeEnumStringValues() []string + func GetFieldValueValueTypeEnumStringValues() []string + func GetImageDetailsSourceEnumStringValues() []string + func GetImageFeatureFeatureTypeEnumStringValues() []string + func GetImageJobLifecycleDetailsEnumStringValues() []string + func GetImageJobLifecycleStateEnumStringValues() []string + func GetInputLocationSourceTypeEnumStringValues() []string + func GetListModelsSortByEnumStringValues() []string + func GetListModelsSortOrderEnumStringValues() []string + func GetListProjectsSortByEnumStringValues() []string + func GetListProjectsSortOrderEnumStringValues() []string + func GetListWorkRequestErrorsSortByEnumStringValues() []string + func GetListWorkRequestErrorsSortOrderEnumStringValues() []string + func GetListWorkRequestLogsSortByEnumStringValues() []string + func GetListWorkRequestLogsSortOrderEnumStringValues() []string + func GetListWorkRequestsSortByEnumStringValues() []string + func GetListWorkRequestsSortOrderEnumStringValues() []string + func GetListWorkRequestsStatusEnumStringValues() []string + func GetModelLifecycleStateEnumStringValues() []string + func GetModelModelTypeEnumStringValues() []string + func GetOperationStatusEnumStringValues() []string + func GetOperationTypeEnumStringValues() []string + func GetProjectLifecycleStateEnumStringValues() []string + func GetSortOrderEnumStringValues() []string + type AIServiceVisionClient struct + func NewAIServiceVisionClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client AIServiceVisionClient, err error) + func NewAIServiceVisionClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client AIServiceVisionClient, err error) + func (client *AIServiceVisionClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *AIServiceVisionClient) SetRegion(region string) + func (client AIServiceVisionClient) AnalyzeDocument(ctx context.Context, request AnalyzeDocumentRequest) (response AnalyzeDocumentResponse, err error) + func (client AIServiceVisionClient) AnalyzeImage(ctx context.Context, request AnalyzeImageRequest) (response AnalyzeImageResponse, err error) + func (client AIServiceVisionClient) CancelDocumentJob(ctx context.Context, request CancelDocumentJobRequest) (response CancelDocumentJobResponse, err error) + func (client AIServiceVisionClient) CancelImageJob(ctx context.Context, request CancelImageJobRequest) (response CancelImageJobResponse, err error) + func (client AIServiceVisionClient) CancelWorkRequest(ctx context.Context, request CancelWorkRequestRequest) (response CancelWorkRequestResponse, err error) + func (client AIServiceVisionClient) ChangeModelCompartment(ctx context.Context, request ChangeModelCompartmentRequest) (response ChangeModelCompartmentResponse, err error) + func (client AIServiceVisionClient) ChangeProjectCompartment(ctx context.Context, request ChangeProjectCompartmentRequest) (response ChangeProjectCompartmentResponse, err error) + func (client AIServiceVisionClient) CreateDocumentJob(ctx context.Context, request CreateDocumentJobRequest) (response CreateDocumentJobResponse, err error) + func (client AIServiceVisionClient) CreateImageJob(ctx context.Context, request CreateImageJobRequest) (response CreateImageJobResponse, err error) + func (client AIServiceVisionClient) CreateModel(ctx context.Context, request CreateModelRequest) (response CreateModelResponse, err error) + func (client AIServiceVisionClient) CreateProject(ctx context.Context, request CreateProjectRequest) (response CreateProjectResponse, err error) + func (client AIServiceVisionClient) DeleteModel(ctx context.Context, request DeleteModelRequest) (response DeleteModelResponse, err error) + func (client AIServiceVisionClient) DeleteProject(ctx context.Context, request DeleteProjectRequest) (response DeleteProjectResponse, err error) + func (client AIServiceVisionClient) GetDocumentJob(ctx context.Context, request GetDocumentJobRequest) (response GetDocumentJobResponse, err error) + func (client AIServiceVisionClient) GetImageJob(ctx context.Context, request GetImageJobRequest) (response GetImageJobResponse, err error) + func (client AIServiceVisionClient) GetModel(ctx context.Context, request GetModelRequest) (response GetModelResponse, err error) + func (client AIServiceVisionClient) GetProject(ctx context.Context, request GetProjectRequest) (response GetProjectResponse, err error) + func (client AIServiceVisionClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error) + func (client AIServiceVisionClient) ListModels(ctx context.Context, request ListModelsRequest) (response ListModelsResponse, err error) + func (client AIServiceVisionClient) ListProjects(ctx context.Context, request ListProjectsRequest) (response ListProjectsResponse, err error) + func (client AIServiceVisionClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error) + func (client AIServiceVisionClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error) + func (client AIServiceVisionClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error) + func (client AIServiceVisionClient) UpdateModel(ctx context.Context, request UpdateModelRequest) (response UpdateModelResponse, err error) + func (client AIServiceVisionClient) UpdateProject(ctx context.Context, request UpdateProjectRequest) (response UpdateProjectResponse, err error) + type ActionTypeEnum string + const ActionTypeCreated + const ActionTypeDeleted + const ActionTypeFailed + const ActionTypeInProgress + const ActionTypeRelated + const ActionTypeUpdated + func GetActionTypeEnumValues() []ActionTypeEnum + func GetMappingActionTypeEnum(val string) (ActionTypeEnum, bool) + type AnalyzeDocumentDetails struct + CompartmentId *string + Document DocumentDetails + DocumentType DocumentTypeEnum + Features []DocumentFeature + Language DocumentLanguageEnum + OutputLocation *OutputLocation + func (m *AnalyzeDocumentDetails) UnmarshalJSON(data []byte) (e error) + func (m AnalyzeDocumentDetails) String() string + func (m AnalyzeDocumentDetails) ValidateEnumValue() (bool, error) + type AnalyzeDocumentRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request AnalyzeDocumentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request AnalyzeDocumentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request AnalyzeDocumentRequest) RetryPolicy() *common.RetryPolicy + func (request AnalyzeDocumentRequest) String() string + func (request AnalyzeDocumentRequest) ValidateEnumValue() (bool, error) + type AnalyzeDocumentResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response AnalyzeDocumentResponse) HTTPResponse() *http.Response + func (response AnalyzeDocumentResponse) String() string + type AnalyzeDocumentResult struct + DetectedDocumentTypes []DetectedDocumentType + DetectedLanguages []DetectedLanguage + DocumentClassificationModelVersion *string + DocumentMetadata *DocumentMetadata + Errors []ProcessingError + KeyValueDetectionModelVersion *string + LanguageClassificationModelVersion *string + Pages []Page + SearchablePdf []byte + TableDetectionModelVersion *string + TextDetectionModelVersion *string + func (m AnalyzeDocumentResult) String() string + func (m AnalyzeDocumentResult) ValidateEnumValue() (bool, error) + type AnalyzeImageDetails struct + CompartmentId *string + Features []ImageFeature + Image ImageDetails + func (m *AnalyzeImageDetails) UnmarshalJSON(data []byte) (e error) + func (m AnalyzeImageDetails) String() string + func (m AnalyzeImageDetails) ValidateEnumValue() (bool, error) + type AnalyzeImageRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request AnalyzeImageRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request AnalyzeImageRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request AnalyzeImageRequest) RetryPolicy() *common.RetryPolicy + func (request AnalyzeImageRequest) String() string + func (request AnalyzeImageRequest) ValidateEnumValue() (bool, error) + type AnalyzeImageResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response AnalyzeImageResponse) HTTPResponse() *http.Response + func (response AnalyzeImageResponse) String() string + type AnalyzeImageResult struct + Errors []ProcessingError + ImageClassificationModelVersion *string + ImageObjects []ImageObject + ImageText *ImageText + Labels []Label + ObjectDetectionModelVersion *string + OntologyClasses []OntologyClass + TextDetectionModelVersion *string + func (m AnalyzeImageResult) String() string + func (m AnalyzeImageResult) ValidateEnumValue() (bool, error) + type BoundingPolygon struct + NormalizedVertices []NormalizedVertex + func (m BoundingPolygon) String() string + func (m BoundingPolygon) ValidateEnumValue() (bool, error) + type CancelDocumentJobRequest struct + DocumentJobId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request CancelDocumentJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CancelDocumentJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CancelDocumentJobRequest) RetryPolicy() *common.RetryPolicy + func (request CancelDocumentJobRequest) String() string + func (request CancelDocumentJobRequest) ValidateEnumValue() (bool, error) + type CancelDocumentJobResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response CancelDocumentJobResponse) HTTPResponse() *http.Response + func (response CancelDocumentJobResponse) String() string + type CancelImageJobRequest struct + IfMatch *string + ImageJobId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request CancelImageJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CancelImageJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CancelImageJobRequest) RetryPolicy() *common.RetryPolicy + func (request CancelImageJobRequest) String() string + func (request CancelImageJobRequest) ValidateEnumValue() (bool, error) + type CancelImageJobResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response CancelImageJobResponse) HTTPResponse() *http.Response + func (response CancelImageJobResponse) 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 + func (request CancelWorkRequestRequest) ValidateEnumValue() (bool, error) + type CancelWorkRequestResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response CancelWorkRequestResponse) HTTPResponse() *http.Response + func (response CancelWorkRequestResponse) String() string + type Cell struct + BoundingPolygon *BoundingPolygon + ColumnIndex *int + Confidence *float32 + RowIndex *int + Text *string + WordIndexes []int + func (m Cell) String() string + func (m Cell) ValidateEnumValue() (bool, error) + type ChangeModelCompartmentDetails struct + CompartmentId *string + func (m ChangeModelCompartmentDetails) String() string + func (m ChangeModelCompartmentDetails) ValidateEnumValue() (bool, error) + type ChangeModelCompartmentRequest struct + IfMatch *string + ModelId *string + OpcRequestId *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 + func (request ChangeModelCompartmentRequest) ValidateEnumValue() (bool, error) + 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 + func (m ChangeProjectCompartmentDetails) ValidateEnumValue() (bool, error) + type ChangeProjectCompartmentRequest struct + IfMatch *string + OpcRequestId *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 + func (request ChangeProjectCompartmentRequest) ValidateEnumValue() (bool, error) + type ChangeProjectCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeProjectCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeProjectCompartmentResponse) String() string + type CreateDocumentJobDetails struct + CompartmentId *string + DisplayName *string + DocumentType DocumentTypeEnum + Features []DocumentFeature + InputLocation InputLocation + IsZipOutputEnabled *bool + Language DocumentLanguageEnum + OutputLocation *OutputLocation + func (m *CreateDocumentJobDetails) UnmarshalJSON(data []byte) (e error) + func (m CreateDocumentJobDetails) String() string + func (m CreateDocumentJobDetails) ValidateEnumValue() (bool, error) + type CreateDocumentJobRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateDocumentJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateDocumentJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateDocumentJobRequest) RetryPolicy() *common.RetryPolicy + func (request CreateDocumentJobRequest) String() string + func (request CreateDocumentJobRequest) ValidateEnumValue() (bool, error) + type CreateDocumentJobResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateDocumentJobResponse) HTTPResponse() *http.Response + func (response CreateDocumentJobResponse) String() string + type CreateImageJobDetails struct + CompartmentId *string + DisplayName *string + Features []ImageFeature + InputLocation InputLocation + IsZipOutputEnabled *bool + OutputLocation *OutputLocation + func (m *CreateImageJobDetails) UnmarshalJSON(data []byte) (e error) + func (m CreateImageJobDetails) String() string + func (m CreateImageJobDetails) ValidateEnumValue() (bool, error) + type CreateImageJobRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateImageJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateImageJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateImageJobRequest) RetryPolicy() *common.RetryPolicy + func (request CreateImageJobRequest) String() string + func (request CreateImageJobRequest) ValidateEnumValue() (bool, error) + type CreateImageJobResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateImageJobResponse) HTTPResponse() *http.Response + func (response CreateImageJobResponse) String() string + type CreateModelDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + IsQuickMode *bool + MaxTrainingDurationInHours *float64 + ModelType ModelModelTypeEnum + ModelVersion *string + ProjectId *string + TestingDataset Dataset + TrainingDataset Dataset + ValidationDataset Dataset + func (m *CreateModelDetails) UnmarshalJSON(data []byte) (e error) + func (m CreateModelDetails) String() string + func (m CreateModelDetails) ValidateEnumValue() (bool, error) + 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 + func (request CreateModelRequest) ValidateEnumValue() (bool, error) + type CreateModelResponse struct + Etag *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 + func (m CreateProjectDetails) ValidateEnumValue() (bool, error) + 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 + func (request CreateProjectRequest) ValidateEnumValue() (bool, error) + type CreateProjectResponse struct + Etag *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateProjectResponse) HTTPResponse() *http.Response + func (response CreateProjectResponse) String() string + type DataScienceLabelingDataset struct + DatasetId *string + func (m DataScienceLabelingDataset) MarshalJSON() (buff []byte, e error) + func (m DataScienceLabelingDataset) String() string + func (m DataScienceLabelingDataset) ValidateEnumValue() (bool, error) + type Dataset interface + type DatasetDatasetTypeEnum string + const DatasetDatasetTypeDataScienceLabeling + const DatasetDatasetTypeObjectStorage + func GetDatasetDatasetTypeEnumValues() []DatasetDatasetTypeEnum + func GetMappingDatasetDatasetTypeEnum(val string) (DatasetDatasetTypeEnum, bool) + 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 + func (request DeleteModelRequest) ValidateEnumValue() (bool, error) + 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 + func (request DeleteProjectRequest) ValidateEnumValue() (bool, error) + type DeleteProjectResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteProjectResponse) HTTPResponse() *http.Response + func (response DeleteProjectResponse) String() string + type DetectedDocumentType struct + Confidence *float32 + DocumentType *string + func (m DetectedDocumentType) String() string + func (m DetectedDocumentType) ValidateEnumValue() (bool, error) + type DetectedLanguage struct + Confidence *float32 + LanguageCode DocumentLanguageEnum + func (m DetectedLanguage) String() string + func (m DetectedLanguage) ValidateEnumValue() (bool, error) + type Dimensions struct + Height *float64 + Unit DimensionsUnitEnum + Width *float64 + func (m Dimensions) String() string + func (m Dimensions) ValidateEnumValue() (bool, error) + type DimensionsUnitEnum string + const DimensionsUnitInch + const DimensionsUnitPixel + func GetDimensionsUnitEnumValues() []DimensionsUnitEnum + func GetMappingDimensionsUnitEnum(val string) (DimensionsUnitEnum, bool) + type DocumentClassificationFeature struct + MaxResults *int + ModelId *string + func (m DocumentClassificationFeature) MarshalJSON() (buff []byte, e error) + func (m DocumentClassificationFeature) String() string + func (m DocumentClassificationFeature) ValidateEnumValue() (bool, error) + type DocumentDetails interface + type DocumentDetailsSourceEnum string + const DocumentDetailsSourceInline + const DocumentDetailsSourceObjectStorage + func GetDocumentDetailsSourceEnumValues() []DocumentDetailsSourceEnum + func GetMappingDocumentDetailsSourceEnum(val string) (DocumentDetailsSourceEnum, bool) + type DocumentFeature interface + type DocumentFeatureFeatureTypeEnum string + const DocumentFeatureFeatureTypeDocumentClassification + const DocumentFeatureFeatureTypeKeyValueDetection + const DocumentFeatureFeatureTypeLanguageClassification + const DocumentFeatureFeatureTypeTableDetection + const DocumentFeatureFeatureTypeTextDetection + func GetDocumentFeatureFeatureTypeEnumValues() []DocumentFeatureFeatureTypeEnum + func GetMappingDocumentFeatureFeatureTypeEnum(val string) (DocumentFeatureFeatureTypeEnum, bool) + type DocumentField struct + FieldLabel *FieldLabel + FieldName *FieldName + FieldType DocumentFieldFieldTypeEnum + FieldValue FieldValue + func (m *DocumentField) UnmarshalJSON(data []byte) (e error) + func (m DocumentField) String() string + func (m DocumentField) ValidateEnumValue() (bool, error) + type DocumentFieldFieldTypeEnum string + const DocumentFieldFieldTypeKeyValue + const DocumentFieldFieldTypeLineItem + const DocumentFieldFieldTypeLineItemField + const DocumentFieldFieldTypeLineItemGroup + func GetDocumentFieldFieldTypeEnumValues() []DocumentFieldFieldTypeEnum + func GetMappingDocumentFieldFieldTypeEnum(val string) (DocumentFieldFieldTypeEnum, bool) + type DocumentJob struct + CompartmentId *string + DisplayName *string + DocumentType DocumentTypeEnum + Features []DocumentFeature + Id *string + InputLocation InputLocation + IsZipOutputEnabled *bool + Language DocumentLanguageEnum + LifecycleDetails DocumentJobLifecycleDetailsEnum + LifecycleState DocumentJobLifecycleStateEnum + OutputLocation *OutputLocation + PercentComplete *float32 + TimeAccepted *common.SDKTime + TimeFinished *common.SDKTime + TimeStarted *common.SDKTime + func (m *DocumentJob) UnmarshalJSON(data []byte) (e error) + func (m DocumentJob) String() string + func (m DocumentJob) ValidateEnumValue() (bool, error) + type DocumentJobLifecycleDetailsEnum string + const DocumentJobLifecycleDetailsCompletelyFailed + const DocumentJobLifecycleDetailsPartiallySucceeded + func GetDocumentJobLifecycleDetailsEnumValues() []DocumentJobLifecycleDetailsEnum + func GetMappingDocumentJobLifecycleDetailsEnum(val string) (DocumentJobLifecycleDetailsEnum, bool) + type DocumentJobLifecycleStateEnum string + const DocumentJobLifecycleStateAccepted + const DocumentJobLifecycleStateCanceled + const DocumentJobLifecycleStateCanceling + const DocumentJobLifecycleStateFailed + const DocumentJobLifecycleStateInProgress + const DocumentJobLifecycleStateSucceeded + func GetDocumentJobLifecycleStateEnumValues() []DocumentJobLifecycleStateEnum + func GetMappingDocumentJobLifecycleStateEnum(val string) (DocumentJobLifecycleStateEnum, bool) + type DocumentKeyValueDetectionFeature struct + func (m DocumentKeyValueDetectionFeature) MarshalJSON() (buff []byte, e error) + func (m DocumentKeyValueDetectionFeature) String() string + func (m DocumentKeyValueDetectionFeature) ValidateEnumValue() (bool, error) + type DocumentLanguageClassificationFeature struct + MaxResults *int + func (m DocumentLanguageClassificationFeature) MarshalJSON() (buff []byte, e error) + func (m DocumentLanguageClassificationFeature) String() string + func (m DocumentLanguageClassificationFeature) ValidateEnumValue() (bool, error) + type DocumentLanguageEnum string + const DocumentLanguageAra + const DocumentLanguageCes + const DocumentLanguageChiSim + const DocumentLanguageDan + const DocumentLanguageDeu + const DocumentLanguageEll + const DocumentLanguageEng + const DocumentLanguageFin + const DocumentLanguageFra + const DocumentLanguageHin + const DocumentLanguageHun + const DocumentLanguageIta + const DocumentLanguageJpn + const DocumentLanguageKor + const DocumentLanguageNld + const DocumentLanguageNor + const DocumentLanguageOthers + const DocumentLanguagePol + const DocumentLanguagePor + const DocumentLanguageRon + const DocumentLanguageRus + const DocumentLanguageSlk + const DocumentLanguageSpa + const DocumentLanguageSwe + const DocumentLanguageTur + func GetDocumentLanguageEnumValues() []DocumentLanguageEnum + func GetMappingDocumentLanguageEnum(val string) (DocumentLanguageEnum, bool) + type DocumentMetadata struct + MimeType *string + PageCount *int + func (m DocumentMetadata) String() string + func (m DocumentMetadata) ValidateEnumValue() (bool, error) + type DocumentTableDetectionFeature struct + func (m DocumentTableDetectionFeature) MarshalJSON() (buff []byte, e error) + func (m DocumentTableDetectionFeature) String() string + func (m DocumentTableDetectionFeature) ValidateEnumValue() (bool, error) + type DocumentTextDetectionFeature struct + GenerateSearchablePdf *bool + func (m DocumentTextDetectionFeature) MarshalJSON() (buff []byte, e error) + func (m DocumentTextDetectionFeature) String() string + func (m DocumentTextDetectionFeature) ValidateEnumValue() (bool, error) + type DocumentTypeEnum string + const DocumentTypeBankStatement + const DocumentTypeCheck + const DocumentTypeDriverLicense + const DocumentTypeInvoice + const DocumentTypeOthers + const DocumentTypePassport + const DocumentTypePayslip + const DocumentTypeReceipt + const DocumentTypeResume + const DocumentTypeTaxForm + func GetDocumentTypeEnumValues() []DocumentTypeEnum + func GetMappingDocumentTypeEnum(val string) (DocumentTypeEnum, bool) + type FieldLabel struct + Confidence *float32 + Name *string + func (m FieldLabel) String() string + func (m FieldLabel) ValidateEnumValue() (bool, error) + type FieldName struct + BoundingPolygon *BoundingPolygon + Confidence *float32 + Name *string + WordIndexes []int + func (m FieldName) String() string + func (m FieldName) ValidateEnumValue() (bool, error) + type FieldValue interface + GetBoundingPolygon func() *BoundingPolygon + GetConfidence func() *float32 + GetText func() *string + GetWordIndexes func() []int + type FieldValueValueTypeEnum string + const FieldValueValueTypeArray + const FieldValueValueTypeDate + const FieldValueValueTypeInteger + const FieldValueValueTypeNumber + const FieldValueValueTypePhoneNumber + const FieldValueValueTypeString + const FieldValueValueTypeTime + func GetFieldValueValueTypeEnumValues() []FieldValueValueTypeEnum + func GetMappingFieldValueValueTypeEnum(val string) (FieldValueValueTypeEnum, bool) + type GetDocumentJobRequest struct + DocumentJobId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetDocumentJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetDocumentJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetDocumentJobRequest) RetryPolicy() *common.RetryPolicy + func (request GetDocumentJobRequest) String() string + func (request GetDocumentJobRequest) ValidateEnumValue() (bool, error) + type GetDocumentJobResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetDocumentJobResponse) HTTPResponse() *http.Response + func (response GetDocumentJobResponse) String() string + type GetImageJobRequest struct + ImageJobId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetImageJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetImageJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetImageJobRequest) RetryPolicy() *common.RetryPolicy + func (request GetImageJobRequest) String() string + func (request GetImageJobRequest) ValidateEnumValue() (bool, error) + type GetImageJobResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetImageJobResponse) HTTPResponse() *http.Response + func (response GetImageJobResponse) 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 + func (request GetModelRequest) ValidateEnumValue() (bool, error) + 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 + func (request GetProjectRequest) ValidateEnumValue() (bool, error) + 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 + func (request GetWorkRequestRequest) ValidateEnumValue() (bool, error) + type GetWorkRequestResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + RetryAfter *int + func (response GetWorkRequestResponse) HTTPResponse() *http.Response + func (response GetWorkRequestResponse) String() string + type ImageClassificationFeature struct + MaxResults *int + ModelId *string + func (m ImageClassificationFeature) MarshalJSON() (buff []byte, e error) + func (m ImageClassificationFeature) String() string + func (m ImageClassificationFeature) ValidateEnumValue() (bool, error) + type ImageDetails interface + type ImageDetailsSourceEnum string + const ImageDetailsSourceInline + const ImageDetailsSourceObjectStorage + func GetImageDetailsSourceEnumValues() []ImageDetailsSourceEnum + func GetMappingImageDetailsSourceEnum(val string) (ImageDetailsSourceEnum, bool) + type ImageFeature interface + type ImageFeatureFeatureTypeEnum string + const ImageFeatureFeatureTypeImageClassification + const ImageFeatureFeatureTypeObjectDetection + const ImageFeatureFeatureTypeTextDetection + func GetImageFeatureFeatureTypeEnumValues() []ImageFeatureFeatureTypeEnum + func GetMappingImageFeatureFeatureTypeEnum(val string) (ImageFeatureFeatureTypeEnum, bool) + type ImageJob struct + CompartmentId *string + DisplayName *string + Features []ImageFeature + Id *string + InputLocation InputLocation + IsZipOutputEnabled *bool + LifecycleDetails ImageJobLifecycleDetailsEnum + LifecycleState ImageJobLifecycleStateEnum + OutputLocation *OutputLocation + PercentComplete *float32 + TimeAccepted *common.SDKTime + TimeFinished *common.SDKTime + TimeStarted *common.SDKTime + func (m *ImageJob) UnmarshalJSON(data []byte) (e error) + func (m ImageJob) String() string + func (m ImageJob) ValidateEnumValue() (bool, error) + type ImageJobLifecycleDetailsEnum string + const ImageJobLifecycleDetailsCompletelyFailed + const ImageJobLifecycleDetailsPartiallySucceeded + func GetImageJobLifecycleDetailsEnumValues() []ImageJobLifecycleDetailsEnum + func GetMappingImageJobLifecycleDetailsEnum(val string) (ImageJobLifecycleDetailsEnum, bool) + type ImageJobLifecycleStateEnum string + const ImageJobLifecycleStateAccepted + const ImageJobLifecycleStateCanceled + const ImageJobLifecycleStateCanceling + const ImageJobLifecycleStateFailed + const ImageJobLifecycleStateInProgress + const ImageJobLifecycleStateSucceeded + func GetImageJobLifecycleStateEnumValues() []ImageJobLifecycleStateEnum + func GetMappingImageJobLifecycleStateEnum(val string) (ImageJobLifecycleStateEnum, bool) + type ImageObject struct + BoundingPolygon *BoundingPolygon + Confidence *float32 + Name *string + func (m ImageObject) String() string + func (m ImageObject) ValidateEnumValue() (bool, error) + type ImageObjectDetectionFeature struct + MaxResults *int + ModelId *string + func (m ImageObjectDetectionFeature) MarshalJSON() (buff []byte, e error) + func (m ImageObjectDetectionFeature) String() string + func (m ImageObjectDetectionFeature) ValidateEnumValue() (bool, error) + type ImageText struct + Lines []Line + Words []Word + func (m ImageText) String() string + func (m ImageText) ValidateEnumValue() (bool, error) + type ImageTextDetectionFeature struct + Language DocumentLanguageEnum + func (m ImageTextDetectionFeature) MarshalJSON() (buff []byte, e error) + func (m ImageTextDetectionFeature) String() string + func (m ImageTextDetectionFeature) ValidateEnumValue() (bool, error) + type InlineDocumentDetails struct + Data []byte + func (m InlineDocumentDetails) MarshalJSON() (buff []byte, e error) + func (m InlineDocumentDetails) String() string + func (m InlineDocumentDetails) ValidateEnumValue() (bool, error) + type InlineImageDetails struct + Data []byte + func (m InlineImageDetails) MarshalJSON() (buff []byte, e error) + func (m InlineImageDetails) String() string + func (m InlineImageDetails) ValidateEnumValue() (bool, error) + type InputLocation interface + type InputLocationSourceTypeEnum string + const InputLocationSourceTypeObjectListInlineInputLocation + func GetInputLocationSourceTypeEnumValues() []InputLocationSourceTypeEnum + func GetMappingInputLocationSourceTypeEnum(val string) (InputLocationSourceTypeEnum, bool) + type Label struct + Confidence *float32 + Name *string + func (m Label) String() string + func (m Label) ValidateEnumValue() (bool, error) + type Line struct + BoundingPolygon *BoundingPolygon + Confidence *float32 + Text *string + WordIndexes []int + func (m Line) String() string + func (m Line) ValidateEnumValue() (bool, error) + type ListModelsRequest struct + CompartmentId *string + DisplayName *string + Id *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 + func (request ListModelsRequest) ValidateEnumValue() (bool, error) + 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 + func GetMappingListModelsSortByEnum(val string) (ListModelsSortByEnum, bool) + type ListModelsSortOrderEnum string + const ListModelsSortOrderAsc + const ListModelsSortOrderDesc + func GetListModelsSortOrderEnumValues() []ListModelsSortOrderEnum + func GetMappingListModelsSortOrderEnum(val string) (ListModelsSortOrderEnum, bool) + type ListProjectsRequest struct + CompartmentId *string + DisplayName *string + Id *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 + func (request ListProjectsRequest) ValidateEnumValue() (bool, error) + 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 + func GetMappingListProjectsSortByEnum(val string) (ListProjectsSortByEnum, bool) + type ListProjectsSortOrderEnum string + const ListProjectsSortOrderAsc + const ListProjectsSortOrderDesc + func GetListProjectsSortOrderEnumValues() []ListProjectsSortOrderEnum + func GetMappingListProjectsSortOrderEnum(val string) (ListProjectsSortOrderEnum, bool) + type ListWorkRequestErrorsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListWorkRequestErrorsSortByEnum + SortOrder ListWorkRequestErrorsSortOrderEnum + 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 + func (request ListWorkRequestErrorsRequest) ValidateEnumValue() (bool, error) + type ListWorkRequestErrorsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestErrorsResponse) String() string + type ListWorkRequestErrorsSortByEnum string + const ListWorkRequestErrorsSortByTimeaccepted + func GetListWorkRequestErrorsSortByEnumValues() []ListWorkRequestErrorsSortByEnum + func GetMappingListWorkRequestErrorsSortByEnum(val string) (ListWorkRequestErrorsSortByEnum, bool) + type ListWorkRequestErrorsSortOrderEnum string + const ListWorkRequestErrorsSortOrderAsc + const ListWorkRequestErrorsSortOrderDesc + func GetListWorkRequestErrorsSortOrderEnumValues() []ListWorkRequestErrorsSortOrderEnum + func GetMappingListWorkRequestErrorsSortOrderEnum(val string) (ListWorkRequestErrorsSortOrderEnum, bool) + type ListWorkRequestLogsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListWorkRequestLogsSortByEnum + SortOrder ListWorkRequestLogsSortOrderEnum + 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 + func (request ListWorkRequestLogsRequest) ValidateEnumValue() (bool, error) + type ListWorkRequestLogsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestLogsResponse) String() string + type ListWorkRequestLogsSortByEnum string + const ListWorkRequestLogsSortByTimeaccepted + func GetListWorkRequestLogsSortByEnumValues() []ListWorkRequestLogsSortByEnum + func GetMappingListWorkRequestLogsSortByEnum(val string) (ListWorkRequestLogsSortByEnum, bool) + type ListWorkRequestLogsSortOrderEnum string + const ListWorkRequestLogsSortOrderAsc + const ListWorkRequestLogsSortOrderDesc + func GetListWorkRequestLogsSortOrderEnumValues() []ListWorkRequestLogsSortOrderEnum + func GetMappingListWorkRequestLogsSortOrderEnum(val string) (ListWorkRequestLogsSortOrderEnum, bool) + type ListWorkRequestsRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + ResourceId *string + SortBy ListWorkRequestsSortByEnum + SortOrder ListWorkRequestsSortOrderEnum + Status ListWorkRequestsStatusEnum + 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 + func (request ListWorkRequestsRequest) ValidateEnumValue() (bool, error) + type ListWorkRequestsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestsResponse) String() string + type ListWorkRequestsSortByEnum string + const ListWorkRequestsSortByTimeaccepted + func GetListWorkRequestsSortByEnumValues() []ListWorkRequestsSortByEnum + func GetMappingListWorkRequestsSortByEnum(val string) (ListWorkRequestsSortByEnum, bool) + type ListWorkRequestsSortOrderEnum string + const ListWorkRequestsSortOrderAsc + const ListWorkRequestsSortOrderDesc + func GetListWorkRequestsSortOrderEnumValues() []ListWorkRequestsSortOrderEnum + func GetMappingListWorkRequestsSortOrderEnum(val string) (ListWorkRequestsSortOrderEnum, bool) + type ListWorkRequestsStatusEnum string + const ListWorkRequestsStatusAccepted + const ListWorkRequestsStatusCanceled + const ListWorkRequestsStatusCanceling + const ListWorkRequestsStatusFailed + const ListWorkRequestsStatusInProgress + const ListWorkRequestsStatusSucceeded + const ListWorkRequestsStatusWaiting + func GetListWorkRequestsStatusEnumValues() []ListWorkRequestsStatusEnum + func GetMappingListWorkRequestsStatusEnum(val string) (ListWorkRequestsStatusEnum, bool) + type Model struct + AveragePrecision *float32 + CompartmentId *string + ConfidenceThreshold *float32 + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + IsQuickMode *bool + LifecycleDetails *string + LifecycleState ModelLifecycleStateEnum + MaxTrainingDurationInHours *float64 + Metrics *string + ModelType ModelModelTypeEnum + ModelVersion *string + Precision *float32 + ProjectId *string + Recall *float32 + SystemTags map[string]map[string]interface{} + TestImageCount *int + TestingDataset Dataset + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + TotalImageCount *int + TrainedDurationInHours *float64 + TrainingDataset Dataset + ValidationDataset Dataset + func (m *Model) UnmarshalJSON(data []byte) (e error) + func (m Model) String() string + func (m Model) ValidateEnumValue() (bool, error) + type ModelCollection struct + Items []ModelSummary + func (m ModelCollection) String() string + func (m ModelCollection) ValidateEnumValue() (bool, error) + type ModelLifecycleStateEnum string + const ModelLifecycleStateActive + const ModelLifecycleStateCreating + const ModelLifecycleStateDeleted + const ModelLifecycleStateDeleting + const ModelLifecycleStateFailed + const ModelLifecycleStateUpdating + func GetMappingModelLifecycleStateEnum(val string) (ModelLifecycleStateEnum, bool) + func GetModelLifecycleStateEnumValues() []ModelLifecycleStateEnum + type ModelModelTypeEnum string + const ModelModelTypeImageClassification + const ModelModelTypeObjectDetection + func GetMappingModelModelTypeEnum(val string) (ModelModelTypeEnum, bool) + func GetModelModelTypeEnumValues() []ModelModelTypeEnum + type ModelSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState ModelLifecycleStateEnum + ModelType ModelModelTypeEnum + ModelVersion *string + Precision *float32 + ProjectId *string + SystemTags map[string]map[string]interface{} + TestingDataset Dataset + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + TrainingDataset Dataset + ValidationDataset Dataset + func (m *ModelSummary) UnmarshalJSON(data []byte) (e error) + func (m ModelSummary) String() string + func (m ModelSummary) ValidateEnumValue() (bool, error) + type NormalizedVertex struct + X *float64 + Y *float64 + func (m NormalizedVertex) String() string + func (m NormalizedVertex) ValidateEnumValue() (bool, error) + type ObjectListInlineInputLocation struct + ObjectLocations []ObjectLocation + func (m ObjectListInlineInputLocation) MarshalJSON() (buff []byte, e error) + func (m ObjectListInlineInputLocation) String() string + func (m ObjectListInlineInputLocation) ValidateEnumValue() (bool, error) + type ObjectLocation struct + BucketName *string + NamespaceName *string + ObjectName *string + func (m ObjectLocation) String() string + func (m ObjectLocation) ValidateEnumValue() (bool, error) + type ObjectStorageDataset struct + BucketName *string + NamespaceName *string + ObjectName *string + func (m ObjectStorageDataset) MarshalJSON() (buff []byte, e error) + func (m ObjectStorageDataset) String() string + func (m ObjectStorageDataset) ValidateEnumValue() (bool, error) + type ObjectStorageDocumentDetails struct + BucketName *string + NamespaceName *string + ObjectName *string + func (m ObjectStorageDocumentDetails) MarshalJSON() (buff []byte, e error) + func (m ObjectStorageDocumentDetails) String() string + func (m ObjectStorageDocumentDetails) ValidateEnumValue() (bool, error) + type ObjectStorageImageDetails struct + BucketName *string + NamespaceName *string + ObjectName *string + func (m ObjectStorageImageDetails) MarshalJSON() (buff []byte, e error) + func (m ObjectStorageImageDetails) String() string + func (m ObjectStorageImageDetails) ValidateEnumValue() (bool, error) + type OntologyClass struct + Name *string + ParentNames []string + SynonymNames []string + func (m OntologyClass) String() string + func (m OntologyClass) ValidateEnumValue() (bool, error) + type OperationStatusEnum string + const OperationStatusAccepted + const OperationStatusCanceled + const OperationStatusCanceling + const OperationStatusFailed + const OperationStatusInProgress + const OperationStatusSucceeded + const OperationStatusWaiting + func GetMappingOperationStatusEnum(val string) (OperationStatusEnum, bool) + func GetOperationStatusEnumValues() []OperationStatusEnum + type OperationTypeEnum string + const OperationTypeCreateModel + const OperationTypeCreateProject + const OperationTypeDeleteModel + const OperationTypeDeleteProject + const OperationTypeMoveModel + const OperationTypeMoveProject + const OperationTypeUpdateModel + const OperationTypeUpdateProject + func GetMappingOperationTypeEnum(val string) (OperationTypeEnum, bool) + func GetOperationTypeEnumValues() []OperationTypeEnum + type OutputLocation struct + BucketName *string + NamespaceName *string + Prefix *string + func (m OutputLocation) String() string + func (m OutputLocation) ValidateEnumValue() (bool, error) + type Page struct + DetectedDocumentTypes []DetectedDocumentType + DetectedLanguages []DetectedLanguage + Dimensions *Dimensions + DocumentFields []DocumentField + Lines []Line + PageNumber *int + Tables []Table + Words []Word + func (m Page) String() string + func (m Page) ValidateEnumValue() (bool, error) + type ProcessingError struct + Code *string + Message *string + func (m ProcessingError) String() string + func (m ProcessingError) ValidateEnumValue() (bool, error) + type Project struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState ProjectLifecycleStateEnum + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m Project) String() string + func (m Project) ValidateEnumValue() (bool, error) + type ProjectCollection struct + Items []ProjectSummary + func (m ProjectCollection) String() string + func (m ProjectCollection) ValidateEnumValue() (bool, error) + type ProjectLifecycleStateEnum string + const ProjectLifecycleStateActive + const ProjectLifecycleStateCreating + const ProjectLifecycleStateDeleted + const ProjectLifecycleStateDeleting + const ProjectLifecycleStateFailed + const ProjectLifecycleStateUpdating + func GetMappingProjectLifecycleStateEnum(val string) (ProjectLifecycleStateEnum, bool) + func GetProjectLifecycleStateEnumValues() []ProjectLifecycleStateEnum + type ProjectSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState ProjectLifecycleStateEnum + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m ProjectSummary) String() string + func (m ProjectSummary) ValidateEnumValue() (bool, error) + type SortOrderEnum string + const SortOrderAsc + const SortOrderDesc + func GetMappingSortOrderEnum(val string) (SortOrderEnum, bool) + func GetSortOrderEnumValues() []SortOrderEnum + type Table struct + BodyRows []TableRow + BoundingPolygon *BoundingPolygon + ColumnCount *int + Confidence *float32 + FooterRows []TableRow + HeaderRows []TableRow + RowCount *int + func (m Table) String() string + func (m Table) ValidateEnumValue() (bool, error) + type TableRow struct + Cells []Cell + func (m TableRow) String() string + func (m TableRow) ValidateEnumValue() (bool, error) + type UpdateModelDetails struct + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + func (m UpdateModelDetails) String() string + func (m UpdateModelDetails) ValidateEnumValue() (bool, error) + 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 + func (request UpdateModelRequest) ValidateEnumValue() (bool, error) + 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 + func (m UpdateProjectDetails) ValidateEnumValue() (bool, error) + 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 + func (request UpdateProjectRequest) ValidateEnumValue() (bool, error) + type UpdateProjectResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateProjectResponse) HTTPResponse() *http.Response + func (response UpdateProjectResponse) String() string + type ValueArray struct + BoundingPolygon *BoundingPolygon + Confidence *float32 + Items []DocumentField + Text *string + WordIndexes []int + func (m ValueArray) GetBoundingPolygon() *BoundingPolygon + func (m ValueArray) GetConfidence() *float32 + func (m ValueArray) GetText() *string + func (m ValueArray) GetWordIndexes() []int + func (m ValueArray) MarshalJSON() (buff []byte, e error) + func (m ValueArray) String() string + func (m ValueArray) ValidateEnumValue() (bool, error) + type ValueDate struct + BoundingPolygon *BoundingPolygon + Confidence *float32 + Text *string + Value *common.SDKTime + WordIndexes []int + func (m ValueDate) GetBoundingPolygon() *BoundingPolygon + func (m ValueDate) GetConfidence() *float32 + func (m ValueDate) GetText() *string + func (m ValueDate) GetWordIndexes() []int + func (m ValueDate) MarshalJSON() (buff []byte, e error) + func (m ValueDate) String() string + func (m ValueDate) ValidateEnumValue() (bool, error) + type ValueInteger struct + BoundingPolygon *BoundingPolygon + Confidence *float32 + Text *string + Value *int + WordIndexes []int + func (m ValueInteger) GetBoundingPolygon() *BoundingPolygon + func (m ValueInteger) GetConfidence() *float32 + func (m ValueInteger) GetText() *string + func (m ValueInteger) GetWordIndexes() []int + func (m ValueInteger) MarshalJSON() (buff []byte, e error) + func (m ValueInteger) String() string + func (m ValueInteger) ValidateEnumValue() (bool, error) + type ValueNumber struct + BoundingPolygon *BoundingPolygon + Confidence *float32 + Text *string + Value *float32 + WordIndexes []int + func (m ValueNumber) GetBoundingPolygon() *BoundingPolygon + func (m ValueNumber) GetConfidence() *float32 + func (m ValueNumber) GetText() *string + func (m ValueNumber) GetWordIndexes() []int + func (m ValueNumber) MarshalJSON() (buff []byte, e error) + func (m ValueNumber) String() string + func (m ValueNumber) ValidateEnumValue() (bool, error) + type ValuePhoneNumber struct + BoundingPolygon *BoundingPolygon + Confidence *float32 + Text *string + Value *string + WordIndexes []int + func (m ValuePhoneNumber) GetBoundingPolygon() *BoundingPolygon + func (m ValuePhoneNumber) GetConfidence() *float32 + func (m ValuePhoneNumber) GetText() *string + func (m ValuePhoneNumber) GetWordIndexes() []int + func (m ValuePhoneNumber) MarshalJSON() (buff []byte, e error) + func (m ValuePhoneNumber) String() string + func (m ValuePhoneNumber) ValidateEnumValue() (bool, error) + type ValueString struct + BoundingPolygon *BoundingPolygon + Confidence *float32 + Text *string + Value *string + WordIndexes []int + func (m ValueString) GetBoundingPolygon() *BoundingPolygon + func (m ValueString) GetConfidence() *float32 + func (m ValueString) GetText() *string + func (m ValueString) GetWordIndexes() []int + func (m ValueString) MarshalJSON() (buff []byte, e error) + func (m ValueString) String() string + func (m ValueString) ValidateEnumValue() (bool, error) + type ValueTime struct + BoundingPolygon *BoundingPolygon + Confidence *float32 + Text *string + Value *common.SDKTime + WordIndexes []int + func (m ValueTime) GetBoundingPolygon() *BoundingPolygon + func (m ValueTime) GetConfidence() *float32 + func (m ValueTime) GetText() *string + func (m ValueTime) GetWordIndexes() []int + func (m ValueTime) MarshalJSON() (buff []byte, e error) + func (m ValueTime) String() string + func (m ValueTime) ValidateEnumValue() (bool, error) + type Word struct + BoundingPolygon *BoundingPolygon + Confidence *float32 + Text *string + func (m Word) String() string + func (m Word) ValidateEnumValue() (bool, error) + 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 + func (m WorkRequest) ValidateEnumValue() (bool, error) + type WorkRequestError struct + Code *string + Message *string + Timestamp *common.SDKTime + func (m WorkRequestError) String() string + func (m WorkRequestError) ValidateEnumValue() (bool, error) + type WorkRequestErrorCollection struct + Items []WorkRequestError + func (m WorkRequestErrorCollection) String() string + func (m WorkRequestErrorCollection) ValidateEnumValue() (bool, error) + type WorkRequestLogEntry struct + Message *string + Timestamp *common.SDKTime + func (m WorkRequestLogEntry) String() string + func (m WorkRequestLogEntry) ValidateEnumValue() (bool, error) + type WorkRequestLogEntryCollection struct + Items []WorkRequestLogEntry + func (m WorkRequestLogEntryCollection) String() string + func (m WorkRequestLogEntryCollection) ValidateEnumValue() (bool, error) + type WorkRequestResource struct + ActionType ActionTypeEnum + EntityType *string + EntityUri *string + Identifier *string + func (m WorkRequestResource) String() string + func (m WorkRequestResource) ValidateEnumValue() (bool, error) + 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 + func (m WorkRequestSummary) ValidateEnumValue() (bool, error) + type WorkRequestSummaryCollection struct + Items []WorkRequestSummary + func (m WorkRequestSummaryCollection) String() string + func (m WorkRequestSummaryCollection) ValidateEnumValue() (bool, error) Other modules containing this package github.com/oracle/oci-go-sdk/v58 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