diff --git a/3.7.0/404.html b/3.7.0/404.html index 5d9e934f6..b5cb30d42 100644 --- a/3.7.0/404.html +++ b/3.7.0/404.html @@ -474,10 +474,10 @@
Connection.connection(
host=None,
@@ -1447,32 +1447,32 @@ connectionProperties#
-
+
api_key_file#
-
+
api_key_value#
-
+
cert_folder#
-
+
host#
-
+
hostname_verification#
-
+
port#
-
+
project#
-
+
trust_store_path#
Methods#
-
+
close#
Connection.close()
@@ -1481,7 +1481,7 @@ close#
external environments such as AWS SageMaker.
Usage is recommended but optional.
-
+
connect#
Connection.connect()
@@ -1501,7 +1501,7 @@ connect[source]
+
connection#
Connection factory method, accessible through hopsworks.connection()
.
-
+
create_project#
Connection.create_project(name, description=None, feature_store_topic=None)
@@ -1537,7 +1537,7 @@ create_project[source]
+
get_project#
Connection.get_project(name=None)
@@ -1549,7 +1549,7 @@ get_projectReturns
Project
. A project handle object to perform operations on.
-
+
get_projects#
Connection.get_projects()
@@ -1557,7 +1557,7 @@ get_projectsReturns
List[Project]
: List of Project objects
-
+
get_secrets_api#
Connection.get_secrets_api()
@@ -1565,7 +1565,7 @@ get_secrets_api[source]
+
project_exists#
Connection.project_exists(name)
diff --git a/3.7.0/generated/api/datasets/index.html b/3.7.0/generated/api/datasets/index.html
index 83a6eeb5f..c30ee6451 100644
--- a/3.7.0/generated/api/datasets/index.html
+++ b/3.7.0/generated/api/datasets/index.html
@@ -483,10 +483,10 @@
@@ -1279,7 +1279,7 @@
Datasets API#
Handle#
-
+
get_dataset_api#
Project.get_dataset_api()
@@ -1288,7 +1288,7 @@ get_dataset_apiMethods#
-
+
copy#
DatasetApi.copy(source_path, destination_path, overwrite=False)
@@ -1312,7 +1312,7 @@ copy#RestAPIError
: If unable to perform the copy
-
+
download#
DatasetApi.download(path, local_path=None, overwrite=False)
@@ -1338,7 +1338,7 @@ download[source]
+
exists#
DatasetApi.exists(path)
@@ -1354,7 +1354,7 @@ exists[source]
+
mkdir#
DatasetApi.mkdir(path)
@@ -1378,7 +1378,7 @@ mkdir#
RestAPIError
: If unable to create the directory
-
+
move#
DatasetApi.move(source_path, destination_path, overwrite=False)
@@ -1402,7 +1402,7 @@ move#RestAPIError
: If unable to perform the move
-
+
remove#
DatasetApi.remove(path)
@@ -1416,7 +1416,7 @@ remove[source]
+
upload#
DatasetApi.upload(
local_path,
diff --git a/3.7.0/generated/api/environment/index.html b/3.7.0/generated/api/environment/index.html
index 49aba06ba..67642d4fb 100644
--- a/3.7.0/generated/api/environment/index.html
+++ b/3.7.0/generated/api/environment/index.html
@@ -483,10 +483,10 @@
@@ -1303,7 +1303,7 @@
Environment API#
Handle#
-
+
get_environment_api#
Project.get_environment_api()
@@ -1312,7 +1312,7 @@ get_environment_apiCreation#
-
+
create_environment#
EnvironmentApi.create_environment(await_creation=True)
@@ -1337,7 +1337,7 @@ create_environmentRetrieval#
-
+
get_environment#
EnvironmentApi.get_environment()
@@ -1358,7 +1358,7 @@ get_environmentMethods#
-
+
delete#
Environment.delete()
@@ -1370,7 +1370,7 @@ delete[source]
+
install_requirements#
Environment.install_requirements(path, await_installation=True)
@@ -1394,7 +1394,7 @@ install_requirements[source]
+
install_wheel#
Environment.install_wheel(path, await_installation=True)
diff --git a/3.7.0/generated/api/executions/index.html b/3.7.0/generated/api/executions/index.html
index 852797b58..980685b54 100644
--- a/3.7.0/generated/api/executions/index.html
+++ b/3.7.0/generated/api/executions/index.html
@@ -483,10 +483,10 @@
@@ -1513,7 +1513,7 @@
Executions API#
Creation#
-
+
run#
Job.run(args=None, await_termination=False)
@@ -1537,7 +1537,7 @@ run#
Execution
. The execution object for the submitted run.
Retrieval#
-
+
get_executions#
Job.get_executions()
@@ -1548,70 +1548,70 @@ get_executionsProperties#
-
+
app_id#
Application id for the execution
-
+
args#
Arguments set for the execution.
-
+
duration#
Duration in milliseconds the execution ran.
-
+
final_status#
Final status of the execution. Can be UNDEFINED, SUCCEEDED, FAILED or KILLED.
-
+
hdfs_user#
Filesystem user for the execution.
-
+
id#
Id of the execution
-
+
job_name#
Name of the job the execution belongs to
-
+
job_type#
Type of the job the execution belongs to
-
+
progress#
Progress of the execution.
-
+
state#
Current state of the execution.
-
+
stderr_path#
Path in Hopsworks Filesystem to stderr log file
-
+
stdout_path#
Path in Hopsworks Filesystem to stdout log file
-
+
submission_time#
Timestamp when the execution was submitted
-
+
success#
Boolean to indicate if execution ran successfully or failed
Returns
bool
. True if execution ran successfully. False if execution failed or was killed.
-
+
user#
User that submitted the execution.
Methods#
-
+
await_termination#
Execution.await_termination()
@@ -1619,7 +1619,7 @@ await_termination[source]
+
delete#
Execution.delete()
@@ -1631,7 +1631,7 @@ delete[source]
+
download_logs#
Execution.download_logs(path=None)
@@ -1654,7 +1654,7 @@ download_logsstr
. Path to downloaded log for stdout.
str
. Path to downloaded log for stderr.
-
+
get_url#
Execution.get_url()
diff --git a/3.7.0/generated/api/flink_cluster/index.html b/3.7.0/generated/api/flink_cluster/index.html
index 98d012095..b371c72df 100644
--- a/3.7.0/generated/api/flink_cluster/index.html
+++ b/3.7.0/generated/api/flink_cluster/index.html
@@ -483,10 +483,10 @@
@@ -1591,7 +1591,7 @@
FlinkCluster API#
Handle#
-
+
get_flink_cluster_api#
Project.get_flink_cluster_api()
@@ -1600,7 +1600,7 @@ get_flink_cluster_apiSetup the cluster#
-
+
setup_cluster#
FlinkClusterApi.setup_cluster(name, config=None)
@@ -1630,7 +1630,7 @@ setup_cluster
Get the cluster#
-
+
get_cluster#
FlinkClusterApi.get_cluster(name)
@@ -1655,7 +1655,7 @@ get_cluster
Start the cluster#
-
+
start#
FlinkCluster.start(await_time=1800)
@@ -1680,7 +1680,7 @@ start#
Submit job to cluster#
-
+
submit_job#
FlinkCluster.submit_job(jar_id, main_class, job_arguments=None)
@@ -1718,32 +1718,32 @@ submit_jobProperties#
-
+
config#
Configuration for the cluster
-
+
creation_time#
Date of creation for the cluster
-
+
creator#
Creator of the cluster
-
+
id#
Id of the cluster
-
+
name#
Name of the cluster
-
+
state#
State of the cluster
Methods#
-
+
get_jars#
FlinkCluster.get_jars()
@@ -1766,7 +1766,7 @@ get_jars[source]
+
get_job#
FlinkCluster.get_job(job_id)
@@ -1794,7 +1794,7 @@ get_job[source]
+
get_jobs#
FlinkCluster.get_jobs()
@@ -1817,12 +1817,12 @@ get_jobs[source]
+
get_url#
FlinkCluster.get_url()
-
+
job_state#
FlinkCluster.job_state(job_id)
@@ -1851,7 +1851,7 @@ job_state[source]
+
start#
FlinkCluster.start(await_time=1800)
@@ -1875,7 +1875,7 @@ start[source]
+
stop#
FlinkCluster.stop()
@@ -1896,7 +1896,7 @@ stop#RestAPIError
: If unable to stop the flink cluster.
-
+
stop_job#
FlinkCluster.stop_job(job_id)
@@ -1922,7 +1922,7 @@ stop_job[source]
+
submit_job#
FlinkCluster.submit_job(jar_id, main_class, job_arguments=None)
@@ -1959,7 +1959,7 @@ submit_jobRestAPIError
: If unable to submit the job.
-
+
upload_jar#
FlinkCluster.upload_jar(jar_file)
diff --git a/3.7.0/generated/api/git_provider/index.html b/3.7.0/generated/api/git_provider/index.html
index a4ca3f960..78b10bb79 100644
--- a/3.7.0/generated/api/git_provider/index.html
+++ b/3.7.0/generated/api/git_provider/index.html
@@ -483,10 +483,10 @@
@@ -1343,7 +1343,7 @@
GitProvider API#
Handle#
-
+
get_git_api#
Project.get_git_api()
@@ -1352,7 +1352,7 @@ get_git_apiGitApi
: The Git Api handle
Creation#
-
+
set_provider#
GitApi.set_provider(provider, username, token)
@@ -1377,7 +1377,7 @@ set_provider
Retrieval#
-
+
get_provider#
GitApi.get_provider(provider)
@@ -1393,7 +1393,7 @@ get_providerRestAPIError
: If unable to get the git provider
-
+
get_providers#
GitApi.get_providers()
@@ -1406,16 +1406,16 @@ get_providers
Properties#
-
+
git_provider#
Name of the provider, can be GitHub, GitLab or BitBucket
-
+
username#
Username set for the provider
Methods#
-
+
delete#
GitProvider.delete()
diff --git a/3.7.0/generated/api/git_remote/index.html b/3.7.0/generated/api/git_remote/index.html
index a4f46789f..c9decdf46 100644
--- a/3.7.0/generated/api/git_remote/index.html
+++ b/3.7.0/generated/api/git_remote/index.html
@@ -483,10 +483,10 @@
@@ -1343,7 +1343,7 @@
GitRemote API#
Handle#
-
+
get_git_api#
Project.get_git_api()
@@ -1352,7 +1352,7 @@ get_git_apiGitApi
: The Git Api handle
Creation#
-
+
add_remote#
GitRepo.add_remote(name, url)
@@ -1378,7 +1378,7 @@ add_remoteRetrieval#
-
+
get_remote#
GitRepo.get_remote(name)
@@ -1392,7 +1392,7 @@ get_remote[source]
+
get_remotes#
GitRepo.get_remotes()
@@ -1403,16 +1403,16 @@ get_remotesRestAPIError
in case the backend fails to retrieve the remotes.
Properties#
-
+
name#
Name of the remote
-
+
url#
Url of the remote
Methods#
-
+
delete#
GitRemote.delete()
diff --git a/3.7.0/generated/api/git_repo/index.html b/3.7.0/generated/api/git_repo/index.html
index 85b56edaa..a380098ae 100644
--- a/3.7.0/generated/api/git_repo/index.html
+++ b/3.7.0/generated/api/git_repo/index.html
@@ -483,10 +483,10 @@
@@ -1595,7 +1595,7 @@
GitRepo API#
Handle#
-
+
get_git_api#
Project.get_git_api()
@@ -1604,7 +1604,7 @@ get_git_apiGitApi
: The Git Api handle
Creation#
-
+
clone#
GitApi.clone(url, path, provider=None, branch=None)
@@ -1632,7 +1632,7 @@ clone#
Retrieval#
-
+
get_repo#
GitApi.get_repo(name, path=None)
@@ -1649,7 +1649,7 @@ get_repo[source]
+
get_repos#
GitApi.get_repos()
@@ -1662,40 +1662,40 @@ get_reposProperties#
-
+
creator#
Creator of the git repo
-
+
current_branch#
The current branch for the git repo
-
+
current_commit#
The current commit for the git repo
-
+
id#
Id of the git repo
-
+
name#
Name of the git repo
-
+
path#
Path to the git repo in the Hopsworks Filesystem
-
+
provider#
Git provider for the repo, can be GitHub, GitLab or BitBucket
-
+
read_only#
If True then the repository functions GitRepo.commit
, GitRepo.push
and GitRepo.checkout_files
are forbidden.
Methods#
-
+
add_remote#
GitRepo.add_remote(name, url)
@@ -1720,7 +1720,7 @@ add_remote[source]
+
checkout_branch#
GitRepo.checkout_branch(branch, create=False)
@@ -1733,7 +1733,7 @@ checkout_branch[source]
+
checkout_commit#
GitRepo.checkout_commit(commit)
@@ -1745,7 +1745,7 @@ checkout_commit[source]
+
checkout_files#
GitRepo.checkout_files(files)
@@ -1757,7 +1757,7 @@ checkout_files[source]
+
commit#
GitRepo.commit(message, all=True, files=None)
@@ -1771,7 +1771,7 @@ commit[source]
+
delete#
GitRepo.delete()
@@ -1783,7 +1783,7 @@ delete[source]
+
delete_branch#
GitRepo.delete_branch(branch)
@@ -1795,7 +1795,7 @@ delete_branchRaises
RestAPIError
in case the backend fails to delete the branch.
-
+
get_commits#
GitRepo.get_commits(branch)
@@ -1809,7 +1809,7 @@ get_commitsRaises
RestAPIError
in case the backend fails to retrieve the commits.
-
+
get_remote#
GitRepo.get_remote(name)
@@ -1823,7 +1823,7 @@ get_remote[source]
+
get_remotes#
GitRepo.get_remotes()
@@ -1833,7 +1833,7 @@ get_remotesRaises
RestAPIError
in case the backend fails to retrieve the remotes.
-
+
pull#
GitRepo.pull(branch, remote="origin")
@@ -1846,7 +1846,7 @@ pull#Raises
RestAPIError
in case the backend fails to retrieve the commits.
-
+
push#
GitRepo.push(branch, remote="origin")
@@ -1859,7 +1859,7 @@ push#Raises
RestAPIError
in case the backend fails to retrieve the commits.
-
+
status#
GitRepo.status()
diff --git a/3.7.0/generated/api/jobs/index.html b/3.7.0/generated/api/jobs/index.html
index 76740553a..beff23276 100644
--- a/3.7.0/generated/api/jobs/index.html
+++ b/3.7.0/generated/api/jobs/index.html
@@ -483,10 +483,10 @@
@@ -1537,7 +1537,7 @@
Jobs API#
Handle#
-
+
get_jobs_api#
Project.get_jobs_api()
@@ -1546,7 +1546,7 @@ get_jobs_apiJobsApi
: The Jobs Api handle
Configuration#
-
+
get_configuration#
JobsApi.get_configuration(type)
@@ -1563,7 +1563,7 @@ get_configurationCreation#
-
+
create_job#
JobsApi.create_job(name, config)
@@ -1593,7 +1593,7 @@ create_jobRetrieval#
-
+
get_job#
JobsApi.get_job(name)
@@ -1609,7 +1609,7 @@ get_job[source]
+
get_jobs#
JobsApi.get_jobs()
@@ -1622,36 +1622,36 @@ get_jobsProperties#
-
+
config#
Configuration for the job
-
+
creation_time#
Date of creation for the job
-
+
creator#
Creator of the job
-
+
id#
Id of the job
-
+
job_schedule#
Return the Job schedule
-
+
job_type#
Type of the job
-
+
name#
Name of the job
Methods#
-
+
delete#
Job.delete()
@@ -1663,7 +1663,7 @@ delete[source]
+
get_executions#
Job.get_executions()
@@ -1673,12 +1673,12 @@ get_executions[source]
+
get_url#
Job.get_url()
-
+
run#
Job.run(args=None, await_termination=False)
@@ -1701,7 +1701,7 @@ run#
Returns
Execution
. The execution object for the submitted run.
-
+
save#
Job.save()
@@ -1713,7 +1713,7 @@ save#Returns
Job
. The updated job object.
-
+
schedule#
Job.schedule(cron_expression, start_time=None, end_time=None)
@@ -1737,7 +1737,7 @@ schedule[source]
+
unschedule#
Job.unschedule()
diff --git a/3.7.0/generated/api/kafka_schema/index.html b/3.7.0/generated/api/kafka_schema/index.html
index 69905472d..590cb0284 100644
--- a/3.7.0/generated/api/kafka_schema/index.html
+++ b/3.7.0/generated/api/kafka_schema/index.html
@@ -483,10 +483,10 @@
@@ -1385,7 +1385,7 @@
KafkaSchema API#
Handle#
-
+
get_kafka_api#
Project.get_kafka_api()
@@ -1394,7 +1394,7 @@ get_kafka_apiKafkaApi
: The Kafka Api handle
Creation#
-
+
create_schema#
KafkaApi.create_schema(subject, schema)
@@ -1435,7 +1435,7 @@ create_schema
Retrieval#
-
+
get_schema#
KafkaApi.get_schema(subject, version)
@@ -1452,7 +1452,7 @@ get_schema[source]
+
get_schemas#
KafkaApi.get_schemas(subject)
@@ -1468,7 +1468,7 @@ get_schemasRestAPIError
: If unable to get the schemas
-
+
get_subjects#
KafkaApi.get_subjects()
@@ -1481,24 +1481,24 @@ get_subjects
Properties#
-
+
id#
Id of the kafka schema
-
+
schema#
Schema definition
-
+
subject#
Name of the subject for the schema
-
+
version#
Version of the schema
Methods#
-
+
delete#
KafkaSchema.delete()
diff --git a/3.7.0/generated/api/kafka_topic/index.html b/3.7.0/generated/api/kafka_topic/index.html
index 08fccdafd..d4df277a5 100644
--- a/3.7.0/generated/api/kafka_topic/index.html
+++ b/3.7.0/generated/api/kafka_topic/index.html
@@ -483,10 +483,10 @@
@@ -1411,7 +1411,7 @@
KafkaTopic API#
Handle#
-
+
get_kafka_api#
Project.get_kafka_api()
@@ -1420,7 +1420,7 @@ get_kafka_apiKafkaApi
: The Kafka Api handle
Configuration#
-
+
get_default_config#
KafkaApi.get_default_config()
@@ -1445,7 +1445,7 @@ get_default_configCreation#
-
+
create_topic#
KafkaApi.create_topic(name, schema, schema_version, replicas=1, partitions=1)
@@ -1474,7 +1474,7 @@ create_topic
Retrieval#
-
+
get_topic#
KafkaApi.get_topic(name)
@@ -1490,7 +1490,7 @@ get_topic[source]
+
get_topics#
KafkaApi.get_topics()
@@ -1503,24 +1503,24 @@ get_topicsProperties#
-
+
name#
Name of the topic
-
+
partitions#
Number of partitions for the topic
-
+
replicas#
Replication factor for the topic
-
+
schema#
Schema for the topic
Methods#
-
+
delete#
KafkaTopic.delete()
diff --git a/3.7.0/generated/api/login/index.html b/3.7.0/generated/api/login/index.html
index 8ec7b4028..80f3fb43c 100644
--- a/3.7.0/generated/api/login/index.html
+++ b/3.7.0/generated/api/login/index.html
@@ -483,10 +483,10 @@
@@ -1248,7 +1248,7 @@
Login API#
-
+
login#
hopsworks.login(host=None, port=443, project=None, api_key_value=None, api_key_file=None)
@@ -1280,7 +1280,7 @@ login#
Feature Store API#
-
+
get_feature_store#
Project.get_feature_store(name=None)
@@ -1295,7 +1295,7 @@ get_feature_storeModel Registry API#
-
+
get_model_registry#
Project.get_model_registry()
@@ -1308,7 +1308,7 @@ get_model_registryModel Serving API#
-
+
get_model_serving#
Project.get_model_serving()
diff --git a/3.7.0/generated/api/opensearch/index.html b/3.7.0/generated/api/opensearch/index.html
index e6a3b0a5c..496eb8dff 100644
--- a/3.7.0/generated/api/opensearch/index.html
+++ b/3.7.0/generated/api/opensearch/index.html
@@ -483,10 +483,10 @@
@@ -1209,7 +1209,7 @@
OpenSearch API#
Handle#
-
+
get_opensearch_api#
Project.get_opensearch_api()
@@ -1218,7 +1218,7 @@ get_opensearch_apiMethods#
-
+
get_default_py_config#
OpenSearchApi.get_default_py_config()
@@ -1235,7 +1235,7 @@ get_default_py_config[source]
+
get_project_index#
OpenSearchApi.get_project_index(index)
diff --git a/3.7.0/generated/api/projects/index.html b/3.7.0/generated/api/projects/index.html
index 49169db27..e6f68a10a 100644
--- a/3.7.0/generated/api/projects/index.html
+++ b/3.7.0/generated/api/projects/index.html
@@ -483,10 +483,10 @@
@@ -1485,7 +1485,7 @@
Projects API#
Creation#
-
+
create_project#
Connection.create_project(name, description=None, feature_store_topic=None)
@@ -1507,7 +1507,7 @@ create_projectRetrieval#
-
+
get_project#
Connection.get_project(name=None)
@@ -1519,7 +1519,7 @@ get_projectReturns
Project
. A project handle object to perform operations on.
-
+
get_projects#
Connection.get_projects()
@@ -1528,28 +1528,28 @@ get_projectsList[Project]
: List of Project objects
Properties#
-
+
created#
Timestamp when the project was created
-
+
description#
Description of the project
-
+
id#
Id of the project
-
+
name#
Name of the project
-
+
owner#
Owner of the project
Methods#
-
+
get_dataset_api#
Project.get_dataset_api()
@@ -1557,7 +1557,7 @@ get_dataset_api[source]
+
get_environment_api#
Project.get_environment_api()
@@ -1565,7 +1565,7 @@ get_environment_api[source]
+
get_feature_store#
Project.get_feature_store(name=None)
@@ -1579,7 +1579,7 @@ get_feature_store[source]
+
get_flink_cluster_api#
Project.get_flink_cluster_api()
@@ -1587,7 +1587,7 @@ get_flink_cluster_api[source]
+
get_git_api#
Project.get_git_api()
@@ -1595,7 +1595,7 @@ get_git_apiReturns
GitApi
: The Git Api handle
-
+
get_jobs_api#
Project.get_jobs_api()
@@ -1603,7 +1603,7 @@ get_jobs_apiReturns
JobsApi
: The Jobs Api handle
-
+
get_kafka_api#
Project.get_kafka_api()
@@ -1611,7 +1611,7 @@ get_kafka_apiReturns
KafkaApi
: The Kafka Api handle
-
+
get_model_registry#
Project.get_model_registry()
@@ -1623,7 +1623,7 @@ get_model_registry[source]
+
get_model_serving#
Project.get_model_serving()
@@ -1635,7 +1635,7 @@ get_model_serving[source]
+
get_opensearch_api#
Project.get_opensearch_api()
@@ -1643,7 +1643,7 @@ get_opensearch_api[source]
+
get_url#
Project.get_url()
diff --git a/3.7.0/generated/api/secrets/index.html b/3.7.0/generated/api/secrets/index.html
index d3b5ef8c5..15f7e313e 100644
--- a/3.7.0/generated/api/secrets/index.html
+++ b/3.7.0/generated/api/secrets/index.html
@@ -483,10 +483,10 @@
@@ -1413,7 +1413,7 @@
Secrets API#
Handle#
-
+
get_secrets_api#
Connection.get_secrets_api()
@@ -1422,7 +1422,7 @@ get_secrets_apiCreation#
-
+
create_secret#
SecretsApi.create_secret(name, value, project=None)
@@ -1449,7 +1449,7 @@ create_secret
Retrieval#
-
+
get_secret#
SecretsApi.get_secret(name, owner=None)
@@ -1466,7 +1466,7 @@ get_secret[source]
+
get_secrets#
SecretsApi.get_secrets()
@@ -1479,32 +1479,32 @@ get_secrets
Properties#
-
+
created#
Date when secret was created
-
+
name#
Name of the secret
-
+
owner#
Owner of the secret
-
+
scope#
Scope of the secret
-
+
value#
Value of the secret
-
+
visibility#
Visibility of the secret
Methods#
-
+
delete#
Secret.delete()
@@ -1516,7 +1516,7 @@ delete[source]
+
get_url#
Secret.get_url()
diff --git a/3.7.0/index.html b/3.7.0/index.html
index 394c00907..01ab385d6 100644
--- a/3.7.0/index.html
+++ b/3.7.0/index.html
@@ -481,10 +481,10 @@
diff --git a/3.7.0/js/inject-api-links.js b/3.7.0/js/inject-api-links.js
index c49eb2b93..f54926fdc 100644
--- a/3.7.0/js/inject-api-links.js
+++ b/3.7.0/js/inject-api-links.js
@@ -1,14 +1,19 @@
window.addEventListener("DOMContentLoaded", function () {
var windowPathNameSplits = window.location.pathname.split("/");
var majorVersionRegex = new RegExp("(\\d+[.]\\d+)")
+ var latestRegex = new RegExp("latest")
if (majorVersionRegex.test(windowPathNameSplits[1])) { // On landing page docs.hopsworks.api/3.0 - URL contains major version
// Version API dropdown
document.getElementById("hopsworks_api_link").href = "https://docs.hopsworks.ai/hopsworks-api/" + windowPathNameSplits[1] + "/generated/api/login/";
document.getElementById("hsfs_api_link").href = "https://docs.hopsworks.ai/feature-store-api/" + windowPathNameSplits[1] + "/generated/api/connection_api/";
document.getElementById("hsml_api_link").href = "https://docs.hopsworks.ai/machine-learning-api/" + windowPathNameSplits[1] + "/generated/connection_api/";
} else { // on docs.hopsworks.api/feature-store-api/3.0 / docs.hopsworks.api/hopsworks-api/3.0 / docs.hopsworks.api/machine-learning-api/3.0
- var apiVersion = windowPathNameSplits[2];
- var majorVersion = apiVersion.match(majorVersionRegex)[0];
+ if (latestRegex.test(windowPathNameSplits[1]) || latestRegex.test(windowPathNameSplits[2])) {
+ majorVersion = "latest";
+ } else {
+ var apiVersion = windowPathNameSplits[2];
+ var majorVersion = apiVersion.match(majorVersionRegex)[0];
+ }
// Version main navigation
document.getElementsByClassName("md-tabs__link")[0].href = "https://docs.hopsworks.ai/" + majorVersion;
document.getElementsByClassName("md-tabs__link")[1].href = "https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/quickstart.ipynb";
diff --git a/3.7.0/overrides/partials/tabs-item.html b/3.7.0/overrides/partials/tabs-item.html
index 2df2ced8b..9a967527f 100644
--- a/3.7.0/overrides/partials/tabs-item.html
+++ b/3.7.0/overrides/partials/tabs-item.html
@@ -38,10 +38,10 @@
{% elif title == "API" %}
diff --git a/3.7.0/sitemap.xml b/3.7.0/sitemap.xml
index 65fdac7a7..8b9625c01 100644
--- a/3.7.0/sitemap.xml
+++ b/3.7.0/sitemap.xml
@@ -2,87 +2,87 @@
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/CONTRIBUTING/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/connection/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/datasets/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/environment/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/executions/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/flink_cluster/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/git_provider/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/git_remote/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/git_repo/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/jobs/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/kafka_schema/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/kafka_topic/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/login/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/opensearch/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/projects/
- 2024-04-11
+ 2024-04-15
daily
https://docs.hopsworks.ai/hopsworks-api/latest/3.7.0/generated/api/secrets/
- 2024-04-11
+ 2024-04-15
daily
\ No newline at end of file
diff --git a/3.7.0/sitemap.xml.gz b/3.7.0/sitemap.xml.gz
index c016b376c..29a218f22 100644
Binary files a/3.7.0/sitemap.xml.gz and b/3.7.0/sitemap.xml.gz differ
diff --git a/versions.json b/versions.json
index 31c988f56..bdf1ed21f 100644
--- a/versions.json
+++ b/versions.json
@@ -3,8 +3,8 @@
"version": "3.7.0",
"title": "3.7.0",
"aliases": [
- "3.7",
- "latest"
+ "latest",
+ "3.7"
]
},
{