Skip to main content

model_inference

Creates, updates, deletes, gets or lists a model_inference resource.

Overview

Namemodel_inference
TypeResource
Idazure_extras.agrifood_farming.model_inference

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_biomass_model_jobexecjob_id, endpointGet Biomass Model job's details.
create_biomass_model_jobexecjob_id, endpointCreate a Biomass Model job.
get_sensor_placement_model_jobexecjob_id, endpointGet Sensor Placement Model job's details.
create_sensor_placement_model_jobexecjob_id, endpointCreate a Sensor Placement Model job.
get_soil_moisture_model_jobexecjob_id, endpointGet SoilMoisture Model job's details.
create_soil_moisture_model_jobexecjob_id, endpointCreate a SoilMoisture Model job.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme). (default: )
job_idstringJobId provided by user. Required.

Lifecycle Methods

Get Biomass Model job's details.

EXEC azure_extras.agrifood_farming.model_inference.get_biomass_model_job 
@job_id='{{ job_id }}' --required,
@endpoint='{{ endpoint }}' --required
;