Interface AutoMlVideoActionRecognitionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AutoMlVideoActionRecognitionInputs getInputs()
      The input parameters of this TrainingJob.
      AutoMlVideoActionRecognitionInputsOrBuilder getInputsOrBuilder()
      The input parameters of this TrainingJob.
      boolean hasInputs()
      The input parameters of this TrainingJob.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasInputs

        boolean hasInputs()
         The input parameters of this TrainingJob.
         
        .google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs inputs = 1;
        Returns:
        Whether the inputs field is set.
      • getInputs

        AutoMlVideoActionRecognitionInputs getInputs()
         The input parameters of this TrainingJob.
         
        .google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs inputs = 1;
        Returns:
        The inputs.
      • getInputsOrBuilder

        AutoMlVideoActionRecognitionInputsOrBuilder getInputsOrBuilder()
         The input parameters of this TrainingJob.
         
        .google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs inputs = 1;