![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azure.machinelearning.ComputeInstanceArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azure.machinelearning;
import com.pulumi.azure.machinelearning.inputs.ComputeInstanceAssignToUserArgs;
import com.pulumi.azure.machinelearning.inputs.ComputeInstanceIdentityArgs;
import com.pulumi.azure.machinelearning.inputs.ComputeInstanceSshArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Boolean;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ComputeInstanceArgs extends com.pulumi.resources.ResourceArgs {
public static final ComputeInstanceArgs Empty = new ComputeInstanceArgs();
/**
* A `assign_to_user` block as defined below. A user explicitly assigned to a personal compute instance. Changing this forces a new Machine Learning Compute Instance to be created.
*
*/
@Import(name="assignToUser")
private @Nullable Output assignToUser;
/**
* @return A `assign_to_user` block as defined below. A user explicitly assigned to a personal compute instance. Changing this forces a new Machine Learning Compute Instance to be created.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy