Interface AutoMlTextClassificationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AutoMlTextClassification
,AutoMlTextClassification.Builder
public interface AutoMlTextClassificationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoMlTextClassificationInputs
getInputs()
The input parameters of this TrainingJob.AutoMlTextClassificationInputsOrBuilder
getInputsOrBuilder()
The input parameters of this TrainingJob.boolean
hasInputs()
The input parameters of this TrainingJob.-
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.v1.schema.trainingjob.definition.AutoMlTextClassificationInputs inputs = 1;
- Returns:
- Whether the inputs field is set.
-
getInputs
AutoMlTextClassificationInputs getInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTextClassificationInputs inputs = 1;
- Returns:
- The inputs.
-
getInputsOrBuilder
AutoMlTextClassificationInputsOrBuilder getInputsOrBuilder()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTextClassificationInputs inputs = 1;
-
-