All Downloads are FREE. Search and download functionalities are using the official Maven repository.

t-java-client.1.1.11.source-code.messages.properties Maven / Gradle / Ivy

There is a newer version: 1.1.14
Show newest version
# prompts
EXPERIMENT_LIVE=Experiment is live on Comet: %s
EXPERIMENT_CREATED=Experiment '%s/%s/%s' was successfully registered on Comet.
EXPERIMENT_CLEANUP_PROMPT=Waiting for all scheduled uploads to complete. It can take up to %d seconds.
EXPERIMENT_HEARTBEAT_STOPPED_PROMPT=Experiment's heartbeat sender stopped
ASSETS_FOLDER_UPLOAD_COMPLETED=The asset folder '%s' has been uploaded. Processed %d asset files.
ARTIFACT_VERSION_CREATED_WITHOUT_PREVIOUS=Artifact %s version %s created.
ARTIFACT_VERSION_CREATED_WITH_PREVIOUS=Artifact %s version %s created (previous was: %s)
ARTIFACT_UPLOAD_STARTED=Artifact '%s' upload started asynchronously with %d asset(s) scheduled for upload.
ARTIFACT_UPLOAD_COMPLETED=Artifact '%s' upload completed, successfully logged %d asset(s).
EXPERIMENT_INVENTORY_STATUS_PROMPT=There are still %d asset(s) and %d artifact(s) waiting to be uploaded. Experiment will end when all uploads are complete.
START_DOWNLOAD_ARTIFACT_ASSETS=Starting download of %d artifact assets.
ARTIFACT_ASSETS_DOWNLOAD_COMPLETED=Artifact '%s' has %d file(s) downloaded to directory '%s'.
COMPLETED_DOWNLOAD_ARTIFACT_ASSET=Successfully downloaded artifact asset '%s' to local file '%s'.
MODEL_REGISTERED_IN_WORKSPACE=Successfully registered model '%s' with version '%s' in the workspace '%s'.
MODEL_VERSION_CREATED_IN_WORKSPACE=Successfully created new version '%s' of the model '%s' in the workspace '%s'.
DOWNLOADING_REGISTRY_MODEL_PROMPT=Starting download of registry model '%s', version '%s', stage '%s' from workspace '%s'.
DOWNLOADING_REGISTRY_MODEL_TO_FILE=Downloading the registry model to file '%s'.
DOWNLOADING_REGISTRY_MODEL_TO_DIR=Downloading and unzipping the registry model to folder '%s'.
EXTRACTED_N_REGISTRY_MODEL_FILES=Successfully extracted %d registry model file(s) to folder '%s'.

# warnings
LOG_ASSET_FOLDER_EMPTY=Directory %s is empty; no files were uploaded.\nPlease double-check the directory path and the recursive parameter.
LOG_REMOTE_ASSET_URI_FILE_NAME_TO_DEFAULT=Couldn't parse a file_name from URI '%s', defaulting to '%s'
ARTIFACT_LOGGED_WITHOUT_ASSETS=Artifact %s logged without adding any assets, was this the intent?
ARTIFACT_HAS_NO_ASSETS_TO_DOWNLOAD=Artifact '%s' has no assets to download.
ARTIFACT_ASSETS_FILE_EXISTS_PRESERVING=The asset file '%s' already exists for artifact '%s'. Overwrite strategy set to PRESERVE. Skipping download.
ARTIFACT_DOWNLOAD_FILE_OVERWRITTEN=File '%s' has been overwritten by asset '%s' of artifact '%s'.
UPDATE_REGISTRY_MODEL_DESCRIPTION_IGNORED=The argument 'description' was given, but ignored when adding a new registry model version.
UPDATE_REGISTRY_MODEL_IS_PUBLIC_IGNORED=The argument 'public' was given, but ignored when adding a new registry model version.
WORKSPACE_HAS_NO_REGISTRY_MODELS=There are no registry models registered under workspace '%s'.
REGISTRY_MODEL_NOT_FOUND=The registry model '%s/%s' not found.

# errors
FAILED_REGISTER_EXPERIMENT=Failed to register experiment with Comet.
FAILED_LOG_SYSTEM_DETAILS=Failed to log system details.
CONFLICTING_ARTIFACT_ASSET_NAME=Cannot add new asset (%s) with name '%s', an asset already exists with the same name (%s). To add the asset to the artifact you should use unique name.
FAILED_READ_DATA_FOR_EXPERIMENT=Failed to read %s for the experiment, experiment key: %s
FAILED_TO_SEND_LOG_REQUEST=Failed to send log request: %s
FAILED_TO_SEND_LOG_ASSET_REQUEST=Failed to send log asset request: %s
FAILED_TO_LOG_ASSET_FOLDER=We failed to log assets directory '%s' for uploading.\nPlease double-check the file path, permissions, and that it is a directory.
FAILED_TO_LOG_SOME_ASSET_FROM_FOLDER=We failed to upload some asset from directory '%s'.\nPlease check previous logs for details about failed assets.
FAILED_TO_LOG_ASSET=Failed to log asset: %s
FAILED_TO_LOG_REMOTE_ASSET=Failed to log remote asset: %s
FAILED_TO_LOG_CODE_ASSET=Failed to log code asset: %s
ARTIFACT_NOT_FOUND=Artifact not found with options: %s
ARTIFACT_NOT_READY=Artifact (%s) is not ready and cannot be accessed. You need to finalize it.
ARTIFACT_HAS_NO_DETAILS=Artifact (%s) returned by server has no data.
GET_ARTIFACT_FAILED_UNEXPECTEDLY=Get artifact with params (%s) failed unexpectedly, check logs for details.
FAILED_TO_UPSERT_ARTIFACT=Failed to upsert artifact %s
FAILED_TO_UPDATE_ARTIFACT_VERSION_STATE=Failed to update artifact version state: %s
FAILED_TO_UPLOAD_SOME_ARTIFACT_ASSET=Failed to upload some/all assets of the artifact '%s', check logs for details.
FAILED_TO_SEND_LOG_ARTIFACT_ASSET_REQUEST=Failed to send log artifact asset request: %s
FAILED_TO_FINALIZE_ARTIFACT_VERSION=Failed to finalize version of artifact '%s'
TIMEOUT_FOR_EXPERIMENT_INVENTORY_CLEANUP=Timeout while waiting for scheduled resources of the Experiment to be uploaded. There are still %d assets and %d artifacts waiting to be uploaded. Check logs for errors details.
FAILED_TO_CLEAN_EXPERIMENT_INVENTORY=Failed to properly clean Experiment inventory. Some assets or artifact may not be uploaded, check logs for details.
EXPERIMENT_ALREADY_CLOSED_STATUS_ERROR=Experiment already closed. You can not log anything after this.
FAILED_TO_READ_LOGGED_ARTIFACT_ASSETS=Failed to read logged assets of the artifact '%s'
FAILED_TO_DOWNLOAD_ASSET_FILE_ALREADY_EXISTS=Cannot write Asset %s on path '%s', a file already exists.
FAILED_TO_RESOLVE_ASSET_FILE=Failed to resolve file with path '%s' for Asset %s.
FAILED_TO_DOWNLOAD_ASSET=Failed to download Asset %s, reason: %s.
FAILED_TO_READ_DOWNLOADED_FILE_SIZE=Failed to read size of the downloaded file '%s'.
FAILED_TO_DOWNLOAD_ARTIFACT_ASSETS=Failed to download one or more asset files of the artifact '%s' to the folder '%s', check logs for details.
FAILED_TO_COMPARE_CONTENT_OF_FILES=Failed to compare content of file '%s' against '%s'.
FAILED_TO_CREATE_TEMPORARY_ASSET_DOWNLOAD_FILE=Failed to create temporary file to download '%s' file of the asset %s.
FAILED_TO_DELETE_TEMPORARY_ASSET_FILE=Failed to delete temporary file '%s' of the asset %s.
REMOTE_ASSET_CANNOT_BE_DOWNLOADED=Failed to download/read remote asset %s. Please use asset's URI to download/read it directly.
FAILED_TO_PARSE_REMOTE_ASSET_LINK=Failed to parse remote asset link %s.
FAILED_TO_SET_ARTIFACT_VERSION_LEQ_THAN_CURRENT=Failed to set new version of the artifact %s, it is lower than or equal of current %s
FAILED_TO_FIND_ASSET_IN_ARTIFACT=No asset found with logical path '%s' in the artifact '%s'.
FAILED_TO_LOG_MODEL_ASSET=Failed to log model '%s' with logical path '%s'.
FAILED_TO_LOG_MODEL_FOLDER=Failed to log directory '%s' of the model '%s'.\nPlease double-check the file path, permissions, and that it is a directory.
EXPERIMENT_HAS_NO_MODELS=There are no models associated with the experiment '%s'
FAILED_TO_FIND_EXPERIMENT_MODEL_BY_NAME=Failed to find experiment's model by name '%s'. Experiment has the following model names associated: [%s].
INVALID_MODEL_REGISTRY_NAME_PROVIDED=Invalid model's registry name provided '%s', must be like: '%s'.
VERSION_AND_STAGE_SET_DOWNLOAD_MODEL=Please specify version OR stage (not both) to download registry model.
FAILED_TO_DOWNLOAD_REGISTRY_MODEL=Failed to download registry model, reason: '%s', sdk error code: '%s'.
FAILED_TO_GET_REGISTRY_MODEL_DETAILS=Failed to get details of the registry model '%s/%s', reason: '%s', sdk error code: '%s'.
FAILED_TO_GET_REGISTRY_MODEL_VERSIONS=Failed to get versions of the registry model '%s/%s'.
FAILED_TO_GET_REGISTRY_MODEL_NOTES=Failed to get notes of the registry model '%s/%s', reason: '%s', sdk error code: '%s'.
FAILED_TO_UPDATE_REGISTRY_MODEL_NOTES=Failed to update notes of the registry model '%s/%s'.
FAILED_TO_UPDATE_REGISTRY_MODEL=Failed to update registry model '%s/%s' with data: '%s'.
FAILED_TO_UPDATE_REGISTRY_MODEL_VERSION=Failed to update registry model's version '%s/%s:%s' with data: '%s'.
REGISTRY_MODEL_VERSION_NOT_FOUND=Version '%s' of the registry model '%s/%s' is not found.
FAILED_TO_DELETE_REGISTRY_MODEL=Failed to delete registry model '%s/%s'.
NO_RESPONSE_RETURNED_BY_REMOTE_ENDPOINT=No response was returned by endpoint '%s'
FAILED_TO_DELETE_REGISTRY_MODEL_VERSION=Failed to delete registry model '%s/%s:%s'.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy