ITrialComponent Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TrialComponentTypeConverter))]
public interface ITrialComponent : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TrialComponentTypeConverter))>]
type ITrialComponent = interface
interface IJsonSerializable
Public Interface ITrialComponent
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CodeId |
ARM resource ID of the code asset. |
Command |
[Required] The command to execute on startup of the job. eg. "python train.py" |
DistributionType |
[Required] Specifies the type of distribution framework. |
EnvironmentId |
[Required] The ARM resource ID of the Environment specification for the job. |
EnvironmentVariable |
Environment variables included in the job. |
ResourceDockerArg |
Extra arguments to pass to the Docker run command. This would override any parameters that have already been set by the system, or in this section. This parameter is only supported for Azure ML compute types. |
ResourceInstanceCount |
Optional number of instances or nodes used by the compute target. |
ResourceInstanceType |
Optional type of VM used as supported by the compute target. |
ResourceProperty |
Additional properties bag. |
ResourceShmSize |
Size of the docker container's shared memory block. This should be in the format of (number)(unit) where number as to be greater than 0 and the unit can be one of b(bytes), k(kilobytes), m(megabytes), or g(gigabytes). |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |