public interface OutputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationCase()
public abstract OutputConfig.DestinationCase getDestinationCase()| Returns | |
|---|---|
| Type | Description |
OutputConfig.DestinationCase |
|
getGcsDestination()
public abstract GcsDestination getGcsDestination()Cloud storage destination for evaluation output.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
GcsDestination |
The gcsDestination. |
getGcsDestinationOrBuilder()
public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()Cloud storage destination for evaluation output.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
GcsDestinationOrBuilder |
|
hasGcsDestination()
public abstract boolean hasGcsDestination()Cloud storage destination for evaluation output.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsDestination field is set. |