| Create a deployment config for deploying an ACI web service | aci_webservice_deployment_config |
| Create a deployment config for deploying an AKS web service | aks_webservice_deployment_config |
| Attach an existing AKS cluster to a workspace | attach_aks_compute |
| azureml module User can access functions/modules in azureml that are not exposed through the exported R functions. | azureml |
| Define a Bandit policy for early termination of HyperDrive runs | bandit_policy |
| Define Bayesian sampling over a hyperparameter search space | bayesian_parameter_sampling |
| Cancel a run | cancel_run |
| Specify a discrete set of options to sample from | choice |
| Mark a run as completed. | complete_run |
| Specify Azure Container Registry details | container_registry |
| Convert the current dataset into a FileDataset containing CSV files. | convert_to_dataset_with_csv_files |
| Convert the current dataset into a FileDataset containing Parquet files. | convert_to_dataset_with_parquet_files |
| Specifies a CRAN package to install in environment | cran_package |
| Create an AksCompute cluster | create_aks_compute |
| Create an AmlCompute cluster | create_aml_compute |
| Create a child run | create_child_run |
| Create one or many child runs | create_child_runs |
| Create a FileDataset to represent file streams. | create_file_dataset_from_files |
| Create an unregistered, in-memory Dataset from delimited files. | create_tabular_dataset_from_delimited_files |
| Create a TabularDataset to represent tabular data in JSON Lines files (http://jsonlines.org/). | create_tabular_dataset_from_json_lines_files |
| Create an unregistered, in-memory Dataset from parquet files. | create_tabular_dataset_from_parquet_files |
| Create a TabularDataset to represent tabular data in SQL databases. | create_tabular_dataset_from_sql_query |
| Create a new Azure Machine Learning workspace | create_workspace |
| Represents a path to data in a datastore. | data_path |
| Configure conversion to bool. | data_type_bool |
| Configure conversion to datetime. | data_type_datetime |
| Configure conversion to 53-bit double. | data_type_double |
| Configure conversion to 64-bit integer. | data_type_long |
| Configure conversion to string. | data_type_string |
| Represent how to deliver the dataset to a compute target. | dataset_consumption_config |
| Define timestamp columns for the dataset. | define_timestamp_columns_for_dataset |
| Delete a cluster | delete_compute |
| Delete a local web service from the local machine | delete_local_webservice |
| Delete a model from its associated workspace | delete_model |
| Delete secrets from a keyvault | delete_secrets |
| Delete a web service from a given workspace | delete_webservice |
| Delete a workspace | delete_workspace |
| Deploy a web service from registered model(s) | deploy_model |
| Detach an AksCompute cluster from its associated workspace | detach_aks_compute |
| Download a file from a run | download_file_from_run |
| Download files from a run | download_files_from_run |
| Download data from a datastore to the local file system | download_from_datastore |
| Download file streams defined by the dataset as local files. | download_from_file_dataset |
| Download a model to the local file system | download_model |
| Drop the specified columns from the dataset. | drop_columns_from_dataset |
| Create an estimator | estimator |
| Create an Azure Machine Learning experiment | experiment |
| Filter Tabular Dataset with time stamp columns after a specified start time. | filter_dataset_after_time |
| Filter Tabular Dataset with time stamp columns before a specified end time. | filter_dataset_before_time |
| Filter Tabular Dataset between a specified start and end time. | filter_dataset_between_time |
| Filter Tabular Dataset to contain only the specified duration (amount) of recent data. | filter_dataset_from_recent_time |
| Generates the control script for the experiment. | generate_entry_script |
| Regenerate one of a web service's keys | generate_new_webservice_key |
| Get the credentials for an AksCompute cluster | get_aks_compute_credentials |
| Return the best performing run amongst all completed runs | get_best_run_by_primary_metric |
| Get the hyperparameters for all child runs | get_child_run_hyperparameters |
| Get the metrics from all child runs | get_child_run_metrics |
| Get all children for the current run selected by specified filters | get_child_runs |
| Get the child runs sorted in descending order by best primary metric | get_child_runs_sorted_by_primary_metric |
| Get an existing compute cluster | get_compute |
| Get the context object for a run | get_current_run |
| Get Dataset by ID. | get_dataset_by_id |
| Get a registered Dataset from the workspace by its registration name. | get_dataset_by_name |
| Get an existing datastore | get_datastore |
| Get the default datastore for a workspace | get_default_datastore |
| Get the default keyvault for a workspace | get_default_keyvault |
| Get an existing environment | get_environment |
| Get a list of file paths for each file stream defined by the dataset. | get_file_dataset_paths |
| Return the named list for input datasets. | get_input_dataset_from_run |
| Get a registered model | get_model |
| Get the Azure container registry that a packaged model uses | get_model_package_container_registry |
| Get the model package creation logs | get_model_package_creation_logs |
| Get an experiment run | get_run |
| Get the details of a run | get_run_details |
| Get the details of a run along with the log files' contents | get_run_details_with_logs |
| List the files that are stored in association with a run | get_run_file_names |
| Get the metrics logged to a run | get_run_metrics |
| Return a generator of the runs for an experiment | get_runs_in_experiment |
| Get secrets from a keyvault | get_secrets |
| Get secrets from the keyvault associated with a run's workspace | get_secrets_from_run |
| Get a deployed web service | get_webservice |
| Retrieve auth keys for a web service | get_webservice_keys |
| Retrieve the logs for a web service | get_webservice_logs |
| Retrieve the auth token for a web service | get_webservice_token |
| Get an existing workspace | get_workspace |
| Get the details of a workspace | get_workspace_details |
| Specifies a Github package to install in environment | github_package |
| Define grid sampling over a hyperparameter search space | grid_parameter_sampling |
| Create a configuration for a HyperDrive run | hyperdrive_config |
| Create an inference configuration for model deployments | inference_config |
| Install azureml sdk package | install_azureml |
| Manages authentication and acquires an authorization token in interactive login workflows. | interactive_login_authentication |
| Call a web service with the provided input | invoke_webservice |
| Keep the specified columns and drops all others from the dataset. | keep_columns_from_dataset |
| Get the details (e.g IP address, port etc) of all the compute nodes in the compute target | list_nodes_in_aml_compute |
| List the secrets in a keyvault | list_secrets |
| List the supported VM sizes in a region | list_supported_vm_sizes |
| List all workspaces that the user has access to in a subscription ID | list_workspaces |
| Load all records from the dataset into a dataframe. | load_dataset_into_data_frame |
| Load workspace configuration details from a config file | load_workspace_from_config |
| Create a deployment config for deploying a local web service | local_webservice_deployment_config |
| Log an accuracy table metric to a run | log_accuracy_table_to_run |
| Log a confusion matrix metric to a run | log_confusion_matrix_to_run |
| Log an image metric to a run | log_image_to_run |
| Log a vector metric value to a run | log_list_to_run |
| Log a metric to a run | log_metric_to_run |
| Log a predictions metric to a run | log_predictions_to_run |
| Log a residuals metric to a run | log_residuals_to_run |
| Log a row metric to a run | log_row_to_run |
| Log a table metric to a run | log_table_to_run |
| Specify a normal distribution of the form 'exp(normal(mu, sigma))' | lognormal |
| Specify a log uniform distribution | loguniform |
| Define a median stopping policy for early termination of HyperDrive runs | median_stopping_policy |
| Combine the results from the parallel training. | merge_results |
| Create a context manager for mounting file streams defined by the dataset as local files. | mount_file_dataset |
| Specify a real value that is normally-distributed with mean 'mu' and standard deviation 'sigma' | normal |
| Create a model package that packages all the assets needed to host a model as a web service | package_model |
| Generate table of run details | plot_run_details |
| Define supported metric goals for hyperparameter tuning | primary_metric_goal |
| Defines options for how column headers are processed when reading data from files to create a dataset. | promote_headers_behavior |
| Pull the Docker image from a 'ModelPackage' to your local Docker environment | pull_model_package_image |
| Specify a normal distribution of the form 'round(exp(normal(mu, sigma)) / q) * q' | qlognormal |
| Specify a uniform distribution of the form round(exp(uniform(min_value, max_value) / q) * q | qloguniform |
| Specify a normal distribution of the form round(normal(mu, sigma) / q) * q | qnormal |
| Specify a uniform distribution of the form 'round(uniform(min_value, max_value) / q) * q' | quniform |
| Create an environment | r_environment |
| Specify a set of random integers in the range [0, upper) | randint |
| Define random sampling over a hyperparameter search space | random_parameter_sampling |
| Split file streams in the dataset into two parts randomly and approximately by the percentage specified. | random_split_dataset |
| Register an Azure blob container as a datastore | register_azure_blob_container_datastore |
| Initialize a new Azure Data Lake Gen2 Datastore. | register_azure_data_lake_gen2_datastore |
| Register an Azure file share as a datastore | register_azure_file_share_datastore |
| Initialize a new Azure PostgreSQL Datastore. | register_azure_postgre_sql_datastore |
| Initialize a new Azure SQL database Datastore. | register_azure_sql_database_datastore |
| Register a Dataset in the workspace | register_dataset |
| Registers AMLCompute as a parallel backend with the foreach package. | register_do_azureml_parallel |
| Register an environment in the workspace | register_environment |
| Register a model to a given workspace | register_model |
| Register a model for operationalization. | register_model_from_run |
| Reload a local web service's entry script and dependencies | reload_local_webservice_assets |
| Initialize the ResourceConfiguration. | resource_configuration |
| Save a Dockerfile and dependencies from a 'ModelPackage' to your local file system | save_model_package_files |
| Manages authentication using a service principle instead of a user identity. | service_principal_authentication |
| Set the default datastore for a workspace | set_default_datastore |
| Add secrets to a keyvault | set_secrets |
| Skip file streams from the top of the dataset by the specified count. | skip_from_dataset |
| Splits the job into parallel tasks. | split_tasks |
| Create an interactive logging run | start_logging_run |
| Submit an experiment and return the active child run | submit_child_run |
| Submit an experiment and return the active created run | submit_experiment |
| Take a sample of file streams from top of the dataset by the specified count. | take_from_dataset |
| Take a random sample of file streams in the dataset approximately by the probability specified. | take_sample_from_dataset |
| Define a truncation selection policy for early termination of HyperDrive runs | truncation_selection_policy |
| Specify a uniform distribution of options to sample from | uniform |
| Unregister all versions under the registration name of this dataset from the workspace. | unregister_all_dataset_versions |
| Unregister a datastore from its associated workspace | unregister_datastore |
| Update a deployed ACI web service | update_aci_webservice |
| Update a deployed AKS web service | update_aks_webservice |
| Update scale settings for an AmlCompute cluster | update_aml_compute |
| Update a local web service | update_local_webservice |
| Upload files to the Azure storage a datastore points to | upload_files_to_datastore |
| Upload files to a run | upload_files_to_run |
| Upload a folder to a run | upload_folder_to_run |
| Upload a local directory to the Azure storage a datastore points to | upload_to_datastore |
| Wait for a web service to finish deploying | wait_for_deployment |
| Wait for a model package to finish creating | wait_for_model_package_creation |
| Wait for a cluster to finish provisioning | wait_for_provisioning_completion |
| Wait for the completion of a run | wait_for_run_completion |
| Write out the workspace configuration details to a config file | write_workspace_config |