public interface AutoMlImageObjectDetectionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInputs()
public abstract AutoMlImageObjectDetectionInputs getInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs inputs = 1;
Returns | |
---|---|
Type | Description |
AutoMlImageObjectDetectionInputs |
The inputs. |
getInputsOrBuilder()
public abstract AutoMlImageObjectDetectionInputsOrBuilder getInputsOrBuilder()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs inputs = 1;
Returns | |
---|---|
Type | Description |
AutoMlImageObjectDetectionInputsOrBuilder |
getMetadata()
public abstract AutoMlImageObjectDetectionMetadata getMetadata()
The metadata information
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata metadata = 2;
Returns | |
---|---|
Type | Description |
AutoMlImageObjectDetectionMetadata |
The metadata. |
getMetadataOrBuilder()
public abstract AutoMlImageObjectDetectionMetadataOrBuilder getMetadataOrBuilder()
The metadata information
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata metadata = 2;
Returns | |
---|---|
Type | Description |
AutoMlImageObjectDetectionMetadataOrBuilder |
hasInputs()
public abstract boolean hasInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs inputs = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the inputs field is set. |
hasMetadata()
public abstract boolean hasMetadata()
The metadata information
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata metadata = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the metadata field is set. |