public interface AutoMlTextClassificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTextClassificationInputs inputs = 1;
AutoMlTextClassificationInputs getInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTextClassificationInputs inputs = 1;
AutoMlTextClassificationInputsOrBuilder getInputsOrBuilder()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTextClassificationInputs inputs = 1;
Copyright © 2024 Google LLC. All rights reserved.