public interface AutoMlTextExtractionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AutoMlTextExtractionInputs |
getInputs()
The input parameters of this TrainingJob.
|
AutoMlTextExtractionInputsOrBuilder |
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.v1beta1.schema.trainingjob.definition.AutoMlTextExtractionInputs inputs = 1;
AutoMlTextExtractionInputs getInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTextExtractionInputs inputs = 1;
AutoMlTextExtractionInputsOrBuilder getInputsOrBuilder()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTextExtractionInputs inputs = 1;
Copyright © 2022 Google LLC. All rights reserved.