All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.datalabeling.v1beta1.GetAnnotationSpecSetArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.datalabeling.v1beta1

final case class GetAnnotationSpecSetArgs private(
  annotationSpecSetId: besom.types.Output[String],
  project: besom.types.Output[scala.Option[String]]
)

object GetAnnotationSpecSetArgs:
  def apply(
    annotationSpecSetId: besom.types.Input[String],
    project: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): GetAnnotationSpecSetArgs =
    new GetAnnotationSpecSetArgs(
      annotationSpecSetId = annotationSpecSetId.asOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[GetAnnotationSpecSetArgs] =
    besom.internal.Encoder.derived[GetAnnotationSpecSetArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetAnnotationSpecSetArgs] =
    besom.internal.ArgsEncoder.derived[GetAnnotationSpecSetArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy