Aracılığıyla paylaş


IComputeInstance Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeInstanceTypeConverter))]
public interface IComputeInstance : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ICompute, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceSchema
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeInstanceTypeConverter))>]
type IComputeInstance = interface
    interface IJsonSerializable
    interface ICompute
    interface IComputeInstanceSchema
Public Interface IComputeInstance
Implements ICompute, IComputeInstanceSchema
Derived
Attributes
Implements

Properties

Application

Describes available applications and their endpoints on this ComputeInstance.

(Inherited from IComputeInstanceSchema)
ApplicationSharingPolicy

Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role.

(Inherited from IComputeInstanceSchema)
AssignedUserObjectId

User’s AAD Object Id.

(Inherited from IComputeInstanceSchema)
AssignedUserTenantId

User’s AAD Tenant Id.

(Inherited from IComputeInstanceSchema)
AuthorizationType

The Compute Instance Authorization type. Available values are personal (default).

(Inherited from IComputeInstanceSchema)
ConnectivityEndpointPrivateIPAddress

Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed).

(Inherited from IComputeInstanceSchema)
ConnectivityEndpointPublicIPAddress

Public IP Address of this ComputeInstance.

(Inherited from IComputeInstanceSchema)
Container

Describes informations of containers on this ComputeInstance.

(Inherited from IComputeInstanceSchema)
CreatedByUserId

Uniquely identifies the user within his/her organization.

(Inherited from IComputeInstanceSchema)
CreatedByUserName

Name of the user.

(Inherited from IComputeInstanceSchema)
CreatedByUserOrgId

Uniquely identifies user' Azure Active Directory organization.

(Inherited from IComputeInstanceSchema)
CreatedOn

The time at which the compute was created.

(Inherited from ICompute)
CreationScriptArgument

Optional command line arguments passed to the script to run.

(Inherited from IComputeInstanceSchema)
CreationScriptData

The location of scripts in the mounted volume.

(Inherited from IComputeInstanceSchema)
CreationScriptSource

The storage source of the script: inline, workspace.

(Inherited from IComputeInstanceSchema)
CreationScriptTimeout

Optional time period passed to timeout command.

(Inherited from IComputeInstanceSchema)
DataDisk

Describes informations of dataDisks on this ComputeInstance.

(Inherited from IComputeInstanceSchema)
DataMount

Describes informations of dataMounts on this ComputeInstance.

(Inherited from IComputeInstanceSchema)
Description

The description of the Machine Learning compute.

(Inherited from ICompute)
DisableLocalAuth

Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.

(Inherited from ICompute)
EnableNodePublicIP

Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.

(Inherited from IComputeInstanceSchema)
Error

Collection of errors encountered on this ComputeInstance.

(Inherited from IComputeInstanceSchema)
IsAttachedCompute

Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.

(Inherited from ICompute)
LastOperationName

Name of the last operation.

(Inherited from IComputeInstanceSchema)
LastOperationStatus

Operation status.

(Inherited from IComputeInstanceSchema)
LastOperationTime

Time of the last operation.

(Inherited from IComputeInstanceSchema)
LastOperationTrigger

Trigger of operation.

(Inherited from IComputeInstanceSchema)
Location

Location for the underlying compute

(Inherited from ICompute)
ModifiedOn

The time at which the compute was last modified.

(Inherited from ICompute)
ProvisioningError

Errors during provisioning

(Inherited from ICompute)
ProvisioningState

The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.

(Inherited from ICompute)
ResourceId

ARM resource id of the underlying compute

(Inherited from ICompute)
ScheduleComputeStartStop

The list of compute start stop schedules to be applied.

(Inherited from IComputeInstanceSchema)
SshSettingAdminPublicKey

Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs.

(Inherited from IComputeInstanceSchema)
SshSettingAdminUserName

Describes the admin user name.

(Inherited from IComputeInstanceSchema)
SshSettingSshPort

Describes the port for connecting through SSH.

(Inherited from IComputeInstanceSchema)
SshSettingSshPublicAccess

State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.

(Inherited from IComputeInstanceSchema)
StartupScriptArgument

Optional command line arguments passed to the script to run.

(Inherited from IComputeInstanceSchema)
StartupScriptData

The location of scripts in the mounted volume.

(Inherited from IComputeInstanceSchema)
StartupScriptSource

The storage source of the script: inline, workspace.

(Inherited from IComputeInstanceSchema)
StartupScriptTimeout

Optional time period passed to timeout command.

(Inherited from IComputeInstanceSchema)
State

The current state of this ComputeInstance.

(Inherited from IComputeInstanceSchema)
SubnetId

The ID of the resource

(Inherited from IComputeInstanceSchema)
Type

The type of compute

(Inherited from ICompute)
VersionRuntime

Runtime of compute instance.

(Inherited from IComputeInstanceSchema)
VMSize

Virtual Machine Size

(Inherited from IComputeInstanceSchema)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to