1. Packages
  2. Azure Native v2
  3. API Docs
  4. machinelearningservices
  5. getLabelingJob
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.machinelearningservices.getLabelingJob

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Azure Resource Manager resource envelope. Azure REST API version: 2023-04-01-preview.

Other available API versions: 2020-09-01-preview, 2021-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-04-01-preview.

Using getLabelingJob

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getLabelingJob(args: GetLabelingJobArgs, opts?: InvokeOptions): Promise<GetLabelingJobResult>
function getLabelingJobOutput(args: GetLabelingJobOutputArgs, opts?: InvokeOptions): Output<GetLabelingJobResult>
Copy
def get_labeling_job(id: Optional[str] = None,
                     include_job_instructions: Optional[bool] = None,
                     include_label_categories: Optional[bool] = None,
                     resource_group_name: Optional[str] = None,
                     workspace_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetLabelingJobResult
def get_labeling_job_output(id: Optional[pulumi.Input[str]] = None,
                     include_job_instructions: Optional[pulumi.Input[bool]] = None,
                     include_label_categories: Optional[pulumi.Input[bool]] = None,
                     resource_group_name: Optional[pulumi.Input[str]] = None,
                     workspace_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetLabelingJobResult]
Copy
func LookupLabelingJob(ctx *Context, args *LookupLabelingJobArgs, opts ...InvokeOption) (*LookupLabelingJobResult, error)
func LookupLabelingJobOutput(ctx *Context, args *LookupLabelingJobOutputArgs, opts ...InvokeOption) LookupLabelingJobResultOutput
Copy

> Note: This function is named LookupLabelingJob in the Go SDK.

public static class GetLabelingJob 
{
    public static Task<GetLabelingJobResult> InvokeAsync(GetLabelingJobArgs args, InvokeOptions? opts = null)
    public static Output<GetLabelingJobResult> Invoke(GetLabelingJobInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetLabelingJobResult> getLabelingJob(GetLabelingJobArgs args, InvokeOptions options)
public static Output<GetLabelingJobResult> getLabelingJob(GetLabelingJobArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:machinelearningservices:getLabelingJob
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id
This property is required.
Changes to this property will trigger replacement.
string
The name and identifier for the LabelingJob.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
IncludeJobInstructions bool
Boolean value to indicate whether to include JobInstructions in response.
IncludeLabelCategories bool
Boolean value to indicate Whether to include LabelCategories in response.
Id
This property is required.
Changes to this property will trigger replacement.
string
The name and identifier for the LabelingJob.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
IncludeJobInstructions bool
Boolean value to indicate whether to include JobInstructions in response.
IncludeLabelCategories bool
Boolean value to indicate Whether to include LabelCategories in response.
id
This property is required.
Changes to this property will trigger replacement.
String
The name and identifier for the LabelingJob.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Name of Azure Machine Learning workspace.
includeJobInstructions Boolean
Boolean value to indicate whether to include JobInstructions in response.
includeLabelCategories Boolean
Boolean value to indicate Whether to include LabelCategories in response.
id
This property is required.
Changes to this property will trigger replacement.
string
The name and identifier for the LabelingJob.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
includeJobInstructions boolean
Boolean value to indicate whether to include JobInstructions in response.
includeLabelCategories boolean
Boolean value to indicate Whether to include LabelCategories in response.
id
This property is required.
Changes to this property will trigger replacement.
str
The name and identifier for the LabelingJob.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
Name of Azure Machine Learning workspace.
include_job_instructions bool
Boolean value to indicate whether to include JobInstructions in response.
include_label_categories bool
Boolean value to indicate Whether to include LabelCategories in response.
id
This property is required.
Changes to this property will trigger replacement.
String
The name and identifier for the LabelingJob.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Name of Azure Machine Learning workspace.
includeJobInstructions Boolean
Boolean value to indicate whether to include JobInstructions in response.
includeLabelCategories Boolean
Boolean value to indicate Whether to include LabelCategories in response.

getLabelingJob Result

The following output properties are available:

Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
LabelingJobProperties Pulumi.AzureNative.MachineLearningServices.Outputs.LabelingJobResponse
[Required] Additional attributes of the entity.
Name string
The name of the resource
SystemData Pulumi.AzureNative.MachineLearningServices.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
LabelingJobProperties LabelingJobResponse
[Required] Additional attributes of the entity.
Name string
The name of the resource
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
labelingJobProperties LabelingJobResponse
[Required] Additional attributes of the entity.
name String
The name of the resource
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
labelingJobProperties LabelingJobResponse
[Required] Additional attributes of the entity.
name string
The name of the resource
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
labeling_job_properties LabelingJobResponse
[Required] Additional attributes of the entity.
name str
The name of the resource
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
labelingJobProperties Property Map
[Required] Additional attributes of the entity.
name String
The name of the resource
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Supporting Types

AllNodesResponse

AmlTokenResponse

AzureDevOpsWebhookResponse

EventType string
Send callback on a specified notification event
EventType string
Send callback on a specified notification event
eventType String
Send callback on a specified notification event
eventType string
Send callback on a specified notification event
event_type str
Send callback on a specified notification event
eventType String
Send callback on a specified notification event

JobServiceResponse

ErrorMessage This property is required. string
Any error in the service.
Status This property is required. string
Status of endpoint.
Endpoint string
Url for endpoint.
JobServiceType string
Endpoint type.
Nodes Pulumi.AzureNative.MachineLearningServices.Inputs.AllNodesResponse
Nodes that user would like to start the service on. If Nodes is not set or set to null, the service will only be started on leader node.
Port int
Port for endpoint.
Properties Dictionary<string, string>
Additional properties to set on the endpoint.
ErrorMessage This property is required. string
Any error in the service.
Status This property is required. string
Status of endpoint.
Endpoint string
Url for endpoint.
JobServiceType string
Endpoint type.
Nodes AllNodesResponse
Nodes that user would like to start the service on. If Nodes is not set or set to null, the service will only be started on leader node.
Port int
Port for endpoint.
Properties map[string]string
Additional properties to set on the endpoint.
errorMessage This property is required. String
Any error in the service.
status This property is required. String
Status of endpoint.
endpoint String
Url for endpoint.
jobServiceType String
Endpoint type.
nodes AllNodesResponse
Nodes that user would like to start the service on. If Nodes is not set or set to null, the service will only be started on leader node.
port Integer
Port for endpoint.
properties Map<String,String>
Additional properties to set on the endpoint.
errorMessage This property is required. string
Any error in the service.
status This property is required. string
Status of endpoint.
endpoint string
Url for endpoint.
jobServiceType string
Endpoint type.
nodes AllNodesResponse
Nodes that user would like to start the service on. If Nodes is not set or set to null, the service will only be started on leader node.
port number
Port for endpoint.
properties {[key: string]: string}
Additional properties to set on the endpoint.
error_message This property is required. str
Any error in the service.
status This property is required. str
Status of endpoint.
endpoint str
Url for endpoint.
job_service_type str
Endpoint type.
nodes AllNodesResponse
Nodes that user would like to start the service on. If Nodes is not set or set to null, the service will only be started on leader node.
port int
Port for endpoint.
properties Mapping[str, str]
Additional properties to set on the endpoint.
errorMessage This property is required. String
Any error in the service.
status This property is required. String
Status of endpoint.
endpoint String
Url for endpoint.
jobServiceType String
Endpoint type.
nodes Property Map
Nodes that user would like to start the service on. If Nodes is not set or set to null, the service will only be started on leader node.
port Number
Port for endpoint.
properties Map<String>
Additional properties to set on the endpoint.

LabelCategoryResponse

Classes Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.LabelClassResponse>
Dictionary of label classes in this category.
DisplayName string
Display name of the label category.
MultiSelect string
Indicates whether it is allowed to select multiple classes in this category.
Classes map[string]LabelClassResponse
Dictionary of label classes in this category.
DisplayName string
Display name of the label category.
MultiSelect string
Indicates whether it is allowed to select multiple classes in this category.
classes Map<String,LabelClassResponse>
Dictionary of label classes in this category.
displayName String
Display name of the label category.
multiSelect String
Indicates whether it is allowed to select multiple classes in this category.
classes {[key: string]: LabelClassResponse}
Dictionary of label classes in this category.
displayName string
Display name of the label category.
multiSelect string
Indicates whether it is allowed to select multiple classes in this category.
classes Mapping[str, LabelClassResponse]
Dictionary of label classes in this category.
display_name str
Display name of the label category.
multi_select str
Indicates whether it is allowed to select multiple classes in this category.
classes Map<Property Map>
Dictionary of label classes in this category.
displayName String
Display name of the label category.
multiSelect String
Indicates whether it is allowed to select multiple classes in this category.

LabelClassResponse

DisplayName string
Display name of the label class.
Subclasses Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.LabelClassResponse>
Dictionary of subclasses of the label class.
DisplayName string
Display name of the label class.
Subclasses map[string]LabelClassResponse
Dictionary of subclasses of the label class.
displayName String
Display name of the label class.
subclasses Map<String,LabelClassResponse>
Dictionary of subclasses of the label class.
displayName string
Display name of the label class.
subclasses {[key: string]: LabelClassResponse}
Dictionary of subclasses of the label class.
display_name str
Display name of the label class.
subclasses Mapping[str, LabelClassResponse]
Dictionary of subclasses of the label class.
displayName String
Display name of the label class.
subclasses Map<Property Map>
Dictionary of subclasses of the label class.

LabelingDataConfigurationResponse

DataId string
Resource Id of the data asset to perform labeling.
IncrementalDataRefresh string
Indicates whether to enable incremental data refresh.
DataId string
Resource Id of the data asset to perform labeling.
IncrementalDataRefresh string
Indicates whether to enable incremental data refresh.
dataId String
Resource Id of the data asset to perform labeling.
incrementalDataRefresh String
Indicates whether to enable incremental data refresh.
dataId string
Resource Id of the data asset to perform labeling.
incrementalDataRefresh string
Indicates whether to enable incremental data refresh.
data_id str
Resource Id of the data asset to perform labeling.
incremental_data_refresh str
Indicates whether to enable incremental data refresh.
dataId String
Resource Id of the data asset to perform labeling.
incrementalDataRefresh String
Indicates whether to enable incremental data refresh.

LabelingJobImagePropertiesResponse

AnnotationType string
Annotation type of image labeling job.
AnnotationType string
Annotation type of image labeling job.
annotationType String
Annotation type of image labeling job.
annotationType string
Annotation type of image labeling job.
annotation_type str
Annotation type of image labeling job.
annotationType String
Annotation type of image labeling job.

LabelingJobInstructionsResponse

Uri string
The link to a page with detailed labeling instructions for labelers.
Uri string
The link to a page with detailed labeling instructions for labelers.
uri String
The link to a page with detailed labeling instructions for labelers.
uri string
The link to a page with detailed labeling instructions for labelers.
uri str
The link to a page with detailed labeling instructions for labelers.
uri String
The link to a page with detailed labeling instructions for labelers.

LabelingJobResponse

CreatedDateTime This property is required. string
Created time of the job in UTC timezone.
ProgressMetrics This property is required. Pulumi.AzureNative.MachineLearningServices.Inputs.ProgressMetricsResponse
Progress metrics of the job.
ProjectId This property is required. string
Internal id of the job(Previously called project).
ProvisioningState This property is required. string
Specifies the labeling job provisioning state.
Status This property is required. string
Status of the job.
StatusMessages This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.StatusMessageResponse>
Status messages of the job.
ComponentId string
ARM resource ID of the component resource.
ComputeId string
ARM resource ID of the compute resource.
DataConfiguration Pulumi.AzureNative.MachineLearningServices.Inputs.LabelingDataConfigurationResponse
Configuration of data used in the job.
Description string
The asset description text.
DisplayName string
Display name of job.
ExperimentName string
The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.
Identity Pulumi.AzureNative.MachineLearningServices.Inputs.AmlTokenResponse | Pulumi.AzureNative.MachineLearningServices.Inputs.ManagedIdentityResponse | Pulumi.AzureNative.MachineLearningServices.Inputs.UserIdentityResponse
Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null.
IsArchived bool
Is the asset archived?
JobInstructions Pulumi.AzureNative.MachineLearningServices.Inputs.LabelingJobInstructionsResponse
Labeling instructions of the job.
LabelCategories Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.LabelCategoryResponse>
Label categories of the job.
LabelingJobMediaProperties Pulumi.AzureNative.MachineLearningServices.Inputs.LabelingJobImagePropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Inputs.LabelingJobTextPropertiesResponse
Media type specific properties in the job.
MlAssistConfiguration Pulumi.AzureNative.MachineLearningServices.Inputs.MLAssistConfigurationDisabledResponse | Pulumi.AzureNative.MachineLearningServices.Inputs.MLAssistConfigurationEnabledResponse
Configuration of MLAssist feature in the job.
NotificationSetting Pulumi.AzureNative.MachineLearningServices.Inputs.NotificationSettingResponse
Notification setting for the job
Properties Dictionary<string, string>
The asset property dictionary.
SecretsConfiguration Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.SecretConfigurationResponse>
Configuration for secrets to be made available during runtime.
Services Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.JobServiceResponse>
List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.
Tags Dictionary<string, string>
Tag dictionary. Tags can be added, removed, and updated.
CreatedDateTime This property is required. string
Created time of the job in UTC timezone.
ProgressMetrics This property is required. ProgressMetricsResponse
Progress metrics of the job.
ProjectId This property is required. string
Internal id of the job(Previously called project).
ProvisioningState This property is required. string
Specifies the labeling job provisioning state.
Status This property is required. string
Status of the job.
StatusMessages This property is required. []StatusMessageResponse
Status messages of the job.
ComponentId string
ARM resource ID of the component resource.
ComputeId string
ARM resource ID of the compute resource.
DataConfiguration LabelingDataConfigurationResponse
Configuration of data used in the job.
Description string
The asset description text.
DisplayName string
Display name of job.
ExperimentName string
The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.
Identity AmlTokenResponse | ManagedIdentityResponse | UserIdentityResponse
Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null.
IsArchived bool
Is the asset archived?
JobInstructions LabelingJobInstructionsResponse
Labeling instructions of the job.
LabelCategories map[string]LabelCategoryResponse
Label categories of the job.
LabelingJobMediaProperties LabelingJobImagePropertiesResponse | LabelingJobTextPropertiesResponse
Media type specific properties in the job.
MlAssistConfiguration MLAssistConfigurationDisabledResponse | MLAssistConfigurationEnabledResponse
Configuration of MLAssist feature in the job.
NotificationSetting NotificationSettingResponse
Notification setting for the job
Properties map[string]string
The asset property dictionary.
SecretsConfiguration map[string]SecretConfigurationResponse
Configuration for secrets to be made available during runtime.
Services map[string]JobServiceResponse
List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.
Tags map[string]string
Tag dictionary. Tags can be added, removed, and updated.
createdDateTime This property is required. String
Created time of the job in UTC timezone.
progressMetrics This property is required. ProgressMetricsResponse
Progress metrics of the job.
projectId This property is required. String
Internal id of the job(Previously called project).
provisioningState This property is required. String
Specifies the labeling job provisioning state.
status This property is required. String
Status of the job.
statusMessages This property is required. List<StatusMessageResponse>
Status messages of the job.
componentId String
ARM resource ID of the component resource.
computeId String
ARM resource ID of the compute resource.
dataConfiguration LabelingDataConfigurationResponse
Configuration of data used in the job.
description String
The asset description text.
displayName String
Display name of job.
experimentName String
The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.
identity AmlTokenResponse | ManagedIdentityResponse | UserIdentityResponse
Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null.
isArchived Boolean
Is the asset archived?
jobInstructions LabelingJobInstructionsResponse
Labeling instructions of the job.
labelCategories Map<String,LabelCategoryResponse>
Label categories of the job.
labelingJobMediaProperties LabelingJobImagePropertiesResponse | LabelingJobTextPropertiesResponse
Media type specific properties in the job.
mlAssistConfiguration MLAssistConfigurationDisabledResponse | MLAssistConfigurationEnabledResponse
Configuration of MLAssist feature in the job.
notificationSetting NotificationSettingResponse
Notification setting for the job
properties Map<String,String>
The asset property dictionary.
secretsConfiguration Map<String,SecretConfigurationResponse>
Configuration for secrets to be made available during runtime.
services Map<String,JobServiceResponse>
List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.
tags Map<String,String>
Tag dictionary. Tags can be added, removed, and updated.
createdDateTime This property is required. string
Created time of the job in UTC timezone.
progressMetrics This property is required. ProgressMetricsResponse
Progress metrics of the job.
projectId This property is required. string
Internal id of the job(Previously called project).
provisioningState This property is required. string
Specifies the labeling job provisioning state.
status This property is required. string
Status of the job.
statusMessages This property is required. StatusMessageResponse[]
Status messages of the job.
componentId string
ARM resource ID of the component resource.
computeId string
ARM resource ID of the compute resource.
dataConfiguration LabelingDataConfigurationResponse
Configuration of data used in the job.
description string
The asset description text.
displayName string
Display name of job.
experimentName string
The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.
identity AmlTokenResponse | ManagedIdentityResponse | UserIdentityResponse
Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null.
isArchived boolean
Is the asset archived?
jobInstructions LabelingJobInstructionsResponse
Labeling instructions of the job.
labelCategories {[key: string]: LabelCategoryResponse}
Label categories of the job.
labelingJobMediaProperties LabelingJobImagePropertiesResponse | LabelingJobTextPropertiesResponse
Media type specific properties in the job.
mlAssistConfiguration MLAssistConfigurationDisabledResponse | MLAssistConfigurationEnabledResponse
Configuration of MLAssist feature in the job.
notificationSetting NotificationSettingResponse
Notification setting for the job
properties {[key: string]: string}
The asset property dictionary.
secretsConfiguration {[key: string]: SecretConfigurationResponse}
Configuration for secrets to be made available during runtime.
services {[key: string]: JobServiceResponse}
List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.
tags {[key: string]: string}
Tag dictionary. Tags can be added, removed, and updated.
created_date_time This property is required. str
Created time of the job in UTC timezone.
progress_metrics This property is required. ProgressMetricsResponse
Progress metrics of the job.
project_id This property is required. str
Internal id of the job(Previously called project).
provisioning_state This property is required. str
Specifies the labeling job provisioning state.
status This property is required. str
Status of the job.
status_messages This property is required. Sequence[StatusMessageResponse]
Status messages of the job.
component_id str
ARM resource ID of the component resource.
compute_id str
ARM resource ID of the compute resource.
data_configuration LabelingDataConfigurationResponse
Configuration of data used in the job.
description str
The asset description text.
display_name str
Display name of job.
experiment_name str
The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.
identity AmlTokenResponse | ManagedIdentityResponse | UserIdentityResponse
Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null.
is_archived bool
Is the asset archived?
job_instructions LabelingJobInstructionsResponse
Labeling instructions of the job.
label_categories Mapping[str, LabelCategoryResponse]
Label categories of the job.
labeling_job_media_properties LabelingJobImagePropertiesResponse | LabelingJobTextPropertiesResponse
Media type specific properties in the job.
ml_assist_configuration MLAssistConfigurationDisabledResponse | MLAssistConfigurationEnabledResponse
Configuration of MLAssist feature in the job.
notification_setting NotificationSettingResponse
Notification setting for the job
properties Mapping[str, str]
The asset property dictionary.
secrets_configuration Mapping[str, SecretConfigurationResponse]
Configuration for secrets to be made available during runtime.
services Mapping[str, JobServiceResponse]
List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.
tags Mapping[str, str]
Tag dictionary. Tags can be added, removed, and updated.
createdDateTime This property is required. String
Created time of the job in UTC timezone.
progressMetrics This property is required. Property Map
Progress metrics of the job.
projectId This property is required. String
Internal id of the job(Previously called project).
provisioningState This property is required. String
Specifies the labeling job provisioning state.
status This property is required. String
Status of the job.
statusMessages This property is required. List<Property Map>
Status messages of the job.
componentId String
ARM resource ID of the component resource.
computeId String
ARM resource ID of the compute resource.
dataConfiguration Property Map
Configuration of data used in the job.
description String
The asset description text.
displayName String
Display name of job.
experimentName String
The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.
identity Property Map | Property Map | Property Map
Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null.
isArchived Boolean
Is the asset archived?
jobInstructions Property Map
Labeling instructions of the job.
labelCategories Map<Property Map>
Label categories of the job.
labelingJobMediaProperties Property Map | Property Map
Media type specific properties in the job.
mlAssistConfiguration Property Map | Property Map
Configuration of MLAssist feature in the job.
notificationSetting Property Map
Notification setting for the job
properties Map<String>
The asset property dictionary.
secretsConfiguration Map<Property Map>
Configuration for secrets to be made available during runtime.
services Map<Property Map>
List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.
tags Map<String>
Tag dictionary. Tags can be added, removed, and updated.

LabelingJobTextPropertiesResponse

AnnotationType string
Annotation type of text labeling job.
AnnotationType string
Annotation type of text labeling job.
annotationType String
Annotation type of text labeling job.
annotationType string
Annotation type of text labeling job.
annotation_type str
Annotation type of text labeling job.
annotationType String
Annotation type of text labeling job.

MLAssistConfigurationDisabledResponse

MLAssistConfigurationEnabledResponse

InferencingComputeBinding This property is required. string
[Required] AML compute binding used in inferencing.
TrainingComputeBinding This property is required. string
[Required] AML compute binding used in training.
InferencingComputeBinding This property is required. string
[Required] AML compute binding used in inferencing.
TrainingComputeBinding This property is required. string
[Required] AML compute binding used in training.
inferencingComputeBinding This property is required. String
[Required] AML compute binding used in inferencing.
trainingComputeBinding This property is required. String
[Required] AML compute binding used in training.
inferencingComputeBinding This property is required. string
[Required] AML compute binding used in inferencing.
trainingComputeBinding This property is required. string
[Required] AML compute binding used in training.
inferencing_compute_binding This property is required. str
[Required] AML compute binding used in inferencing.
training_compute_binding This property is required. str
[Required] AML compute binding used in training.
inferencingComputeBinding This property is required. String
[Required] AML compute binding used in inferencing.
trainingComputeBinding This property is required. String
[Required] AML compute binding used in training.

ManagedIdentityResponse

ClientId string
Specifies a user-assigned identity by client ID. For system-assigned, do not set this field.
ObjectId string
Specifies a user-assigned identity by object ID. For system-assigned, do not set this field.
ResourceId string
Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field.
ClientId string
Specifies a user-assigned identity by client ID. For system-assigned, do not set this field.
ObjectId string
Specifies a user-assigned identity by object ID. For system-assigned, do not set this field.
ResourceId string
Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field.
clientId String
Specifies a user-assigned identity by client ID. For system-assigned, do not set this field.
objectId String
Specifies a user-assigned identity by object ID. For system-assigned, do not set this field.
resourceId String
Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field.
clientId string
Specifies a user-assigned identity by client ID. For system-assigned, do not set this field.
objectId string
Specifies a user-assigned identity by object ID. For system-assigned, do not set this field.
resourceId string
Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field.
client_id str
Specifies a user-assigned identity by client ID. For system-assigned, do not set this field.
object_id str
Specifies a user-assigned identity by object ID. For system-assigned, do not set this field.
resource_id str
Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field.
clientId String
Specifies a user-assigned identity by client ID. For system-assigned, do not set this field.
objectId String
Specifies a user-assigned identity by object ID. For system-assigned, do not set this field.
resourceId String
Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field.

NotificationSettingResponse

EmailOn List<string>
Send email notification to user on specified notification type
Emails List<string>
This is the email recipient list which has a limitation of 499 characters in total concat with comma separator
Webhooks Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.AzureDevOpsWebhookResponse>
Send webhook callback to a service. Key is a user-provided name for the webhook.
EmailOn []string
Send email notification to user on specified notification type
Emails []string
This is the email recipient list which has a limitation of 499 characters in total concat with comma separator
Webhooks map[string]AzureDevOpsWebhookResponse
Send webhook callback to a service. Key is a user-provided name for the webhook.
emailOn List<String>
Send email notification to user on specified notification type
emails List<String>
This is the email recipient list which has a limitation of 499 characters in total concat with comma separator
webhooks Map<String,AzureDevOpsWebhookResponse>
Send webhook callback to a service. Key is a user-provided name for the webhook.
emailOn string[]
Send email notification to user on specified notification type
emails string[]
This is the email recipient list which has a limitation of 499 characters in total concat with comma separator
webhooks {[key: string]: AzureDevOpsWebhookResponse}
Send webhook callback to a service. Key is a user-provided name for the webhook.
email_on Sequence[str]
Send email notification to user on specified notification type
emails Sequence[str]
This is the email recipient list which has a limitation of 499 characters in total concat with comma separator
webhooks Mapping[str, AzureDevOpsWebhookResponse]
Send webhook callback to a service. Key is a user-provided name for the webhook.
emailOn List<String>
Send email notification to user on specified notification type
emails List<String>
This is the email recipient list which has a limitation of 499 characters in total concat with comma separator
webhooks Map<Property Map>
Send webhook callback to a service. Key is a user-provided name for the webhook.

ProgressMetricsResponse

CompletedDatapointCount This property is required. double
The completed datapoint count.
IncrementalDataLastRefreshDateTime This property is required. string
The time of last successful incremental data refresh in UTC.
SkippedDatapointCount This property is required. double
The skipped datapoint count.
TotalDatapointCount This property is required. double
The total datapoint count.
CompletedDatapointCount This property is required. float64
The completed datapoint count.
IncrementalDataLastRefreshDateTime This property is required. string
The time of last successful incremental data refresh in UTC.
SkippedDatapointCount This property is required. float64
The skipped datapoint count.
TotalDatapointCount This property is required. float64
The total datapoint count.
completedDatapointCount This property is required. Double
The completed datapoint count.
incrementalDataLastRefreshDateTime This property is required. String
The time of last successful incremental data refresh in UTC.
skippedDatapointCount This property is required. Double
The skipped datapoint count.
totalDatapointCount This property is required. Double
The total datapoint count.
completedDatapointCount This property is required. number
The completed datapoint count.
incrementalDataLastRefreshDateTime This property is required. string
The time of last successful incremental data refresh in UTC.
skippedDatapointCount This property is required. number
The skipped datapoint count.
totalDatapointCount This property is required. number
The total datapoint count.
completed_datapoint_count This property is required. float
The completed datapoint count.
incremental_data_last_refresh_date_time This property is required. str
The time of last successful incremental data refresh in UTC.
skipped_datapoint_count This property is required. float
The skipped datapoint count.
total_datapoint_count This property is required. float
The total datapoint count.
completedDatapointCount This property is required. Number
The completed datapoint count.
incrementalDataLastRefreshDateTime This property is required. String
The time of last successful incremental data refresh in UTC.
skippedDatapointCount This property is required. Number
The skipped datapoint count.
totalDatapointCount This property is required. Number
The total datapoint count.

SecretConfigurationResponse

Uri string
Secret Uri. Sample Uri : https://myvault.vault.azure.net/secrets/mysecretname/secretversion
WorkspaceSecretName string
Name of secret in workspace key vault.
Uri string
Secret Uri. Sample Uri : https://myvault.vault.azure.net/secrets/mysecretname/secretversion
WorkspaceSecretName string
Name of secret in workspace key vault.
uri String
Secret Uri. Sample Uri : https://myvault.vault.azure.net/secrets/mysecretname/secretversion
workspaceSecretName String
Name of secret in workspace key vault.
uri string
Secret Uri. Sample Uri : https://myvault.vault.azure.net/secrets/mysecretname/secretversion
workspaceSecretName string
Name of secret in workspace key vault.
uri str
Secret Uri. Sample Uri : https://myvault.vault.azure.net/secrets/mysecretname/secretversion
workspace_secret_name str
Name of secret in workspace key vault.
uri String
Secret Uri. Sample Uri : https://myvault.vault.azure.net/secrets/mysecretname/secretversion
workspaceSecretName String
Name of secret in workspace key vault.

StatusMessageResponse

Code This property is required. string
Service-defined message code.
CreatedDateTime This property is required. string
Time in UTC at which the message was created.
Level This property is required. string
Severity level of message.
Message This property is required. string
A human-readable representation of the message code.
Code This property is required. string
Service-defined message code.
CreatedDateTime This property is required. string
Time in UTC at which the message was created.
Level This property is required. string
Severity level of message.
Message This property is required. string
A human-readable representation of the message code.
code This property is required. String
Service-defined message code.
createdDateTime This property is required. String
Time in UTC at which the message was created.
level This property is required. String
Severity level of message.
message This property is required. String
A human-readable representation of the message code.
code This property is required. string
Service-defined message code.
createdDateTime This property is required. string
Time in UTC at which the message was created.
level This property is required. string
Severity level of message.
message This property is required. string
A human-readable representation of the message code.
code This property is required. str
Service-defined message code.
created_date_time This property is required. str
Time in UTC at which the message was created.
level This property is required. str
Severity level of message.
message This property is required. str
A human-readable representation of the message code.
code This property is required. String
Service-defined message code.
createdDateTime This property is required. String
Time in UTC at which the message was created.
level This property is required. String
Severity level of message.
message This property is required. String
A human-readable representation of the message code.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

UserIdentityResponse

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi