Server IP : 103.119.228.120 / Your IP : 3.141.21.199 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/mysqlsh/lib/python3.9/site-packages/oci/generative_ai/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20231130 from __future__ import absolute_import from .change_dedicated_ai_cluster_compartment_details import ChangeDedicatedAiClusterCompartmentDetails from .change_endpoint_compartment_details import ChangeEndpointCompartmentDetails from .change_model_compartment_details import ChangeModelCompartmentDetails from .chat_model_metrics import ChatModelMetrics from .content_moderation_config import ContentModerationConfig from .create_dedicated_ai_cluster_details import CreateDedicatedAiClusterDetails from .create_endpoint_details import CreateEndpointDetails from .create_model_details import CreateModelDetails from .dataset import Dataset from .dedicated_ai_cluster import DedicatedAiCluster from .dedicated_ai_cluster_capacity import DedicatedAiClusterCapacity from .dedicated_ai_cluster_collection import DedicatedAiClusterCollection from .dedicated_ai_cluster_hosting_capacity import DedicatedAiClusterHostingCapacity from .dedicated_ai_cluster_summary import DedicatedAiClusterSummary from .endpoint import Endpoint from .endpoint_collection import EndpointCollection from .endpoint_summary import EndpointSummary from .fine_tune_details import FineTuneDetails from .lora_training_config import LoraTrainingConfig from .model import Model from .model_collection import ModelCollection from .model_metrics import ModelMetrics from .model_summary import ModelSummary from .object_storage_dataset import ObjectStorageDataset from .t_few_training_config import TFewTrainingConfig from .text_generation_model_metrics import TextGenerationModelMetrics from .training_config import TrainingConfig from .update_dedicated_ai_cluster_details import UpdateDedicatedAiClusterDetails from .update_endpoint_details import UpdateEndpointDetails from .update_model_details import UpdateModelDetails from .vanilla_training_config import VanillaTrainingConfig from .work_request import WorkRequest from .work_request_error import WorkRequestError from .work_request_error_collection import WorkRequestErrorCollection from .work_request_log_entry import WorkRequestLogEntry from .work_request_log_entry_collection import WorkRequestLogEntryCollection from .work_request_resource import WorkRequestResource from .work_request_summary import WorkRequestSummary from .work_request_summary_collection import WorkRequestSummaryCollection # Maps type names to classes for generative_ai services. generative_ai_type_mapping = { "ChangeDedicatedAiClusterCompartmentDetails": ChangeDedicatedAiClusterCompartmentDetails, "ChangeEndpointCompartmentDetails": ChangeEndpointCompartmentDetails, "ChangeModelCompartmentDetails": ChangeModelCompartmentDetails, "ChatModelMetrics": ChatModelMetrics, "ContentModerationConfig": ContentModerationConfig, "CreateDedicatedAiClusterDetails": CreateDedicatedAiClusterDetails, "CreateEndpointDetails": CreateEndpointDetails, "CreateModelDetails": CreateModelDetails, "Dataset": Dataset, "DedicatedAiCluster": DedicatedAiCluster, "DedicatedAiClusterCapacity": DedicatedAiClusterCapacity, "DedicatedAiClusterCollection": DedicatedAiClusterCollection, "DedicatedAiClusterHostingCapacity": DedicatedAiClusterHostingCapacity, "DedicatedAiClusterSummary": DedicatedAiClusterSummary, "Endpoint": Endpoint, "EndpointCollection": EndpointCollection, "EndpointSummary": EndpointSummary, "FineTuneDetails": FineTuneDetails, "LoraTrainingConfig": LoraTrainingConfig, "Model": Model, "ModelCollection": ModelCollection, "ModelMetrics": ModelMetrics, "ModelSummary": ModelSummary, "ObjectStorageDataset": ObjectStorageDataset, "TFewTrainingConfig": TFewTrainingConfig, "TextGenerationModelMetrics": TextGenerationModelMetrics, "TrainingConfig": TrainingConfig, "UpdateDedicatedAiClusterDetails": UpdateDedicatedAiClusterDetails, "UpdateEndpointDetails": UpdateEndpointDetails, "UpdateModelDetails": UpdateModelDetails, "VanillaTrainingConfig": VanillaTrainingConfig, "WorkRequest": WorkRequest, "WorkRequestError": WorkRequestError, "WorkRequestErrorCollection": WorkRequestErrorCollection, "WorkRequestLogEntry": WorkRequestLogEntry, "WorkRequestLogEntryCollection": WorkRequestLogEntryCollection, "WorkRequestResource": WorkRequestResource, "WorkRequestSummary": WorkRequestSummary, "WorkRequestSummaryCollection": WorkRequestSummaryCollection }