ArmMachineLearningModelFactory.LabelingJobProperties Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de LabelingJobProperties.
public static Azure.ResourceManager.MachineLearning.Models.LabelingJobProperties LabelingJobProperties (string description = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.ResourceIdentifier componentId = default, Azure.Core.ResourceIdentifier computeId = default, string displayName = default, string experimentName = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningIdentityConfiguration identity = default, bool? isArchived = default, Azure.ResourceManager.MachineLearning.Models.NotificationSetting notificationSetting = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.MachineLearning.Models.SecretConfiguration> secretsConfiguration = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.MachineLearning.Models.MachineLearningJobService> services = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningJobStatus? status = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.MachineLearning.Models.LabelingDataConfiguration dataConfiguration = default, Uri jobInstructionsUri = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.MachineLearning.Models.LabelCategory> labelCategories = default, Azure.ResourceManager.MachineLearning.Models.LabelingJobMediaProperties labelingJobMediaProperties = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningAssistConfiguration mlAssistConfiguration = default, Azure.ResourceManager.MachineLearning.Models.ProgressMetrics progressMetrics = default, Guid? projectId = default, Azure.ResourceManager.MachineLearning.Models.JobProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.JobStatusMessage> statusMessages = default);
static member LabelingJobProperties : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningIdentityConfiguration * Nullable<bool> * Azure.ResourceManager.MachineLearning.Models.NotificationSetting * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.MachineLearning.Models.SecretConfiguration> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.MachineLearning.Models.MachineLearningJobService> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningJobStatus> * Nullable<DateTimeOffset> * Azure.ResourceManager.MachineLearning.Models.LabelingDataConfiguration * Uri * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.MachineLearning.Models.LabelCategory> * Azure.ResourceManager.MachineLearning.Models.LabelingJobMediaProperties * Azure.ResourceManager.MachineLearning.Models.MachineLearningAssistConfiguration * Azure.ResourceManager.MachineLearning.Models.ProgressMetrics * Nullable<Guid> * Nullable<Azure.ResourceManager.MachineLearning.Models.JobProvisioningState> * seq<Azure.ResourceManager.MachineLearning.Models.JobStatusMessage> -> Azure.ResourceManager.MachineLearning.Models.LabelingJobProperties
Public Shared Function LabelingJobProperties (Optional description As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional componentId As ResourceIdentifier = Nothing, Optional computeId As ResourceIdentifier = Nothing, Optional displayName As String = Nothing, Optional experimentName As String = Nothing, Optional identity As MachineLearningIdentityConfiguration = Nothing, Optional isArchived As Nullable(Of Boolean) = Nothing, Optional notificationSetting As NotificationSetting = Nothing, Optional secretsConfiguration As IDictionary(Of String, SecretConfiguration) = Nothing, Optional services As IDictionary(Of String, MachineLearningJobService) = Nothing, Optional status As Nullable(Of MachineLearningJobStatus) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional dataConfiguration As LabelingDataConfiguration = Nothing, Optional jobInstructionsUri As Uri = Nothing, Optional labelCategories As IDictionary(Of String, LabelCategory) = Nothing, Optional labelingJobMediaProperties As LabelingJobMediaProperties = Nothing, Optional mlAssistConfiguration As MachineLearningAssistConfiguration = Nothing, Optional progressMetrics As ProgressMetrics = Nothing, Optional projectId As Nullable(Of Guid) = Nothing, Optional provisioningState As Nullable(Of JobProvisioningState) = Nothing, Optional statusMessages As IEnumerable(Of JobStatusMessage) = Nothing) As LabelingJobProperties
Parámetros
- description
- String
Texto de descripción del recurso.
- properties
- IDictionary<String,String>
Diccionario de propiedades de recurso.
- tags
- IDictionary<String,String>
Diccionario de etiquetas. Las etiquetas se pueden agregar, quitar y actualizar.
- componentId
- ResourceIdentifier
Id. de recurso de ARM del recurso de componente.
- computeId
- ResourceIdentifier
Identificador de recurso de ARM del recurso de proceso.
- displayName
- String
Nombre para mostrar del trabajo.
- experimentName
- String
Nombre del experimento al que pertenece el trabajo. Si no se establece, el trabajo se coloca en el experimento "Predeterminado".
- identity
- MachineLearningIdentityConfiguration
Configuración de identidad. Si se establece, debe ser uno de AmlToken, ManagedIdentity, UserIdentity o null. El valor predeterminado es AmlToken si es NULL. Tenga en cuenta MachineLearningIdentityConfiguration que es la clase base. Según el escenario, es posible que sea necesario asignar una clase derivada de la clase base aquí, o esta propiedad debe convertirse en una de las posibles clases derivadas. Las clases derivadas disponibles incluyen AmlToken, MachineLearningManagedIdentity y MachineLearningUserIdentity.
- notificationSetting
- NotificationSetting
Configuración de notificación para el trabajo.
- secretsConfiguration
- IDictionary<String,SecretConfiguration>
Configuración de secretos que se van a poner a disposición durante el tiempo de ejecución.
- services
- IDictionary<String,MachineLearningJobService>
Lista de JobEndpoints. En el caso de los trabajos locales, un punto de conexión de trabajo tendrá un valor de punto de conexión de FileStreamObject.
- status
- Nullable<MachineLearningJobStatus>
Estado del trabajo.
- createdOn
- Nullable<DateTimeOffset>
Hora de creación del trabajo en la zona horaria UTC.
- dataConfiguration
- LabelingDataConfiguration
Configuración de datos usados en el trabajo.
- jobInstructionsUri
- Uri
Instrucciones de etiquetado del trabajo.
- labelCategories
- IDictionary<String,LabelCategory>
Categorías de etiqueta del trabajo.
- labelingJobMediaProperties
- LabelingJobMediaProperties
Propiedades específicas del tipo de medio en el trabajo. Tenga en cuenta LabelingJobMediaProperties que es la clase base. Según el escenario, es posible que sea necesario asignar una clase derivada de la clase base aquí, o esta propiedad debe convertirse en una de las posibles clases derivadas. Las clases derivadas disponibles incluyen LabelingJobImageProperties y LabelingJobTextProperties.
- mlAssistConfiguration
- MachineLearningAssistConfiguration
Configuración de la característica MLAssist en el trabajo. Tenga en cuenta MachineLearningAssistConfiguration que es la clase base. Según el escenario, es posible que sea necesario asignar una clase derivada de la clase base aquí, o esta propiedad debe convertirse en una de las posibles clases derivadas. Las clases derivadas disponibles incluyen MLAssistConfigurationDisabled y MachineLearningAssistEnabledConfiguration.
- progressMetrics
- ProgressMetrics
Métricas de progreso del trabajo.
- provisioningState
- Nullable<JobProvisioningState>
Especifica el estado de aprovisionamiento del trabajo de etiquetado.
- statusMessages
- IEnumerable<JobStatusMessage>
Mensajes de estado del trabajo.
Devoluciones
LabelingJobProperties Nueva instancia para simular.