com.pulumi.googlenative.datalabeling.v1beta1.inputs.GoogleCloudDatalabelingV1beta1PdfInstructionArgs 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.googlenative.datalabeling.v1beta1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Instruction from a PDF file.
*
*/
public final class GoogleCloudDatalabelingV1beta1PdfInstructionArgs extends com.pulumi.resources.ResourceArgs {
public static final GoogleCloudDatalabelingV1beta1PdfInstructionArgs Empty = new GoogleCloudDatalabelingV1beta1PdfInstructionArgs();
/**
* PDF file for the instruction. Only gcs path is allowed.
*
*/
@Import(name="gcsFileUri")
private @Nullable Output gcsFileUri;
/**
* @return PDF file for the instruction. Only gcs path is allowed.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy