Interface AutoMlVideoActionRecognitionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AutoMlVideoActionRecognition,AutoMlVideoActionRecognition.Builder
@Generated
public interface AutoMlVideoActionRecognitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe input parameters of this TrainingJob.The input parameters of this TrainingJob.booleanThe input parameters of this TrainingJob.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInputs
boolean hasInputs()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.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.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs inputs = 1;- Returns:
- The inputs.
-
getInputsOrBuilder
AutoMlVideoActionRecognitionInputsOrBuilder getInputsOrBuilder()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs inputs = 1;
-