public interface CsvDestinationOrBuilder extends MessageOrBuilder
Implementa
MessageOrBuilderMetodi
getGcsDestination()
public abstract GcsDestination getGcsDestination()
Obbligatorio. Percorso di Google Cloud Storage.
.google.cloud.vertexai.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
GcsDestination |
L'API gcsDestination. |
getGcsDestinationOrBuilder()
public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Obbligatorio. Percorso di Google Cloud Storage.
.google.cloud.vertexai.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
GcsDestinationOrBuilder |
hasGcsDestination()
public abstract boolean hasGcsDestination()
Obbligatorio. Percorso di Google Cloud Storage.
.google.cloud.vertexai.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
boolean |
Indica se il campo gcsDestination è impostato. |