
com.pulumi.azurenative.machinelearningservices.BatchDeploymentArgs 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.azurenative.machinelearningservices;
import com.pulumi.azurenative.machinelearningservices.inputs.ManagedServiceIdentityArgs;
import com.pulumi.azurenative.machinelearningservices.inputs.SkuArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class BatchDeploymentArgs extends com.pulumi.resources.ResourceArgs {
public static final BatchDeploymentArgs Empty = new BatchDeploymentArgs();
/**
* [Required] Additional attributes of the entity.
*
*/
@Import(name="batchDeploymentProperties", required=true)
private Output batchDeploymentProperties;
/**
* @return [Required] Additional attributes of the entity.
*
*/
public Output batchDeploymentProperties() {
return this.batchDeploymentProperties;
}
/**
* The identifier for the Batch inference deployment.
*
*/
@Import(name="deploymentName")
private @Nullable Output deploymentName;
/**
* @return The identifier for the Batch inference deployment.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy